aboutsummaryrefslogtreecommitdiffstats
path: root/api/src/test/java
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2013-12-17 15:03:51 +0100
committerJulien Eluard <[email protected]>2014-03-18 12:05:02 -0300
commit1fe2965f05275e9265bd737af7d8bfdc25f40d21 (patch)
treeb89a7abd61d1971bea3f9cd2162490a9f4d2d181 /api/src/test/java
parentbab65adc21ac4cc297c6b9e9b2555a628b76a2d0 (diff)
Fixed license header.
Diffstat (limited to 'api/src/test/java')
-rw-r--r--api/src/test/java/org/semver/jardiff/DifferenceAccumulatingHandlerTest.java24
1 files changed, 14 insertions, 10 deletions
diff --git a/api/src/test/java/org/semver/jardiff/DifferenceAccumulatingHandlerTest.java b/api/src/test/java/org/semver/jardiff/DifferenceAccumulatingHandlerTest.java
index 47b1247..6b71c8f 100644
--- a/api/src/test/java/org/semver/jardiff/DifferenceAccumulatingHandlerTest.java
+++ b/api/src/test/java/org/semver/jardiff/DifferenceAccumulatingHandlerTest.java
@@ -1,14 +1,18 @@
/**
- * Copyright 2012 Julien Eluard This project includes software developed by Julien Eluard: https://github.com/jeluard/
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Copyright 2012 Julien Eluard
+ * This project includes software developed by Julien Eluard: https://github.com/jeluard/
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package org.semver.jardiff;