Ver código fonte

Fixed copyright stuffs

Paul Hummer 16 anos atrás
pai
commit
e52d2fc046
1 arquivos alterados com 18 adições e 1 exclusões
  1. 18 1
      dulwich/misc.py

+ 18 - 1
dulwich/misc.py

@@ -1,4 +1,21 @@
-'''Misc utilities mostly to work with python2.4.'''
+# misc.py -- For dealing with python2.4 oddness
+# Copyright (C) 2008 Canonical Ltd.
+# 
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; version 2
+# of the License or (at your option) a later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA  02110-1301, USA.
+'''Misc utilities to work with python2.4.'''
 try:
     import hashlib
 except ImportError: