Fossil SCM
Added copyright and license comment blocks to two existing test case files that were missing them, with years based on looking for when the tests were first added to the repository.
Commit
08a35878143688847c79cf3adcd183ecdfb95373
Parent
844a7a786fb00fb…
2 files changed
+16
+17
+16
| --- test/amend.test | ||
| +++ test/amend.test | ||
| @@ -1,6 +1,22 @@ | ||
| 1 | 1 | # |
| 2 | +# Copyright (c) 2015 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 | +# | |
| 2 | 18 | # Tests for the "amend" command. |
| 3 | 19 | # |
| 4 | 20 | |
| 5 | 21 | proc short_uuid {uuid {len 10}} { |
| 6 | 22 | string range $uuid 0 $len-1 |
| 7 | 23 |
| --- test/amend.test | |
| +++ test/amend.test | |
| @@ -1,6 +1,22 @@ | |
| 1 | # |
| 2 | # Tests for the "amend" command. |
| 3 | # |
| 4 | |
| 5 | proc short_uuid {uuid {len 10}} { |
| 6 | string range $uuid 0 $len-1 |
| 7 |
| --- test/amend.test | |
| +++ test/amend.test | |
| @@ -1,6 +1,22 @@ | |
| 1 | # |
| 2 | # Copyright (c) 2015 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 | # Tests for the "amend" command. |
| 19 | # |
| 20 | |
| 21 | proc short_uuid {uuid {len 10}} { |
| 22 | string range $uuid 0 $len-1 |
| 23 |
+17
| --- test/revert.test | ||
| +++ test/revert.test | ||
| @@ -1,5 +1,22 @@ | ||
| 1 | +# | |
| 2 | +# Copyright (c) 2013 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 | +# | |
| 1 | 18 | # |
| 2 | 19 | # Tests for 'fossil revert' |
| 3 | 20 | # |
| 4 | 21 | # |
| 5 | 22 | |
| 6 | 23 |
| --- test/revert.test | |
| +++ test/revert.test | |
| @@ -1,5 +1,22 @@ | |
| 1 | # |
| 2 | # Tests for 'fossil revert' |
| 3 | # |
| 4 | # |
| 5 | |
| 6 |
| --- test/revert.test | |
| +++ test/revert.test | |
| @@ -1,5 +1,22 @@ | |
| 1 | # |
| 2 | # Copyright (c) 2013 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 | # |
| 19 | # Tests for 'fossil revert' |
| 20 | # |
| 21 | # |
| 22 | |
| 23 |