From 9803ec8fe21be27a005f49d956a29e8b4cfde2b1 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 19 Oct 1998 15:36:38 +0000 Subject: * COPYING: New file. * image-type.c myguile.c: Add copyright notice. --- doc/example-smob/myguile.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/example-smob/myguile.c') diff --git a/doc/example-smob/myguile.c b/doc/example-smob/myguile.c index 7234b9846..3a7e72411 100644 --- a/doc/example-smob/myguile.c +++ b/doc/example-smob/myguile.c @@ -1,3 +1,22 @@ +/* myguile.c + * + * Copyright (C) 1998 Free Software Foundation, Inc. + * + * 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 software; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307 USA + #include #include "image-type.h" -- cgit v1.2.3