inbasic / bookmarks-manager

A decent cross-browser bookmarks manager and viewer
https://webextension.org/listing/bookmarks-manager.html
Mozilla Public License 2.0
161 stars 49 forks source link

License issues #6

Closed davidhedlund closed 7 years ago

davidhedlund commented 7 years ago

Previously I recommended a modification of the GPL guidelines which was wrong. Now I've had a fresh look on the actual license.

From https://www.mozilla.org/en-US/MPL/2.0/

Exhibit A - Source Code Form License Notice

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.

You may add additional accurate notices of copyright ownership.

Requests

inbasic commented 7 years ago

I think this is addressed. If not let me know!

davidhedlund commented 7 years ago

I updated the issue.

inbasic commented 7 years ago

COPYING is renamed to LICENSE

davidhedlund commented 7 years ago

@inbasic Thank you.

And now

/*******************************************************************************
    Bookmark Manager and Viewer - An elegant bookmark manager with fuzzy search and more

    Copyright (C) 2014-2017 InBasic

    This program is free software: you can redistribute it and/or modify
    it under the terms of the Mozilla Public License as published by
    the Mozilla Foundation, either version 2 of the License, or
    (at your option) any later version.
    This program 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
    Mozilla Public License for more details.
    You should have received a copy of the Mozilla Public License
    along with this program.  If not, see {https://www.mozilla.org/en-US/MPL/}.

    Home: http://add0n.com/bookmarks-manager.html
    GitHub: https://github.com/inbasic/bookmarks-manager/
*/

with

/* Copyright (C) 2014-2017 InBasic
 * 
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * 
 * Home: http://add0n.com/bookmarks-manager.html
 * GitHub: https://github.com/inbasic/bookmarks-manager/ */
inbasic commented 7 years ago

done!

davidhedlund commented 7 years ago

@inbasic Thank you once again.

davidhedlund commented 7 years ago

Please read https://github.com/mozilla/addons/issues/4734 and vote on the comment to help us on the Free Software Directory speed up the license approval process.