]> granicus.if.org Git - recode/commitdiff
Recode.pyx: Add copyright block.
authorFrançois Pinard <pinard@iro.umontreal.ca>
Mon, 2 Dec 2013 03:53:34 +0000 (22:53 -0500)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Mon, 2 Dec 2013 04:16:08 +0000 (23:16 -0500)
tests/Recode.pyx

index 398db9b966467fe442d81df2274039b97a63d617..a1567e3c5e19d5fd233403a6d61cfc857999426f 100644 (file)
@@ -1,4 +1,22 @@
 # -*- coding: utf-8 -*-
+# Python interface to the Recode C library, for testing.
+# Copyright © 1996-2000, 2008 Free Software Foundation, Inc.
+# François Pinard <pinard@iro.umontreal.ca>, 1988.
+
+# 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; either version 2, or (at your option)
+# any 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 cdef enum bool:
     false = 0