diff options
author | David Robillard <d@drobilla.net> | 2011-01-25 19:46:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-25 19:46:14 +0000 |
commit | 33c8bc056440d9734edd0e823cc5724a0f3a46f8 (patch) | |
tree | dbe62e031649f2095da40d0d492b411f438a6457 | |
parent | 69a24cc2a7b39180fcf3bde13757fe93da20bc00 (diff) | |
download | serd-33c8bc056440d9734edd0e823cc5724a0f3a46f8.tar.gz serd-33c8bc056440d9734edd0e823cc5724a0f3a46f8.tar.bz2 serd-33c8bc056440d9734edd0e823cc5724a0f3a46f8.zip |
Change source header tag line.
git-svn-id: http://svn.drobilla.net/serd/trunk@72 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | serd/serd.h | 2 | ||||
-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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/serd/serd.h b/serd/serd.h index a096c475..b63f442f 100644 --- a/serd/serd.h +++ b/serd/serd.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 @@ -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 |