diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/env.c | 2 | ||||
-rw-r--r-- | src/reader.c | 2 | ||||
-rw-r--r-- | src/serd_internal.h | 2 | ||||
-rw-r--r-- | src/serdi.c | 2 | ||||
-rw-r--r-- | src/uri.c | 2 | ||||
-rw-r--r-- | src/writer.c | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -/* Serd, an RDF serialisation library. +/* Serd, a lightweight RDF syntax library. * Copyright 2011 David Robillard <d@drobilla.net> * * Serd is free software: you can redistribute it and/or modify it under diff --git a/src/reader.c b/src/reader.c index b1d0279f..913f3197 100644 --- a/src/reader.c +++ b/src/reader.c @@ -1,4 +1,4 @@ -/* Serd, an RDF serialisation library. +/* Serd, a lightweight RDF syntax library. * Copyright 2011 David Robillard <d@drobilla.net> * * Serd is free software: you can redistribute it and/or modify it under diff --git a/src/serd_internal.h b/src/serd_internal.h index 4fa2a2c5..f689f2ba 100644 --- a/src/serd_internal.h +++ b/src/serd_internal.h @@ -1,4 +1,4 @@ -/* Serd, an RDF serialisation library. +/* Serd, a lightweight RDF syntax library. * Copyright 2011 David Robillard <d@drobilla.net> * * Serd is free software: you can redistribute it and/or modify it under diff --git a/src/serdi.c b/src/serdi.c index 3a99b618..27a4d9ed 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -1,4 +1,4 @@ -/* Serd, an RDF serialisation library. +/* Serd, a lightweight RDF syntax library. * Copyright 2011 David Robillard <d@drobilla.net> * * Serd is free software: you can redistribute it and/or modify it under @@ -1,4 +1,4 @@ -/* Serd, an RDF serialisation library. +/* Serd, a lightweight RDF syntax library. * Copyright 2011 David Robillard <d@drobilla.net> * * Serd is free software: you can redistribute it and/or modify it under diff --git a/src/writer.c b/src/writer.c index d7d38baa..d06e906c 100644 --- a/src/writer.c +++ b/src/writer.c @@ -1,4 +1,4 @@ -/* Serd, an RDF serialisation library. +/* Serd, a lightweight RDF syntax library. * Copyright 2011 David Robillard <d@drobilla.net> * * Serd is free software: you can redistribute it and/or modify it under |