You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by pe...@apache.org on 2013/02/14 00:44:37 UTC

[1/8] git commit: [#4648] Move copyright notice from AsciiDammit.py

[#4648] Move copyright notice from AsciiDammit.py

Signed-off-by: Peter Hartmann <pe...@apache.org>

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

Branch: refs/heads/ph/4648
Commit: ca5aed559f7e4368296d08eab2e4f0e4bf308c16
Parents: fd189b1
Author: Peter Hartmann <pe...@apache.org>
Authored: Sat Jan 19 14:25:15 2013 +0100
Committer: Peter Hartmann <pe...@apache.org>
Committed: Wed Feb 6 16:46:54 2013 +0100

----------------------------------------------------------------------
 Allura/NOTICE                    |    3 +++
 Allura/allura/lib/AsciiDammit.py |    5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ca5aed55/Allura/NOTICE
----------------------------------------------------------------------
diff --git a/Allura/NOTICE b/Allura/NOTICE
index e8cbe57..5e7bb29 100644
--- a/Allura/NOTICE
+++ b/Allura/NOTICE
@@ -3,3 +3,6 @@
 
       This product includes software developed at
       The Apache Software Foundation (http://www.apache.org/).
+
+      This software contains AsciiDammit.py library, written by
+      Leonard Richardson and placed into public domain.

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ca5aed55/Allura/allura/lib/AsciiDammit.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/AsciiDammit.py b/Allura/allura/lib/AsciiDammit.py
index 47236f1..96b0d18 100644
--- a/Allura/allura/lib/AsciiDammit.py
+++ b/Allura/allura/lib/AsciiDammit.py
@@ -10,11 +10,6 @@ Sources:
  http://www.webreference.com/html/reference/character/isolat1.html
 
 1.0 Initial Release (2004-11-28)
-
-The author hereby irrevocably places this work in the public domain.
-To the extent that this statement does not divest the copyright,
-the copyright holder hereby grants irrevocably to every recipient
-all rights in this work otherwise reserved under copyright.
 """
 
 __author__ = "Leonard Richardson (leonardr@segfault.org)"