diff options
author | Mike Buland <eichlan@xagasoft.com> | 2019-05-24 23:03:21 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2019-05-24 23:03:21 -0700 |
commit | ffa9751b84ba615c8f6efbc6b88c9016d333f8d2 (patch) | |
tree | cb192c9d3389a67d27676d8368a69807f2226d8b /src/tests | |
parent | bb9e36f9c683ea888fd5c9ecde2f7c586a0238ac (diff) | |
download | libbu++-ffa9751b84ba615c8f6efbc6b88c9016d333f8d2.tar.gz libbu++-ffa9751b84ba615c8f6efbc6b88c9016d333f8d2.tar.bz2 libbu++-ffa9751b84ba615c8f6efbc6b88c9016d333f8d2.tar.xz libbu++-ffa9751b84ba615c8f6efbc6b88c9016d333f8d2.zip |
Updated copyright date.
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/readwritemutex.cpp | 2 | ||||
-rw-r--r-- | src/tests/taf.cpp | 2 | ||||
-rw-r--r-- | src/tests/uuid.cpp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/tests/base64.cpp b/src/tests/base64.cpp index 9fbbf17..23a34b5 100644 --- a/src/tests/base64.cpp +++ b/src/tests/base64.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 0cdc61b..70c3d1f 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-2014 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2019 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 7964ffa..e32469e 100644 --- a/src/tests/bnfcompile.cpp +++ b/src/tests/bnfcompile.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 25a812a..09c6ee4 100644 --- a/src/tests/bzip2.cpp +++ b/src/tests/bzip2.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 0bebb36..10042af 100644 --- a/src/tests/deflate.cpp +++ b/src/tests/deflate.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 0da90b7..46ebe11 100644 --- a/src/tests/lzma.cpp +++ b/src/tests/lzma.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 bcc2090..936ff77 100644 --- a/src/tests/optparser.cpp +++ b/src/tests/optparser.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 23b7140..140c276 100644 --- a/src/tests/parser.cpp +++ b/src/tests/parser.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 3e13e7a..4ece0a2 100644 --- a/src/tests/readwritemutex.cpp +++ b/src/tests/readwritemutex.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 0f5ab5b..4105117 100644 --- a/src/tests/taf.cpp +++ b/src/tests/taf.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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 69ab448..bbd08fc 100644 --- a/src/tests/uuid.cpp +++ b/src/tests/uuid.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2014 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2019 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. |