From ffa9751b84ba615c8f6efbc6b88c9016d333f8d2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 24 May 2019 23:03:21 -0700 Subject: Updated copyright date. --- src/unstable/archivestream.cpp | 2 +- src/unstable/archivestream.h | 2 +- src/unstable/bitstring.cpp | 2 +- src/unstable/bitstring.h | 2 +- src/unstable/blowfish.cpp | 2 +- src/unstable/blowfish.h | 2 +- src/unstable/cachebase.cpp | 2 +- src/unstable/cachebase.h | 2 +- src/unstable/cacheobject.cpp | 2 +- src/unstable/cacheobject.h | 2 +- src/unstable/cipher.cpp | 2 +- src/unstable/cipher.h | 2 +- src/unstable/dualfilter.cpp | 2 +- src/unstable/dualfilter.h | 2 +- src/unstable/fifo.cpp | 2 +- src/unstable/fifo.h | 2 +- src/unstable/itoserver.cpp | 2 +- src/unstable/itoserver.h | 2 +- src/unstable/minimacro.cpp | 2 +- src/unstable/minimacro.h | 2 +- src/unstable/myriadcache.cpp | 2 +- src/unstable/myriadcache.h | 2 +- src/unstable/myriadfs.cpp | 2 +- src/unstable/myriadfs.h | 2 +- src/unstable/newline.cpp | 2 +- src/unstable/newline.h | 2 +- src/unstable/protocolwebsocket.cpp | 2 +- src/unstable/protocolwebsocket.h | 2 +- src/unstable/readwritemutex.cpp | 2 +- src/unstable/readwritemutex.h | 2 +- src/unstable/synchrohash.h | 2 +- src/unstable/teestream.cpp | 2 +- src/unstable/teestream.h | 2 +- src/unstable/udpsocket.cpp | 2 +- src/unstable/udpsocket.h | 2 +- src/unstable/url.cpp | 2 +- src/unstable/url.h | 2 +- src/unstable/urn.cpp | 2 +- src/unstable/urn.h | 2 +- src/unstable/utfstring.cpp | 2 +- src/unstable/utfstring.h | 2 +- src/unstable/uuid.cpp | 2 +- src/unstable/uuid.h | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) (limited to 'src/unstable') 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - Bu::TeeStream::* Copyright (C) 2007-2014 Xagasoft, All rights reserved. + Bu::TeeStream::* Copyright (C) 2007-2019 Xagasoft, All rights reserved. Bu::TeeStream::* Bu::TeeStream::* This file is part of the libbu++ library and is released under the 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * 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 @@ /* - * Copyright (C) 2007-2014 Xagasoft, All rights reserved. + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. -- cgit v1.2.3