diff options
author | Brett Porter <brett@apache.org> | 2011-10-01 05:17:00 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-10-01 05:17:00 +0000 |
commit | 77e42c692f63d3c08e2b58584c659511ed7264fc (patch) | |
tree | acf34340b86f41066a9545e4d0c9f16efbd9c983 /archiva-modules/archiva-base/archiva-proxy | |
parent | 052750b17ad57d4ba8074490c2f62fdd87a32333 (diff) | |
download | archiva-77e42c692f63d3c08e2b58584c659511ed7264fc.tar.gz archiva-77e42c692f63d3c08e2b58584c659511ed7264fc.zip |
make RAT report pass
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-proxy')
-rw-r--r-- | archiva-modules/archiva-base/archiva-proxy/src/test/resources/META-INF/redback/redback-core.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-proxy/src/test/resources/META-INF/redback/redback-core.xml b/archiva-modules/archiva-base/archiva-proxy/src/test/resources/META-INF/redback/redback-core.xml index ecc1de8fb..c74e47dbe 100644 --- a/archiva-modules/archiva-base/archiva-proxy/src/test/resources/META-INF/redback/redback-core.xml +++ b/archiva-modules/archiva-base/archiva-proxy/src/test/resources/META-INF/redback/redback-core.xml @@ -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. + --> + <redback-role-model> <modelVersion>1.0.0</modelVersion> <applications> |