summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-07-15 16:15:59 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-07-15 16:20:21 +0100
commit05f50af6b44ec365bfa59024426c38ba5093883e (patch)
tree483fed2d654fd179e42b35e267e32da49c89db3e
parent29b201d74c57ec7afe4c89f6a146ba94f46bbb77 (diff)
downloadlorry-05f50af6b44ec365bfa59024426c38ba5093883e.tar.gz
Add copyright notices and years to several scripts
* lorry.gzip-importer was missing a copyright notice * Various changes were not included in the copyright dates
-rwxr-xr-xlorry.gzip-importer2
-rw-r--r--setup.py2
-rwxr-xr-xtests/bzr-single-commit.setup2
-rwxr-xr-xtests/git-backup-on-error-single-backup.script2
-rwxr-xr-xtests/make-tarball.setup2
-rwxr-xr-xtests/tar-single-commit.setup2
6 files changed, 7 insertions, 5 deletions
diff --git a/lorry.gzip-importer b/lorry.gzip-importer
index d3d78b4..5c0c6d0 100755
--- a/lorry.gzip-importer
+++ b/lorry.gzip-importer
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+## Copyright 2015, 2019-2020 Codethink Limited
+
# gzip archive frontend for git-fast-import
from gzip import GzipFile
diff --git a/setup.py b/setup.py
index ebc9be3..52d9e5f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Codethink Limited
+# Copyright (C) 2012-2015, 2019 Codethink Limited
#
# 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
diff --git a/tests/bzr-single-commit.setup b/tests/bzr-single-commit.setup
index eed174f..a2d8d79 100755
--- a/tests/bzr-single-commit.setup
+++ b/tests/bzr-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates a bzr repository with a single file and a single commit.
#
-# Copyright (C) 2011-2012 Codethink Limited
+# Copyright (C) 2011-2012, 2020 Codethink Limited
#
# 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
diff --git a/tests/git-backup-on-error-single-backup.script b/tests/git-backup-on-error-single-backup.script
index 0051f18..b69f612 100755
--- a/tests/git-backup-on-error-single-backup.script
+++ b/tests/git-backup-on-error-single-backup.script
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012-2013 Codethink Limited
+# Copyright (C) 2012-2013, 2020 Codethink Limited
#
# 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
diff --git a/tests/make-tarball.setup b/tests/make-tarball.setup
index 8d9b0e3..3c0f466 100755
--- a/tests/make-tarball.setup
+++ b/tests/make-tarball.setup
@@ -2,7 +2,7 @@
#
# Creates gzip/bzip2/lzma tarballs, each with a single file.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012, 2015 Codethink Limited
#
# 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
diff --git a/tests/tar-single-commit.setup b/tests/tar-single-commit.setup
index 5a3e9bc..3338368 100755
--- a/tests/tar-single-commit.setup
+++ b/tests/tar-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates gzip/bzip2/lzma tarballs, each with a single file.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012, 2015 Codethink Limited
#
# 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