Skip to content

Commit b412671

Browse files
committed
Updated file headers.
1 parent fdb95b5 commit b412671

File tree

8 files changed

+67
-20
lines changed

8 files changed

+67
-20
lines changed

.idea/copyright/Spec.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/java/javax/money/AbstractContextTest.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE
3+
* CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT.
4+
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
5+
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
6+
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
7+
* BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8+
* API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights
9+
* reserved.
10+
*/
111
package javax.money;
212

313
import org.junit.Test;

src/test/java/javax/money/MonetaryContextTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
55
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
66
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
7-
* BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8-
* API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights
9-
* reserved.
7+
* BUTTON AT THE BOTTOM OF THIS PAGE.
8+
*
9+
* Specification: JSR-354 Money and Currency API ("Specification")
10+
*
11+
* Copyright (c) 2012-2013, Credit Suisse All rights reserved.
1012
*/
1113
package javax.money;
1214

src/test/java/javax/money/MonetaryExceptionTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
55
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
66
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
7-
* BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8-
* API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights
9-
* reserved.
7+
* BUTTON AT THE BOTTOM OF THIS PAGE.
8+
*
9+
* Specification: JSR-354 Money and Currency API ("Specification")
10+
*
11+
* Copyright (c) 2012-2013, Credit Suisse All rights reserved.
1012
*/
1113
package javax.money;
1214

src/test/java/javax/money/TestCurrency.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
* License for the specific language governing permissions and limitations under
1414
* the License.
1515
*/
16+
/*
17+
* CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE
18+
* CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT.
19+
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
20+
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
21+
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
22+
* BUTTON AT THE BOTTOM OF THIS PAGE.
23+
*
24+
* Specification: JSR-354 Money and Currency API ("Specification")
25+
*
26+
* Copyright (c) 2012-2013, Credit Suisse All rights reserved.
27+
*/
1628
package javax.money;
1729

1830
import java.io.Serializable;

src/test/java/javax/money/convert/ConversionContextTest.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE
3+
* CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT.
4+
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
5+
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
6+
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
7+
* BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8+
* API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights
9+
* reserved.
10+
*/
111
package javax.money.convert;
212

313
import org.junit.Test;

src/test/java/javax/money/convert/ExchangeRateTest.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/*
2-
* Copyright (c) 2012, 2014, Credit Suisse (Anatole Tresch), Werner Keil. Licensed under the Apache
3-
* License, Version 2.0 (the "License"); you may not use this file except in compliance with the
4-
* License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
5-
* Unless required by applicable law or agreed to in writing, software distributed under the License
6-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
7-
* or implied. See the License for the specific language governing permissions and limitations under
8-
* the License.
2+
* CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE
3+
* CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT.
4+
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
5+
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
6+
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
7+
* BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8+
* API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights
9+
* reserved.
910
*/
1011
package javax.money.convert;
1112

src/test/java/javax/money/convert/ExchangeRate_BuilderTest.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/*
2-
* Copyright (c) 2012, 2013, Credit Suisse (Anatole Tresch), Werner Keil. Licensed under the Apache
3-
* License, Version 2.0 (the "License"); you may not use this file except in compliance with the
4-
* License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
5-
* Unless required by applicable law or agreed to in writing, software distributed under the License
6-
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
7-
* or implied. See the License for the specific language governing permissions and limitations under
8-
* the License.
2+
* CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE
3+
* CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT.
4+
* PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
5+
* DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE
6+
* AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE"
7+
* BUTTON AT THE BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency
8+
* API ("Specification") Copyright (c) 2012-2013, Credit Suisse All rights
9+
* reserved.
910
*/
1011
package javax.money.convert;
1112

0 commit comments

Comments
 (0)