Fossil SCM
Fix copy-paste issues with the header comment for the tarball generator.
Commit
e5609b76cb5fdb37a73073abacd5e42faafbde60
Parent
cbf8782d562fb44…
1 file changed
+2
-2
+2
-2
| --- src/tar.c | ||
| +++ src/tar.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 | |
| @@ -13,11 +13,11 @@ | ||
| 13 | 13 | ** [email protected] |
| 14 | 14 | ** http://www.hwaci.com/drh/ |
| 15 | 15 | ** |
| 16 | 16 | ******************************************************************************* |
| 17 | 17 | ** |
| 18 | -** This file contains code used to generate ZIP archives. | |
| 18 | +** This file contains code used to generate tarballs. | |
| 19 | 19 | */ |
| 20 | 20 | #include <assert.h> |
| 21 | 21 | #include <zlib.h> |
| 22 | 22 | #include "config.h" |
| 23 | 23 | #include "tar.h" |
| 24 | 24 |
| --- src/tar.c | |
| +++ src/tar.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 | |
| @@ -13,11 +13,11 @@ | |
| 13 | ** [email protected] |
| 14 | ** http://www.hwaci.com/drh/ |
| 15 | ** |
| 16 | ******************************************************************************* |
| 17 | ** |
| 18 | ** This file contains code used to generate ZIP archives. |
| 19 | */ |
| 20 | #include <assert.h> |
| 21 | #include <zlib.h> |
| 22 | #include "config.h" |
| 23 | #include "tar.h" |
| 24 |
| --- src/tar.c | |
| +++ src/tar.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 | |
| @@ -13,11 +13,11 @@ | |
| 13 | ** [email protected] |
| 14 | ** http://www.hwaci.com/drh/ |
| 15 | ** |
| 16 | ******************************************************************************* |
| 17 | ** |
| 18 | ** This file contains code used to generate tarballs. |
| 19 | */ |
| 20 | #include <assert.h> |
| 21 | #include <zlib.h> |
| 22 | #include "config.h" |
| 23 | #include "tar.h" |
| 24 |