From 96a84afc8a598b81d4569e5d85712b1c1cbb5c5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 30 Dec 2013 17:15:27 +0100 Subject: [PATCH] Add copyright notices to bash scripts --- README | 2 -- completion/bash-completion | 18 +++++++++++++++++- fd-commit | 19 +++++++++++++++++-- fdroid | 3 ++- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/README b/README index 58951b61..ee354e8d 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ - F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device. @@ -11,4 +10,3 @@ assist in creating, testing and submitting metadata to the main repository. For documentation, please see the docs directory. Alternatively, visit http://f-droid.org/manual/ - diff --git a/completion/bash-completion b/completion/bash-completion index 12d7fe0d..b2644d2b 100644 --- a/completion/bash-completion +++ b/completion/bash-completion @@ -1,7 +1,23 @@ #!/bin/bash # -# fdroid completion support. +# bash-completion - part of the FDroid server tools +# Commits updates to apps, allowing you to edit the commit messages # +# Copyright (C) 2013 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 +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + # 'fdroid' is aliased automatically, but aliases to it are not. For instance, # to alias 'fd' to 'fdroid' and have competion available: # diff --git a/fd-commit b/fd-commit index 47b0e34b..a4e12113 100755 --- a/fd-commit +++ b/fd-commit @@ -1,6 +1,22 @@ #!/bin/bash - +# +# fd-commit - part of the FDroid server tools # Commits updates to apps, allowing you to edit the commit messages +# +# Copyright (C) 2013 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 +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . commands=() @@ -72,4 +88,3 @@ done < <(git status --porcelain) for cmd in "${commands[@]}"; do eval "$cmd" done - diff --git a/fdroid b/fdroid index e7b54d91..0f75fc96 100755 --- a/fdroid +++ b/fdroid @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # # fdroid.py - part of the FDroid server tools -# Copyright (C) 2010-12, Ciaran Gultnieks, ciaran@ciarang.com +# Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com +# Copyright (C) 2013 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 -- 2.30.2