From: Daniel Martí Date: Tue, 28 Jan 2014 13:07:19 +0000 (+0100) Subject: Update my own copyright notices X-Git-Tag: 0.2~342^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=368714799736ce37c7c715b87c7ab28153951792;p=fdroidserver.git Update my own copyright notices --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 9452f19e..6cac6d4e 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -12,7 +12,9 @@ Copyright @copyright{} 2010, 2011, 2012, 2013 Ciaran Gultnieks Copyright @copyright{} 2011 Henrik Tunedal, Michael Haas, John Sullivan -Copyright @copyright{} 2013 David Black, Daniel Martí +Copyright @copyright{} 2013 David Black + +Copyright @copyright{} 2013, 2014 Daniel Martí @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/fd-commit b/fd-commit index d80f6b5d..478850b6 100755 --- a/fd-commit +++ b/fd-commit @@ -3,7 +3,7 @@ # fd-commit - part of the FDroid server tools # Commits updates to apps, allowing you to edit the commit messages # -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroid b/fdroid index 02396313..69cc41e7 100755 --- a/fdroid +++ b/fdroid @@ -3,7 +3,7 @@ # # fdroid.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/build.py b/fdroidserver/build.py index 170c2c05..c151c69c 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -3,7 +3,7 @@ # # build.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index d93a0646..232ae2c4 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -3,7 +3,7 @@ # # checkupdates.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 718e66e8..fd2e1abc 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -2,7 +2,7 @@ # # common.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/import.py b/fdroidserver/import.py index 3a4d3f75..e157b81d 100644 --- a/fdroidserver/import.py +++ b/fdroidserver/import.py @@ -3,7 +3,7 @@ # # import.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/init.py b/fdroidserver/init.py index dea189bd..bfa18046 100644 --- a/fdroidserver/init.py +++ b/fdroidserver/init.py @@ -3,7 +3,7 @@ # # update.py - part of the FDroid server tools # Copyright (C) 2010-2013, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # Copyright (C) 2013 Hans-Christoph Steiner # # This program is free software: you can redistribute it and/or modify diff --git a/fdroidserver/install.py b/fdroidserver/install.py index 66be0663..0cef99fa 100644 --- a/fdroidserver/install.py +++ b/fdroidserver/install.py @@ -3,7 +3,7 @@ # # verify.py - part of the FDroid server tools # Copyright (C) 2013, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index df8104ba..782c6f07 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # rewritemeta.py - part of the FDroid server tool -# Copyright (C) 2010-12, Ciaran Gultnieks, ciaran@ciarang.com +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/metadata.py b/fdroidserver/metadata.py index f3108b56..c31a451a 100644 --- a/fdroidserver/metadata.py +++ b/fdroidserver/metadata.py @@ -2,7 +2,7 @@ # # common.py - part of the FDroid server tools # Copyright (C) 2013, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/publish.py b/fdroidserver/publish.py index 85349fb1..a8adb951 100644 --- a/fdroidserver/publish.py +++ b/fdroidserver/publish.py @@ -3,7 +3,7 @@ # # publish.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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 diff --git a/fdroidserver/update.py b/fdroidserver/update.py index bf3eed32..765e6332 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -3,7 +3,7 @@ # # update.py - part of the FDroid server tools # Copyright (C) 2010-2013, Ciaran Gultnieks, ciaran@ciarang.com -# Copyright (C) 2013 Daniel Martí +# Copyright (C) 2013-2014 Daniel Martí # # 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