Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

NGI0 - Updating licensing aspects according REUSE specs v3 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 117 additions & 0 deletions LICENSES/CC-BY-SA-4.0.txt

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions LICENSES/GPL-3.0-or-later.txt

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2018, Marsiske Stefan

SPDX-License-Identifier: CC-BY-SA-4.0
-->

# WebSphinx Firefox addon

SPHINX: a password **S**tore that **P**erfectly **H**ides from **I**tself
Expand Down
13 changes: 7 additions & 6 deletions websphinx/background.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/*
* This file is part of WebSphinx.
* Copyright (C) 2018 [email protected]
*
* SPDX-FileCopyrightText: 2018, Marsiske Stefan <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* WebSphinx 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 2 of the License, or
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* WebSphinx 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.
* GNU General Public License version 3 for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* You should have received a copy of the GNU General Public License version 3 along
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/

"use strict";
Expand Down
5 changes: 5 additions & 0 deletions websphinx/icon.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

SPDX-FileCopyrightText: 2019, Freepik Company, S.L.
SPDX-License-Identifier: Flaticon License

For more information on Flaticon License, please visit <https://www.freepikcompany.com/legal#nav-flaticon>
18 changes: 9 additions & 9 deletions websphinx/inject.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*
* This file is part of WebSphinx.
* Copyright (c) 2016 Danny van Kooten
* Copyright (C) 2017 Iwan Timmer
* Copyright (C) 2018 [email protected]
*
* SPDX-FileCopyrightText: 2016 Danny van Kooten
* SPDX-FileCopyrightText: 2017 Iwan Timmer
* SPDX-FileCopyrightText: 2018 Marsiske Stefan <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* WebSphinx 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 2 of the License, or
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* WebSphinx 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.
* GNU General Public License version 3 for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* You should have received a copy of the GNU General Public License version 3 along
* with this program; If not, see <http://www.gnu.org/licenses/>.
*/

"use strict";
Expand Down
12 changes: 6 additions & 6 deletions websphinx/popup.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/*
* This file is part of WebSphinx.
* Copyright (C) 2017 Iwan Timmer
* Copyright (C) 2018 [email protected]
* SPDX-FileCopyrightText: 2017 Iwan Timmer
* SPDX-FileCopyrightText: 2018 Marsiske Stefan <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* WebSphinx 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 2 of the License, or
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* WebSphinx 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.
* GNU General Public License version 3 for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

"use strict";
Expand Down