From 19c82804fbce4c977f283164c2d25cf3c2711b42 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 3 Feb 2014 14:39:59 +0000 Subject: Changed copyright to 2007-2014. --- 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/readwritemutex.cpp | 2 +- src/unstable/readwritemutex.h | 2 +- src/unstable/synchrohash.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 +- 37 files changed, 37 insertions(+), 37 deletions(-) (limited to 'src/unstable') diff --git a/src/unstable/bitstring.cpp b/src/unstable/bitstring.cpp index 9101ba0..91e6fb4 100644 --- a/src/unstable/bitstring.cpp +++ b/src/unstable/bitstring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 767fa4c..b29cdf9 100644 --- a/src/unstable/bitstring.h +++ b/src/unstable/bitstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 024eb82..cfc260b 100644 --- a/src/unstable/blowfish.cpp +++ b/src/unstable/blowfish.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 9f718f3..c197f8a 100644 --- a/src/unstable/blowfish.h +++ b/src/unstable/blowfish.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 69b378e..a22326b 100644 --- a/src/unstable/cachebase.cpp +++ b/src/unstable/cachebase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 f3152d9..436a8ae 100644 --- a/src/unstable/cachebase.h +++ b/src/unstable/cachebase.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 eedb645..2cd2aaa 100644 --- a/src/unstable/cacheobject.cpp +++ b/src/unstable/cacheobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 ca70bb4..6eb507b 100644 --- a/src/unstable/cacheobject.h +++ b/src/unstable/cacheobject.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 b5bf71f..c95c1f6 100644 --- a/src/unstable/cipher.cpp +++ b/src/unstable/cipher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 7858874..6762e49 100644 --- a/src/unstable/cipher.h +++ b/src/unstable/cipher.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 8d019de..34aa14b 100644 --- a/src/unstable/dualfilter.cpp +++ b/src/unstable/dualfilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 ce6a13a..7cc535e 100644 --- a/src/unstable/dualfilter.h +++ b/src/unstable/dualfilter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 56da5e8..28bd486 100644 --- a/src/unstable/fifo.cpp +++ b/src/unstable/fifo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 1e23de7..8fdaa93 100644 --- a/src/unstable/fifo.h +++ b/src/unstable/fifo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 3334957..fe69e60 100644 --- a/src/unstable/itoserver.cpp +++ b/src/unstable/itoserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 bbe6846..93157f0 100644 --- a/src/unstable/itoserver.h +++ b/src/unstable/itoserver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 58faeb4..c6acd0c 100644 --- a/src/unstable/minimacro.cpp +++ b/src/unstable/minimacro.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 68c36f5..d244c6f 100644 --- a/src/unstable/minimacro.h +++ b/src/unstable/minimacro.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 0a997f8..531119a 100644 --- a/src/unstable/myriadcache.cpp +++ b/src/unstable/myriadcache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 d19395a..304f5cc 100644 --- a/src/unstable/myriadcache.h +++ b/src/unstable/myriadcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 640a3d8..cbc9e27 100644 --- a/src/unstable/myriadfs.cpp +++ b/src/unstable/myriadfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 920e03e..f9faf9a 100644 --- a/src/unstable/myriadfs.h +++ b/src/unstable/myriadfs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 880474a..f56fb46 100644 --- a/src/unstable/newline.cpp +++ b/src/unstable/newline.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 644b7c1..a4e29bb 100644 --- a/src/unstable/newline.h +++ b/src/unstable/newline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 62e9ee1..651a343 100644 --- a/src/unstable/readwritemutex.cpp +++ b/src/unstable/readwritemutex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 eb159ca..29b8918 100644 --- a/src/unstable/readwritemutex.h +++ b/src/unstable/readwritemutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 2ca28d3..7b9f3b4 100644 --- a/src/unstable/synchrohash.h +++ b/src/unstable/synchrohash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 580fc36..59a86fe 100644 --- a/src/unstable/udpsocket.cpp +++ b/src/unstable/udpsocket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 8e6005f..3a7a7d5 100644 --- a/src/unstable/udpsocket.h +++ b/src/unstable/udpsocket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 42c6dcf..f51f381 100644 --- a/src/unstable/url.cpp +++ b/src/unstable/url.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 1e545c6..66ffa81 100644 --- a/src/unstable/url.h +++ b/src/unstable/url.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 bdac610..215b4cd 100644 --- a/src/unstable/urn.cpp +++ b/src/unstable/urn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 bdac610..215b4cd 100644 --- a/src/unstable/urn.h +++ b/src/unstable/urn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 7dee0e2..f945725 100644 --- a/src/unstable/utfstring.cpp +++ b/src/unstable/utfstring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 c96f690..5085ec0 100644 --- a/src/unstable/utfstring.h +++ b/src/unstable/utfstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 bd6662a..db758d0 100644 --- a/src/unstable/uuid.cpp +++ b/src/unstable/uuid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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 35cb69c..9800d98 100644 --- a/src/unstable/uuid.h +++ b/src/unstable/uuid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * Copyright (C) 2007-2014 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