Fossil SCM
Update file header comments for the TH1/Tcl integration source code.
Commit
5f22bc09e1334fdc3b8d7d500dec5ed37a4f4f6e
Parent
4f9f0570db8c8dd…
1 file changed
+9
-2
+9
-2
| --- src/th_tcl.c | ||
| +++ src/th_tcl.c | ||
| @@ -1,18 +1,25 @@ | ||
| 1 | 1 | /* |
| 2 | +** Copyright © 2011 D. Richard Hipp | |
| 3 | +** Copyright © 2011 Joe Mistachkin | |
| 4 | +** | |
| 2 | 5 | ** This program is free software; you can redistribute it and/or |
| 3 | 6 | ** modify it under the terms of the Simplified BSD License (also |
| 4 | 7 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 5 | -** | |
| 8 | + | |
| 6 | 9 | ** This program is distributed in the hope that it will be useful, |
| 7 | 10 | ** but without any warranty; without even the implied warranty of |
| 8 | 11 | ** merchantability or fitness for a particular purpose. |
| 12 | +** | |
| 13 | +** Author contact information: | |
| 14 | +** [email protected] | |
| 15 | +** http://www.hwaci.com/drh/ | |
| 9 | 16 | ** |
| 10 | 17 | ******************************************************************************* |
| 18 | +** | |
| 11 | 19 | ** This file contains code used to bridge the TH1 and Tcl scripting languages. |
| 12 | 20 | */ |
| 13 | - | |
| 14 | 21 | #include "config.h" |
| 15 | 22 | |
| 16 | 23 | #ifdef FOSSIL_ENABLE_TCL |
| 17 | 24 | |
| 18 | 25 | #include "th.h" |
| 19 | 26 |
| --- src/th_tcl.c | |
| +++ src/th_tcl.c | |
| @@ -1,18 +1,25 @@ | |
| 1 | /* |
| 2 | ** This program is free software; you can redistribute it and/or |
| 3 | ** modify it under the terms of the Simplified BSD License (also |
| 4 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 5 | ** |
| 6 | ** This program is distributed in the hope that it will be useful, |
| 7 | ** but without any warranty; without even the implied warranty of |
| 8 | ** merchantability or fitness for a particular purpose. |
| 9 | ** |
| 10 | ******************************************************************************* |
| 11 | ** This file contains code used to bridge the TH1 and Tcl scripting languages. |
| 12 | */ |
| 13 | |
| 14 | #include "config.h" |
| 15 | |
| 16 | #ifdef FOSSIL_ENABLE_TCL |
| 17 | |
| 18 | #include "th.h" |
| 19 |
| --- src/th_tcl.c | |
| +++ src/th_tcl.c | |
| @@ -1,18 +1,25 @@ | |
| 1 | /* |
| 2 | ** Copyright © 2011 D. Richard Hipp |
| 3 | ** Copyright © 2011 Joe Mistachkin |
| 4 | ** |
| 5 | ** This program is free software; you can redistribute it and/or |
| 6 | ** modify it under the terms of the Simplified BSD License (also |
| 7 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 8 | |
| 9 | ** This program is distributed in the hope that it will be useful, |
| 10 | ** but without any warranty; without even the implied warranty of |
| 11 | ** merchantability or fitness for a particular purpose. |
| 12 | ** |
| 13 | ** Author contact information: |
| 14 | ** [email protected] |
| 15 | ** http://www.hwaci.com/drh/ |
| 16 | ** |
| 17 | ******************************************************************************* |
| 18 | ** |
| 19 | ** This file contains code used to bridge the TH1 and Tcl scripting languages. |
| 20 | */ |
| 21 | #include "config.h" |
| 22 | |
| 23 | #ifdef FOSSIL_ENABLE_TCL |
| 24 | |
| 25 | #include "th.h" |
| 26 |