summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-26 00:10:27 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-26 00:10:27 (EST)
commite7ada68fd28ad0ba4198d1262d5659c9e9b02fa5 (patch)
tree38c56abf3a293fe01753791f75e81274142ee2ee
parentfb1ef2bbd8accf5205dff64dc1a278a6c9c300d1 (diff)
Add full license to spec, move (C) info to bottom.
-rw-r--r--specs/source-package-format-1.0.txt36
1 files changed, 25 insertions, 11 deletions
diff --git a/specs/source-package-format-1.0.txt b/specs/source-package-format-1.0.txt
index d819a91..209bfca 100644
--- a/specs/source-package-format-1.0.txt
+++ b/specs/source-package-format-1.0.txt
@@ -4,16 +4,6 @@ About This Document
This document describes version 1.0 of the format for software source packages.
-Legal Notice
-============
-
-Copyright (C) 2012 Patrick "P. J." McDermott
-
-This document may be reproduced, distributed, modified, and otherwise dealt in
-under the terms of the Expat/MIT License:
-http://www.jclark.com/xml/copying.txt
-
-
Specification Status
====================
@@ -169,7 +159,6 @@ The fields in the binary package metadata are:
* Depends (optional)
A list of packages that must be installed and configured before the package
may itself be configured.
-
* Recommends (optional)
* Suggests (optional)
@@ -272,3 +261,28 @@ It is recommended that single blank lines be used:
* After the package name and version and before change entries,
* After change entries and before the maintainer and date, and
* Between groups of related change entries.
+
+
+Legal Notice
+============
+
+Copyright (C) 2012 Patrick "P. J." McDermott
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.