momijizukamori / bookbinder-js

A JS application to format PDFs for bookbinding.
Mozilla Public License 2.0
99 stars 26 forks source link

Add license to all files #42

Open Lottie16 opened 1 year ago

Lottie16 commented 1 year ago

License is currently in a single file in the repo but should be at the start of every file in accordance with MPL standards.

@momijizukamori if you can provide the license that needs to go at the top of each file (slash confirm that the license file is fine to be copy and pasted into each file), this can probably be tagged as a good first issue

momijizukamori commented 1 year ago

Here's some examples of the header to use: https://www.mozilla.org/en-US/MPL/headers/ (the 'MPL 2' section specifically)

Lottie16 commented 1 year ago

For posterity and clarity:

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