aboutsummaryrefslogtreecommitdiff
path: root/talerbank/app/management/commands
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-07 18:00:49 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-07 18:00:49 +0200
commitff939f7d57597bd6aa139cf1a22de5752f7c2017 (patch)
tree901825b594febdd4366bf49f64367640b81a59f7 /talerbank/app/management/commands
parent59d56484e05bbe18fd10b36b9eb242e3c5415466 (diff)
downloadbank-ff939f7d57597bd6aa139cf1a22de5752f7c2017.tar.gz
bank-ff939f7d57597bd6aa139cf1a22de5752f7c2017.tar.bz2
bank-ff939f7d57597bd6aa139cf1a22de5752f7c2017.zip
fixing #4594
Diffstat (limited to 'talerbank/app/management/commands')
-rw-r--r--talerbank/app/management/commands/dump_talerdb.py2
-rw-r--r--talerbank/app/management/commands/provide_accounts.py2
-rw-r--r--talerbank/app/management/commands/sample_donations.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/talerbank/app/management/commands/dump_talerdb.py b/talerbank/app/management/commands/dump_talerdb.py
index 387055b..8f7b099 100644
--- a/talerbank/app/management/commands/dump_talerdb.py
+++ b/talerbank/app/management/commands/dump_talerdb.py
@@ -10,7 +10,7 @@
# 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
-# TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
+# TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
#
# @author Marcello Stanisci
diff --git a/talerbank/app/management/commands/provide_accounts.py b/talerbank/app/management/commands/provide_accounts.py
index 9ae7db4..421f896 100644
--- a/talerbank/app/management/commands/provide_accounts.py
+++ b/talerbank/app/management/commands/provide_accounts.py
@@ -10,7 +10,7 @@
# 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
-# TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
+# TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
#
# @author Marcello Stanisci
# @author Florian Dold
diff --git a/talerbank/app/management/commands/sample_donations.py b/talerbank/app/management/commands/sample_donations.py
index 0d3f7f1..3b082fd 100644
--- a/talerbank/app/management/commands/sample_donations.py
+++ b/talerbank/app/management/commands/sample_donations.py
@@ -10,7 +10,7 @@
# 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
-# TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
+# TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
#
# @author Marcello Stanisci