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/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/itoserver.cpp2
-rw-r--r--src/unstable/itoserver.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/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
43 files changed, 43 insertions, 43 deletions
diff --git a/src/unstable/archivestream.cpp b/src/unstable/archivestream.cpp
index aa45e50..437c183 100644
--- a/src/unstable/archivestream.cpp
+++ b/src/unstable/archivestream.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/archivestream.h b/src/unstable/archivestream.h
index a8ef903..c694037 100644
--- a/src/unstable/archivestream.h
+++ b/src/unstable/archivestream.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/bitstring.cpp b/src/unstable/bitstring.cpp
index 91e6fb4..6c8c364 100644
--- a/src/unstable/bitstring.cpp
+++ b/src/unstable/bitstring.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/bitstring.h b/src/unstable/bitstring.h
index b29cdf9..392392d 100644
--- a/src/unstable/bitstring.h
+++ b/src/unstable/bitstring.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/blowfish.cpp b/src/unstable/blowfish.cpp
index cfc260b..7e3ed30 100644
--- a/src/unstable/blowfish.cpp
+++ b/src/unstable/blowfish.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/blowfish.h b/src/unstable/blowfish.h
index c197f8a..c3248bb 100644
--- a/src/unstable/blowfish.h
+++ b/src/unstable/blowfish.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cachebase.cpp b/src/unstable/cachebase.cpp
index a22326b..47a1a20 100644
--- a/src/unstable/cachebase.cpp
+++ b/src/unstable/cachebase.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h
index 28b343b..f96b6d2 100644
--- a/src/unstable/cachebase.h
+++ b/src/unstable/cachebase.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cacheobject.cpp b/src/unstable/cacheobject.cpp
index 2cd2aaa..6353c4f 100644
--- a/src/unstable/cacheobject.cpp
+++ b/src/unstable/cacheobject.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cacheobject.h b/src/unstable/cacheobject.h
index 333d766..c6b9b45 100644
--- a/src/unstable/cacheobject.h
+++ b/src/unstable/cacheobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cipher.cpp b/src/unstable/cipher.cpp
index c95c1f6..664eed8 100644
--- a/src/unstable/cipher.cpp
+++ b/src/unstable/cipher.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/cipher.h b/src/unstable/cipher.h
index 6762e49..78964a3 100644
--- a/src/unstable/cipher.h
+++ b/src/unstable/cipher.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/dualfilter.cpp b/src/unstable/dualfilter.cpp
index 34aa14b..e0c59fa 100644
--- a/src/unstable/dualfilter.cpp
+++ b/src/unstable/dualfilter.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/dualfilter.h b/src/unstable/dualfilter.h
index 7cc535e..cf0c911 100644
--- a/src/unstable/dualfilter.h
+++ b/src/unstable/dualfilter.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/fifo.cpp b/src/unstable/fifo.cpp
index 28bd486..1f8eebd 100644
--- a/src/unstable/fifo.cpp
+++ b/src/unstable/fifo.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/fifo.h b/src/unstable/fifo.h
index 8fdaa93..9e1f3a3 100644
--- a/src/unstable/fifo.h
+++ b/src/unstable/fifo.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/itoserver.cpp b/src/unstable/itoserver.cpp
index fe69e60..9e9d5e0 100644
--- a/src/unstable/itoserver.cpp
+++ b/src/unstable/itoserver.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/itoserver.h b/src/unstable/itoserver.h
index 93157f0..f5e4a71 100644
--- a/src/unstable/itoserver.h
+++ b/src/unstable/itoserver.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/minimacro.cpp b/src/unstable/minimacro.cpp
index c6acd0c..a47521f 100644
--- a/src/unstable/minimacro.cpp
+++ b/src/unstable/minimacro.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/minimacro.h b/src/unstable/minimacro.h
index d244c6f..56d96d8 100644
--- a/src/unstable/minimacro.h
+++ b/src/unstable/minimacro.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/myriadcache.cpp b/src/unstable/myriadcache.cpp
index 531119a..0a41485 100644
--- a/src/unstable/myriadcache.cpp
+++ b/src/unstable/myriadcache.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/myriadcache.h b/src/unstable/myriadcache.h
index 304f5cc..7bba93b 100644
--- a/src/unstable/myriadcache.h
+++ b/src/unstable/myriadcache.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/myriadfs.cpp b/src/unstable/myriadfs.cpp
index 673956e..7a87662 100644
--- a/src/unstable/myriadfs.cpp
+++ b/src/unstable/myriadfs.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/myriadfs.h b/src/unstable/myriadfs.h
index 5a79c39..c03f69c 100644
--- a/src/unstable/myriadfs.h
+++ b/src/unstable/myriadfs.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/newline.cpp b/src/unstable/newline.cpp
index f56fb46..b14b448 100644
--- a/src/unstable/newline.cpp
+++ b/src/unstable/newline.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/newline.h b/src/unstable/newline.h
index a4e29bb..5abc51a 100644
--- a/src/unstable/newline.h
+++ b/src/unstable/newline.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/protocolwebsocket.cpp b/src/unstable/protocolwebsocket.cpp
index 9e8b1de..30997a9 100644
--- a/src/unstable/protocolwebsocket.cpp
+++ b/src/unstable/protocolwebsocket.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/protocolwebsocket.h b/src/unstable/protocolwebsocket.h
index 4a3d0a1..6778ea5 100644
--- a/src/unstable/protocolwebsocket.h
+++ b/src/unstable/protocolwebsocket.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/readwritemutex.cpp b/src/unstable/readwritemutex.cpp
index 9719bfb..5b990a6 100644
--- a/src/unstable/readwritemutex.cpp
+++ b/src/unstable/readwritemutex.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/readwritemutex.h b/src/unstable/readwritemutex.h
index 29b8918..7de693e 100644
--- a/src/unstable/readwritemutex.h
+++ b/src/unstable/readwritemutex.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/synchrohash.h b/src/unstable/synchrohash.h
index 7b9f3b4..b508c60 100644
--- a/src/unstable/synchrohash.h
+++ b/src/unstable/synchrohash.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/teestream.cpp b/src/unstable/teestream.cpp
index 52802ef..facb900 100644
--- a/src/unstable/teestream.cpp
+++ b/src/unstable/teestream.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 Bu::TeeStream::* Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 Bu::TeeStream::* Copyright (C) 2007-2019 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 f7287f1..f3afe0e 100644
--- a/src/unstable/teestream.h
+++ b/src/unstable/teestream.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/udpsocket.cpp b/src/unstable/udpsocket.cpp
index 59a86fe..07dc697 100644
--- a/src/unstable/udpsocket.cpp
+++ b/src/unstable/udpsocket.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/udpsocket.h b/src/unstable/udpsocket.h
index 3a7a7d5..20bdc7f 100644
--- a/src/unstable/udpsocket.h
+++ b/src/unstable/udpsocket.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/url.cpp b/src/unstable/url.cpp
index 8106ce7..9612464 100644
--- a/src/unstable/url.cpp
+++ b/src/unstable/url.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/url.h b/src/unstable/url.h
index 66ffa81..af8c75c 100644
--- a/src/unstable/url.h
+++ b/src/unstable/url.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/urn.cpp b/src/unstable/urn.cpp
index 215b4cd..73271f8 100644
--- a/src/unstable/urn.cpp
+++ b/src/unstable/urn.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/urn.h b/src/unstable/urn.h
index 215b4cd..73271f8 100644
--- a/src/unstable/urn.h
+++ b/src/unstable/urn.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/utfstring.cpp b/src/unstable/utfstring.cpp
index 46c78e6..ea91523 100644
--- a/src/unstable/utfstring.cpp
+++ b/src/unstable/utfstring.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/utfstring.h b/src/unstable/utfstring.h
index 285b680..5a72948 100644
--- a/src/unstable/utfstring.h
+++ b/src/unstable/utfstring.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/uuid.cpp b/src/unstable/uuid.cpp
index 22517d7..c5ff943 100644
--- a/src/unstable/uuid.cpp
+++ b/src/unstable/uuid.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/src/unstable/uuid.h b/src/unstable/uuid.h
index 9800d98..07ec333 100644
--- a/src/unstable/uuid.h
+++ b/src/unstable/uuid.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2014 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.