You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2022/05/19 22:30:09 UTC

[incubator-heron] branch master updated: update year in NOTICE, adding ASF headers to missed files (#3834)

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new dee5455de0a update year in NOTICE, adding ASF headers to missed files (#3834)
dee5455de0a is described below

commit dee5455de0a351cf0fbb164885832c3ad220a509
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Thu May 19 17:30:03 2022 -0500

    update year in NOTICE, adding ASF headers to missed files (#3834)
---
 NOTICE                                           |  2 +-
 heron/tools/tracker/src/python/state.py          | 16 ++++++++++++++++
 heron/tools/tracker/tests/python/app_unittest.py | 16 ++++++++++++++++
 3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index b43e10663a6..92c64fb64c6 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Heron (Incubating)
-Copyright 2018-2021 The Apache Software Foundation
+Copyright 2018-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/heron/tools/tracker/src/python/state.py b/heron/tools/tracker/src/python/state.py
index 566fbc78d8e..91c75d0bbc4 100644
--- a/heron/tools/tracker/src/python/state.py
+++ b/heron/tools/tracker/src/python/state.py
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 """
 This module holds global state which is initialised on entry.
 
diff --git a/heron/tools/tracker/tests/python/app_unittest.py b/heron/tools/tracker/tests/python/app_unittest.py
index f66b4286c92..e0613cf0d90 100644
--- a/heron/tools/tracker/tests/python/app_unittest.py
+++ b/heron/tools/tracker/tests/python/app_unittest.py
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 from unittest.mock import MagicMock
 
 from heron.tools.tracker.src.python.app import app