From 0f35151fe9302b6ab550dd74748b9472528c080f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Sun, 1 Dec 2013 22:53:34 -0500 Subject: [PATCH] Recode.pyx: Add copyright block. --- tests/Recode.pyx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/Recode.pyx b/tests/Recode.pyx index 398db9b..a1567e3 100644 --- a/tests/Recode.pyx +++ b/tests/Recode.pyx @@ -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 , 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 -- 2.50.1