You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ch...@apache.org on 2017/02/15 15:54:38 UTC

incubator-toree git commit: Updated NOTICE copyright to 2017, fixed literal newline being written to NOTICE and LICENSE

Repository: incubator-toree
Updated Branches:
  refs/heads/0.1.x 08f769018 -> 7b0db130c


Updated NOTICE copyright to 2017, fixed literal newline being written to NOTICE and LICENSE


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/7b0db130
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/7b0db130
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/7b0db130

Branch: refs/heads/0.1.x
Commit: 7b0db130c3b21e1b7703d7e7f8a2c6e444e89402
Parents: 08f7690
Author: Chip Senkbeil <ch...@gmail.com>
Authored: Wed Feb 15 09:54:30 2017 -0600
Committer: Chip Senkbeil <ch...@gmail.com>
Committed: Wed Feb 15 09:54:30 2017 -0600

----------------------------------------------------------------------
 Makefile | 4 ++--
 NOTICE   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/7b0db130/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index c0aa7f2..0d4034e 100644
--- a/Makefile
+++ b/Makefile
@@ -140,13 +140,13 @@ dist/toree/VERSION:
 dist/toree-legal/LICENSE: LICENSE etc/legal/LICENSE_extras
 	@mkdir -p dist/toree-legal
 	@cat LICENSE > dist/toree-legal/LICENSE
-	@echo '\n' >> dist/toree-legal/LICENSE
+	@printf "\n" >> dist/toree-legal/LICENSE
 	@cat etc/legal/LICENSE_extras >> dist/toree-legal/LICENSE
 
 dist/toree-legal/NOTICE: NOTICE etc/legal/NOTICE_extras
 	@mkdir -p dist/toree-legal
 	@cat NOTICE > dist/toree-legal/NOTICE
-	@echo '\n' >> dist/toree-legal/NOTICE
+	@printf "\n" >> dist/toree-legal/NOTICE
 	@cat etc/legal/NOTICE_extras >> dist/toree-legal/NOTICE
 
 dist/toree-legal/DISCLAIMER:

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/7b0db130/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index a9db504..d90b6f5 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Toree
-Copyright [2016] The Apache Software Foundation
+Copyright [2017] The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/)
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/)