Browse code

COPYING.BSD -> COPYING.regex; add COPYING.sha256

git-svn: trunk@4880

Tomasz Kojm authored on 2009/03/02 01:19:45
Showing 6 changed files
1 1
deleted file mode 100644
... ...
@@ -1,32 +0,0 @@
1
-The code in libclamav/regex/ is derived from OpenBSD's libc/regex, original license follows:
2
-
3
- Copyright (c) 1992, 1993, 1994 Henry Spencer.
4
- Copyright (c) 1992, 1993, 1994
5
-	The Regents of the University of California.  All rights reserved.
6
-
7
- This code is derived from software contributed to Berkeley by
8
- Henry Spencer.
9
-
10
- Redistribution and use in source and binary forms, with or without
11
- modification, are permitted provided that the following conditions
12
- are met:
13
- 1. Redistributions of source code must retain the above copyright
14
-    notice, this list of conditions and the following disclaimer.
15
- 2. Redistributions in binary form must reproduce the above copyright
16
-    notice, this list of conditions and the following disclaimer in the
17
-    documentation and/or other materials provided with the distribution.
18
- 3. Neither the name of the University nor the names of its contributors
19
-    may be used to endorse or promote products derived from this software
20
-    without specific prior written permission.
21
-
22
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25
- ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32
- SUCH DAMAGE.
33 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
0
+The code in libclamav/regex/ is derived from OpenBSD's libc/regex, original license follows:
1
+
2
+ Copyright (c) 1992, 1993, 1994 Henry Spencer.
3
+ Copyright (c) 1992, 1993, 1994
4
+	The Regents of the University of California.  All rights reserved.
5
+
6
+ This code is derived from software contributed to Berkeley by
7
+ Henry Spencer.
8
+
9
+ Redistribution and use in source and binary forms, with or without
10
+ modification, are permitted provided that the following conditions
11
+ are met:
12
+ 1. Redistributions of source code must retain the above copyright
13
+    notice, this list of conditions and the following disclaimer.
14
+ 2. Redistributions in binary form must reproduce the above copyright
15
+    notice, this list of conditions and the following disclaimer in the
16
+    documentation and/or other materials provided with the distribution.
17
+ 3. Neither the name of the University nor the names of its contributors
18
+    may be used to endorse or promote products derived from this software
19
+    without specific prior written permission.
20
+
21
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31
+ SUCH DAMAGE.
0 32
new file mode 100644
... ...
@@ -0,0 +1,23 @@
0
+ Copyright (c) 2001-2003 Allan Saddi <allan@saddi.com>
1
+ All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions
5
+ are met:
6
+ 1. Redistributions of source code must retain the above copyright
7
+    notice, this list of conditions and the following disclaimer.
8
+ 2. Redistributions in binary form must reproduce the above copyright
9
+    notice, this list of conditions and the following disclaimer in the
10
+    documentation and/or other materials provided with the distribution.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY ALLAN SADDI AND HIS CONTRIBUTORS ``AS IS''
13
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15
+ ARE DISCLAIMED.  IN NO EVENT SHALL ALLAN SADDI OR HIS CONTRIBUTORS BE
16
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
17
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
18
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
19
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
20
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
21
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
22
+ POSSIBILITY OF SUCH DAMAGE.
... ...
@@ -1,3 +1,7 @@
1
+Sun Mar  1 17:21:15 CET 2009 (tk)
2
+---------------------------------
3
+ * COPYING.BSD -> COPYING.regex; add COPYING.sha256
4
+
1 5
 Sun Mar  1 12:39:52 EET 2009 (edwin)
2 6
 ------------------------------------
3 7
  * unit_tests/check_clamd.c: Fix make check when run as root. (bb
... ...
@@ -19,7 +19,7 @@
19 19
 ACLOCAL_AMFLAGS=-I m4
20 20
 
21 21
 SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test unit_tests clamdtop
22
-EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.file COPYING.zlib COPYING.BSD COPYING.getopt
22
+EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.sha256
23 23
 
24 24
 bin_SCRIPTS=clamav-config
25 25
 
... ...
@@ -281,7 +281,7 @@ top_builddir = @top_builddir@
281 281
 top_srcdir = @top_srcdir@
282 282
 ACLOCAL_AMFLAGS = -I m4
283 283
 SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test unit_tests clamdtop
284
-EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.file COPYING.zlib COPYING.BSD COPYING.getopt
284
+EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.sha256
285 285
 bin_SCRIPTS = clamav-config
286 286
 pkgconfigdir = $(libdir)/pkgconfig
287 287
 pkgconfig_DATA = libclamav.pc