This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.mime-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
commit 74bf5b7720dbd5b5dbc67b007389dce7d435102c Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Sep 11 09:46:44 2007 +0000 Correct method references and headers. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/mime@574533 13f79535-47bb-0310-9956-ffa450edef68 --- .../mime/internal/MimeTypeServiceImplTest.java | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/test/java/org/apache/sling/mime/internal/MimeTypeServiceImplTest.java b/src/test/java/org/apache/sling/mime/internal/MimeTypeServiceImplTest.java index 83bff38..1cee31c 100644 --- a/src/test/java/org/apache/sling/mime/internal/MimeTypeServiceImplTest.java +++ b/src/test/java/org/apache/sling/mime/internal/MimeTypeServiceImplTest.java @@ -1,16 +1,17 @@ /* - * $Url: $ - * $Id: $ + * Copyright 2007 The Apache Software Foundation. + * + * 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 * - * Copyright 1997-2005 Day Management AG - * Barfuesserplatz 6, 4001 Basel, Switzerland - * All Rights Reserved. - * - * This software is the confidential and proprietary information of - * Day Management AG, ("Confidential Information"). You shall not - * disclose such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you entered into - * with Day. + * 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.sling.mime.internal; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
