diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-07 15:06:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-07 15:06:47 (EDT) |
commit | c22f8b88270b2c727635653f215369087afb2998 (patch) | |
tree | a4667c0ce00e549451578a909f773a9794c90f49 | |
parent | b112e51aeb3ce33722f5e600e813f251edf32eaf (diff) |
Add copyright information to general doc files.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | ChangeLog.opkhelper | 11 | ||||
-rw-r--r-- | INSTALL | 11 | ||||
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | TODO | 11 |
5 files changed, 54 insertions, 0 deletions
@@ -76,3 +76,14 @@ * Support SPF 2.0. * Heavily refactor utilities. * Set up package build helpers (currently only opkhelper-3.0). + + +Copyright +========= + +Copyright (C) 2012-2013 Patrick "P. J." McDermott + +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. diff --git a/ChangeLog.opkhelper b/ChangeLog.opkhelper index 75cb44e..0555e4b 100644 --- a/ChangeLog.opkhelper +++ b/ChangeLog.opkhelper @@ -56,3 +56,14 @@ [ P. J. McDermott ] * Initial release. + + +Copyright +========= + +Copyright (C) 2012 Patrick "P. J." McDermott + +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. @@ -41,3 +41,14 @@ Separate Build Directory ======================== Building opkbuild from outside the source directory is currently unsupported. + + +Copyright +========= + +Copyright (C) 2012-2013 Patrick "P. J." McDermott + +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. @@ -34,3 +34,13 @@ to P. J. McDermott: <mailto:pjm@nac.net> <http://www.pehjota.net/contact.html> + +Copyright +--------- + +Copyright (C) 2012-2013 Patrick "P. J." McDermott + +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. @@ -28,3 +28,14 @@ Tasks: * See if ob-installdocs can/should handle non-directory non-regular files. * Write manual pages for functions and utilities. * Support package signing (requires opkg to be built with GnuPG and GPGME). + + +Copyright +========= + +Copyright (C) 2012 Patrick "P. J." McDermott + +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. |