inbasic / bulk-media-downloader

A cross-browser extension to detect and download media resources
https://webextension.org/listing/bulk-media-downloader.html
135 stars 53 forks source link

License issues #12

Closed stanlane closed 7 years ago

stanlane 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.

Sorry for causing you trouble, I can fork your repository and modify the source files if you want to.

inbasic commented 7 years ago

Since I am not really familiar with this licensing, If there are required modifications, please submit a pull request.

stanlane commented 7 years ago

@inbasic First of all, can you please rename COPYING to LICENSE?

inbasic commented 7 years ago

@stanlane done.

stanlane commented 7 years ago

@inbasic Thank you.

stanlane commented 7 years ago

@inbasic Replace the previous license notices with this:

/* 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/media-tools.html
 * GitHub: https://github.com/inbasic/bulk-media-downloader/ */
inbasic commented 7 years ago

done

davidhedlund commented 7 years ago

@inbasic Thank you once again.