[Reproducible-commits] [reprotest] 03/03: Shorten license boilerplate and add new copyright info
Ceridwen
ceridwen-guest at moszumanska.debian.org
Tue Jul 19 04:45:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
ceridwen-guest pushed a commit to branch virtualization
in repository reprotest.
commit f2c309e9409ca699ff358fcf371e1142e322781e
Author: Ceridwen <ceridwenv at gmail.com>
Date: Tue Jul 19 00:13:18 2016 -0400
Shorten license boilerplate and add new copyright info
---
debian/copyright | 24 ++++++++++++++++++++++++
reprotest/lib/VirtSubproc.py | 23 ++---------------------
reprotest/lib/adt_binaries.py | 23 ++---------------------
reprotest/lib/adt_run_args.py | 23 ++---------------------
reprotest/lib/adt_testbed.py | 23 ++---------------------
reprotest/lib/adtlog.py | 23 ++---------------------
reprotest/lib/testdesc.py | 23 ++---------------------
reprotest/runner/adt-run | 23 ++---------------------
reprotest/tools/adt-build-lxc | 25 ++-----------------------
reprotest/tools/adt-build-lxd | 26 ++------------------------
reprotest/tools/adt-buildvm-ubuntu-cloud | 26 ++------------------------
reprotest/virt/chroot | 23 ++---------------------
reprotest/virt/lxc | 26 ++------------------------
reprotest/virt/lxd | 25 ++-----------------------
reprotest/virt/null | 23 ++---------------------
reprotest/virt/qemu | 26 ++------------------------
reprotest/virt/schroot | 23 ++---------------------
reprotest/virt/ssh | 27 ++-------------------------
18 files changed, 58 insertions(+), 377 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index af6a44c..68c97f4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,11 +6,16 @@ Files: *
Copyright: 2016 Ceridwen <ceridwenv at gmail.com>
License: GPL-3+
+Files: reprotest/_contextlib.py
+Copyright: 2001-2016 Python Software Foundation.
+License: Python
+
Files: reprotest/lib/*
reprotest/runner/*
reprotest/tools/*
reprotest/virt-subproc/*
Copyright: 2006-2016 Canonical Ltd.
+License: GPL-2+
License: GPL-3+
This program is free software: you can redistribute it and/or modify
@@ -28,3 +33,22 @@ License: GPL-3+
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/reprotest/lib/VirtSubproc.py b/reprotest/lib/VirtSubproc.py
index c37051d..9ba0b30 100644
--- a/reprotest/lib/VirtSubproc.py
+++ b/reprotest/lib/VirtSubproc.py
@@ -1,24 +1,5 @@
-# VirtSubproc is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2007 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import __main__
diff --git a/reprotest/lib/adt_binaries.py b/reprotest/lib/adt_binaries.py
index cf99514..c544b00 100644
--- a/reprotest/lib/adt_binaries.py
+++ b/reprotest/lib/adt_binaries.py
@@ -1,24 +1,5 @@
-# adt_binaries.py is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2015 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import os
import subprocess
diff --git a/reprotest/lib/adt_run_args.py b/reprotest/lib/adt_run_args.py
index c6567af..034c6d7 100644
--- a/reprotest/lib/adt_run_args.py
+++ b/reprotest/lib/adt_run_args.py
@@ -1,24 +1,5 @@
-# adt_run_args is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import os
import re
diff --git a/reprotest/lib/adt_testbed.py b/reprotest/lib/adt_testbed.py
index 299b46b..ce0d7ee 100644
--- a/reprotest/lib/adt_testbed.py
+++ b/reprotest/lib/adt_testbed.py
@@ -1,24 +1,5 @@
-# adt_testbed.py is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2015 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import os
import sys
diff --git a/reprotest/lib/adtlog.py b/reprotest/lib/adtlog.py
index 8f18386..7822871 100644
--- a/reprotest/lib/adtlog.py
+++ b/reprotest/lib/adtlog.py
@@ -1,24 +1,5 @@
-# adtlog is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import time
diff --git a/reprotest/lib/testdesc.py b/reprotest/lib/testdesc.py
index 32f1a92..401ac40 100644
--- a/reprotest/lib/testdesc.py
+++ b/reprotest/lib/testdesc.py
@@ -1,24 +1,5 @@
-# testdesc is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import string
import re
diff --git a/reprotest/runner/adt-run b/reprotest/runner/adt-run
index d908a61..96798aa 100755
--- a/reprotest/runner/adt-run
+++ b/reprotest/runner/adt-run
@@ -1,26 +1,7 @@
#!/usr/bin/python3 -u
#
-# adt-run is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2015 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import signal
import tempfile
diff --git a/reprotest/tools/adt-build-lxc b/reprotest/tools/adt-build-lxc
index f26826a..a64edc2 100755
--- a/reprotest/tools/adt-build-lxc
+++ b/reprotest/tools/adt-build-lxc
@@ -1,27 +1,6 @@
#!/bin/sh
-# adt-build-lxc is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# Build or update a container with the debian or ubuntu LXC template
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
set -e
DISTRO="$1"
diff --git a/reprotest/tools/adt-build-lxd b/reprotest/tools/adt-build-lxd
index 2291d60..6ea6cef 100755
--- a/reprotest/tools/adt-build-lxd
+++ b/reprotest/tools/adt-build-lxd
@@ -1,28 +1,6 @@
#!/bin/sh
-# adt-build-lxd is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2015 Canonical Ltd.
-#
-# Build or update an LXD image autopkgtest/<distro>/<release>/<arch> with
-# autopkgtest customizations from an arbitrary existing image.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
set -eu
# generate temporary container name
diff --git a/reprotest/tools/adt-buildvm-ubuntu-cloud b/reprotest/tools/adt-buildvm-ubuntu-cloud
index b5f9304..26dea71 100755
--- a/reprotest/tools/adt-buildvm-ubuntu-cloud
+++ b/reprotest/tools/adt-buildvm-ubuntu-cloud
@@ -1,29 +1,7 @@
#!/usr/bin/python3
#
-# adt-buildvm-ubuntu-cloud is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# Build a suitable autopkgtest VM from the Ubuntu cloud images:
-# https://cloud-images.ubuntu.com/
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import argparse
import tempfile
diff --git a/reprotest/virt/chroot b/reprotest/virt/chroot
index 8f3af3b..9de60c1 100755
--- a/reprotest/virt/chroot
+++ b/reprotest/virt/chroot
@@ -1,26 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-chroot is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2007 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
diff --git a/reprotest/virt/lxc b/reprotest/virt/lxc
index 5919eca..1b95351 100755
--- a/reprotest/virt/lxc
+++ b/reprotest/virt/lxc
@@ -1,29 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-lxc is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# adt-virt-lxc was derived from adt-virt-schroot and modified to suit LXC by
-# Robie Basak <robie.basak at canonical.com>.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
diff --git a/reprotest/virt/lxd b/reprotest/virt/lxd
index 45ea67e..5f2f66f 100755
--- a/reprotest/virt/lxd
+++ b/reprotest/virt/lxd
@@ -1,28 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-lxd is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2015 Canonical Ltd.
-#
-# Author: Martin Pitt <martin.pitt at ubuntu.com>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
diff --git a/reprotest/virt/null b/reprotest/virt/null
index b23eb01..51ba03e 100755
--- a/reprotest/virt/null
+++ b/reprotest/virt/null
@@ -1,26 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-null is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2007 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
diff --git a/reprotest/virt/qemu b/reprotest/virt/qemu
index 2b49c93..b013199 100755
--- a/reprotest/virt/qemu
+++ b/reprotest/virt/qemu
@@ -1,29 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-qemu is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2014 Canonical Ltd.
-#
-# adt-virt-qemu was developed by
-# Martin Pitt <martin.pitt at ubuntu.com>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
diff --git a/reprotest/virt/schroot b/reprotest/virt/schroot
index c24e11d..c7b9f3a 100755
--- a/reprotest/virt/schroot
+++ b/reprotest/virt/schroot
@@ -1,26 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-schroot is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2007 Canonical Ltd.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
diff --git a/reprotest/virt/ssh b/reprotest/virt/ssh
index 9d33bf0..c342ab3 100755
--- a/reprotest/virt/ssh
+++ b/reprotest/virt/ssh
@@ -1,30 +1,7 @@
#!/usr/bin/python3
#
-# adt-virt-ssh is part of autopkgtest
-# autopkgtest is a tool for testing Debian binary packages
-#
-# autopkgtest is Copyright (C) 2006-2015 Canonical Ltd.
-#
-# Authors:
-# Jean-Baptiste Lallement <jean-baptiste.lallement at canonical.com>
-# Martin Pitt <martin.pitt at ubuntu.com>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# See the file CREDITS for a full list of credits information (often
-# installed as /usr/share/doc/autopkgtest/CREDITS).
+# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
+# For details: reprotest/debian/copyright
import sys
import os
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git
More information about the Reproducible-commits
mailing list