From c74da8dee7207a81c7e37339f0d3cdb8b5eb37e4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 11 Feb 2013 00:20:52 +0000 Subject: Updated the copyright for 2013. --- src/experimental/cache.cpp | 2 +- src/experimental/cache.h | 2 +- src/experimental/cachecalc.cpp | 2 +- src/experimental/cachecalc.h | 2 +- src/experimental/cachestore.cpp | 2 +- src/experimental/cachestore.h | 2 +- src/experimental/cachestorefiles.cpp | 2 +- src/experimental/cachestorefiles.h | 2 +- src/experimental/cachestoremyriad.cpp | 2 +- src/experimental/cachestoremyriad.h | 2 +- src/experimental/fastcgi.cpp | 2 +- src/experimental/fastcgi.h | 2 +- src/experimental/httpget.cpp | 2 +- src/experimental/httpget.h | 2 +- src/experimental/lexer.cpp | 2 +- src/experimental/lexer.h | 2 +- src/experimental/parser.cpp | 2 +- src/experimental/parser.h | 2 +- src/experimental/regex.cpp | 2 +- src/experimental/regex.h | 2 +- src/experimental/xmlreader.cpp | 2 +- src/experimental/xmlreader.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'src/experimental') diff --git a/src/experimental/cache.cpp b/src/experimental/cache.cpp index d7ba31f..840682a 100644 --- a/src/experimental/cache.cpp +++ b/src/experimental/cache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cache.h b/src/experimental/cache.h index 795d180..b9d1b7a 100644 --- a/src/experimental/cache.h +++ b/src/experimental/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachecalc.cpp b/src/experimental/cachecalc.cpp index ec4fa58..7e2940c 100644 --- a/src/experimental/cachecalc.cpp +++ b/src/experimental/cachecalc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachecalc.h b/src/experimental/cachecalc.h index cb5c755..c6cf33a 100644 --- a/src/experimental/cachecalc.h +++ b/src/experimental/cachecalc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachestore.cpp b/src/experimental/cachestore.cpp index 84c391b..2082a50 100644 --- a/src/experimental/cachestore.cpp +++ b/src/experimental/cachestore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachestore.h b/src/experimental/cachestore.h index 5052670..48a84ad 100644 --- a/src/experimental/cachestore.h +++ b/src/experimental/cachestore.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachestorefiles.cpp b/src/experimental/cachestorefiles.cpp index 398461a..bf65660 100644 --- a/src/experimental/cachestorefiles.cpp +++ b/src/experimental/cachestorefiles.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachestorefiles.h b/src/experimental/cachestorefiles.h index 0805e7b..90b0a00 100644 --- a/src/experimental/cachestorefiles.h +++ b/src/experimental/cachestorefiles.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachestoremyriad.cpp b/src/experimental/cachestoremyriad.cpp index b44b761..f6edc7a 100644 --- a/src/experimental/cachestoremyriad.cpp +++ b/src/experimental/cachestoremyriad.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/cachestoremyriad.h b/src/experimental/cachestoremyriad.h index 01fe307..798d205 100644 --- a/src/experimental/cachestoremyriad.h +++ b/src/experimental/cachestoremyriad.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/fastcgi.cpp b/src/experimental/fastcgi.cpp index 71426b9..e11daf3 100644 --- a/src/experimental/fastcgi.cpp +++ b/src/experimental/fastcgi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/fastcgi.h b/src/experimental/fastcgi.h index 50b10f5..03fc0a8 100644 --- a/src/experimental/fastcgi.h +++ b/src/experimental/fastcgi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/httpget.cpp b/src/experimental/httpget.cpp index 70c722c..d295239 100644 --- a/src/experimental/httpget.cpp +++ b/src/experimental/httpget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/httpget.h b/src/experimental/httpget.h index 21e69d6..4c00979 100644 --- a/src/experimental/httpget.h +++ b/src/experimental/httpget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/lexer.cpp b/src/experimental/lexer.cpp index ae95d09..9c0294a 100644 --- a/src/experimental/lexer.cpp +++ b/src/experimental/lexer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/lexer.h b/src/experimental/lexer.h index 273f3cf..0019a2c 100644 --- a/src/experimental/lexer.h +++ b/src/experimental/lexer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/parser.cpp b/src/experimental/parser.cpp index 5d0d7eb..842df43 100644 --- a/src/experimental/parser.cpp +++ b/src/experimental/parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/parser.h b/src/experimental/parser.h index 50b6afb..23626d7 100644 --- a/src/experimental/parser.h +++ b/src/experimental/parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/regex.cpp b/src/experimental/regex.cpp index dbe0e85..6ddd393 100644 --- a/src/experimental/regex.cpp +++ b/src/experimental/regex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/regex.h b/src/experimental/regex.h index e723450..d947c67 100644 --- a/src/experimental/regex.h +++ b/src/experimental/regex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/xmlreader.cpp b/src/experimental/xmlreader.cpp index 82f4684..82c05ae 100644 --- a/src/experimental/xmlreader.cpp +++ b/src/experimental/xmlreader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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/experimental/xmlreader.h b/src/experimental/xmlreader.h index 9615cfb..28e3ff8 100644 --- a/src/experimental/xmlreader.h +++ b/src/experimental/xmlreader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Xagasoft, All rights reserved. + * Copyright (C) 2007-2013 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