summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-bank-manage2
-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/wire_transfer.py2
-rw-r--r--talerbank/app/models.py2
-rw-r--r--talerbank/app/schemas.py2
-rw-r--r--talerbank/app/templates/404.html2
-rw-r--r--talerbank/app/templates/base.html2
-rw-r--r--talerbank/app/templates/error_exchange.html2
-rw-r--r--talerbank/app/templates/login.html2
-rw-r--r--talerbank/app/templates/profile_page.html2
-rw-r--r--talerbank/app/templates/public_accounts.html2
-rw-r--r--talerbank/app/templates/register.html2
-rw-r--r--talerbank/app/templates/withdraw_confirm.html2
-rw-r--r--talerbank/app/tests.py2
-rw-r--r--talerbank/app/tests_alt.py2
-rw-r--r--talerbank/app/urls.py2
-rw-r--r--talerbank/app/views.py2
-rw-r--r--talerbank/jinja2.py2
19 files changed, 19 insertions, 19 deletions
diff --git a/bin/taler-bank-manage b/bin/taler-bank-manage
index 332dcc7..c1363e2 100755
--- a/bin/taler-bank-manage
+++ b/bin/taler-bank-manage
@@ -2,7 +2,7 @@
##
# This file is part of TALER
-# (C) 2017 INRIA
+# (C) 2017 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public
diff --git a/talerbank/app/management/commands/dump_talerdb.py b/talerbank/app/management/commands/dump_talerdb.py
index ca9526c..92849eb 100644
--- a/talerbank/app/management/commands/dump_talerdb.py
+++ b/talerbank/app/management/commands/dump_talerdb.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2014, 2015, 2106 INRIA
+# (C) 2014, 2015, 2106 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
diff --git a/talerbank/app/management/commands/provide_accounts.py b/talerbank/app/management/commands/provide_accounts.py
index 25878a0..2ce2511 100644
--- a/talerbank/app/management/commands/provide_accounts.py
+++ b/talerbank/app/management/commands/provide_accounts.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2014, 2015, 2106 INRIA
+# (C) 2014, 2015, 2106 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
diff --git a/talerbank/app/management/commands/wire_transfer.py b/talerbank/app/management/commands/wire_transfer.py
index ab1914f..bf6bef1 100644
--- a/talerbank/app/management/commands/wire_transfer.py
+++ b/talerbank/app/management/commands/wire_transfer.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
diff --git a/talerbank/app/models.py b/talerbank/app/models.py
index ab6df02..d7ce64c 100644
--- a/talerbank/app/models.py
+++ b/talerbank/app/models.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/talerbank/app/schemas.py b/talerbank/app/schemas.py
index 6817a33..bbe998c 100644
--- a/talerbank/app/schemas.py
+++ b/talerbank/app/schemas.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/talerbank/app/templates/404.html b/talerbank/app/templates/404.html
index 305487c..b439a11 100644
--- a/talerbank/app/templates/404.html
+++ b/talerbank/app/templates/404.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/base.html b/talerbank/app/templates/base.html
index cf587d2..2015cf5 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -1,7 +1,7 @@
<!doctype html>
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/error_exchange.html b/talerbank/app/templates/error_exchange.html
index e3319a6..3bc4670 100644
--- a/talerbank/app/templates/error_exchange.html
+++ b/talerbank/app/templates/error_exchange.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/login.html b/talerbank/app/templates/login.html
index 6d191a8..49cef61 100644
--- a/talerbank/app/templates/login.html
+++ b/talerbank/app/templates/login.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{#
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/profile_page.html b/talerbank/app/templates/profile_page.html
index 61fcd61..bb6ce49 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{#
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/public_accounts.html b/talerbank/app/templates/public_accounts.html
index 3ebe6ad..a2110fb 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{#
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/register.html b/talerbank/app/templates/register.html
index eba731a..12b94cb 100644
--- a/talerbank/app/templates/register.html
+++ b/talerbank/app/templates/register.html
@@ -1,6 +1,6 @@
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/templates/withdraw_confirm.html b/talerbank/app/templates/withdraw_confirm.html
index 594d5a5..d9f57de 100644
--- a/talerbank/app/templates/withdraw_confirm.html
+++ b/talerbank/app/templates/withdraw_confirm.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 INRIA
+ Copyright (C) 2014, 2015, 2016 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index c6384da..b58e3c8 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -1,5 +1,5 @@
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/talerbank/app/tests_alt.py b/talerbank/app/tests_alt.py
index 8eaba61..3a3f076 100644
--- a/talerbank/app/tests_alt.py
+++ b/talerbank/app/tests_alt.py
@@ -1,5 +1,5 @@
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER 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
diff --git a/talerbank/app/urls.py b/talerbank/app/urls.py
index 7f2006b..9699ed8 100644
--- a/talerbank/app/urls.py
+++ b/talerbank/app/urls.py
@@ -1,5 +1,5 @@
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index afd232a..4adfb7d 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2014, 2015, 2016 INRIA
+# (C) 2014, 2015, 2016 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as
diff --git a/talerbank/jinja2.py b/talerbank/jinja2.py
index 7b45604..7287e1b 100644
--- a/talerbank/jinja2.py
+++ b/talerbank/jinja2.py
@@ -1,6 +1,6 @@
##
# This file is part of TALER
-# (C) 2017 INRIA
+# (C) 2017 Taler Systems SA
#
# TALER is free software; you can redistribute it and/or
# modify it under the terms of the GNU Affero General Public