]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/Makefile.inc
license: Make autotools stuff available under WTFPL2.
[upkg.git] / src / uobject / Makefile.inc
index 2009d09f28293950c73b7c60eb445233c25d4c92..1a436bd6d3b606f0ea372c2c5593279a55595638 100644 (file)
@@ -1,14 +1,14 @@
-# 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
 
 uobjectdir = $(includedir)/uobject
 uobject_HEADERS = uobject/uobject.h uobject/exportable.h uobject/loadable.h \
-       uobject/module.h uobject/package.h
+       uobject/module.h uobject/package.h uobject/vfs.h
 noinst_HEADERS += uobject/avl.h
 
 libuobject_la_SOURCES  = uobject/uobject.c uobject/module.c uobject/avl.c \