-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
community-buildingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Based on the conversation in Discord, one of the things we should do is update all our files with a copyright header, such as this:
// SPDX-FileCopyrightText: 2018-2024 The ClusterDuck Protocol Authors
// SPDX-License-Identifier: Apache-2.0
This should also be a checklist item on any new code sent by a pull request.
For more context on how IP works in CDP:
- The Linux Foundation is the neutral home of all CDP code, trademarks, accounts, domains, etc. This ensures continuity of the CDP entity for anyone with an interest in it in case the current maintainers all hit the lottery and go live off the grid. See the Project Charter for more details.
- The copyright of code is owned by the authors, "The ClusterDuck Protocol Authors" and/or anyone who contributes code they are allowed to provide (which they attest through the Developer Certificate of Origin signoff on each commit). See sections 7a and 7d in the Charter.
- The copyright owners grant others the rights to use the code terms of use under the Apache 2 License. For example, if the project is forked, copyright notices must be retained.
Metadata
Metadata
Assignees
Labels
community-buildingdocumentationImprovements or additions to documentationImprovements or additions to documentation