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 15:31:44 UTC

[incubator-heron] branch joshfischer/0.20.5-rc2-fixes created (now 56d1c9c59c2)

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

joshfischer pushed a change to branch joshfischer/0.20.5-rc2-fixes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


      at 56d1c9c59c2 update year in NOTICE, adding ASF headers to missed files

This branch includes the following new commits:

     new 56d1c9c59c2 update year in NOTICE, adding ASF headers to missed files

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-heron] 01/01: update year in NOTICE, adding ASF headers to missed files

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 56d1c9c59c2a6024e733db0e1b5cde73ee27ed0d
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Thu May 19 10:31:02 2022 -0500

    update year in NOTICE, adding ASF headers to missed files
---
 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