From ed690fd6af1357d514c298bc4a3f84ef6f153486 Mon Sep 17 00:00:00 2001 From: "michele.simionato" Date: Wed, 15 Apr 2009 15:03:33 +0000 Subject: Added copyright notice to the decorator module as asked by Daniel Stutzbach --- decorator.py | 5 ++++- documentation.py | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1