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

[15/50] [abbrv] git commit: [#4648] Restore copyright statement in AsciiDammit.py

[#4648] Restore copyright statement in 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/dadaa12d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/dadaa12d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/dadaa12d

Branch: refs/heads/si/5453
Commit: dadaa12db7ab81d3980d966c57185e79a932dae2
Parents: 810478e
Author: Peter Hartmann <pe...@apache.org>
Authored: Tue Jan 22 13:49:55 2013 +0100
Committer: Dave Brondsema <db...@geek.net>
Committed: Fri Mar 1 18:27:29 2013 +0000

----------------------------------------------------------------------
 Allura/allura/lib/AsciiDammit.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/dadaa12d/Allura/allura/lib/AsciiDammit.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/AsciiDammit.py b/Allura/allura/lib/AsciiDammit.py
index 96b0d18..47236f1 100644
--- a/Allura/allura/lib/AsciiDammit.py
+++ b/Allura/allura/lib/AsciiDammit.py
@@ -10,6 +10,11 @@ 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)"