]> git.draconx.ca Git - liblbx.git/commitdiff
license: Add GNU all-permissive license header to supporting files.
authorNick Bowler <draconx@users.sourceforge.net>
Sun, 1 Nov 2009 22:25:06 +0000 (17:25 -0500)
committerNick Bowler <draconx@users.sourceforge.net>
Mon, 2 Nov 2009 02:31:59 +0000 (21:31 -0500)
Makefile.am
configure.ac
doc/Makefile.inc
doc/man/lbximg.1
doc/man/lbxtool.1
src/Makefile.inc

index 8ce94775f74d5497f9ed6b744b07be9e6e5c5882..03232b3f845cbed8c4cb322677a3bd22516955c5 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2009 Nick Bowler
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 ACLOCAL_AMFLAGS = -I m4
 
 dist_man_MANS   =
index 8e519e3e06ec15560675c41d9ef18530017c538f..d3d35c5b6e1c1f37855b6c858456f83039f31848 100644 (file)
@@ -1,3 +1,9 @@
+dnl Copyright (C) 2009 Nick Bowler
+dnl Copying and distribution of this file, with or without modification,
+dnl are permitted in any medium without royalty provided the copyright
+dnl notice and this notice are preserved.  This file is offered as-is,
+dnl without any warranty.
+
 AC_PREREQ([2.62])
 AC_INIT([liblbx], [0.1], [toom-devel@lists.sourceforge.net])
 AC_CONFIG_SRCDIR([src/lbx.c])
index b4fc6051b3bef2487f27be0cedebff34b238448e..1e4ee37f742eec703f6f39520d57f93dd7a77b07 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2009 Nick Bowler
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 dist_man_MANS += doc/man/lbxtool.1
 
 if BUILD_LBXIMG
index 6470cf3f32218817beda2a91a65fc953500bba9a..245826a51dd08d5c64c253c4fa3b9df24c4338ca 100644 (file)
@@ -1,3 +1,8 @@
+.\" Copyright (C) 2009 Nick Bowler
+.\" Copying and distribution of this file, with or without modification,
+.\" are permitted in any medium without royalty provided the copyright
+.\" notice and this notice are preserved.  This file is offered as-is,
+.\" without any warranty.
 .Dd January 4, 2008
 .Os liblbx
 .Dt LBXIMG \&1 "2ooM Reference Manual"
index c91a96953f0a0b825c37d9a6b000ba748a3baa7c..37c11f14dd48d2d70e2ab8a548810b5de811ade6 100644 (file)
@@ -1,3 +1,8 @@
+.\" Copyright (C) 2009 Nick Bowler
+.\" Copying and distribution of this file, with or without modification,
+.\" are permitted in any medium without royalty provided the copyright
+.\" notice and this notice are preserved.  This file is offered as-is,
+.\" without any warranty.
 .Dd January 4, 2008
 .Os liblbx
 .Dt LBXTOOL \&1 "2ooM Reference Manual"
index 063ca86a25fc8e89ba0cb67867452241ea942e35..f08bca74899a6f5b9f483340fdb804428a457e4e 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2009 Nick Bowler
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 lbxdir = $(includedir)/lbx
 lbx_HEADERS = src/lbx.h src/image.h