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/stable | |
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/stable')
176 files changed, 176 insertions, 176 deletions
diff --git a/src/stable/archival.cpp b/src/stable/archival.cpp index 227e25d..5e5136a 100644 --- a/src/stable/archival.cpp +++ b/src/stable/archival.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/archival.h b/src/stable/archival.h index f7122bc..5e25b56 100644 --- a/src/stable/archival.h +++ b/src/stable/archival.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/archive.cpp b/src/stable/archive.cpp index 69447fb..0228d99 100644 --- a/src/stable/archive.cpp +++ b/src/stable/archive.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/archive.h b/src/stable/archive.h index b6cc2a9..a5b722f 100644 --- a/src/stable/archive.h +++ b/src/stable/archive.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/archivebase.cpp b/src/stable/archivebase.cpp index c1e886b..3186dc1 100644 --- a/src/stable/archivebase.cpp +++ b/src/stable/archivebase.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/archivebase.h b/src/stable/archivebase.h index 3fd5071..bced609 100644 --- a/src/stable/archivebase.h +++ b/src/stable/archivebase.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/array.cpp b/src/stable/array.cpp index 4d5baac..aebadcb 100644 --- a/src/stable/array.cpp +++ b/src/stable/array.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/array.h b/src/stable/array.h index 885594b..da5b88a 100644 --- a/src/stable/array.h +++ b/src/stable/array.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/atom.cpp b/src/stable/atom.cpp index 68530c8..e550b55 100644 --- a/src/stable/atom.cpp +++ b/src/stable/atom.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/atom.h b/src/stable/atom.h index 584085c..d83258a 100644 --- a/src/stable/atom.h +++ b/src/stable/atom.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/base64.cpp b/src/stable/base64.cpp index 394b9b2..b77494b 100644 --- a/src/stable/base64.cpp +++ b/src/stable/base64.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/base64.h b/src/stable/base64.h index 0aa19aa..527d22f 100644 --- a/src/stable/base64.h +++ b/src/stable/base64.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/buffer.cpp b/src/stable/buffer.cpp index 68d5d13..90f37e5 100644 --- a/src/stable/buffer.cpp +++ b/src/stable/buffer.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/buffer.h b/src/stable/buffer.h index 9bd328b..fd6b4a1 100644 --- a/src/stable/buffer.h +++ b/src/stable/buffer.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/bzip2.cpp b/src/stable/bzip2.cpp index b4a713d..ffed9f2 100644 --- a/src/stable/bzip2.cpp +++ b/src/stable/bzip2.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/bzip2.h b/src/stable/bzip2.h index aacfe26..77f4d0c 100644 --- a/src/stable/bzip2.h +++ b/src/stable/bzip2.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/client.cpp b/src/stable/client.cpp index 34dc798..a32e87f 100644 --- a/src/stable/client.cpp +++ b/src/stable/client.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/client.h b/src/stable/client.h index 0ff7914..9879c60 100644 --- a/src/stable/client.h +++ b/src/stable/client.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/clientbuf.h b/src/stable/clientbuf.h index 50b6617..86d176d 100644 --- a/src/stable/clientbuf.h +++ b/src/stable/clientbuf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/clientlink.cpp b/src/stable/clientlink.cpp index 128e1ed..8cabf6e 100644 --- a/src/stable/clientlink.cpp +++ b/src/stable/clientlink.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/clientlink.h b/src/stable/clientlink.h index 408cdce..d5dc573 100644 --- a/src/stable/clientlink.h +++ b/src/stable/clientlink.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/clientlinkfactory.cpp b/src/stable/clientlinkfactory.cpp index 8284a69..1d3e66b 100644 --- a/src/stable/clientlinkfactory.cpp +++ b/src/stable/clientlinkfactory.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/clientlinkfactory.h b/src/stable/clientlinkfactory.h index cf9538a..823a291 100644 --- a/src/stable/clientlinkfactory.h +++ b/src/stable/clientlinkfactory.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/condition.cpp b/src/stable/condition.cpp index 06d069b..ce862f7 100644 --- a/src/stable/condition.cpp +++ b/src/stable/condition.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/condition.h b/src/stable/condition.h index 512023d..428dabd 100644 --- a/src/stable/condition.h +++ b/src/stable/condition.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/conduit.cpp b/src/stable/conduit.cpp index d11f6f0..4d3231b 100644 --- a/src/stable/conduit.cpp +++ b/src/stable/conduit.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/conduit.h b/src/stable/conduit.h index 5df5e50..76d7eb5 100644 --- a/src/stable/conduit.h +++ b/src/stable/conduit.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/counterevent.h b/src/stable/counterevent.h index e7ad7a1..25845b0 100644 --- a/src/stable/counterevent.h +++ b/src/stable/counterevent.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/crypt.cpp b/src/stable/crypt.cpp index 085d460..18dff92 100644 --- a/src/stable/crypt.cpp +++ b/src/stable/crypt.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/crypt.h b/src/stable/crypt.h index 5657769..f6a4811 100644 --- a/src/stable/crypt.h +++ b/src/stable/crypt.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/cryptohash.cpp b/src/stable/cryptohash.cpp index 0453988..559d565 100644 --- a/src/stable/cryptohash.cpp +++ b/src/stable/cryptohash.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/cryptohash.h b/src/stable/cryptohash.h index a4b226a..f57357c 100644 --- a/src/stable/cryptohash.h +++ b/src/stable/cryptohash.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/csvreader.cpp b/src/stable/csvreader.cpp index 519897f..f5d0b04 100644 --- a/src/stable/csvreader.cpp +++ b/src/stable/csvreader.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/csvreader.h b/src/stable/csvreader.h index d16f676..f4cee29 100644 --- a/src/stable/csvreader.h +++ b/src/stable/csvreader.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/csvwriter.cpp b/src/stable/csvwriter.cpp index cb9e959..37dd5bc 100644 --- a/src/stable/csvwriter.cpp +++ b/src/stable/csvwriter.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/csvwriter.h b/src/stable/csvwriter.h index 3cd8a10..1fae30a 100644 --- a/src/stable/csvwriter.h +++ b/src/stable/csvwriter.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/deflate.cpp b/src/stable/deflate.cpp index adc0a32..14e984d 100644 --- a/src/stable/deflate.cpp +++ b/src/stable/deflate.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/deflate.h b/src/stable/deflate.h index 1d0ec66..fff6170 100644 --- a/src/stable/deflate.h +++ b/src/stable/deflate.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/event.h b/src/stable/event.h index 5f3c819..0953549 100644 --- a/src/stable/event.h +++ b/src/stable/event.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptionbase.cpp b/src/stable/exceptionbase.cpp index a431211..1428566 100644 --- a/src/stable/exceptionbase.cpp +++ b/src/stable/exceptionbase.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptionbase.h b/src/stable/exceptionbase.h index 91c94ea..6c1616c 100644 --- a/src/stable/exceptionbase.h +++ b/src/stable/exceptionbase.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptionindexoutofbounds.cpp b/src/stable/exceptionindexoutofbounds.cpp index d70a373..223d004 100644 --- a/src/stable/exceptionindexoutofbounds.cpp +++ b/src/stable/exceptionindexoutofbounds.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptionindexoutofbounds.h b/src/stable/exceptionindexoutofbounds.h index fbb2a04..f2d1bc4 100644 --- a/src/stable/exceptionindexoutofbounds.h +++ b/src/stable/exceptionindexoutofbounds.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptioninvaliditerator.cpp b/src/stable/exceptioninvaliditerator.cpp index 8cd9061..2ec9a03 100644 --- a/src/stable/exceptioninvaliditerator.cpp +++ b/src/stable/exceptioninvaliditerator.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptioninvaliditerator.h b/src/stable/exceptioninvaliditerator.h index a157553..aa232da 100644 --- a/src/stable/exceptioninvaliditerator.h +++ b/src/stable/exceptioninvaliditerator.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptionparse.cpp b/src/stable/exceptionparse.cpp index 98440a4..790353e 100644 --- a/src/stable/exceptionparse.cpp +++ b/src/stable/exceptionparse.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/exceptionparse.h b/src/stable/exceptionparse.h index 83eddb0..74ea811 100644 --- a/src/stable/exceptionparse.h +++ b/src/stable/exceptionparse.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/extratypes.h b/src/stable/extratypes.h index 77025c7..3e0bde5 100644 --- a/src/stable/extratypes.h +++ b/src/stable/extratypes.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/file.cpp b/src/stable/file.cpp index 0c8bc96..3487068 100644 --- a/src/stable/file.cpp +++ b/src/stable/file.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/file.h b/src/stable/file.h index f2067d2..0f9b7d3 100644 --- a/src/stable/file.h +++ b/src/stable/file.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/filter.cpp b/src/stable/filter.cpp index ea35ec6..f02fa1d 100644 --- a/src/stable/filter.cpp +++ b/src/stable/filter.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/filter.h b/src/stable/filter.h index db1a534..51278a0 100644 --- a/src/stable/filter.h +++ b/src/stable/filter.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/formatter.cpp b/src/stable/formatter.cpp index 4fa4ab8..8d160d4 100644 --- a/src/stable/formatter.cpp +++ b/src/stable/formatter.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/formatter.h b/src/stable/formatter.h index d1d442b..d36956c 100644 --- a/src/stable/formatter.h +++ b/src/stable/formatter.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/formula.cpp b/src/stable/formula.cpp index b978df5..f6980eb 100644 --- a/src/stable/formula.cpp +++ b/src/stable/formula.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/formula.h b/src/stable/formula.h index 1a8c0ac..fd89141 100644 --- a/src/stable/formula.h +++ b/src/stable/formula.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/hash.cpp b/src/stable/hash.cpp index 660894f..9ef06bd 100644 --- a/src/stable/hash.cpp +++ b/src/stable/hash.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/hash.h b/src/stable/hash.h index 0c5bd9e..1676d8f 100644 --- a/src/stable/hash.h +++ b/src/stable/hash.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/heap.cpp b/src/stable/heap.cpp index a2c744f..bde653f 100644 --- a/src/stable/heap.cpp +++ b/src/stable/heap.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/heap.h b/src/stable/heap.h index fe76be4..2fc8c48 100644 --- a/src/stable/heap.h +++ b/src/stable/heap.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/hex.cpp b/src/stable/hex.cpp index abd5c2b..c361774 100644 --- a/src/stable/hex.cpp +++ b/src/stable/hex.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/hex.h b/src/stable/hex.h index fddfd67..09c894a 100644 --- a/src/stable/hex.h +++ b/src/stable/hex.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/list.cpp b/src/stable/list.cpp index 430d938..35d25b0 100644 --- a/src/stable/list.cpp +++ b/src/stable/list.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/list.h b/src/stable/list.h index c1a5559..bb23e59 100644 --- a/src/stable/list.h +++ b/src/stable/list.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/logger.cpp b/src/stable/logger.cpp index 0726ee5..8e16f6a 100644 --- a/src/stable/logger.cpp +++ b/src/stable/logger.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/logger.h b/src/stable/logger.h index 25e9170..241f29e 100644 --- a/src/stable/logger.h +++ b/src/stable/logger.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/lzma.cpp b/src/stable/lzma.cpp index 8cd22e6..8138f9e 100644 --- a/src/stable/lzma.cpp +++ b/src/stable/lzma.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/lzma.h b/src/stable/lzma.h index 0e542fe..4a9c4e9 100644 --- a/src/stable/lzma.h +++ b/src/stable/lzma.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/md5.cpp b/src/stable/md5.cpp index cbdcafa..1c312b9 100644 --- a/src/stable/md5.cpp +++ b/src/stable/md5.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/md5.h b/src/stable/md5.h index b5ea388..ba5bf03 100644 --- a/src/stable/md5.h +++ b/src/stable/md5.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/membuf.cpp b/src/stable/membuf.cpp index 040c0c6..2bff09b 100644 --- a/src/stable/membuf.cpp +++ b/src/stable/membuf.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/membuf.h b/src/stable/membuf.h index fc9be1f..818e9db 100644 --- a/src/stable/membuf.h +++ b/src/stable/membuf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/minicron.cpp b/src/stable/minicron.cpp index 0f2782c..7d095c0 100644 --- a/src/stable/minicron.cpp +++ b/src/stable/minicron.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/minicron.h b/src/stable/minicron.h index efe5d0b..b273d88 100644 --- a/src/stable/minicron.h +++ b/src/stable/minicron.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/multiserver.cpp b/src/stable/multiserver.cpp index 697725c..36bb913 100644 --- a/src/stable/multiserver.cpp +++ b/src/stable/multiserver.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/multiserver.h b/src/stable/multiserver.h index 2490427..23bc61b 100644 --- a/src/stable/multiserver.h +++ b/src/stable/multiserver.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/mutex.cpp b/src/stable/mutex.cpp index 311813a..e2b3ef6 100644 --- a/src/stable/mutex.cpp +++ b/src/stable/mutex.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/mutex.h b/src/stable/mutex.h index 1d325e8..d9e8910 100644 --- a/src/stable/mutex.h +++ b/src/stable/mutex.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/myriad.cpp b/src/stable/myriad.cpp index af53623..4d7595a 100644 --- a/src/stable/myriad.cpp +++ b/src/stable/myriad.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/myriad.h b/src/stable/myriad.h index c0764f7..14467a4 100644 --- a/src/stable/myriad.h +++ b/src/stable/myriad.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/myriadstream.cpp b/src/stable/myriadstream.cpp index 1c1f6e1..b2ed75e 100644 --- a/src/stable/myriadstream.cpp +++ b/src/stable/myriadstream.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/myriadstream.h b/src/stable/myriadstream.h index 64b30b1..a94a9a2 100644 --- a/src/stable/myriadstream.h +++ b/src/stable/myriadstream.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/nullstream.cpp b/src/stable/nullstream.cpp index 83b38ab..10673ed 100644 --- a/src/stable/nullstream.cpp +++ b/src/stable/nullstream.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/nullstream.h b/src/stable/nullstream.h index 63fe56e..2d85710 100644 --- a/src/stable/nullstream.h +++ b/src/stable/nullstream.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/optparser.cpp b/src/stable/optparser.cpp index c0f5732..f6fc3b9 100644 --- a/src/stable/optparser.cpp +++ b/src/stable/optparser.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/optparser.h b/src/stable/optparser.h index 97a50b0..e57a457 100644 --- a/src/stable/optparser.h +++ b/src/stable/optparser.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/pearsonhash.cpp b/src/stable/pearsonhash.cpp index e79a6dd..348c57d 100644 --- a/src/stable/pearsonhash.cpp +++ b/src/stable/pearsonhash.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/pearsonhash.h b/src/stable/pearsonhash.h index 0d1d953..cdd03ec 100644 --- a/src/stable/pearsonhash.h +++ b/src/stable/pearsonhash.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/plugger.cpp b/src/stable/plugger.cpp index c376736..e2083c4 100644 --- a/src/stable/plugger.cpp +++ b/src/stable/plugger.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/plugger.h b/src/stable/plugger.h index ef29e64..a663d06 100644 --- a/src/stable/plugger.h +++ b/src/stable/plugger.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/process.cpp b/src/stable/process.cpp index 1cb5719..29d6027 100644 --- a/src/stable/process.cpp +++ b/src/stable/process.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/process.h b/src/stable/process.h index 6851659..4a3be3c 100644 --- a/src/stable/process.h +++ b/src/stable/process.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/protocol.cpp b/src/stable/protocol.cpp index 1775f94..ace2abb 100644 --- a/src/stable/protocol.cpp +++ b/src/stable/protocol.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/protocol.h b/src/stable/protocol.h index ec09a75..e911436 100644 --- a/src/stable/protocol.h +++ b/src/stable/protocol.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/protocolhttp.cpp b/src/stable/protocolhttp.cpp index 7e0c8e5..17344cd 100644 --- a/src/stable/protocolhttp.cpp +++ b/src/stable/protocolhttp.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/protocolhttp.h b/src/stable/protocolhttp.h index 8e11fae..6afcfde 100644 --- a/src/stable/protocolhttp.h +++ b/src/stable/protocolhttp.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/protocoltelnet.cpp b/src/stable/protocoltelnet.cpp index 894d109..8e194f4 100644 --- a/src/stable/protocoltelnet.cpp +++ b/src/stable/protocoltelnet.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/protocoltelnet.h b/src/stable/protocoltelnet.h index da8dd15..04062be 100644 --- a/src/stable/protocoltelnet.h +++ b/src/stable/protocoltelnet.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/queue.cpp b/src/stable/queue.cpp index 8632f63..25130bc 100644 --- a/src/stable/queue.cpp +++ b/src/stable/queue.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/queue.h b/src/stable/queue.h index 317ba6e..1b28d96 100644 --- a/src/stable/queue.h +++ b/src/stable/queue.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/queuebuf.cpp b/src/stable/queuebuf.cpp index 29da6ba..d96921c 100644 --- a/src/stable/queuebuf.cpp +++ b/src/stable/queuebuf.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/queuebuf.h b/src/stable/queuebuf.h index d2c53c3..2762591 100644 --- a/src/stable/queuebuf.h +++ b/src/stable/queuebuf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/random.cpp b/src/stable/random.cpp index 8cb4c0e..b5f30ac 100644 --- a/src/stable/random.cpp +++ b/src/stable/random.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/random.h b/src/stable/random.h index e2db6a4..8b0b30a 100644 --- a/src/stable/random.h +++ b/src/stable/random.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randombase.cpp b/src/stable/randombase.cpp index 54399ec..5c6bc3e 100644 --- a/src/stable/randombase.cpp +++ b/src/stable/randombase.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randombase.h b/src/stable/randombase.h index 8bbfbbb..7a1ec3a 100644 --- a/src/stable/randombase.h +++ b/src/stable/randombase.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randombasic.cpp b/src/stable/randombasic.cpp index 83224ba..0088492 100644 --- a/src/stable/randombasic.cpp +++ b/src/stable/randombasic.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randombasic.h b/src/stable/randombasic.h index abbd810..8fd96b1 100644 --- a/src/stable/randombasic.h +++ b/src/stable/randombasic.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randomcmwc.cpp b/src/stable/randomcmwc.cpp index 60ab113..776392d 100644 --- a/src/stable/randomcmwc.cpp +++ b/src/stable/randomcmwc.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randomcmwc.h b/src/stable/randomcmwc.h index fecd43d..c61fc0c 100644 --- a/src/stable/randomcmwc.h +++ b/src/stable/randomcmwc.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/randomsystem.h b/src/stable/randomsystem.h index cc8b715..b94a323 100644 --- a/src/stable/randomsystem.h +++ b/src/stable/randomsystem.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/ringbuffer.cpp b/src/stable/ringbuffer.cpp index 3eb6eaa..ef6797b 100644 --- a/src/stable/ringbuffer.cpp +++ b/src/stable/ringbuffer.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/ringbuffer.h b/src/stable/ringbuffer.h index 89fc430..dc43b87 100644 --- a/src/stable/ringbuffer.h +++ b/src/stable/ringbuffer.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/server.cpp b/src/stable/server.cpp index 6ee7d6e..0310a6e 100644 --- a/src/stable/server.cpp +++ b/src/stable/server.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/server.h b/src/stable/server.h index a9680cf..6aa4910 100644 --- a/src/stable/server.h +++ b/src/stable/server.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/serverinterface.cpp b/src/stable/serverinterface.cpp index 0e3122e..ae96fcd 100644 --- a/src/stable/serverinterface.cpp +++ b/src/stable/serverinterface.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/serverinterface.h b/src/stable/serverinterface.h index edc8335..4f8dd07 100644 --- a/src/stable/serverinterface.h +++ b/src/stable/serverinterface.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/serversocket.h b/src/stable/serversocket.h index cb2591d..e79cf07 100644 --- a/src/stable/serversocket.h +++ b/src/stable/serversocket.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/serversockettcp.cpp b/src/stable/serversockettcp.cpp index c3750b2..5f4f3c3 100644 --- a/src/stable/serversockettcp.cpp +++ b/src/stable/serversockettcp.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/serversockettcp.h b/src/stable/serversockettcp.h index 8e43c76..e601be7 100644 --- a/src/stable/serversockettcp.h +++ b/src/stable/serversockettcp.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sha1.cpp b/src/stable/sha1.cpp index 9bd5ea0..f94a8c8 100644 --- a/src/stable/sha1.cpp +++ b/src/stable/sha1.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sha1.h b/src/stable/sha1.h index f657bcf..111f5fb 100644 --- a/src/stable/sha1.h +++ b/src/stable/sha1.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sharedcore.cpp b/src/stable/sharedcore.cpp index 55b59f4..16e6c8c 100644 --- a/src/stable/sharedcore.cpp +++ b/src/stable/sharedcore.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sharedcore.h b/src/stable/sharedcore.h index 4e1fcc8..c408282 100644 --- a/src/stable/sharedcore.h +++ b/src/stable/sharedcore.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/signals.cpp b/src/stable/signals.cpp index 66557b9..f72c8b5 100644 --- a/src/stable/signals.cpp +++ b/src/stable/signals.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/singleton.h b/src/stable/singleton.h index 5db686f..a868246 100644 --- a/src/stable/singleton.h +++ b/src/stable/singleton.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sio.cpp b/src/stable/sio.cpp index 1fcd676..8104848 100644 --- a/src/stable/sio.cpp +++ b/src/stable/sio.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sio.h b/src/stable/sio.h index 0668520..ee00ef7 100644 --- a/src/stable/sio.h +++ b/src/stable/sio.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/socket.h b/src/stable/socket.h index 360b3aa..e4f2180 100644 --- a/src/stable/socket.h +++ b/src/stable/socket.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sockettcp.cpp b/src/stable/sockettcp.cpp index d61f92f..6f1791d 100644 --- a/src/stable/sockettcp.cpp +++ b/src/stable/sockettcp.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sockettcp.h b/src/stable/sockettcp.h index 8539b52..1f2d8d1 100644 --- a/src/stable/sockettcp.h +++ b/src/stable/sockettcp.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sptr.cpp b/src/stable/sptr.cpp index 5e244e9..6bd9a01 100644 --- a/src/stable/sptr.cpp +++ b/src/stable/sptr.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/sptr.h b/src/stable/sptr.h index c385aa4..f0e5fb1 100644 --- a/src/stable/sptr.h +++ b/src/stable/sptr.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/stack.cpp b/src/stable/stack.cpp index df88ebb..5124d87 100644 --- a/src/stable/stack.cpp +++ b/src/stable/stack.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/stack.h b/src/stable/stack.h index ce7cfde..25854fd 100644 --- a/src/stable/stack.h +++ b/src/stable/stack.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/staticmembuf.cpp b/src/stable/staticmembuf.cpp index befb6de..a821ad6 100644 --- a/src/stable/staticmembuf.cpp +++ b/src/stable/staticmembuf.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/staticmembuf.h b/src/stable/staticmembuf.h index 39f50ba..75d2c20 100644 --- a/src/stable/staticmembuf.h +++ b/src/stable/staticmembuf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/stdstream.cpp b/src/stable/stdstream.cpp index 9b0847f..e6de775 100644 --- a/src/stable/stdstream.cpp +++ b/src/stable/stdstream.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/stdstream.h b/src/stable/stdstream.h index 4606264..d6201e8 100644 --- a/src/stable/stdstream.h +++ b/src/stable/stdstream.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/stream.cpp b/src/stable/stream.cpp index 35e3190..e09757f 100644 --- a/src/stable/stream.cpp +++ b/src/stable/stream.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/stream.h b/src/stable/stream.h index c69a103..a6418a3 100644 --- a/src/stable/stream.h +++ b/src/stable/stream.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/streamstack.cpp b/src/stable/streamstack.cpp index c0d1067..23234be 100644 --- a/src/stable/streamstack.cpp +++ b/src/stable/streamstack.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/streamstack.h b/src/stable/streamstack.h index 760db51..431e4bb 100644 --- a/src/stable/streamstack.h +++ b/src/stable/streamstack.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/string.cpp b/src/stable/string.cpp index 3cad22b..d8fd218 100644 --- a/src/stable/string.cpp +++ b/src/stable/string.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/string.h b/src/stable/string.h index b174031..b3a7985 100644 --- a/src/stable/string.h +++ b/src/stable/string.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/substream.cpp b/src/stable/substream.cpp index e87109b..08577fe 100644 --- a/src/stable/substream.cpp +++ b/src/stable/substream.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/substream.h b/src/stable/substream.h index c859bfe..4bad9a3 100644 --- a/src/stable/substream.h +++ b/src/stable/substream.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/synchroatom.h b/src/stable/synchroatom.h index d2a937b..6242ecf 100644 --- a/src/stable/synchroatom.h +++ b/src/stable/synchroatom.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/synchrocounter.cpp b/src/stable/synchrocounter.cpp index d9c2e62..e835e31 100644 --- a/src/stable/synchrocounter.cpp +++ b/src/stable/synchrocounter.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/synchrocounter.h b/src/stable/synchrocounter.h index 6c7e0ac..bde6401 100644 --- a/src/stable/synchrocounter.h +++ b/src/stable/synchrocounter.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/synchroheap.cpp b/src/stable/synchroheap.cpp index 15fa568..f5c3155 100644 --- a/src/stable/synchroheap.cpp +++ b/src/stable/synchroheap.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/synchroheap.h b/src/stable/synchroheap.h index ae9d721..ebb33f2 100644 --- a/src/stable/synchroheap.h +++ b/src/stable/synchroheap.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/synchroqueue.h b/src/stable/synchroqueue.h index b10ec33..26f483c 100644 --- a/src/stable/synchroqueue.h +++ b/src/stable/synchroqueue.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/taf.h b/src/stable/taf.h index 3179b13..8ab6651 100644 --- a/src/stable/taf.h +++ b/src/stable/taf.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafcomment.cpp b/src/stable/tafcomment.cpp index d232980..bb4f47f 100644 --- a/src/stable/tafcomment.cpp +++ b/src/stable/tafcomment.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafcomment.h b/src/stable/tafcomment.h index 357e4f4..6907424 100644 --- a/src/stable/tafcomment.h +++ b/src/stable/tafcomment.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafgroup.cpp b/src/stable/tafgroup.cpp index eadc7d3..37aadce 100644 --- a/src/stable/tafgroup.cpp +++ b/src/stable/tafgroup.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafgroup.h b/src/stable/tafgroup.h index 80b4ca2..16eb625 100644 --- a/src/stable/tafgroup.h +++ b/src/stable/tafgroup.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafnode.cpp b/src/stable/tafnode.cpp index e27193b..8a210f1 100644 --- a/src/stable/tafnode.cpp +++ b/src/stable/tafnode.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafnode.h b/src/stable/tafnode.h index 4a45cf9..3bc2eb8 100644 --- a/src/stable/tafnode.h +++ b/src/stable/tafnode.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafproperty.cpp b/src/stable/tafproperty.cpp index 871c4fe..cab2378 100644 --- a/src/stable/tafproperty.cpp +++ b/src/stable/tafproperty.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafproperty.h b/src/stable/tafproperty.h index a045ac6..7ee5e02 100644 --- a/src/stable/tafproperty.h +++ b/src/stable/tafproperty.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafreader.cpp b/src/stable/tafreader.cpp index 4e5cdba..7d75844 100644 --- a/src/stable/tafreader.cpp +++ b/src/stable/tafreader.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafreader.h b/src/stable/tafreader.h index ab4fe21..52f9e1d 100644 --- a/src/stable/tafreader.h +++ b/src/stable/tafreader.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafwriter.cpp b/src/stable/tafwriter.cpp index 15ed078..3b57997 100644 --- a/src/stable/tafwriter.cpp +++ b/src/stable/tafwriter.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/tafwriter.h b/src/stable/tafwriter.h index 9774c43..8f2e015 100644 --- a/src/stable/tafwriter.h +++ b/src/stable/tafwriter.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/thread.cpp b/src/stable/thread.cpp index 99239e9..f72cf7f 100644 --- a/src/stable/thread.cpp +++ b/src/stable/thread.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/thread.h b/src/stable/thread.h index 0a64390..58e946d 100644 --- a/src/stable/thread.h +++ b/src/stable/thread.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/trace.cpp b/src/stable/trace.cpp index 09cb757..bb2fb42 100644 --- a/src/stable/trace.cpp +++ b/src/stable/trace.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/trace.h b/src/stable/trace.h index 08c0903..5ff27df 100644 --- a/src/stable/trace.h +++ b/src/stable/trace.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/unitsuite.cpp b/src/stable/unitsuite.cpp index 6a41850..a38c77a 100644 --- a/src/stable/unitsuite.cpp +++ b/src/stable/unitsuite.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/unitsuite.h b/src/stable/unitsuite.h index 5f84058..ea5e389 100644 --- a/src/stable/unitsuite.h +++ b/src/stable/unitsuite.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/util.cpp b/src/stable/util.cpp index da2d91e..ac3ad1d 100644 --- a/src/stable/util.cpp +++ b/src/stable/util.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/util.h b/src/stable/util.h index 346f0a0..659f0b7 100644 --- a/src/stable/util.h +++ b/src/stable/util.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/variant.cpp b/src/stable/variant.cpp index 1da954b..4f3c87d 100644 --- a/src/stable/variant.cpp +++ b/src/stable/variant.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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/stable/variant.h b/src/stable/variant.h index 0b26994..c5d7a0b 100644 --- a/src/stable/variant.h +++ b/src/stable/variant.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2023 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. |