Skip to content

Commit 9068ddf

Browse files
authored
fix: copyright editing examples (#1407)
1 parent e715210 commit 9068ddf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

governance/IP_POLICY_GUIDANCE.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,20 @@ The recommendation is to use a general copyright statement of the following form
4141

4242
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.
4343

44-
_Please note that you **must not** change or remove existing copyright lines unless you put them there **and** have the right to do so.
4544
If there are existing copyright lines add the recommended copyright statement below the existing copyright lines.
46-
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._
45+
46+
#### Editing existing copyright notices
47+
48+
You **must not** modify or remove existing copyright lines unless you put them there **and** have the right to do so.
49+
50+
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.
51+
52+
For example:
53+
54+
* `Copyright 2025 John Doe.` **must not** be modified or removed.
55+
* `Copyright 2025 The XYZ Authors.` may be updated to `Copyright The XYZ Authors.`
56+
* `Copyright 2025 Node.js Foundation.` may be updated to `Copyright OpenJS Foundation.`
57+
4758

4859
### 3. Standard website footer
4960

0 commit comments

Comments
 (0)