From 2e0e83ad6bbbaea2c6aafbcf06442623cb72a5a7 Mon Sep 17 00:00:00 2001 From: Ralph Schaer Date: Mon, 13 Oct 2014 12:45:10 +0200 Subject: [PATCH] Add license header --- .../extdirectspring/annotation/MetadataParam.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/java/ch/ralscha/extdirectspring/annotation/MetadataParam.java b/src/main/java/ch/ralscha/extdirectspring/annotation/MetadataParam.java index 26a1032ec..9d5b5e61c 100644 --- a/src/main/java/ch/ralscha/extdirectspring/annotation/MetadataParam.java +++ b/src/main/java/ch/ralscha/extdirectspring/annotation/MetadataParam.java @@ -1,3 +1,18 @@ +/** + * Copyright 2010-2014 Ralph Schaer + * + * 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 ch.ralscha.extdirectspring.annotation; import java.lang.annotation.Documented;