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 7e91bd1..735f1c3 100644
--- a/src/experimental/fastcgi.cpp
+++ b/src/experimental/fastcgi.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 693ff82..f9a8fae 100644
--- a/src/experimental/fastcgi.h
+++ b/src/experimental/fastcgi.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 8af910f..3883312 100644
--- a/src/experimental/httpget.cpp
+++ b/src/experimental/httpget.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 a1a8b42..094f29a 100644
--- a/src/experimental/httpget.h
+++ b/src/experimental/httpget.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 dbdf98c..1338cee 100644
--- a/src/experimental/lexer.cpp
+++ b/src/experimental/lexer.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 baf85a2..40c2272 100644
--- a/src/experimental/lexer.h
+++ b/src/experimental/lexer.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 71c3c55..bce0c76 100644
--- a/src/experimental/parser.cpp
+++ b/src/experimental/parser.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 be13c9a..475a9be 100644
--- a/src/experimental/parser.h
+++ b/src/experimental/parser.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 d2b95a9..fbee9ad 100644
--- a/src/experimental/regex.cpp
+++ b/src/experimental/regex.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 0b3711c..d687245 100644
--- a/src/experimental/regex.h
+++ b/src/experimental/regex.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 6626afc..e1d9ca8 100644
--- a/src/experimental/xmlreader.cpp
+++ b/src/experimental/xmlreader.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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 84c00b8..97ff853 100644
--- a/src/experimental/xmlreader.h
+++ b/src/experimental/xmlreader.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2019 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2023 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.