Fossil SCM
Add the BSD copyright notice to the top of the th_tcl.c source file.
Commit
bf1ebbe1f647710aea7d6f4c9420219622763ab0
Parent
d8ed5a0d05b3f0c…
1 file changed
+9
+9
| --- src/th_tcl.c | ||
| +++ src/th_tcl.c | ||
| @@ -1,6 +1,15 @@ | ||
| 1 | 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 | +******************************************************************************* | |
| 2 | 11 | ** This file contains code used to bridge the TH1 and Tcl scripting languages. |
| 3 | 12 | */ |
| 4 | 13 | |
| 5 | 14 | #include "config.h" |
| 6 | 15 | |
| 7 | 16 |
| --- src/th_tcl.c | |
| +++ src/th_tcl.c | |
| @@ -1,6 +1,15 @@ | |
| 1 | /* |
| 2 | ** This file contains code used to bridge the TH1 and Tcl scripting languages. |
| 3 | */ |
| 4 | |
| 5 | #include "config.h" |
| 6 | |
| 7 |
| --- src/th_tcl.c | |
| +++ src/th_tcl.c | |
| @@ -1,6 +1,15 @@ | |
| 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 |