aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2014-02-03 14:39:59 +0000
committerMike Buland <eichlan@xagasoft.com>2014-02-03 14:39:59 +0000
commit19c82804fbce4c977f283164c2d25cf3c2711b42 (patch)
tree5e8612c5e57a73aaecfa1a4c49d7c03a8cc13ed1 /src/tests
parent4e9da9d1ad47da1347716490ae30b2378a571e89 (diff)
downloadlibbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.tar.gz
libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.tar.bz2
libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.tar.xz
libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.zip
Changed copyright to 2007-2014.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/base64.cpp2
-rw-r--r--src/tests/blowfish.cpp2
-rw-r--r--src/tests/bnfcompile.cpp2
-rw-r--r--src/tests/bzip2.cpp2
-rw-r--r--src/tests/deflate.cpp2
-rw-r--r--src/tests/lzma.cpp2
-rw-r--r--src/tests/optparser.cpp2
-rw-r--r--src/tests/parser.cpp2
-rw-r--r--src/tests/readwritemutex.cpp2
-rw-r--r--src/tests/taf.cpp2
-rw-r--r--src/tests/uuid.cpp2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/tests/base64.cpp b/src/tests/base64.cpp
index 52c1ece..9fbbf17 100644
--- a/src/tests/base64.cpp
+++ b/src/tests/base64.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/blowfish.cpp b/src/tests/blowfish.cpp
index 6179d9b..0cdc61b 100644
--- a/src/tests/blowfish.cpp
+++ b/src/tests/blowfish.cpp
@@ -1,6 +1,6 @@
1// vim: syntax=cpp 1// vim: syntax=cpp
2/* 2/*
3 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 3 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
4 * 4 *
5 * This file is part of the libbu++ library and is released under the 5 * This file is part of the libbu++ library and is released under the
6 * terms of the license contained in the file LICENSE. 6 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/bnfcompile.cpp b/src/tests/bnfcompile.cpp
index 26952e1..7964ffa 100644
--- a/src/tests/bnfcompile.cpp
+++ b/src/tests/bnfcompile.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/bzip2.cpp b/src/tests/bzip2.cpp
index 00025db..25a812a 100644
--- a/src/tests/bzip2.cpp
+++ b/src/tests/bzip2.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/deflate.cpp b/src/tests/deflate.cpp
index 6ebda1a..0bebb36 100644
--- a/src/tests/deflate.cpp
+++ b/src/tests/deflate.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/lzma.cpp b/src/tests/lzma.cpp
index d2c2cbe..0da90b7 100644
--- a/src/tests/lzma.cpp
+++ b/src/tests/lzma.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/optparser.cpp b/src/tests/optparser.cpp
index 02921ac..bcc2090 100644
--- a/src/tests/optparser.cpp
+++ b/src/tests/optparser.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/parser.cpp b/src/tests/parser.cpp
index 201fb91..23b7140 100644
--- a/src/tests/parser.cpp
+++ b/src/tests/parser.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/readwritemutex.cpp b/src/tests/readwritemutex.cpp
index 8cb79e5..7116da2 100644
--- a/src/tests/readwritemutex.cpp
+++ b/src/tests/readwritemutex.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/taf.cpp b/src/tests/taf.cpp
index 74847d7..0f5ab5b 100644
--- a/src/tests/taf.cpp
+++ b/src/tests/taf.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/tests/uuid.cpp b/src/tests/uuid.cpp
index 0599a0b..69ab448 100644
--- a/src/tests/uuid.cpp
+++ b/src/tests/uuid.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.