mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-07 02:34:34 +00:00
Page:
Copyright information
Pages
Accessing git repository
Automation Internals
Becoming a Theme Developer
Becoming a coder
Coding Conventions
Compiling
Contributing Step by Step
Copyright information
Creating a localization
Debugging LMMS
Debugging Travis CI
Dependencies Arch
Dependencies Debian
Dependencies Fedora
Dependencies MacOS
Dependencies OpenSUSE
Dependencies Ubuntu
Dependencies Windows
Developer Resources
External Plugins
FAQ
Generating Documentation With Doxygen
Google Summer of Code 2020 ideas
Home
How to compile LMMS on x64 Windows
LMMS Architecture
Labels Information
Lv2
Mailmap
Making a music on LMMS
Packaging Ubuntu PPA
Plugin development
Project Maintainers
Realtime conventions
Reporting Issues
Reviewing Pull Requests
Submitting a patch
Testing Pull Requests
Troubleshooting
Unit testing
Using Vcpkg
Widget Overview
[Git] Fast forward personal branch to upstream
No results
1
Copyright information
Javier Serrano Polo edited this page 2017-03-21 12:10:36 +00:00
By default, all original contributions are assumed to be under GPL-2.0+. However, we must be sure that content under an incompatible license has not been copied from another project. Also, newcomers must know this check has been done.
All files should have copyright information. It is general convention to include a full notice, but we only need these lines:
// Copyright (c) 1970 Jane Doe <jane@example.org> et al.
// License: GPL-2.0+
Copyright
This line states that the file is copyrighted and that we do not tolerate innocent infringement. A valid copyright notice needs:
- Symbol © or
Copyright (c). - The year of first publication.
- The name or pseudonym of an author.
Email address is optional.
et al.(which means "and others") is optional if there is only one author, but it is recommended because this is a collaborative project.
License
This line states which license applies. After License: there should be a valid SPDX license expression.
Index
LMMS.