aboutsummaryrefslogtreecommitdiff
path: root/src/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'src/experimental')
-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
12 files changed, 12 insertions, 12 deletions
diff --git a/src/experimental/fastcgi.cpp b/src/experimental/fastcgi.cpp
index 78fd6c1..ac946b0 100644
--- a/src/experimental/fastcgi.cpp
+++ b/src/experimental/fastcgi.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/experimental/fastcgi.h b/src/experimental/fastcgi.h
index bc1b4d0..081156e 100644
--- a/src/experimental/fastcgi.h
+++ b/src/experimental/fastcgi.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/experimental/httpget.cpp b/src/experimental/httpget.cpp
index 168c70d..8af910f 100644
--- a/src/experimental/httpget.cpp
+++ b/src/experimental/httpget.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/experimental/httpget.h b/src/experimental/httpget.h
index 7134453..f4bf639 100644
--- a/src/experimental/httpget.h
+++ b/src/experimental/httpget.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/experimental/lexer.cpp b/src/experimental/lexer.cpp
index ee15e13..dbdf98c 100644
--- a/src/experimental/lexer.cpp
+++ b/src/experimental/lexer.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/experimental/lexer.h b/src/experimental/lexer.h
index c54c31f..baf85a2 100644
--- a/src/experimental/lexer.h
+++ b/src/experimental/lexer.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/experimental/parser.cpp b/src/experimental/parser.cpp
index 4ac1284..71c3c55 100644
--- a/src/experimental/parser.cpp
+++ b/src/experimental/parser.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/experimental/parser.h b/src/experimental/parser.h
index 4eb21cd..be13c9a 100644
--- a/src/experimental/parser.h
+++ b/src/experimental/parser.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/experimental/regex.cpp b/src/experimental/regex.cpp
index f5a85ee..d2b95a9 100644
--- a/src/experimental/regex.cpp
+++ b/src/experimental/regex.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/experimental/regex.h b/src/experimental/regex.h
index d5937f3..0b3711c 100644
--- a/src/experimental/regex.h
+++ b/src/experimental/regex.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/experimental/xmlreader.cpp b/src/experimental/xmlreader.cpp
index 960525e..6626afc 100644
--- a/src/experimental/xmlreader.cpp
+++ b/src/experimental/xmlreader.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/experimental/xmlreader.h b/src/experimental/xmlreader.h
index ca56415..84c00b8 100644
--- a/src/experimental/xmlreader.h
+++ b/src/experimental/xmlreader.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.