From 30a5cc51eaad9d592b8016d81c74bbde4ca9022b Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 1 Nov 2009 17:25:06 -0500 Subject: [PATCH] license: Add GNU all-permissive license header to supporting files. --- Makefile.am | 6 ++++++ configure.ac | 6 ++++++ doc/Makefile.inc | 6 ++++++ doc/man/lbximg.1 | 5 +++++ doc/man/lbxtool.1 | 5 +++++ src/Makefile.inc | 6 ++++++ 6 files changed, 34 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8ce9477..03232b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = diff --git a/configure.ac b/configure.ac index 8e519e3..d3d35c5 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/Makefile.inc b/doc/Makefile.inc index b4fc605..1e4ee37 100644 --- a/doc/Makefile.inc +++ b/doc/Makefile.inc @@ -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 diff --git a/doc/man/lbximg.1 b/doc/man/lbximg.1 index 6470cf3..245826a 100644 --- a/doc/man/lbximg.1 +++ b/doc/man/lbximg.1 @@ -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" diff --git a/doc/man/lbxtool.1 b/doc/man/lbxtool.1 index c91a969..37c11f1 100644 --- a/doc/man/lbxtool.1 +++ b/doc/man/lbxtool.1 @@ -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" diff --git a/src/Makefile.inc b/src/Makefile.inc index 063ca86..f08bca7 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -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 -- 2.43.2