chiark / gitweb /
Copyright: Add notices to some more of the (larger) files
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 11 Oct 2016 01:21:48 +0000 (02:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 11 Oct 2016 01:21:48 +0000 (02:21 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Debian/Dgit.pm
Makefile
debian/copyright
debian/rules
dgit
infra/dgit-repos-admin-debian
infra/dgit-repos-policy-debian
infra/dgit-repos-server
infra/dgit-ssh-dispatch
tests/tstunt/Dpkg/Changelog/Parse.pm

index 7c43059033886cb05ebe70308114610e1502eec8..5c43f0257b82860f0e6cff3e7d85040c144cd8df 100644 (file)
@@ -1,4 +1,21 @@
 # -*- perl -*-
+# dgit
+# Debian::Dgit: functions common to dgit and its helpers and servers
+#
+# Copyright (C) 2015-2016  Ian Jackson
+#
+#    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 3 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, see <http://www.gnu.org/licenses/>.
 
 package Debian::Dgit;
 
index c90e4200e1dd27c7f1a0a4a4889f1fc4874860ac..d3e26b1e1d2b70d7966dea1a195e94c0be4163fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # dgit
 # Integration between git and Debian-style archives
 #
-# Copyright (C)2013-2015 Ian Jackson
+# Copyright (C)2013-2016 Ian Jackson
 #
 # 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
index 906a1ce38962cc3fd4337369a72666e2053ae7fb..4baba483f8e685aab63945699cdcf29ef61049ea 100644 (file)
@@ -1,7 +1,7 @@
 dgit
 Integration between git and Debian-style archives
 
-Copyright (C)2013-2015 Ian Jackson
+Copyright (C)2013-2016 Ian Jackson
 
 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
index 6357268d538253448d1faac96ab6b0b8ad6342c1..6580f96ebf13618980465ab89873310e76fd8b91 100755 (executable)
@@ -3,7 +3,7 @@
 # dgit
 # Integration between git and Debian-style archives
 #
-# Copyright (C)2013-2015 Ian Jackson
+# Copyright (C)2013-2016 Ian Jackson
 #
 # 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/dgit b/dgit
index 7a4b391a2c1054ee262d04627d34accb01083f4d..5bd39e70a84b92086d35041c0f4c4fd64ddb75f7 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2,7 +2,7 @@
 # dgit
 # Integration between git and Debian-style archives
 #
-# Copyright (C)2013-2015 Ian Jackson
+# Copyright (C)2013-2016 Ian Jackson
 #
 # 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
index e292bfa70e9e4c6e94c8cc1d8eb1366b84b36c04..e19155d680dbfb23cb4c2ab027fc05e28805c438 100755 (executable)
@@ -1,5 +1,20 @@
 #!/usr/bin/perl -w
 # dgit repos policy admin script for Debian
+#
+# Copyright (C) 2015-2016  Ian Jackson
+#
+#    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 3 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, see <http://www.gnu.org/licenses/>.
 
 use strict;
 
index e37690c0b495791cdc2adac29cc6b3e87dc950ce..ee369b06a8210a864a5127f9eaa8368b4d8b3fa5 100755 (executable)
@@ -1,5 +1,20 @@
 #!/usr/bin/perl -w
 # dgit repos policy hook script for Debian
+#
+# Copyright (C) 2015-2016  Ian Jackson
+#
+#    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 3 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, see <http://www.gnu.org/licenses/>.
 
 use strict;
 
index 5bf4416267c72c4cec207e20908faf64ade5af26..1b3f661086919c0b6b379a705830ddbee260caa4 100755 (executable)
@@ -1,6 +1,23 @@
 #!/usr/bin/perl -w
 # dgit-repos-server
 #
+# git protocol proxy to check dgit pushes etc.
+#
+# Copyright (C) 2014-2016  Ian Jackson
+#
+#    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 3 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, see <http://www.gnu.org/licenses/>.
+
 # usages:
 #   dgit-repos-server DISTRO DISTRO-DIR AUTH-SPEC [<settings>] --ssh
 #   dgit-repos-server DISTRO DISTRO-DIR AUTH-SPEC [<settings>] --cron
index 17db26887ce744c92704eaa69d1fdafb6e5edaee..17cf358ed88d00175a22ae33335e8741a90c6807 100755 (executable)
@@ -1,4 +1,20 @@
 #!/usr/bin/perl -w
+# wrapper to dispatch git ssh service requests
+#
+# Copyright (C) 2015-2016  Ian Jackson
+#
+#    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 3 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, see <http://www.gnu.org/licenses/>.
 
 use strict;
 
index 32be2ddf86e153ef4ca7a264ed990290788e9d66..89b5e577de868ba8b1ac270cf681cdded699725f 100644 (file)
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2015       Ian Jackson
+# Copyright (C) 2015-2016  Ian Jackson
 #
 # Some bits stolen from the proper Dpkg::Changelog::Parse
 # (from dpkg-dev 1.16.16):