summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2022-12-27 22:15:50 -0800
committerDave Beckett <dave@dajobe.org>2023-02-23 18:32:25 -0800
commit082c7330d83860ee9b51e8a52809160262774519 (patch)
treea93c1b69e2834cb858922fbc9ab65f7f172ad6df /src
parent615a116fb767713b3f69078276ab95ad0c05170c (diff)
downloadraptor-082c7330d83860ee9b51e8a52809160262774519.tar.gz
2023
Diffstat (limited to 'src')
-rw-r--r--src/raptor_general.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_general.c b/src/raptor_general.c
index fbe8d679..bf3c3ae8 100644
--- a/src/raptor_general.c
+++ b/src/raptor_general.c
@@ -48,9 +48,9 @@
/* statics */
-const char * const raptor_short_copyright_string = "Copyright 2000-2021 David Beckett. Copyright 2000-2005 University of Bristol";
+const char * const raptor_short_copyright_string = "Copyright 2000-2023 David Beckett. Copyright 2000-2005 University of Bristol";
-const char * const raptor_copyright_string = "Copyright (C) 2000-2021 David Beckett - http://www.dajobe.org/\nCopyright (C) 2000-2005 University of Bristol - http://www.bristol.ac.uk/";
+const char * const raptor_copyright_string = "Copyright (C) 2000-2023 David Beckett - http://www.dajobe.org/\nCopyright (C) 2000-2005 University of Bristol - http://www.bristol.ac.uk/";
const char * const raptor_license_string = "LGPL 2.1 or newer, GPL 2 or newer, Apache 2.0 or newer.\nSee http://librdf.org/raptor/LICENSE.html for full terms.";