diff options
author | Mike Buland <eichlan@xagasoft.com> | 2023-08-01 12:00:45 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2023-08-01 12:00:45 -0700 |
commit | 311d146e2d921bed4ae9d3b19203e935358b30ba (patch) | |
tree | 4609806d4ef5ab7d025832ee17adb3bb8e3ab043 /src/unit | |
parent | 87d76df1720e29e4195cf4a8845c07450fb3b2f2 (diff) | |
download | libbu++-311d146e2d921bed4ae9d3b19203e935358b30ba.tar.gz libbu++-311d146e2d921bed4ae9d3b19203e935358b30ba.tar.bz2 libbu++-311d146e2d921bed4ae9d3b19203e935358b30ba.tar.xz libbu++-311d146e2d921bed4ae9d3b19203e935358b30ba.zip |
Updated copyright date.
Diffstat (limited to 'src/unit')
-rw-r--r-- | src/unit/archive.unit | 2 | ||||
-rw-r--r-- | src/unit/array.unit | 2 | ||||
-rw-r--r-- | src/unit/base64.unit | 2 | ||||
-rw-r--r-- | src/unit/blob.unit | 2 | ||||
-rw-r--r-- | src/unit/blobbuilder.unit | 2 | ||||
-rw-r--r-- | src/unit/blowfish.unit | 2 | ||||
-rw-r--r-- | src/unit/buffer.unit | 2 | ||||
-rw-r--r-- | src/unit/entities/unit | 2 | ||||
-rw-r--r-- | src/unit/file.unit | 2 | ||||
-rw-r--r-- | src/unit/hash.unit | 2 | ||||
-rw-r--r-- | src/unit/list.unit | 2 | ||||
-rw-r--r-- | src/unit/md5.unit | 2 | ||||
-rw-r--r-- | src/unit/membuf.unit | 2 | ||||
-rw-r--r-- | src/unit/myriad.unit | 2 | ||||
-rw-r--r-- | src/unit/queuebuf.unit | 2 | ||||
-rw-r--r-- | src/unit/sha1.unit | 2 | ||||
-rw-r--r-- | src/unit/string.unit | 2 | ||||
-rw-r--r-- | src/unit/substream.unit | 2 | ||||
-rw-r--r-- | src/unit/synchrohash.unit | 2 | ||||
-rw-r--r-- | src/unit/taf.unit | 2 | ||||
-rw-r--r-- | src/unit/variant.unit | 2 | ||||
-rw-r--r-- | src/unit/xml.unit | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/src/unit/archive.unit b/src/unit/archive.unit index 58f7d2b..439ea0c 100644 --- a/src/unit/archive.unit +++ b/src/unit/archive.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/array.unit b/src/unit/array.unit index e2c08eb..cb1b1e5 100644 --- a/src/unit/array.unit +++ b/src/unit/array.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/base64.unit b/src/unit/base64.unit index 2a10685..4f7758f 100644 --- a/src/unit/base64.unit +++ b/src/unit/base64.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/blob.unit b/src/unit/blob.unit index 8784416..ac2ee4f 100644 --- a/src/unit/blob.unit +++ b/src/unit/blob.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/blobbuilder.unit b/src/unit/blobbuilder.unit index 16da92c..c9480bb 100644 --- a/src/unit/blobbuilder.unit +++ b/src/unit/blobbuilder.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/blowfish.unit b/src/unit/blowfish.unit index fb02961..3bbe9c0 100644 --- a/src/unit/blowfish.unit +++ b/src/unit/blowfish.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/buffer.unit b/src/unit/buffer.unit index 78327d5..88cc0b0 100644 --- a/src/unit/buffer.unit +++ b/src/unit/buffer.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/entities/unit b/src/unit/entities/unit index 4b4f9c1..47fbfb4 100644 --- a/src/unit/entities/unit +++ b/src/unit/entities/unit | |||
@@ -5,7 +5,7 @@ | |||
5 | name="source" | 5 | name="source" |
6 | filename="{=name:%tolower}.cpp" | 6 | filename="{=name:%tolower}.cpp" |
7 | >/* | 7 | >/* |
8 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 8 | * Copyright (C) 2007-2023 Xagasoft, All rights reserved. |
9 | * | 9 | * |
10 | * This file is part of the libbu++ library and is released under the | 10 | * This file is part of the libbu++ library and is released under the |
11 | * terms of the license contained in the file LICENSE. | 11 | * terms of the license contained in the file LICENSE. |
diff --git a/src/unit/file.unit b/src/unit/file.unit index cae9a76..ee69995 100644 --- a/src/unit/file.unit +++ b/src/unit/file.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/hash.unit b/src/unit/hash.unit index b6acd4e..920abac 100644 --- a/src/unit/hash.unit +++ b/src/unit/hash.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/list.unit b/src/unit/list.unit index db1095c..e6b4006 100644 --- a/src/unit/list.unit +++ b/src/unit/list.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/md5.unit b/src/unit/md5.unit index aaba113..1896ab9 100644 --- a/src/unit/md5.unit +++ b/src/unit/md5.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2010 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/membuf.unit b/src/unit/membuf.unit index d669186..1674d8e 100644 --- a/src/unit/membuf.unit +++ b/src/unit/membuf.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/myriad.unit b/src/unit/myriad.unit index 91a89c9..24d3116 100644 --- a/src/unit/myriad.unit +++ b/src/unit/myriad.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/queuebuf.unit b/src/unit/queuebuf.unit index 245e1a9..559fdaa 100644 --- a/src/unit/queuebuf.unit +++ b/src/unit/queuebuf.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/sha1.unit b/src/unit/sha1.unit index 1151cfb..861796b 100644 --- a/src/unit/sha1.unit +++ b/src/unit/sha1.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2010 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/string.unit b/src/unit/string.unit index 6242eff..c9b1ea5 100644 --- a/src/unit/string.unit +++ b/src/unit/string.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/substream.unit b/src/unit/substream.unit index aba9bd7..a5b5eaf 100644 --- a/src/unit/substream.unit +++ b/src/unit/substream.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/synchrohash.unit b/src/unit/synchrohash.unit index fc21372..756f38b 100644 --- a/src/unit/synchrohash.unit +++ b/src/unit/synchrohash.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/taf.unit b/src/unit/taf.unit index 22f7fc5..2106acf 100644 --- a/src/unit/taf.unit +++ b/src/unit/taf.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/variant.unit b/src/unit/variant.unit index 14b81af..9b17ddc 100644 --- a/src/unit/variant.unit +++ b/src/unit/variant.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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/unit/xml.unit b/src/unit/xml.unit index a6d3a55..0d62b8b 100644 --- a/src/unit/xml.unit +++ b/src/unit/xml.unit | |||
@@ -1,6 +1,6 @@ | |||
1 | // vim: syntax=cpp | 1 | // vim: syntax=cpp |
2 | /* | 2 | /* |
3 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 3 | * Copyright (C) 2007-2023 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. |