ALL INTRA2NET PACKAGES: (gerd) add LICENSE file, fix Copyright tag in spec
authorGerd v. Egidy <gerd.von.egidy@intra2net.com>
Wed, 29 Sep 2004 15:45:21 +0000 (15:45 +0000)
committerGerd v. Egidy <gerd.von.egidy@intra2net.com>
Wed, 29 Sep 2004 15:45:21 +0000 (15:45 +0000)
LICENSE [new file with mode: 0644]
Makefile.am
libi2ncommon.spec

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..c1770ff
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,4 @@
+Intranator Lizenz Version 1.1
+
+ยง1 blah, blah 
+
index a9dbdef..3dcc619 100644 (file)
@@ -13,3 +13,5 @@ all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
        $(MAKE) $(AM_MAKEFLAGS) check
 endif
+
+EXTRA_DIST = LICENSE
index dab9f2a..c1228d6 100644 (file)
@@ -2,7 +2,7 @@ Summary:   library with functions common in Intra2net programs
 Name:      libi2ncommon
 Version:   ##VERSION##
 Release:   1
-Copyright: Commercial
+Copyright: Intranator License
 Group:     Intranator
 Vendor:    Intra2net AG
 Source:    %{name}-%{version}.tar.gz
@@ -45,6 +45,7 @@ rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc LICENSE
 %{prefix}/lib/libi2ncommon.so*
 
 %files devel