summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2006-08-18 17:05:30 +0000
committerMichael Jennings <mej@kainx.org>2006-08-18 17:05:30 +0000
commit0f7f3f0d01baa45cb86ed0c0982ac283e63069aa (patch)
tree0a9de9baf506e27cf834918866d5e70a2ed4f4cc
parente96ecdea4f104f45a3242f5bcb9d8d86ac850f6c (diff)
downloadlibast-0f7f3f0d01baa45cb86ed0c0982ac283e63069aa.tar.gz
Fri Aug 18 13:05:31 2006 Michael Jennings (mej)
By popular demand, a LICENSE file. ---------------------------------------------------------------------- SVN revision: 24873
-rw-r--r--ChangeLog4
-rw-r--r--LICENSE23
-rw-r--r--Makefile.am2
-rw-r--r--libast.spec2
4 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 889e977..4b6b70c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -800,3 +800,7 @@ Mon Jul 24 01:47:44 2006 Michael Jennings (mej)
Fix header installation for new headers.
----------------------------------------------------------------------
+Fri Aug 18 13:05:31 2006 Michael Jennings (mej)
+
+By popular demand, a LICENSE file.
+----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..3014b15
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+Copyright (C) 1997-2006, Michael Jennings <mej@eterm.org>
+
+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 of the Software, its documentation and
+marketing & publicity materials, and acknowledgment shall be given in
+the documentation, materials and software packages that this Software
+was used.
+
+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 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.
diff --git a/Makefile.am b/Makefile.am
index fe147be..37e3d9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ bin_SCRIPTS = libast-config
MACROS = libast.m4
macrodir = $(datadir)/aclocal
-EXTRA_DIST = DESIGN README $(MACROS) libast.spec
+EXTRA_DIST = DESIGN LICENSE README $(MACROS) libast.spec
MAINTAINERCLEANFILES = Makefile.in *~ aclocal.m4 config.guess config.sub configure depcomp \
install-sh ltconfig ltmain.sh missing mkinstalldirs stamp-h* *.log config.h.in
diff --git a/libast.spec b/libast.spec
index 9986faf..13a0912 100644
--- a/libast.spec
+++ b/libast.spec
@@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
-%doc ChangeLog DESIGN README
+%doc ChangeLog DESIGN LICENSE README
%{_bindir}/*
%{_libdir}/*
%{_includedir}/*