Skip to content

Commit

Permalink
Add more copyright tests
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Sep 6, 2024
1 parent 81b0216 commit 39910e6
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cluecode/data/copyrights/misco4/initial-dev-again.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Portions created by the Initial Developer are Copyright (C) 2005
* the Initial Developer. All Rights Reserved.
12 changes: 12 additions & 0 deletions tests/cluecode/data/copyrights/misco4/initial-dev-again.txt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
what:
- copyrights
- holders
- holders_summary
- authors
copyrights:
- Portions created by the Initial Developer are Copyright (c) 2005 the Initial Developer
holders:
- the Initial Developer
holders_summary:
- value: the Initial Developer
count: 1
4 changes: 4 additions & 0 deletions tests/cluecode/data/copyrights/misco4/nasa-copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Copyright (C) 2006-2010 United States Government as represented by
the Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.

15 changes: 15 additions & 0 deletions tests/cluecode/data/copyrights/misco4/nasa-copyright.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
what:
- copyrights
- holders
- holders_summary
- authors
copyrights:
- Copyright (c) 2006-2010 United States Government as represented by the Administrator of
the National Aeronautics and Space Administration
holders:
- United States Government as represented by the Administrator of the National Aeronautics
and Space Administration
holders_summary:
- value: United States Government as represented by the Administrator of the National Aeronautics
and Space Administration
count: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Portions created by the Initial Developer are Copyright (C)
the Initial Developer. All Rights Reserved.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
what:
- copyrights
- holders
- holders_summary
- authors
copyrights:
- Portions created by the Initial Developer are Copyright (c) the Initial Developer
holders:
- the Initial Developer
holders_summary:
- value: the Initial Developer
count: 1

0 comments on commit 39910e6

Please sign in to comment.