Fossil SCM
Clarify the license status for makeheaders.
Commit
f2359f22c2c6f8fb984371f0a7fb68980b035643
Parent
ae89a7ce79517e3…
1 file changed
+26
-1
+26
-1
| --- src/makeheaders.c | ||
| +++ src/makeheaders.c | ||
| @@ -1,11 +1,36 @@ | ||
| 1 | 1 | static const char ident[] = "@(#) $Header: /cvstrac/cvstrac/makeheaders.c,v 1.4 2005/03/16 22:17:51 drh Exp $"; |
| 2 | 2 | /* |
| 3 | 3 | ** This program is free software; you can redistribute it and/or |
| 4 | 4 | ** modify it under the terms of the Simplified BSD License (also |
| 5 | 5 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 6 | - | |
| 6 | +** | |
| 7 | +** Copyright 1993 D. Richard Hipp. All rights reserved. | |
| 8 | +** | |
| 9 | +** Redistribution and use in source and binary forms, with or | |
| 10 | +** without modification, are permitted provided that the following | |
| 11 | +** conditions are met: | |
| 12 | +** | |
| 13 | +** 1. Redistributions of source code must retain the above copyright | |
| 14 | +** notice, this list of conditions and the following disclaimer. | |
| 15 | +** | |
| 16 | +** 2. Redistributions in binary form must reproduce the above copyright | |
| 17 | +** notice, this list of conditions and the following disclaimer in | |
| 18 | +** the documentation and/or other materials provided with the | |
| 19 | +** distribution. | |
| 20 | +** | |
| 21 | +** This software is provided "as is" and any express or implied warranties, | |
| 22 | +** including, but not limited to, the implied warranties of merchantability | |
| 23 | +** and fitness for a particular purpose are disclaimed. In no event shall | |
| 24 | +** the author or contributors be liable for any direct, indirect, incidental, | |
| 25 | +** special, exemplary, or consequential damages (including, but not limited | |
| 26 | +** to, procurement of substitute goods or services; loss of use, data or | |
| 27 | +** profits; or business interruption) however caused and on any theory of | |
| 28 | +** liability, whether in contract, strict liability, or tort (including | |
| 29 | +** negligence or otherwise) arising in any way out of the use of this | |
| 30 | +** software, even if advised of the possibility of such damage. | |
| 31 | +** | |
| 7 | 32 | ** This program is distributed in the hope that it will be useful, |
| 8 | 33 | ** but without any warranty; without even the implied warranty of |
| 9 | 34 | ** merchantability or fitness for a particular purpose. |
| 10 | 35 | ** appropriate header files. |
| 11 | 36 | */ |
| 12 | 37 |
| --- src/makeheaders.c | |
| +++ src/makeheaders.c | |
| @@ -1,11 +1,36 @@ | |
| 1 | static const char ident[] = "@(#) $Header: /cvstrac/cvstrac/makeheaders.c,v 1.4 2005/03/16 22:17:51 drh Exp $"; |
| 2 | /* |
| 3 | ** This program is free software; you can redistribute it and/or |
| 4 | ** modify it under the terms of the Simplified BSD License (also |
| 5 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 6 | |
| 7 | ** This program is distributed in the hope that it will be useful, |
| 8 | ** but without any warranty; without even the implied warranty of |
| 9 | ** merchantability or fitness for a particular purpose. |
| 10 | ** appropriate header files. |
| 11 | */ |
| 12 |
| --- src/makeheaders.c | |
| +++ src/makeheaders.c | |
| @@ -1,11 +1,36 @@ | |
| 1 | static const char ident[] = "@(#) $Header: /cvstrac/cvstrac/makeheaders.c,v 1.4 2005/03/16 22:17:51 drh Exp $"; |
| 2 | /* |
| 3 | ** This program is free software; you can redistribute it and/or |
| 4 | ** modify it under the terms of the Simplified BSD License (also |
| 5 | ** known as the "2-Clause License" or "FreeBSD License".) |
| 6 | ** |
| 7 | ** Copyright 1993 D. Richard Hipp. All rights reserved. |
| 8 | ** |
| 9 | ** Redistribution and use in source and binary forms, with or |
| 10 | ** without modification, are permitted provided that the following |
| 11 | ** conditions are met: |
| 12 | ** |
| 13 | ** 1. Redistributions of source code must retain the above copyright |
| 14 | ** notice, this list of conditions and the following disclaimer. |
| 15 | ** |
| 16 | ** 2. Redistributions in binary form must reproduce the above copyright |
| 17 | ** notice, this list of conditions and the following disclaimer in |
| 18 | ** the documentation and/or other materials provided with the |
| 19 | ** distribution. |
| 20 | ** |
| 21 | ** This software is provided "as is" and any express or implied warranties, |
| 22 | ** including, but not limited to, the implied warranties of merchantability |
| 23 | ** and fitness for a particular purpose are disclaimed. In no event shall |
| 24 | ** the author or contributors be liable for any direct, indirect, incidental, |
| 25 | ** special, exemplary, or consequential damages (including, but not limited |
| 26 | ** to, procurement of substitute goods or services; loss of use, data or |
| 27 | ** profits; or business interruption) however caused and on any theory of |
| 28 | ** liability, whether in contract, strict liability, or tort (including |
| 29 | ** negligence or otherwise) arising in any way out of the use of this |
| 30 | ** software, even if advised of the possibility of such damage. |
| 31 | ** |
| 32 | ** This program is distributed in the hope that it will be useful, |
| 33 | ** but without any warranty; without even the implied warranty of |
| 34 | ** merchantability or fitness for a particular purpose. |
| 35 | ** appropriate header files. |
| 36 | */ |
| 37 |