summaryrefslogtreecommitdiffstats
path: root/pf4j
diff options
context:
space:
mode:
authorJan Høydahl <jan.git@cominvent.com>2017-03-30 21:22:49 +0200
committerJan Høydahl <jan.git@cominvent.com>2017-03-30 21:22:49 +0200
commit26cbed53d9b4d3f293f178c01e173bdab374545e (patch)
tree1fa0eebf41b23e5435a79859750d97bdd7211229 /pf4j
parent047b8d9c75ca3e403d062a4da3aab2dbe17aa532 (diff)
downloadpf4j-26cbed53d9b4d3f293f178c01e173bdab374545e.tar.gz
pf4j-26cbed53d9b4d3f293f178c01e173bdab374545e.zip
Added copyright
Diffstat (limited to 'pf4j')
-rw-r--r--pf4j/src/test/java/ro/fortsoft/pf4j/PropertiesPluginDescriptorFinderTest.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/pf4j/src/test/java/ro/fortsoft/pf4j/PropertiesPluginDescriptorFinderTest.java b/pf4j/src/test/java/ro/fortsoft/pf4j/PropertiesPluginDescriptorFinderTest.java
index 8ee52a6..c578c68 100644
--- a/pf4j/src/test/java/ro/fortsoft/pf4j/PropertiesPluginDescriptorFinderTest.java
+++ b/pf4j/src/test/java/ro/fortsoft/pf4j/PropertiesPluginDescriptorFinderTest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2012 Decebal Suiu
+ *
+ * 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 ro.fortsoft.pf4j;
import com.github.zafarkhaja.semver.Version;