From bf6fd95f2213576986a9649e9a8d3a63e668340e Mon Sep 17 00:00:00 2001 From: Mossroy Date: Sun, 9 Apr 2017 10:12:24 +0200 Subject: [PATCH] Replace "Evopedia" strings by "Kiwix" in all file headers. Fixes #165 --- service-worker.js | 8 ++++---- tests/init.js | 8 ++++---- tests/tests.js | 8 ++++---- webextension/backgroundscript.js | 8 ++++---- www/css/app.css | 8 ++++---- www/index.html | 2 +- www/js/app.js | 8 ++++---- www/js/init.js | 8 ++++---- www/js/lib/abstractBackend.js | 8 ++++---- www/js/lib/archive.js | 8 ++++---- www/js/lib/normalize_string.js | 8 ++++---- www/js/lib/osabstraction.js | 10 +++++----- www/js/lib/title.js | 8 ++++---- www/js/lib/titleIterators.js | 10 +++++----- www/js/lib/uiUtil.js | 8 ++++---- www/js/lib/utf8.js | 8 ++++---- www/js/lib/util.js | 8 ++++---- www/js/lib/webworker_bzip2.js | 8 ++++---- www/js/lib/xzdec_wrapper.js | 8 ++++---- www/js/lib/zimArchive.js | 8 ++++---- www/js/lib/zimDirEntry.js | 8 ++++---- www/js/lib/zimfile.js | 8 ++++---- 22 files changed, 87 insertions(+), 87 deletions(-) diff --git a/service-worker.js b/service-worker.js index 0728200a..5b5d4073 100644 --- a/service-worker.js +++ b/service-worker.js @@ -6,20 +6,20 @@ * Copyright 2015 Mossroy and contributors * License GPL v3: * - * This file is part of Evopedia. + * This file is part of Kiwix. * - * Evopedia is free software: you can redistribute it and/or modify + * Kiwix 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 Foundation, either version 3 of the License, or * (at your option) any later version. * - * Evopedia is distributed in the hope that it will be useful, + * Kiwix 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. * * You should have received a copy of the GNU General Public License - * along with Evopedia (file LICENSE-GPLv3.txt). If not, see + * along with Kiwix (file LICENSE-GPLv3.txt). If not, see */ 'use strict'; diff --git a/tests/init.js b/tests/init.js index dce3ac16..0486c05a 100644 --- a/tests/init.js +++ b/tests/init.js @@ -5,20 +5,20 @@ * Copyright 2013-2014 Mossroy and contributors * License GPL v3: * - * This file is part of Evopedia. + * This file is part of Kiwix. * - * Evopedia is free software: you can redistribute it and/or modify + * Kiwix 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 Foundation, either version 3 of the License, or * (at your option) any later version. * - * Evopedia is distributed in the hope that it will be useful, + * Kiwix 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. * * You should have received a copy of the GNU General Public License - * along with Evopedia (file LICENSE-GPLv3.txt). If not, see + * along with Kiwix (file LICENSE-GPLv3.txt). If not, see */ 'use strict'; diff --git a/tests/tests.js b/tests/tests.js index a181302f..5946cba5 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -4,20 +4,20 @@ * Copyright 2013-2014 Mossroy and contributors * License GPL v3: * - * This file is part of Evopedia. + * This file is part of Kiwix. * - * Evopedia is free software: you can redistribute it and/or modify + * Kiwix 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 Foundation, either version 3 of the License, or * (at your option) any later version. * - * Evopedia is distributed in the hope that it will be useful, + * Kiwix 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. * * You should have received a copy of the GNU General Public License - * along with Evopedia (file LICENSE-GPLv3.txt). If not, see + * along with Kiwix (file LICENSE-GPLv3.txt). If not, see */ define(['jquery', 'title', 'archive', 'zimArchive', 'zimDirEntry', 'util', 'geometry', 'utf8'], function($, evopediaTitle, evopediaArchive, zimArchive, zimDirEntry, util, geometry, utf8) { diff --git a/webextension/backgroundscript.js b/webextension/backgroundscript.js index 2529cb38..8de1fe83 100644 --- a/webextension/backgroundscript.js +++ b/webextension/backgroundscript.js @@ -4,20 +4,20 @@ * Copyright 2017 Mossroy and contributors * License GPL v3: * - * This file is part of Evopedia. + * This file is part of Kiwix. * - * Evopedia is free software: you can redistribute it and/or modify + * Kiwix 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 Foundation, either version 3 of the License, or * (at your option) any later version. * - * Evopedia is distributed in the hope that it will be useful, + * Kiwix 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. * * You should have received a copy of the GNU General Public License - * along with Evopedia (file LICENSE-GPLv3.txt). If not, see + * along with Kiwix (file LICENSE-GPLv3.txt). If not, see */ // In order to work on both Firefox and Chromium/Chrome (and derivatives). diff --git a/www/css/app.css b/www/css/app.css index cd8627be..d4e14efd 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -4,20 +4,20 @@ * Copyright 2013-2014 Mossroy and contributors * License GPL v3: * - * This file is part of Evopedia. + * This file is part of Kiwix. * - * Evopedia is free software: you can redistribute it and/or modify + * Kiwix 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 Foundation, either version 3 of the License, or * (at your option) any later version. * - * Evopedia is distributed in the hope that it will be useful, + * Kiwix 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. * * You should have received a copy of the GNU General Public License - * along with Evopedia (file LICENSE-GPLv3.txt). If not, see + * along with Kiwix (file LICENSE-GPLv3.txt). If not, see */ [role=region] { diff --git a/www/index.html b/www/index.html index 5ab0ee35..42183039 100644 --- a/www/index.html +++ b/www/index.html @@ -92,7 +92,7 @@