From f8df797963b7958593db63d5296f17b4664905a4 Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Wed, 29 Apr 2015 19:42:48 +0200 Subject: [PATCH] about.js: small adaptions to the license text to reflect https://www.gnu.org/licenses/agpl-3.0.html#howto --- lib/about.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/about.js b/lib/about.js index 5cb9ed9..1a0ec8d 100644 --- a/lib/about.js +++ b/lib/about.js @@ -20,10 +20,10 @@ define(function () { s += "

This program is distributed in the hope that it will be useful, " s += "but WITHOUT ANY WARRANTY; without even the implied warranty of " s += "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " - s += "GNU General Public License for more details.

" + s += "GNU Affero General Public License for more details.

" s += "

You should have received a copy of the GNU Affero General " - s += "Public License long with this program. If not, see " + s += "Public License along with this program. If not, see " s += "" s += "https://www.gnu.org/licenses/.

"