Skip to content

Commit

Permalink
fix: copyright editing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Jan 20, 2025
1 parent f14d119 commit 80d5783
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions governance/IP_POLICY_GUIDANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,20 @@ The recommendation is to use a general copyright statement of the following form

By using this format, the project avoids having to deal with names of copyright holders, years or ranges of years, and variations on the (c) symbol.

_Please note that you **must not** change or remove existing copyright lines unless you put them there **and** have the right to do so.
If there are existing copyright lines add the recommended copyright statement below the existing copyright lines.
You may however update copyright lines that say "JS Foundation" or "Node.js Foundation" to "OpenJS Foundation" as this simply reflects the merged status of the organizations._

#### Editing existing copyright notices

You **must not** modify or remove existing copyright lines unless you put them there **and** have the right to do so.

However, you may update copyright lines that say "JS Foundation" or "Node.js Foundation" to "OpenJS Foundation" (as this simply reflects the merged status of the organizations) and remove the year(s) from copyright lines that mention the project or the foundation's name.

For example:

* `Copyright 2025 John Doe.` **must not** be modified or removed.
* `Copyright 2025 The XYZ Authors.` may be updated to `Copyright The XYZ Authors.`
* `Copyright 2025 Node.js Foundation.` may be updated to `Copyright OpenJS Foundation.`


### 3. Standard website footer

Expand Down

0 comments on commit 80d5783

Please sign in to comment.