chiark / gitweb /
Added myself to copyright notices
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 28 Sep 2013 19:06:33 +0000 (21:06 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 28 Sep 2013 19:06:33 +0000 (21:06 +0200)
docs/fdroid.texi
fdroidserver/build.py
fdroidserver/checkupdates.py
fdroidserver/common.py
fdroidserver/publish.py
fdroidserver/update.py

index 4168c50568cb1def75f7fe2e035e37471944fb0b..9a29c6fbff51cf3691f504a8a454d7b0a3707089 100644 (file)
@@ -8,8 +8,10 @@
 This manual is for the F-Droid repository server tools.
 
 Copyright @copyright{} 2010, 2011, 2012, 2013 Ciaran Gultnieks
+
 Copyright @copyright{} 2011 Henrik Tunedal, Michael Haas, John Sullivan
-Copyright @copyright{} 2013 David Black
+
+Copyright @copyright{} 2013 David Black, Daniel Martí
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index 8549b5d08d2fdcdac58649236257723b0aebf760..6b400e97ac75c7e31bbbda0a559545a7ad8ef5de 100644 (file)
@@ -3,6 +3,7 @@
 #
 # build.py - part of the FDroid server tools
 # Copyright (C) 2010-12, Ciaran Gultnieks, ciaran@ciarang.com
+# Copyright (C) 2013 Daniel Martí <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
index 99df041710c141ef78775b65cb3774d00fff6bf1..9a5b82d0baa3ff134f41d01eb26504a37a0fe5b8 100644 (file)
@@ -3,6 +3,7 @@
 #
 # checkupdates.py - part of the FDroid server tools
 # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com
+# Copyright (C) 2013 Daniel Martí <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
index fff688671fc3e85787a9e909009148ebcd96f2bd..4ef3c990d65d3326a87aa9b889b140d09e53ae7a 100644 (file)
@@ -2,6 +2,7 @@
 #
 # common.py - part of the FDroid server tools
 # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com
+# Copyright (C) 2013 Daniel Martí <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
index 1698b5f18a4720fc36540c66dd9b4eaa20a0ea1a..0d37253bd5092da13f3e428fda4457b8476cb8de 100644 (file)
@@ -3,6 +3,7 @@
 #
 # publish.py - part of the FDroid server tools
 # Copyright (C) 2010-12, Ciaran Gultnieks, ciaran@ciarang.com
+# Copyright (C) 2013 Daniel Martí <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
index 4df0e57b0cf5a378c93e0abccae653883b454fb9..0f73930f1eb17e25e6f41b853d42292f776513f8 100644 (file)
@@ -3,6 +3,7 @@
 #
 # update.py - part of the FDroid server tools
 # Copyright (C) 2010-2013, Ciaran Gultnieks, ciaran@ciarang.com
+# Copyright (C) 2013 Daniel Martí <mvdan@mvdan.cc>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by