Fossil SCM

Added missing license header to new files. Updated (c) date to 2011.

stephan 2011-10-02 10:51 UTC json-multitag-test
Commit 8a665715c247434fc20474cd556987210e36dbd9
+1 -1
--- src/json.c
+++ src/json.c
@@ -1,7 +1,7 @@
11
/*
2
-** Copyright (c) 2007 D. Richard Hipp
2
+** Copyright (c) 2011 D. Richard Hipp
33
**
44
** This program is free software; you can redistribute it and/or
55
** modify it under the terms of the Simplified BSD License (also
66
** known as the "2-Clause License" or "FreeBSD License".)
77
88
--- 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
--- 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
+*/
117
#include "VERSION.h"
218
#include "config.h"
319
#include "json_artifact.h"
420
521
#if INTERFACE
622
--- 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
--- src/json_detail.h
+++ src/json_detail.h
@@ -1,7 +1,23 @@
11
#if !defined(FOSSIL_JSON_DETAIL_H_INCLUDED)
22
#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
+*/
319
420
#include "cson_amalgamation.h"
521
/*
622
** Impl details for the JSON API which need to be shared
723
** across multiple C files.
824
--- 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
--- 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
+
118
#include "config.h"
219
#include "json_login.h"
320
421
#if INTERFACE
522
#include "json_detail.h"
623
--- 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
--- 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
+
118
#include "VERSION.h"
219
#include "config.h"
320
#include "json_timeline.h"
421
522
#if INTERFACE
623
--- 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
--- 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
+*/
117
#include "VERSION.h"
218
#include "config.h"
319
#include "json_wiki.h"
420
521
#if INTERFACE
622
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button