diff options
author | Mike Buland <eichlan@xagasoft.com> | 2014-02-03 14:39:59 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2014-02-03 14:39:59 +0000 |
commit | 19c82804fbce4c977f283164c2d25cf3c2711b42 (patch) | |
tree | 5e8612c5e57a73aaecfa1a4c49d7c03a8cc13ed1 /src/experimental | |
parent | 4e9da9d1ad47da1347716490ae30b2378a571e89 (diff) | |
download | libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.tar.gz libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.tar.bz2 libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.tar.xz libbu++-19c82804fbce4c977f283164c2d25cf3c2711b42.zip |
Changed copyright to 2007-2014.
Diffstat (limited to 'src/experimental')
-rw-r--r-- | src/experimental/fastcgi.cpp | 2 | ||||
-rw-r--r-- | src/experimental/fastcgi.h | 2 | ||||
-rw-r--r-- | src/experimental/httpget.cpp | 2 | ||||
-rw-r--r-- | src/experimental/httpget.h | 2 | ||||
-rw-r--r-- | src/experimental/lexer.cpp | 2 | ||||
-rw-r--r-- | src/experimental/lexer.h | 2 | ||||
-rw-r--r-- | src/experimental/parser.cpp | 2 | ||||
-rw-r--r-- | src/experimental/parser.h | 2 | ||||
-rw-r--r-- | src/experimental/regex.cpp | 2 | ||||
-rw-r--r-- | src/experimental/regex.h | 2 | ||||
-rw-r--r-- | src/experimental/xmlreader.cpp | 2 | ||||
-rw-r--r-- | src/experimental/xmlreader.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/experimental/fastcgi.cpp b/src/experimental/fastcgi.cpp index e11daf3..78fd6c1 100644 --- a/src/experimental/fastcgi.cpp +++ b/src/experimental/fastcgi.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 03fc0a8..bc1b4d0 100644 --- a/src/experimental/fastcgi.h +++ b/src/experimental/fastcgi.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 d295239..168c70d 100644 --- a/src/experimental/httpget.cpp +++ b/src/experimental/httpget.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 4c00979..7134453 100644 --- a/src/experimental/httpget.h +++ b/src/experimental/httpget.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 9c0294a..ee15e13 100644 --- a/src/experimental/lexer.cpp +++ b/src/experimental/lexer.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 0019a2c..c54c31f 100644 --- a/src/experimental/lexer.h +++ b/src/experimental/lexer.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 842df43..4ac1284 100644 --- a/src/experimental/parser.cpp +++ b/src/experimental/parser.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 23626d7..4eb21cd 100644 --- a/src/experimental/parser.h +++ b/src/experimental/parser.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 6ddd393..f5a85ee 100644 --- a/src/experimental/regex.cpp +++ b/src/experimental/regex.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 d947c67..d5937f3 100644 --- a/src/experimental/regex.h +++ b/src/experimental/regex.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 82c05ae..960525e 100644 --- a/src/experimental/xmlreader.cpp +++ b/src/experimental/xmlreader.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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 28e3ff8..ca56415 100644 --- a/src/experimental/xmlreader.h +++ b/src/experimental/xmlreader.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2014 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. |