summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-04-15 15:03:33 +0000
committermichele.simionato <devnull@localhost>2009-04-15 15:03:33 +0000
commited690fd6af1357d514c298bc4a3f84ef6f153486 (patch)
treecf2b0cdb22ecd78976a650823a5366721f232fee
parentd1f45f65e6150e3c16d261375df400b3e7e5f89b (diff)
downloadpython-decorator-git-ed690fd6af1357d514c298bc4a3f84ef6f153486.tar.gz
Added copyright notice to the decorator module as asked by Daniel Stutzbach
-rwxr-xr-xdecorator.py5
-rw-r--r--documentation.py3
2 files changed, 7 insertions, 1 deletions
diff --git a/decorator.py b/decorator.py
index d775a67..1a8db8b 100755
--- a/decorator.py
+++ b/decorator.py
@@ -1,5 +1,8 @@
########################## LICENCE ###############################
-
+##
+## Copyright (c) 2005, Michele Simionato
+## All rights reserved.
+##
## Redistributions of source code must retain the above copyright
## notice, this list of conditions and the following disclaimer.
## Redistributions in bytecode form must reproduce the above copyright
diff --git a/documentation.py b/documentation.py
index 665e45c..97552da 100644
--- a/documentation.py
+++ b/documentation.py
@@ -780,6 +780,9 @@ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met::
+ Copyright (c) 2005, Michele Simionato
+ All rights reserved.
+
Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
Redistributions in bytecode form must reproduce the above copyright