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 b77212711491e8d14a82836be1e96192d1f1cfe6 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Sep 12 05:54:54 2007 +0000 Fix license headers. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/mime@574792 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/mime/MimeTypeProvider.java | 13 +++++++------ src/main/java/org/apache/sling/mime/MimeTypeService.java | 13 +++++++------ .../org/apache/sling/mime/internal/MimeTypeServiceImpl.java | 13 +++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/src/main/java/org/apache/sling/mime/MimeTypeProvider.java b/src/main/java/org/apache/sling/mime/MimeTypeProvider.java index 5bd96e4..ba7735f 100644 --- a/src/main/java/org/apache/sling/mime/MimeTypeProvider.java +++ b/src/main/java/org/apache/sling/mime/MimeTypeProvider.java @@ -1,11 +1,12 @@ /* - * Copyright 2007 The Apache Software Foundation. + * 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 * - * 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 + * 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, diff --git a/src/main/java/org/apache/sling/mime/MimeTypeService.java b/src/main/java/org/apache/sling/mime/MimeTypeService.java index 613ab09..6a12e3a 100644 --- a/src/main/java/org/apache/sling/mime/MimeTypeService.java +++ b/src/main/java/org/apache/sling/mime/MimeTypeService.java @@ -1,11 +1,12 @@ /* - * Copyright 2007 The Apache Software Foundation. + * 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 * - * 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 + * 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, diff --git a/src/main/java/org/apache/sling/mime/internal/MimeTypeServiceImpl.java b/src/main/java/org/apache/sling/mime/internal/MimeTypeServiceImpl.java index f2edaa2..65e1d2f 100644 --- a/src/main/java/org/apache/sling/mime/internal/MimeTypeServiceImpl.java +++ b/src/main/java/org/apache/sling/mime/internal/MimeTypeServiceImpl.java @@ -1,11 +1,12 @@ /* - * Copyright 2007 The Apache Software Foundation. + * 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 * - * 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 + * 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, -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
