diff options
| -rwxr-xr-x | decorator.py | 5 | ||||
| -rw-r--r-- | documentation.py | 3 |
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 |
