aboutsummaryrefslogtreecommitdiff
path: root/src/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'src/experimental')
-rw-r--r--src/experimental/cache.cpp2
-rw-r--r--src/experimental/cache.h2
-rw-r--r--src/experimental/cachecalc.cpp2
-rw-r--r--src/experimental/cachecalc.h2
-rw-r--r--src/experimental/cachestore.cpp2
-rw-r--r--src/experimental/cachestore.h2
-rw-r--r--src/experimental/cachestorefiles.cpp2
-rw-r--r--src/experimental/cachestorefiles.h2
-rw-r--r--src/experimental/cachestoremyriad.cpp2
-rw-r--r--src/experimental/cachestoremyriad.h2
-rw-r--r--src/experimental/fastcgi.cpp2
-rw-r--r--src/experimental/fastcgi.h2
-rw-r--r--src/experimental/httpget.cpp2
-rw-r--r--src/experimental/httpget.h2
-rw-r--r--src/experimental/lexer.cpp2
-rw-r--r--src/experimental/lexer.h2
-rw-r--r--src/experimental/parser.cpp2
-rw-r--r--src/experimental/parser.h2
-rw-r--r--src/experimental/regex.cpp2
-rw-r--r--src/experimental/regex.h2
-rw-r--r--src/experimental/xmlreader.cpp2
-rw-r--r--src/experimental/xmlreader.h2
22 files changed, 22 insertions, 22 deletions
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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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/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 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 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.