You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/03/05 23:42:11 UTC

[12/50] [abbrv] 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/3113912d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/3113912d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/3113912d

Branch: refs/heads/si/5453
Commit: 3113912d1a7c87c810dbb6ff264efe2dd9ca381a
Parents: 21b68eb
Author: Peter Hartmann <pe...@apache.org>
Authored: Sat Jan 19 14:25:15 2013 +0100
Committer: Dave Brondsema <db...@geek.net>
Committed: Fri Mar 1 18:27:28 2013 +0000

----------------------------------------------------------------------
 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/3113912d/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/3113912d/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)"