summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frontend/checkout.php8
-rw-r--r--src/frontend/generate_taler_contract.php11
-rw-r--r--src/frontend/index.html8
-rw-r--r--src/frontend/pay.php8
4 files changed, 18 insertions, 17 deletions
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php
index 75bd6adb..93724d88 100644
--- a/src/frontend/checkout.php
+++ b/src/frontend/checkout.php
@@ -11,15 +11,15 @@
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
- General Public License (GNU GPL) as published by the Free Software
+ Lesser General Public License (GNU LGPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
+ FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
- As additional permission under GNU GPL version 3 section 7, you
+ As additional permission under GNU LGPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
- that code without the copy of the GNU GPL normally required by
+ that code without the copy of the GNU LGPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
diff --git a/src/frontend/generate_taler_contract.php b/src/frontend/generate_taler_contract.php
index 8dc77da8..ce073e7a 100644
--- a/src/frontend/generate_taler_contract.php
+++ b/src/frontend/generate_taler_contract.php
@@ -1,18 +1,19 @@
<?php
/*
- This file is part of TALER
- Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors)
+ This file is part of GNU TALER.
+ Copyright (C) 2014, 2015 GNUnet e.V.
TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
+ terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
TALER 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 General Public License for more details.
+ A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- You should have received a copy of the GNU General Public License along with
+ You should have received a copy of the GNU Lesser General Public License along with
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
+
*/
/*
diff --git a/src/frontend/index.html b/src/frontend/index.html
index f7b914ff..c3b7a0b3 100644
--- a/src/frontend/index.html
+++ b/src/frontend/index.html
@@ -12,15 +12,15 @@
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
- General Public License (GNU GPL) as published by the Free Software
+ Lesser General Public License (GNU LGPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
+ FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
- As additional permission under GNU GPL version 3 section 7, you
+ As additional permission under GNU LGPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
- that code without the copy of the GNU GPL normally required by
+ that code without the copy of the GNU LGPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
index 5fd2cd20..fe1bef32 100644
--- a/src/frontend/pay.php
+++ b/src/frontend/pay.php
@@ -8,17 +8,17 @@
<?php
/*
This file is part of TALER
- Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors)
+ Copyright (C) 2014, 2015 GNUnet e.V.
TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
+ terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
TALER 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 General Public License for more details.
+ A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- You should have received a copy of the GNU General Public License along with
+ You should have received a copy of the GNU Lesser General Public License along with
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/