Skip to content

Commit cf42292

Browse files
committed
Add new copyright tests
Some of these need love to fix. They are under to_improve Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f248399 commit cf42292

File tree

765 files changed

+2597
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

765 files changed

+2597
-1
lines changed

tests/cluecode/cluecode_test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def dump(self, check_exists=False):
129129
COPYRIGHT_TEST_TEMPLATE ="""what:
130130
- copyrights
131131
- holders
132+
- authors
132133
copyrights:
133134
-
134135
holders:
@@ -140,7 +141,7 @@ def load_copyright_tests(test_dir=test_env.test_data_dir, generate_missing=False
140141
Yield an iterable of CopyrightTest loaded from test data files in `test_dir`.
141142
"""
142143
test_dirs = (path.join(test_dir, td) for td in
143-
('copyrights', 'ics', 'holders', 'authors', 'years', 'generated'))
144+
('copyrights', 'ics', 'holders', 'authors', 'years', 'generated', 'copyright_fossology'))
144145

145146
gen_missing_temp = generate_missing and COPYRIGHT_TEST_TEMPLATE or None
146147
all_test_files = chain.from_iterable(
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
developed by the
2+
University of Chicago, as Operator of Argonne National
3+
Laboratory
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- authors
5+
authors:
6+
- the University of Chicago, as Operator of Argonne National Laboratory
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copyright: (c) 2000 United States Government as represented by the
2+
* Secretary of the Navy. All rights reserved.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- authors
5+
copyrights:
6+
- Copyright (c) 2000 United States Government as represented by the Secretary of the Navy
7+
holders:
8+
- United States Government as represented by the Secretary of the Navy
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
authorship IETF Trust Legal Provisions Relating to
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- authors
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
developed by the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- authors
5+
authors:
6+
- the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Debianized by Norbert Tretkowski <[email protected]> 2005-04-16
2+
New co-maintainer Jeff Bailey <[email protected]> 2005-09-05
3+
New co-maintainer Rob Weir <[email protected]> 2005-09-15
4+
New co-maintainer Andres Salomon <[email protected]> 2006-01-24
5+
New co-maintainer Lars Wirzenius <[email protected]> 2006-04-13
6+
New co-maintainer Adeodato Simó <[email protected]> 2006-07-24
7+
New co-maintainer Wouter van Heyst <[email protected]> 2007-01-17
8+
New co-maintainer Jelmer Vernooij <[email protected]> 2008-05-02
9+
10+
Maintained by the pkg-bazaar team on alioth since May 2007
11+

0 commit comments

Comments
 (0)