aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/checksum
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/checksum
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/checksum')
-rw-r--r--src/lib/checksum/adler32/adler32.cpp2
-rw-r--r--src/lib/checksum/adler32/adler32.h2
-rw-r--r--src/lib/checksum/crc24/crc24.cpp2
-rw-r--r--src/lib/checksum/crc24/crc24.h2
-rw-r--r--src/lib/checksum/crc32/crc32.cpp2
-rw-r--r--src/lib/checksum/crc32/crc32.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/checksum/adler32/adler32.cpp b/src/lib/checksum/adler32/adler32.cpp
index 62589733f..f368b627c 100644
--- a/src/lib/checksum/adler32/adler32.cpp
+++ b/src/lib/checksum/adler32/adler32.cpp
@@ -2,7 +2,7 @@
* Adler32
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/adler32.h>
diff --git a/src/lib/checksum/adler32/adler32.h b/src/lib/checksum/adler32/adler32.h
index dc2872ca1..f3767b786 100644
--- a/src/lib/checksum/adler32/adler32.h
+++ b/src/lib/checksum/adler32/adler32.h
@@ -2,7 +2,7 @@
* Adler32
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_ADLER32_H__
diff --git a/src/lib/checksum/crc24/crc24.cpp b/src/lib/checksum/crc24/crc24.cpp
index d641047a2..4ca942aaa 100644
--- a/src/lib/checksum/crc24/crc24.cpp
+++ b/src/lib/checksum/crc24/crc24.cpp
@@ -2,7 +2,7 @@
* CRC24
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/crc24.h>
diff --git a/src/lib/checksum/crc24/crc24.h b/src/lib/checksum/crc24/crc24.h
index b5faebcee..a5cc090ad 100644
--- a/src/lib/checksum/crc24/crc24.h
+++ b/src/lib/checksum/crc24/crc24.h
@@ -2,7 +2,7 @@
* CRC24
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_CRC24_H__
diff --git a/src/lib/checksum/crc32/crc32.cpp b/src/lib/checksum/crc32/crc32.cpp
index 574e13bae..10d989cc6 100644
--- a/src/lib/checksum/crc32/crc32.cpp
+++ b/src/lib/checksum/crc32/crc32.cpp
@@ -2,7 +2,7 @@
* CRC32
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/crc32.h>
diff --git a/src/lib/checksum/crc32/crc32.h b/src/lib/checksum/crc32/crc32.h
index dec3d0449..503b18b7a 100644
--- a/src/lib/checksum/crc32/crc32.h
+++ b/src/lib/checksum/crc32/crc32.h
@@ -2,7 +2,7 @@
* CRC32
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_CRC32_H__