Skip to content

Commit

Permalink
Move QC.Lic03 into QC.Lic01
Browse files Browse the repository at this point in the history
Addresses #85
  • Loading branch information
orviz committed Feb 11, 2022
1 parent 5ff4a5b commit 7ea7b56
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/06.quality_criteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,18 @@ reducing the likelihood of service disruption.
## 4.2. Licensing [QC.Lic]

* **[QC.Lic01]** As open-source software, source code **MUST** adhere to an open-source license to
be freely used, modified and distributed by others.
be freely used, modified and distributed by others. Non-licensed software is exclusive copyright
by default.

* **[QC.Lic01.1]** Non-licensed software is exclusive copyright by default.
* **[QC.Lic01.1]** Licenses **MUST** be physically present (e.g. as a LICENSE file) in the root
of all the source code repositories related to the software component.

* **[QC.Lic02]** License **MUST** be compliant with the Open Source Definition
[@https://opensource.org/osd].

* **[QC.Lic02.1]** **RECOMMENDED** licenses are listed in the Open Source Initiative portal under
the Popular Licenses category [@https://opensource.org/licenses].

* **[QC.Lic03]** Licenses **MUST** be physically present (e.g. as a LICENSE file) in the root of all
the source code repositories related to the software component.

## 4.3. Code Style [QC.Sty]

Code style requirements pursue the correct maintenance of the source code by the common agreement of
Expand Down

0 comments on commit 7ea7b56

Please sign in to comment.