summaryrefslogtreecommitdiff
path: root/doc/example-smob/myguile.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-19 15:36:38 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-19 15:36:38 +0000
commit9803ec8fe21be27a005f49d956a29e8b4cfde2b1 (patch)
tree9da68c16751532ff941ce9c114ce06e250391210 /doc/example-smob/myguile.c
parent1233aa72119f403a8818259c9a5cb6e7a330a116 (diff)
downloadguile-9803ec8fe21be27a005f49d956a29e8b4cfde2b1.tar.gz
* COPYING: New file.
* image-type.c myguile.c: Add copyright notice.
Diffstat (limited to 'doc/example-smob/myguile.c')
-rw-r--r--doc/example-smob/myguile.c19
1 files changed, 19 insertions, 0 deletions
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 <libguile.h>
#include "image-type.h"