diff options
author | Julien Eluard <[email protected]> | 2014-08-01 13:50:13 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-08-01 13:50:13 -0300 |
commit | ebc0b49ddd606414b225ea33ebdfafc66b337480 (patch) | |
tree | 3d1d989e395246fa5e780023143e563bd5429ac6 | |
parent | 23eda83e6799ef2fd291dd7c8f7afb53c09202d4 (diff) |
Added missing license.
-rw-r--r-- | api/src/test/java/org/osjava/jardiff/ToolsTest.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/src/test/java/org/osjava/jardiff/ToolsTest.java b/api/src/test/java/org/osjava/jardiff/ToolsTest.java index 8066264..0f904ac 100644 --- a/api/src/test/java/org/osjava/jardiff/ToolsTest.java +++ b/api/src/test/java/org/osjava/jardiff/ToolsTest.java @@ -1,3 +1,19 @@ +/** + * Copyright 2012-2014 Julien Eluard and contributors + * 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.osjava.jardiff; import org.junit.Test; |