2023-06-15 12:24:35 -04:00
|
|
|
Copyright (C) Peter McGoron
|
|
|
|
|
|
|
|
This file is a part of Upsilon, a free and open source software project.
|
|
|
|
For license terms, refer to the files in `doc/copying` in the Upsilon
|
|
|
|
source distribution.
|
|
|
|
|
|
|
|
__________________________________________________________________________
|
|
|
|
|
|
|
|
Upsilon is governed by multiple open-source licenses.
|
2023-05-29 13:14:19 -04:00
|
|
|
|
2023-06-14 15:31:49 -04:00
|
|
|
The files under `gateware/` are disjunctive dual-licensed under the CERN-OHL-S
|
2023-05-29 13:14:19 -04:00
|
|
|
v2.0 (or any later version), or the GNU GPL v3.0 (or any later version).
|
|
|
|
|
|
|
|
The files under `buildroot/` and `opensbi/` are licensed under a BSD
|
|
|
|
2-clause license.
|
|
|
|
|
|
|
|
The files under `doc/` are disjunctively dual-licensed under the CC BY-SA 4.0,
|
|
|
|
or the GNU GPL v3.0 (or any later version).
|
|
|
|
|
|
|
|
The files under `software/` are disjunctively dual-licensed under the
|
|
|
|
CERN-OHL-S v2.0 (or any later version), or the GNU GPL v3.0 (or any later
|
|
|
|
version).
|
|
|
|
|
2023-06-14 15:13:16 -04:00
|
|
|
All files under `build/` are licensed under the Apache 2.0 license.
|
|
|
|
|
2023-06-14 15:27:20 -04:00
|
|
|
All license files under `doc/copying/` (except this one) are licensed according
|
2023-05-29 13:14:19 -04:00
|
|
|
to the text of the license.
|
|
|
|
|
|
|
|
Any other file is licensed under the GNU GPL v3.0 (or any later version).
|
|
|
|
|
|
|
|
Some files contain additional licenses. You must comply with the terms of
|
|
|
|
both the license in a file and the licenses specified here.
|
2023-06-15 12:24:35 -04:00
|
|
|
|
|
|
|
## Guidelines
|
|
|
|
|
|
|
|
Each file should have the following header in a comment:
|
|
|
|
|
|
|
|
Copyright year (C) John Doe
|
|
|
|
Copyright year (C) Jane Doe
|
|
|
|
...
|
|
|
|
This file is a part of Upsilon, a free and open source software project.
|
|
|
|
For license terms, refer to the files in `doc/copying` in the Upsilon
|
|
|
|
source distribution.
|
|
|
|
|
|
|
|
Add your name to files that you have added a notable amount to.
|