From 8844e4ed9113da39b828ad84ad0fc79f377a0715 Mon Sep 17 00:00:00 2001 From: Gerd v. Egidy Date: Wed, 29 Sep 2004 15:45:21 +0000 Subject: [PATCH] ALL INTRA2NET PACKAGES: (gerd) add LICENSE file, fix Copyright tag in spec --- LICENSE | 4 ++++ Makefile.am | 2 ++ libi2ncommon.spec | 3 ++- 3 files changed, 8 insertions(+), 1 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c1770ff --- /dev/null +++ b/LICENSE @@ -0,0 +1,4 @@ +Intranator Lizenz Version 1.1 + +ยง1 blah, blah + diff --git a/Makefile.am b/Makefile.am index a9dbdef..3dcc619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,3 +13,5 @@ all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive $(MAKE) $(AM_MAKEFLAGS) check endif + +EXTRA_DIST = LICENSE diff --git a/libi2ncommon.spec b/libi2ncommon.spec index dab9f2a..c1228d6 100644 --- a/libi2ncommon.spec +++ b/libi2ncommon.spec @@ -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 -- 1.7.1