From 3e740e95c0f5988019092303d650cce4bae290f0 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 28 Mar 2011 19:40:45 -0400 Subject: [PATCH] license: Make autotools stuff available under WTFPL2. --- Makefile.am | 10 +++++----- configure.ac | 10 +++++----- src/Makefile.am | 10 +++++----- src/engine/Makefile.inc | 10 +++++----- src/uobject/Makefile.inc | 10 +++++----- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2b9c072..f5c126c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 951c546..fa51318 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/src/Makefile.am b/src/Makefile.am index 8d37ea8..0ed7064 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/engine/Makefile.inc b/src/engine/Makefile.inc index a5ef99b..e445cde 100644 --- a/src/engine/Makefile.inc +++ b/src/engine/Makefile.inc @@ -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 diff --git a/src/uobject/Makefile.inc b/src/uobject/Makefile.inc index a88f065..1a436bd 100644 --- a/src/uobject/Makefile.inc +++ b/src/uobject/Makefile.inc @@ -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 -- 2.43.0