diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:06 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:06 +0000 |
commit | a116e45603c19ef79ff946ea371bcb67493c43e6 (patch) | |
tree | ebe9c16d607fc38864515207c9a0c6fb783d4005 /archiva-modules/archiva-web/archiva-web-common/src | |
parent | fc80546f5a246274e326226b58bb031af6cc2bdd (diff) | |
download | archiva-a116e45603c19ef79ff946ea371bcb67493c43e6.tar.gz archiva-a116e45603c19ef79ff946ea371bcb67493c43e6.zip |
fix some issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/src')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt index 3f1e6a3b3..144f35ddc 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt @@ -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. +# + # This file controls what Internet media types are sent to the client for # given file extension(s). Sending the correct media type to the client # is important so they know how to handle the content of the file. |