]> git.draconx.ca Git - upkg.git/commitdiff
license: Make autotools stuff available under WTFPL2.
authorNick Bowler <nbowler@draconx.ca>
Mon, 28 Mar 2011 23:40:45 +0000 (19:40 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 28 Mar 2011 23:40:45 +0000 (19:40 -0400)
Makefile.am
configure.ac
src/Makefile.am
src/engine/Makefile.inc
src/uobject/Makefile.inc

index 2b9c072699ce8b7d120b3b64552a857cdf0e850a..f5c126c96f46026257bd262839f679f5d96eab3c 100644 (file)
@@ -1,8 +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.
+# Copyright © 2009 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
 ACLOCAL_AMFLAGS = -I m4
 
index 951c546afa5a03bd7b30aafbd2ecbd672e002212..fa51318f6711a61d08a41a68b4d71b7494b15be9 100644 (file)
@@ -1,8 +1,8 @@
-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.
+dnl Copyright © 2009-2011 Nick Bowler
+dnl
+dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+dnl This is free software: you are free to do what the fuck you want to.
+dnl There is NO WARRANTY, to the extent permitted by law.
 
 AC_PREREQ(2.62)
 AC_INIT([upkg],[0.1],[nbowler@draconx.ca])
index 8d37ea89a91d25c50a4785e2ad558a6f6f2122c4..0ed706444898abb7feda2446367ba1fe7d2d2d0b 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright (C) 2009-2011 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.
+# Copyright © 2009-2011 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
 AM_LDFLAGS  = -L$(top_builddir)/lib
index a5ef99b51dd4dc9e6fa881c365aa469c7de98f19..e445cde809afd21958cbe0935c1c0dbe34b2ab47 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 2009-2011 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.
+# Copyright © 2009-2011 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
 noinst_HEADERS += engine/music-module.h
 
index a88f06559aba434b38ed3a8e8cb5bc713faeedd5..1a436bd6d3b606f0ea372c2c5593279a55595638 100644 (file)
@@ -1,8 +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.
+# Copyright © 2009 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
 lib_LTLIBRARIES += libuobject.la