Skip to content

Commit 1277f5d

Browse files
committed
8286154: Fix 3rd party notices in test files
Reviewed-by: darcy, joehw, iris
1 parent 2dd4dfd commit 1277f5d

21 files changed

+100
-36
lines changed

test/jdk/java/text/BreakIterator/BreakIteratorTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
*/
3333

3434
/*
35-
*
35+
* This file is available under and governed by the GNU General Public
36+
* License version 2 only, as published by the Free Software Foundation.
37+
* However, the following notice accompanied the original version of this
38+
* file and, per its terms, should not be removed:
3639
*
3740
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
3841
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/text/CharacterIterator/CharacterIteratorTest.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,7 +28,10 @@
2828
*/
2929

3030
/*
31-
*
31+
* This file is available under and governed by the GNU General Public
32+
* License version 2 only, as published by the Free Software Foundation.
33+
* However, the following notice accompanied the original version of this
34+
* file and, per its terms, should not be removed:
3235
*
3336
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
3437
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/text/Format/ChoiceFormat/Bug4185732Test.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,10 @@
3030
* @summary test that ChoiceFormat invariants are preserved across serialization
3131
*/
3232
/*
33-
*
33+
* This file is available under and governed by the GNU General Public
34+
* License version 2 only, as published by the Free Software Foundation.
35+
* However, the following notice accompanied the original version of this
36+
* file and, per its terms, should not be removed:
3437
*
3538
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
3639
*

test/jdk/java/text/Format/MessageFormat/Bug4185816Test.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,10 @@
3030
* @summary test that MessageFormat invariants are preserved across serialization
3131
*/
3232
/*
33-
*
33+
* This file is available under and governed by the GNU General Public
34+
* License version 2 only, as published by the Free Software Foundation.
35+
* However, the following notice accompanied the original version of this
36+
* file and, per its terms, should not be removed:
3437
*
3538
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
3639
*

test/jdk/java/util/Locale/Bug4184873Test.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
@bug 4184873
2929
*/
3030
/*
31-
*
31+
* This file is available under and governed by the GNU General Public
32+
* License version 2 only, as published by the Free Software Foundation.
33+
* However, the following notice accompanied the original version of this
34+
* file and, per its terms, should not be removed:
3235
*
3336
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
3437
*

test/jdk/java/util/Locale/LocaleTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
* @run main/othervm -Djava.locale.providers=COMPAT,SPI -Djava.locale.useOldISOCodes=true LocaleTest
3434
*/
3535
/*
36-
*
36+
* This file is available under and governed by the GNU General Public
37+
* License version 2 only, as published by the Free Software Foundation.
38+
* However, the following notice accompanied the original version of this
39+
* file and, per its terms, should not be removed:
3740
*
3841
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
3942
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/Locale/PrintDefaultLocale.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright IBM Corp. 1998 - All Rights Reserved
2730
*

test/jdk/java/util/ResourceBundle/Bug4179766Class.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
2730
*

test/jdk/java/util/ResourceBundle/Bug4179766Getter.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
2730
*

test/jdk/java/util/ResourceBundle/Bug4179766Resource.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
2730
*

test/jdk/java/util/ResourceBundle/FakeTestResource.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/RBTestFmwk.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/ResourceBundleTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
@run main ResourceBundleTest
3030
*/
3131
/*
32-
*
32+
* This file is available under and governed by the GNU General Public
33+
* License version 2 only, as published by the Free Software Foundation.
34+
* However, the following notice accompanied the original version of this
35+
* file and, per its terms, should not be removed:
3336
*
3437
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
3538
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/TestBug4179766.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,7 +28,10 @@
2828
@bug 4179766
2929
*/
3030
/*
31-
*
31+
* This file is available under and governed by the GNU General Public
32+
* License version 2 only, as published by the Free Software Foundation.
33+
* However, the following notice accompanied the original version of this
34+
* file and, per its terms, should not be removed:
3235
*
3336
* (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
3437
*

test/jdk/java/util/ResourceBundle/TestResource.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/TestResource_de.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/TestResource_fr.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/TestResource_fr_CH.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/java/util/ResourceBundle/TestResource_it.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -21,7 +21,10 @@
2121
* questions.
2222
*/
2323
/*
24-
*
24+
* This file is available under and governed by the GNU General Public
25+
* License version 2 only, as published by the Free Software Foundation.
26+
* However, the following notice accompanied the original version of this
27+
* file and, per its terms, should not be removed:
2528
*
2629
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
2730
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/sun/text/IntHashtable/patch-src/java.base/java/text/Bug4170614Test.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,10 @@
2727
*/
2828

2929
/*
30-
*
30+
* This file is available under and governed by the GNU General Public
31+
* License version 2 only, as published by the Free Software Foundation.
32+
* However, the following notice accompanied the original version of this
33+
* file and, per its terms, should not be removed:
3134
*
3235
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
3336
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

test/jdk/sun/text/resources/LocaleDataTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
*/
5151

5252
/*
53+
* This file is available under and governed by the GNU General Public
54+
* License version 2 only, as published by the Free Software Foundation.
55+
* However, the following notice accompanied the original version of this
56+
* file and, per its terms, should not be removed:
5357
*
5458
* (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
5559
* (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved

0 commit comments

Comments
 (0)