You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by to...@apache.org on 2015/08/10 16:56:54 UTC

[2/4] metamodel git commit: Missing license header

Missing license header


Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/66915e74
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/66915e74
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/66915e74

Branch: refs/heads/master
Commit: 66915e745587fe5d74323898f43c08b37baf4840
Parents: f11f960
Author: Dennis Du Krøger <de...@humaninference.com>
Authored: Fri Aug 7 10:23:30 2015 +0200
Committer: Dennis Du Krøger <de...@humaninference.com>
Committed: Fri Aug 7 10:23:30 2015 +0200

----------------------------------------------------------------------
 .../apache/metamodel/util/FileResourceTest.java   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/66915e74/core/src/test/java/org/apache/metamodel/util/FileResourceTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/metamodel/util/FileResourceTest.java b/core/src/test/java/org/apache/metamodel/util/FileResourceTest.java
index 910ae5b..1316db9 100644
--- a/core/src/test/java/org/apache/metamodel/util/FileResourceTest.java
+++ b/core/src/test/java/org/apache/metamodel/util/FileResourceTest.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.apache.metamodel.util;
 
 import java.io.InputStream;