diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-02-11 00:20:52 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-02-11 00:20:52 +0000 |
commit | c74da8dee7207a81c7e37339f0d3cdb8b5eb37e4 (patch) | |
tree | 5e6f338a0a3659922ce90367fa2edbebb452e38a /src/tests | |
parent | 8642fe0ba100dee5a66265b07e21e043887a4a92 (diff) | |
download | libbu++-c74da8dee7207a81c7e37339f0d3cdb8b5eb37e4.tar.gz libbu++-c74da8dee7207a81c7e37339f0d3cdb8b5eb37e4.tar.bz2 libbu++-c74da8dee7207a81c7e37339f0d3cdb8b5eb37e4.tar.xz libbu++-c74da8dee7207a81c7e37339f0d3cdb8b5eb37e4.zip |
Updated the copyright for 2013.
Diffstat (limited to '')
-rw-r--r-- | src/tests/base64.cpp | 2 | ||||
-rw-r--r-- | src/tests/blowfish.cpp | 2 | ||||
-rw-r--r-- | src/tests/bnfcompile.cpp | 2 | ||||
-rw-r--r-- | src/tests/bzip2.cpp | 2 | ||||
-rw-r--r-- | src/tests/deflate.cpp | 2 | ||||
-rw-r--r-- | src/tests/lzma.cpp | 2 | ||||
-rw-r--r-- | src/tests/optparser.cpp | 2 | ||||
-rw-r--r-- | src/tests/parser.cpp | 2 | ||||
-rw-r--r-- | src/tests/taf.cpp | 2 | ||||
-rw-r--r-- | src/tests/uuid.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/tests/base64.cpp b/src/tests/base64.cpp index 640118a..52c1ece 100644 --- a/src/tests/base64.cpp +++ b/src/tests/base64.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 c0aba30..6179d9b 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-2012 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2013 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 40d410d..26952e1 100644 --- a/src/tests/bnfcompile.cpp +++ b/src/tests/bnfcompile.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 26bb9bd..00025db 100644 --- a/src/tests/bzip2.cpp +++ b/src/tests/bzip2.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 89640e1..6ebda1a 100644 --- a/src/tests/deflate.cpp +++ b/src/tests/deflate.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 7d4d1eb..d2c2cbe 100644 --- a/src/tests/lzma.cpp +++ b/src/tests/lzma.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 05e5168..02921ac 100644 --- a/src/tests/optparser.cpp +++ b/src/tests/optparser.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 6ad722f..201fb91 100644 --- a/src/tests/parser.cpp +++ b/src/tests/parser.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 0ba551f..74847d7 100644 --- a/src/tests/taf.cpp +++ b/src/tests/taf.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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 152ba26..0599a0b 100644 --- a/src/tests/uuid.cpp +++ b/src/tests/uuid.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2013 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. |