Fossil SCM
added copyright header to test file
Commit
a0d01050a1d415e545e712b443c328c3d18e8f25
Parent
484d7d8ea70ebe9…
1 file changed
+19
-1
+19
-1
| --- test/th1-repo.test | ||
| +++ test/th1-repo.test | ||
| @@ -1,8 +1,26 @@ | ||
| 1 | +# | |
| 2 | +# Copyright (c) 2011 D. Richard Hipp | |
| 3 | +# Copyright (c) 2015 Ch. Drexler | |
| 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 | +# Chris Drexler <[email protected]> | |
| 18 | +# | |
| 1 | 19 | ############################################################################ |
| 2 | 20 | # |
| 3 | -# TH1-repo | |
| 21 | +# TH1-repo commands | |
| 4 | 22 | # |
| 5 | 23 | |
| 6 | 24 | catch {exec $::fossilexe info} res |
| 7 | 25 | puts res=$res |
| 8 | 26 | if {![regexp {use --repository} $res]} { |
| 9 | 27 |
| --- test/th1-repo.test | |
| +++ test/th1-repo.test | |
| @@ -1,8 +1,26 @@ | |
| 1 | ############################################################################ |
| 2 | # |
| 3 | # TH1-repo |
| 4 | # |
| 5 | |
| 6 | catch {exec $::fossilexe info} res |
| 7 | puts res=$res |
| 8 | if {![regexp {use --repository} $res]} { |
| 9 |
| --- test/th1-repo.test | |
| +++ test/th1-repo.test | |
| @@ -1,8 +1,26 @@ | |
| 1 | # |
| 2 | # Copyright (c) 2011 D. Richard Hipp |
| 3 | # Copyright (c) 2015 Ch. Drexler |
| 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 | # Chris Drexler <[email protected]> |
| 18 | # |
| 19 | ############################################################################ |
| 20 | # |
| 21 | # TH1-repo commands |
| 22 | # |
| 23 | |
| 24 | catch {exec $::fossilexe info} res |
| 25 | puts res=$res |
| 26 | if {![regexp {use --repository} $res]} { |
| 27 |