]> git.draconx.ca Git - upkg.git/commitdiff
license: Add permissive license to build related source files.
authorNick Bowler <nbowler@draconx.ca>
Mon, 7 Sep 2009 21:32:15 +0000 (17:32 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 7 Sep 2009 21:32:15 +0000 (17:32 -0400)
Makefile.am
configure.ac
src/Makefile.am
src/engine/Makefile.inc
src/uobject/Makefile.inc

index 7560abc104fc11ce0f108d12023e5c6a52820d09..7f206b76cd4b629eac4cc126e8e19f874122e34c 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
 
 EXTRA_DIST = m4/gnulib-cache.m4
index ed1e5de84a9f48c6690bff3fdaa381960d1e719f..88441157f3797a3cef6e5d29b4584c97d4142a52 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([upkg],[0.1],[nbowler@draconx.ca])
 AC_CONFIG_SRCDIR([src/libupkg.c])
index 33a25f92b84bf59b1dc65934008192a2791452a7..67f11463053f0516263e5246e04b6b1d1a8d957a 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.
+
 AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\"
 
 lib_LTLIBRARIES = libuobject.la libupkg.la
index 2b3a1dd343e9c45b165f278e3538d12a254a754b..8930030b58b96aa392498e1bdc5cf3d821fcf6ed 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.
+
 noinst_HEADERS += engine/music.h engine/texture.h engine/music-module.h
 
 pkglib_LTLIBRARIES += engine.la
index 0fd17751853cad6b03e6db86169ba85d6ece597f..c5cae96b2d66607c61ace87cd536f70b1c7e382d 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.
+
 uobjectdir = $(includedir)/uobject
 uobject_HEADERS = uobject/uobject.h uobject/exportable.h uobject/loadable.h \
        uobject/module.h uobject/package.h