From 16c8474f441790b9d74384f5ffe3ff887ab25f0c Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 7 Sep 2009 17:32:15 -0400 Subject: [PATCH] license: Add permissive license to build related source files. --- Makefile.am | 6 ++++++ configure.ac | 6 ++++++ src/Makefile.am | 6 ++++++ src/engine/Makefile.inc | 6 ++++++ src/uobject/Makefile.inc | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7560abc..7f206b7 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 EXTRA_DIST = m4/gnulib-cache.m4 diff --git a/configure.ac b/configure.ac index ed1e5de..8844115 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([upkg],[0.1],[nbowler@draconx.ca]) AC_CONFIG_SRCDIR([src/libupkg.c]) diff --git a/src/Makefile.am b/src/Makefile.am index 33a25f9..67f1146 100644 --- a/src/Makefile.am +++ b/src/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. + AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" lib_LTLIBRARIES = libuobject.la libupkg.la diff --git a/src/engine/Makefile.inc b/src/engine/Makefile.inc index 2b3a1dd..8930030 100644 --- a/src/engine/Makefile.inc +++ b/src/engine/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. + noinst_HEADERS += engine/music.h engine/texture.h engine/music-module.h pkglib_LTLIBRARIES += engine.la diff --git a/src/uobject/Makefile.inc b/src/uobject/Makefile.inc index 0fd1775..c5cae96 100644 --- a/src/uobject/Makefile.inc +++ b/src/uobject/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. + uobjectdir = $(includedir)/uobject uobject_HEADERS = uobject/uobject.h uobject/exportable.h uobject/loadable.h \ uobject/module.h uobject/package.h -- 2.43.0