Fossil SCM
Added missing license header to new files. Updated (c) date to 2011.
Commit
8a665715c247434fc20474cd556987210e36dbd9
Parent
44e032aa8a0da9f…
6 files changed
+1
-1
+16
+16
+17
+17
+16
+1
-1
| --- src/json.c | ||
| +++ src/json.c | ||
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | /* |
| 2 | -** Copyright (c) 2007 D. Richard Hipp | |
| 2 | +** Copyright (c) 2011 D. Richard Hipp | |
| 3 | 3 | ** |
| 4 | 4 | ** This program is free software; you can redistribute it and/or |
| 5 | 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | 7 | |
| 8 | 8 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -1,7 +1,7 @@ | |
| 1 | /* |
| 2 | ** Copyright (c) 2007 D. Richard Hipp |
| 3 | ** |
| 4 | ** This program is free software; you can redistribute it and/or |
| 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | |
| 8 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -1,7 +1,7 @@ | |
| 1 | /* |
| 2 | ** Copyright (c) 2011 D. Richard Hipp |
| 3 | ** |
| 4 | ** This program is free software; you can redistribute it and/or |
| 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | |
| 8 |
+16
| --- src/json_artifact.c | ||
| +++ src/json_artifact.c | ||
| @@ -1,5 +1,21 @@ | ||
| 1 | +/* | |
| 2 | +** Copyright (c) 2011 D. Richard Hipp | |
| 3 | +** | |
| 4 | +** This program is free software; you can redistribute it and/or | |
| 5 | +** modify it under the terms of the Simplified BSD License (also | |
| 6 | +** known as the "2-Clause License" or "FreeBSD License".) | |
| 7 | +** | |
| 8 | +** This program is distributed in the hope that it will be useful, | |
| 9 | +** but without any warranty; without even the implied warranty of | |
| 10 | +** merchantability or fitness for a particular purpose. | |
| 11 | +** | |
| 12 | +** Author contact information: | |
| 13 | +** [email protected] | |
| 14 | +** http://www.hwaci.com/drh/ | |
| 15 | +** | |
| 16 | +*/ | |
| 1 | 17 | #include "VERSION.h" |
| 2 | 18 | #include "config.h" |
| 3 | 19 | #include "json_artifact.h" |
| 4 | 20 | |
| 5 | 21 | #if INTERFACE |
| 6 | 22 |
| --- src/json_artifact.c | |
| +++ src/json_artifact.c | |
| @@ -1,5 +1,21 @@ | |
| 1 | #include "VERSION.h" |
| 2 | #include "config.h" |
| 3 | #include "json_artifact.h" |
| 4 | |
| 5 | #if INTERFACE |
| 6 |
| --- src/json_artifact.c | |
| +++ src/json_artifact.c | |
| @@ -1,5 +1,21 @@ | |
| 1 | /* |
| 2 | ** Copyright (c) 2011 D. Richard Hipp |
| 3 | ** |
| 4 | ** This program is free software; you can redistribute it and/or |
| 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | ** |
| 8 | ** This program is distributed in the hope that it will be useful, |
| 9 | ** but without any warranty; without even the implied warranty of |
| 10 | ** merchantability or fitness for a particular purpose. |
| 11 | ** |
| 12 | ** Author contact information: |
| 13 | ** [email protected] |
| 14 | ** http://www.hwaci.com/drh/ |
| 15 | ** |
| 16 | */ |
| 17 | #include "VERSION.h" |
| 18 | #include "config.h" |
| 19 | #include "json_artifact.h" |
| 20 | |
| 21 | #if INTERFACE |
| 22 |
+16
| --- src/json_detail.h | ||
| +++ src/json_detail.h | ||
| @@ -1,7 +1,23 @@ | ||
| 1 | 1 | #if !defined(FOSSIL_JSON_DETAIL_H_INCLUDED) |
| 2 | 2 | #define FOSSIL_JSON_DETAIL_H_INCLUDED |
| 3 | +/* | |
| 4 | +** Copyright (c) 2011 D. Richard Hipp | |
| 5 | +** | |
| 6 | +** This program is free software; you can redistribute it and/or | |
| 7 | +** modify it under the terms of the Simplified BSD License (also | |
| 8 | +** known as the "2-Clause License" or "FreeBSD License".) | |
| 9 | +** | |
| 10 | +** This program is distributed in the hope that it will be useful, | |
| 11 | +** but without any warranty; without even the implied warranty of | |
| 12 | +** merchantability or fitness for a particular purpose. | |
| 13 | +** | |
| 14 | +** Author contact information: | |
| 15 | +** [email protected] | |
| 16 | +** http://www.hwaci.com/drh/ | |
| 17 | +** | |
| 18 | +*/ | |
| 3 | 19 | |
| 4 | 20 | #include "cson_amalgamation.h" |
| 5 | 21 | /* |
| 6 | 22 | ** Impl details for the JSON API which need to be shared |
| 7 | 23 | ** across multiple C files. |
| 8 | 24 |
| --- src/json_detail.h | |
| +++ src/json_detail.h | |
| @@ -1,7 +1,23 @@ | |
| 1 | #if !defined(FOSSIL_JSON_DETAIL_H_INCLUDED) |
| 2 | #define FOSSIL_JSON_DETAIL_H_INCLUDED |
| 3 | |
| 4 | #include "cson_amalgamation.h" |
| 5 | /* |
| 6 | ** Impl details for the JSON API which need to be shared |
| 7 | ** across multiple C files. |
| 8 |
| --- src/json_detail.h | |
| +++ src/json_detail.h | |
| @@ -1,7 +1,23 @@ | |
| 1 | #if !defined(FOSSIL_JSON_DETAIL_H_INCLUDED) |
| 2 | #define FOSSIL_JSON_DETAIL_H_INCLUDED |
| 3 | /* |
| 4 | ** Copyright (c) 2011 D. Richard Hipp |
| 5 | ** |
| 6 | ** This program is free software; you can redistribute it and/or |
| 7 | ** modify it under the terms of the Simplified BSD License (also |
| 8 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 9 | ** |
| 10 | ** This program is distributed in the hope that it will be useful, |
| 11 | ** but without any warranty; without even the implied warranty of |
| 12 | ** merchantability or fitness for a particular purpose. |
| 13 | ** |
| 14 | ** Author contact information: |
| 15 | ** [email protected] |
| 16 | ** http://www.hwaci.com/drh/ |
| 17 | ** |
| 18 | */ |
| 19 | |
| 20 | #include "cson_amalgamation.h" |
| 21 | /* |
| 22 | ** Impl details for the JSON API which need to be shared |
| 23 | ** across multiple C files. |
| 24 |
+17
| --- src/json_login.c | ||
| +++ src/json_login.c | ||
| @@ -1,5 +1,22 @@ | ||
| 1 | +/* | |
| 2 | +** Copyright (c) 2011 D. Richard Hipp | |
| 3 | +** | |
| 4 | +** This program is free software; you can redistribute it and/or | |
| 5 | +** modify it under the terms of the Simplified BSD License (also | |
| 6 | +** known as the "2-Clause License" or "FreeBSD License".) | |
| 7 | +** | |
| 8 | +** This program is distributed in the hope that it will be useful, | |
| 9 | +** but without any warranty; without even the implied warranty of | |
| 10 | +** merchantability or fitness for a particular purpose. | |
| 11 | +** | |
| 12 | +** Author contact information: | |
| 13 | +** [email protected] | |
| 14 | +** http://www.hwaci.com/drh/ | |
| 15 | +** | |
| 16 | +*/ | |
| 17 | + | |
| 1 | 18 | #include "config.h" |
| 2 | 19 | #include "json_login.h" |
| 3 | 20 | |
| 4 | 21 | #if INTERFACE |
| 5 | 22 | #include "json_detail.h" |
| 6 | 23 |
| --- src/json_login.c | |
| +++ src/json_login.c | |
| @@ -1,5 +1,22 @@ | |
| 1 | #include "config.h" |
| 2 | #include "json_login.h" |
| 3 | |
| 4 | #if INTERFACE |
| 5 | #include "json_detail.h" |
| 6 |
| --- src/json_login.c | |
| +++ src/json_login.c | |
| @@ -1,5 +1,22 @@ | |
| 1 | /* |
| 2 | ** Copyright (c) 2011 D. Richard Hipp |
| 3 | ** |
| 4 | ** This program is free software; you can redistribute it and/or |
| 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | ** |
| 8 | ** This program is distributed in the hope that it will be useful, |
| 9 | ** but without any warranty; without even the implied warranty of |
| 10 | ** merchantability or fitness for a particular purpose. |
| 11 | ** |
| 12 | ** Author contact information: |
| 13 | ** [email protected] |
| 14 | ** http://www.hwaci.com/drh/ |
| 15 | ** |
| 16 | */ |
| 17 | |
| 18 | #include "config.h" |
| 19 | #include "json_login.h" |
| 20 | |
| 21 | #if INTERFACE |
| 22 | #include "json_detail.h" |
| 23 |
+17
| --- src/json_timeline.c | ||
| +++ src/json_timeline.c | ||
| @@ -1,5 +1,22 @@ | ||
| 1 | +/* | |
| 2 | +** Copyright (c) 2011 D. Richard Hipp | |
| 3 | +** | |
| 4 | +** This program is free software; you can redistribute it and/or | |
| 5 | +** modify it under the terms of the Simplified BSD License (also | |
| 6 | +** known as the "2-Clause License" or "FreeBSD License".) | |
| 7 | +** | |
| 8 | +** This program is distributed in the hope that it will be useful, | |
| 9 | +** but without any warranty; without even the implied warranty of | |
| 10 | +** merchantability or fitness for a particular purpose. | |
| 11 | +** | |
| 12 | +** Author contact information: | |
| 13 | +** [email protected] | |
| 14 | +** http://www.hwaci.com/drh/ | |
| 15 | +** | |
| 16 | +*/ | |
| 17 | + | |
| 1 | 18 | #include "VERSION.h" |
| 2 | 19 | #include "config.h" |
| 3 | 20 | #include "json_timeline.h" |
| 4 | 21 | |
| 5 | 22 | #if INTERFACE |
| 6 | 23 |
| --- src/json_timeline.c | |
| +++ src/json_timeline.c | |
| @@ -1,5 +1,22 @@ | |
| 1 | #include "VERSION.h" |
| 2 | #include "config.h" |
| 3 | #include "json_timeline.h" |
| 4 | |
| 5 | #if INTERFACE |
| 6 |
| --- src/json_timeline.c | |
| +++ src/json_timeline.c | |
| @@ -1,5 +1,22 @@ | |
| 1 | /* |
| 2 | ** Copyright (c) 2011 D. Richard Hipp |
| 3 | ** |
| 4 | ** This program is free software; you can redistribute it and/or |
| 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | ** |
| 8 | ** This program is distributed in the hope that it will be useful, |
| 9 | ** but without any warranty; without even the implied warranty of |
| 10 | ** merchantability or fitness for a particular purpose. |
| 11 | ** |
| 12 | ** Author contact information: |
| 13 | ** [email protected] |
| 14 | ** http://www.hwaci.com/drh/ |
| 15 | ** |
| 16 | */ |
| 17 | |
| 18 | #include "VERSION.h" |
| 19 | #include "config.h" |
| 20 | #include "json_timeline.h" |
| 21 | |
| 22 | #if INTERFACE |
| 23 |
+16
| --- src/json_wiki.c | ||
| +++ src/json_wiki.c | ||
| @@ -1,5 +1,21 @@ | ||
| 1 | +/* | |
| 2 | +** Copyright (c) 2011 D. Richard Hipp | |
| 3 | +** | |
| 4 | +** This program is free software; you can redistribute it and/or | |
| 5 | +** modify it under the terms of the Simplified BSD License (also | |
| 6 | +** known as the "2-Clause License" or "FreeBSD License".) | |
| 7 | +** | |
| 8 | +** This program is distributed in the hope that it will be useful, | |
| 9 | +** but without any warranty; without even the implied warranty of | |
| 10 | +** merchantability or fitness for a particular purpose. | |
| 11 | +** | |
| 12 | +** Author contact information: | |
| 13 | +** [email protected] | |
| 14 | +** http://www.hwaci.com/drh/ | |
| 15 | +** | |
| 16 | +*/ | |
| 1 | 17 | #include "VERSION.h" |
| 2 | 18 | #include "config.h" |
| 3 | 19 | #include "json_wiki.h" |
| 4 | 20 | |
| 5 | 21 | #if INTERFACE |
| 6 | 22 |
| --- src/json_wiki.c | |
| +++ src/json_wiki.c | |
| @@ -1,5 +1,21 @@ | |
| 1 | #include "VERSION.h" |
| 2 | #include "config.h" |
| 3 | #include "json_wiki.h" |
| 4 | |
| 5 | #if INTERFACE |
| 6 |
| --- src/json_wiki.c | |
| +++ src/json_wiki.c | |
| @@ -1,5 +1,21 @@ | |
| 1 | /* |
| 2 | ** Copyright (c) 2011 D. Richard Hipp |
| 3 | ** |
| 4 | ** This program is free software; you can redistribute it and/or |
| 5 | ** modify it under the terms of the Simplified BSD License (also |
| 6 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 7 | ** |
| 8 | ** This program is distributed in the hope that it will be useful, |
| 9 | ** but without any warranty; without even the implied warranty of |
| 10 | ** merchantability or fitness for a particular purpose. |
| 11 | ** |
| 12 | ** Author contact information: |
| 13 | ** [email protected] |
| 14 | ** http://www.hwaci.com/drh/ |
| 15 | ** |
| 16 | */ |
| 17 | #include "VERSION.h" |
| 18 | #include "config.h" |
| 19 | #include "json_wiki.h" |
| 20 | |
| 21 | #if INTERFACE |
| 22 |