Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 725A218B04 for ; Tue, 1 Mar 2016 16:48:20 +0000 (UTC) Received: (qmail 93572 invoked by uid 500); 1 Mar 2016 16:47:58 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 93528 invoked by uid 500); 1 Mar 2016 16:47:58 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 93513 invoked by uid 99); 1 Mar 2016 16:47:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2016 16:47:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 36AEDDFCB8; Tue, 1 Mar 2016 16:47:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: elecharny@apache.org To: commits@directory.apache.org Date: Tue, 01 Mar 2016 16:47:58 -0000 Message-Id: <231bdd823c63430fb565a5a7a03c5d32@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] directory-fortress-core git commit: Added the missing license Repository: directory-fortress-core Updated Branches: refs/heads/master cb58d398c -> 91cfc4c31 Added the missing license Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/d2e55577 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/d2e55577 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/d2e55577 Branch: refs/heads/master Commit: d2e55577c95dabb9dee6a3a6d881e648919baa06 Parents: cb58d39 Author: Emmanuel Lécharny Authored: Tue Mar 1 17:45:25 2016 +0100 Committer: Emmanuel Lécharny Committed: Tue Mar 1 17:45:25 2016 +0100 ---------------------------------------------------------------------- .../fortress/core/util/ResourceUtilTest.java | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/d2e55577/src/test/java/org/apache/directory/fortress/core/util/ResourceUtilTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/directory/fortress/core/util/ResourceUtilTest.java b/src/test/java/org/apache/directory/fortress/core/util/ResourceUtilTest.java index a509127..84e274f 100644 --- a/src/test/java/org/apache/directory/fortress/core/util/ResourceUtilTest.java +++ b/src/test/java/org/apache/directory/fortress/core/util/ResourceUtilTest.java @@ -1,3 +1,22 @@ +/* + * 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.directory.fortress.core.util; import org.junit.Test; @@ -103,4 +122,4 @@ public class ResourceUtilTest { InputStream inputStream = ResourceUtil.getInputStream(reference); assertNotNull("This should be a file in resources only. Just for test, any file will do", inputStream); } -} \ No newline at end of file +}