aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-10 04:15:52 +0000
committerlloyd <[email protected]>2015-01-10 04:15:52 +0000
commit3f16815c9e6349c4a0eeb6a6ecfe004e5d31e287 (patch)
treee6660bee8f66909b5508c5b4f1c235bf7bdbe817 /src/lib/compression
parent832f538e603b6660644c26beb063d0ac81549746 (diff)
Ensure all files have copyright and license info.
Update license header line to specify the terms and refer to the file, neither of which it included before.
Diffstat (limited to 'src/lib/compression')
-rw-r--r--src/lib/compression/bzip2/bzip2.cpp2
-rw-r--r--src/lib/compression/bzip2/bzip2.h2
-rw-r--r--src/lib/compression/comp_util.cpp2
-rw-r--r--src/lib/compression/comp_util.h2
-rw-r--r--src/lib/compression/compression.cpp2
-rw-r--r--src/lib/compression/compression.h2
-rw-r--r--src/lib/compression/lzma/lzma.cpp2
-rw-r--r--src/lib/compression/lzma/lzma.h2
-rw-r--r--src/lib/compression/zlib/zlib.cpp2
-rw-r--r--src/lib/compression/zlib/zlib.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/compression/bzip2/bzip2.cpp b/src/lib/compression/bzip2/bzip2.cpp
index ed464d332..471635e3e 100644
--- a/src/lib/compression/bzip2/bzip2.cpp
+++ b/src/lib/compression/bzip2/bzip2.cpp
@@ -4,7 +4,7 @@
* 2001-2007,2014 Jack Lloyd
* 2006 Matt Johnston
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/bzip2.h>
diff --git a/src/lib/compression/bzip2/bzip2.h b/src/lib/compression/bzip2/bzip2.h
index 6d033e430..d958cbfe7 100644
--- a/src/lib/compression/bzip2/bzip2.h
+++ b/src/lib/compression/bzip2/bzip2.h
@@ -3,7 +3,7 @@
* (C) 2001 Peter J Jones
* 2001-2007,2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_BZIP2_H__
diff --git a/src/lib/compression/comp_util.cpp b/src/lib/compression/comp_util.cpp
index 5f2e37d49..77b381c4e 100644
--- a/src/lib/compression/comp_util.cpp
+++ b/src/lib/compression/comp_util.cpp
@@ -2,7 +2,7 @@
* Allocation Tracker
* (C) 2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/internal/comp_util.h>
diff --git a/src/lib/compression/comp_util.h b/src/lib/compression/comp_util.h
index 15fc23418..92989e518 100644
--- a/src/lib/compression/comp_util.h
+++ b/src/lib/compression/comp_util.h
@@ -2,7 +2,7 @@
* Shared code for compression libraries
* (C) 2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_COMPRESSION_UTILS_H__
diff --git a/src/lib/compression/compression.cpp b/src/lib/compression/compression.cpp
index 191d894c4..428271e9a 100644
--- a/src/lib/compression/compression.cpp
+++ b/src/lib/compression/compression.cpp
@@ -2,7 +2,7 @@
* Compression Transform
* (C) 2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/compression.h>
diff --git a/src/lib/compression/compression.h b/src/lib/compression/compression.h
index 68b25886b..b38d94f64 100644
--- a/src/lib/compression/compression.h
+++ b/src/lib/compression/compression.h
@@ -2,7 +2,7 @@
* Compression Transform
* (C) 2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_COMPRESSION_TRANSFORM_H__
diff --git a/src/lib/compression/lzma/lzma.cpp b/src/lib/compression/lzma/lzma.cpp
index d145ed305..0aadf1513 100644
--- a/src/lib/compression/lzma/lzma.cpp
+++ b/src/lib/compression/lzma/lzma.cpp
@@ -5,7 +5,7 @@
* 2006 Matt Johnston
* 2012 Vojtech Kral
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/lzma.h>
diff --git a/src/lib/compression/lzma/lzma.h b/src/lib/compression/lzma/lzma.h
index 0761a8194..8a142c192 100644
--- a/src/lib/compression/lzma/lzma.h
+++ b/src/lib/compression/lzma/lzma.h
@@ -4,7 +4,7 @@
* 2001-2007 Jack Lloyd
* 2012 Vojtech Kral
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_LZMA_H__
diff --git a/src/lib/compression/zlib/zlib.cpp b/src/lib/compression/zlib/zlib.cpp
index b31420254..10581b739 100644
--- a/src/lib/compression/zlib/zlib.cpp
+++ b/src/lib/compression/zlib/zlib.cpp
@@ -4,7 +4,7 @@
* 2001-2007,2014 Jack Lloyd
* 2006 Matt Johnston
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/zlib.h>
diff --git a/src/lib/compression/zlib/zlib.h b/src/lib/compression/zlib/zlib.h
index 963fbc269..19bae3480 100644
--- a/src/lib/compression/zlib/zlib.h
+++ b/src/lib/compression/zlib/zlib.h
@@ -3,7 +3,7 @@
* (C) 2001 Peter J Jones
* 2001-2007,2014 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_ZLIB_H__