diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.sh | 2 | ||||
-rwxr-xr-x | tests/parse_control.basic.sh | 2 | ||||
-rw-r--r-- | tests/parse_control.common.sh | 2 | ||||
-rwxr-xr-x | tests/resolve_deps.basic.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/common.sh b/tests/common.sh index 677e3af..b883a51 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -15,7 +15,7 @@ # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with the ProteanOS Development Kit program. If not, see +# along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. tests_es=0 diff --git a/tests/parse_control.basic.sh b/tests/parse_control.basic.sh index 98f470b..f8df181 100755 --- a/tests/parse_control.basic.sh +++ b/tests/parse_control.basic.sh @@ -17,7 +17,7 @@ # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with the ProteanOS Development Kit program. If not, see +# along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. req_fields='Package Version' diff --git a/tests/parse_control.common.sh b/tests/parse_control.common.sh index 3d0aa30..1549ae0 100644 --- a/tests/parse_control.common.sh +++ b/tests/parse_control.common.sh @@ -15,7 +15,7 @@ # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with the ProteanOS Development Kit program. If not, see +# along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. . "${srcdir}/tests/common.sh" diff --git a/tests/resolve_deps.basic.sh b/tests/resolve_deps.basic.sh index d084f09..b0c506c 100755 --- a/tests/resolve_deps.basic.sh +++ b/tests/resolve_deps.basic.sh @@ -17,7 +17,7 @@ # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with the ProteanOS Development Kit program. If not, see +# along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. . "${srcdir}/tests/common.sh" |