commit ef5e9452c3ed1ad83de9bff113b693de151fad5a
parent 69bbbd9a4d9dd7bc2bd15cea190743f5c5276636
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 18 Aug 2015 23:03:05 +0200
clarify license as LGPL
Diffstat:
4 files changed, 18 insertions(+), 17 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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/>
*/