aboutsummaryrefslogtreecommitdiff
path: root/src/unstable
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable')
-rw-r--r--src/unstable/archivestream.cpp2
-rw-r--r--src/unstable/archivestream.h2
-rw-r--r--src/unstable/bitstring.cpp2
-rw-r--r--src/unstable/bitstring.h2
-rw-r--r--src/unstable/blob.cpp2
-rw-r--r--src/unstable/blob.h2
-rw-r--r--src/unstable/blobbuilder.cpp2
-rw-r--r--src/unstable/blobbuilder.h2
-rw-r--r--src/unstable/blowfish.cpp2
-rw-r--r--src/unstable/blowfish.h2
-rw-r--r--src/unstable/cachebase.cpp2
-rw-r--r--src/unstable/cachebase.h2
-rw-r--r--src/unstable/cacheobject.cpp2
-rw-r--r--src/unstable/cacheobject.h2
-rw-r--r--src/unstable/cipher.cpp2
-rw-r--r--src/unstable/cipher.h2
-rw-r--r--src/unstable/dualfilter.cpp2
-rw-r--r--src/unstable/dualfilter.h2
-rw-r--r--src/unstable/fifo.cpp2
-rw-r--r--src/unstable/fifo.h2
-rw-r--r--src/unstable/minimacro.cpp2
-rw-r--r--src/unstable/minimacro.h2
-rw-r--r--src/unstable/myriadcache.cpp2
-rw-r--r--src/unstable/myriadcache.h2
-rw-r--r--src/unstable/myriadfs.cpp2
-rw-r--r--src/unstable/myriadfs.h2
-rw-r--r--src/unstable/newline.cpp2
-rw-r--r--src/unstable/newline.h2
-rw-r--r--src/unstable/protocolwebsocket.cpp2
-rw-r--r--src/unstable/protocolwebsocket.h2
-rw-r--r--src/unstable/readwritemutex.cpp2
-rw-r--r--src/unstable/readwritemutex.h2
-rw-r--r--src/unstable/synchrohash.h2
-rw-r--r--src/unstable/teestream.cpp2
-rw-r--r--src/unstable/teestream.h2
-rw-r--r--src/unstable/text.cpp2
-rw-r--r--src/unstable/text.h2
-rw-r--r--src/unstable/textbuilder.cpp2
-rw-r--r--src/unstable/textbuilder.h2
-rw-r--r--src/unstable/textcodec.cpp2
-rw-r--r--src/unstable/textcodec.h2
-rw-r--r--src/unstable/textcodecutf8.cpp2
-rw-r--r--src/unstable/textcodecutf8.h2
-rw-r--r--src/unstable/udpsocket.cpp2
-rw-r--r--src/unstable/udpsocket.h2
-rw-r--r--src/unstable/url.cpp2
-rw-r--r--src/unstable/url.h2
-rw-r--r--src/unstable/urn.cpp2
-rw-r--r--src/unstable/urn.h2
-rw-r--r--src/unstable/utfstring.cpp2
-rw-r--r--src/unstable/utfstring.h2
-rw-r--r--src/unstable/uuid.cpp2
-rw-r--r--src/unstable/uuid.h2
53 files changed, 53 insertions, 53 deletions
diff --git a/src/unstable/archivestream.cpp b/src/unstable/archivestream.cpp
index 437c183..d7d1d27 100644
--- a/src/unstable/archivestream.cpp
+++ b/src/unstable/archivestream.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/unstable/archivestream.h b/src/unstable/archivestream.h
index c694037..ef4d2f5 100644
--- a/src/unstable/archivestream.h
+++ b/src/unstable/archivestream.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/unstable/bitstring.cpp b/src/unstable/bitstring.cpp
index 6c8c364..21c1316 100644
--- a/src/unstable/bitstring.cpp
+++ b/src/unstable/bitstring.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/unstable/bitstring.h b/src/unstable/bitstring.h
index 392392d..afc22fb 100644
--- a/src/unstable/bitstring.h
+++ b/src/unstable/bitstring.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/unstable/blob.cpp b/src/unstable/blob.cpp
index 213a1ec..13209e0 100644
--- a/src/unstable/blob.cpp
+++ b/src/unstable/blob.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/unstable/blob.h b/src/unstable/blob.h
index 8f948e2..2866ab2 100644
--- a/src/unstable/blob.h
+++ b/src/unstable/blob.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/unstable/blobbuilder.cpp b/src/unstable/blobbuilder.cpp
index 29646ba..901c72e 100644
--- a/src/unstable/blobbuilder.cpp
+++ b/src/unstable/blobbuilder.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/unstable/blobbuilder.h b/src/unstable/blobbuilder.h
index c2995cb..7ad4255 100644
--- a/src/unstable/blobbuilder.h
+++ b/src/unstable/blobbuilder.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/unstable/blowfish.cpp b/src/unstable/blowfish.cpp
index 7e3ed30..795d6c7 100644
--- a/src/unstable/blowfish.cpp
+++ b/src/unstable/blowfish.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/unstable/blowfish.h b/src/unstable/blowfish.h
index c3248bb..4cd9e69 100644
--- a/src/unstable/blowfish.h
+++ b/src/unstable/blowfish.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/unstable/cachebase.cpp b/src/unstable/cachebase.cpp
index 47a1a20..ef26d13 100644
--- a/src/unstable/cachebase.cpp
+++ b/src/unstable/cachebase.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/unstable/cachebase.h b/src/unstable/cachebase.h
index 762aca2..ec73ede 100644
--- a/src/unstable/cachebase.h
+++ b/src/unstable/cachebase.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/unstable/cacheobject.cpp b/src/unstable/cacheobject.cpp
index 6353c4f..097d035 100644
--- a/src/unstable/cacheobject.cpp
+++ b/src/unstable/cacheobject.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/unstable/cacheobject.h b/src/unstable/cacheobject.h
index c6b9b45..cc9ea16 100644
--- a/src/unstable/cacheobject.h
+++ b/src/unstable/cacheobject.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/unstable/cipher.cpp b/src/unstable/cipher.cpp
index 664eed8..25e5a39 100644
--- a/src/unstable/cipher.cpp
+++ b/src/unstable/cipher.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/unstable/cipher.h b/src/unstable/cipher.h
index 78964a3..14d5cfe 100644
--- a/src/unstable/cipher.h
+++ b/src/unstable/cipher.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/unstable/dualfilter.cpp b/src/unstable/dualfilter.cpp
index e0c59fa..45548b6 100644
--- a/src/unstable/dualfilter.cpp
+++ b/src/unstable/dualfilter.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/unstable/dualfilter.h b/src/unstable/dualfilter.h
index cf0c911..8d35fe2 100644
--- a/src/unstable/dualfilter.h
+++ b/src/unstable/dualfilter.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/unstable/fifo.cpp b/src/unstable/fifo.cpp
index 1f8eebd..9adc1cd 100644
--- a/src/unstable/fifo.cpp
+++ b/src/unstable/fifo.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/unstable/fifo.h b/src/unstable/fifo.h
index 9e1f3a3..f80b7fb 100644
--- a/src/unstable/fifo.h
+++ b/src/unstable/fifo.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/unstable/minimacro.cpp b/src/unstable/minimacro.cpp
index a47521f..bbae3b1 100644
--- a/src/unstable/minimacro.cpp
+++ b/src/unstable/minimacro.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/unstable/minimacro.h b/src/unstable/minimacro.h
index 56d96d8..174979c 100644
--- a/src/unstable/minimacro.h
+++ b/src/unstable/minimacro.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/unstable/myriadcache.cpp b/src/unstable/myriadcache.cpp
index 0a41485..c9eb9c4 100644
--- a/src/unstable/myriadcache.cpp
+++ b/src/unstable/myriadcache.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/unstable/myriadcache.h b/src/unstable/myriadcache.h
index 7bba93b..24002b0 100644
--- a/src/unstable/myriadcache.h
+++ b/src/unstable/myriadcache.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/unstable/myriadfs.cpp b/src/unstable/myriadfs.cpp
index a0e6864..919f8b9 100644
--- a/src/unstable/myriadfs.cpp
+++ b/src/unstable/myriadfs.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/unstable/myriadfs.h b/src/unstable/myriadfs.h
index c03f69c..ff14292 100644
--- a/src/unstable/myriadfs.h
+++ b/src/unstable/myriadfs.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/unstable/newline.cpp b/src/unstable/newline.cpp
index b14b448..e085729 100644
--- a/src/unstable/newline.cpp
+++ b/src/unstable/newline.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/unstable/newline.h b/src/unstable/newline.h
index 5abc51a..d881f3a 100644
--- a/src/unstable/newline.h
+++ b/src/unstable/newline.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/unstable/protocolwebsocket.cpp b/src/unstable/protocolwebsocket.cpp
index 2bec1ce..756c177 100644
--- a/src/unstable/protocolwebsocket.cpp
+++ b/src/unstable/protocolwebsocket.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/unstable/protocolwebsocket.h b/src/unstable/protocolwebsocket.h
index e5ff804..dfd6157 100644
--- a/src/unstable/protocolwebsocket.h
+++ b/src/unstable/protocolwebsocket.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/unstable/readwritemutex.cpp b/src/unstable/readwritemutex.cpp
index 5b990a6..1326a84 100644
--- a/src/unstable/readwritemutex.cpp
+++ b/src/unstable/readwritemutex.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/unstable/readwritemutex.h b/src/unstable/readwritemutex.h
index 7de693e..0d0cebf 100644
--- a/src/unstable/readwritemutex.h
+++ b/src/unstable/readwritemutex.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/unstable/synchrohash.h b/src/unstable/synchrohash.h
index b508c60..f590cbf 100644
--- a/src/unstable/synchrohash.h
+++ b/src/unstable/synchrohash.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/unstable/teestream.cpp b/src/unstable/teestream.cpp
index facb900..44a9d8e 100644
--- a/src/unstable/teestream.cpp
+++ b/src/unstable/teestream.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 Bu::TeeStream::* Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 Bu::TeeStream::* Copyright (C) 2007-2023 Xagasoft, All rights reserved.
3 Bu::TeeStream::* 3 Bu::TeeStream::*
4 Bu::TeeStream::* This file is part of the libbu++ library and is released under the 4 Bu::TeeStream::* This file is part of the libbu++ library and is released under the
5 Bu::TeeStream::* terms of the license contained in the file LICENSE. 5 Bu::TeeStream::* terms of the license contained in the file LICENSE.
diff --git a/src/unstable/teestream.h b/src/unstable/teestream.h
index f3afe0e..58c97a7 100644
--- a/src/unstable/teestream.h
+++ b/src/unstable/teestream.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/unstable/text.cpp b/src/unstable/text.cpp
index be4c10f..3adeac1 100644
--- a/src/unstable/text.cpp
+++ b/src/unstable/text.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/unstable/text.h b/src/unstable/text.h
index c57dcfb..db3fb80 100644
--- a/src/unstable/text.h
+++ b/src/unstable/text.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/unstable/textbuilder.cpp b/src/unstable/textbuilder.cpp
index acd3501..3877b30 100644
--- a/src/unstable/textbuilder.cpp
+++ b/src/unstable/textbuilder.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/unstable/textbuilder.h b/src/unstable/textbuilder.h
index 8c49f2a..4461a36 100644
--- a/src/unstable/textbuilder.h
+++ b/src/unstable/textbuilder.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/unstable/textcodec.cpp b/src/unstable/textcodec.cpp
index 0ac791e..42be145 100644
--- a/src/unstable/textcodec.cpp
+++ b/src/unstable/textcodec.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/unstable/textcodec.h b/src/unstable/textcodec.h
index 6ae392e..c6426d6 100644
--- a/src/unstable/textcodec.h
+++ b/src/unstable/textcodec.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/unstable/textcodecutf8.cpp b/src/unstable/textcodecutf8.cpp
index ce4e0a2..4437f55 100644
--- a/src/unstable/textcodecutf8.cpp
+++ b/src/unstable/textcodecutf8.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/unstable/textcodecutf8.h b/src/unstable/textcodecutf8.h
index f565f57..16ea989 100644
--- a/src/unstable/textcodecutf8.h
+++ b/src/unstable/textcodecutf8.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/unstable/udpsocket.cpp b/src/unstable/udpsocket.cpp
index 07dc697..db48467 100644
--- a/src/unstable/udpsocket.cpp
+++ b/src/unstable/udpsocket.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/unstable/udpsocket.h b/src/unstable/udpsocket.h
index 20bdc7f..448efea 100644
--- a/src/unstable/udpsocket.h
+++ b/src/unstable/udpsocket.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/unstable/url.cpp b/src/unstable/url.cpp
index 9612464..33182ed 100644
--- a/src/unstable/url.cpp
+++ b/src/unstable/url.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/unstable/url.h b/src/unstable/url.h
index af8c75c..e1255d7 100644
--- a/src/unstable/url.h
+++ b/src/unstable/url.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/unstable/urn.cpp b/src/unstable/urn.cpp
index 73271f8..3062e61 100644
--- a/src/unstable/urn.cpp
+++ b/src/unstable/urn.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/unstable/urn.h b/src/unstable/urn.h
index 73271f8..3062e61 100644
--- a/src/unstable/urn.h
+++ b/src/unstable/urn.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/unstable/utfstring.cpp b/src/unstable/utfstring.cpp
index be03c6e..a2ae33b 100644
--- a/src/unstable/utfstring.cpp
+++ b/src/unstable/utfstring.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/unstable/utfstring.h b/src/unstable/utfstring.h
index e36c2dd..48ed4b6 100644
--- a/src/unstable/utfstring.h
+++ b/src/unstable/utfstring.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/unstable/uuid.cpp b/src/unstable/uuid.cpp
index c5ff943..f242f46 100644
--- a/src/unstable/uuid.cpp
+++ b/src/unstable/uuid.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/unstable/uuid.h b/src/unstable/uuid.h
index 07ec333..5a7c890 100644
--- a/src/unstable/uuid.h
+++ b/src/unstable/uuid.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.