NIFI-2814 - Add ASF header to AppVeyor settings file and adjust apache-rat accordingly

This closes #1058.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Andre F de Miranda 2016-09-24 14:43:58 +10:00 committed by Aldrin Piri
parent 44d4b882bf
commit be85d9ddff
No known key found for this signature in database
GPG Key ID: 531AEBAA4CFE5D00
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,18 @@
# 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.
version: '1.0.0-SNAPSHOT-{build}' version: '1.0.0-SNAPSHOT-{build}'
os: Windows Server 2012 os: Windows Server 2012
environment: environment:

View File

@ -1716,8 +1716,6 @@ language governing permissions and limitations under the License. -->
<exclude>nb-configuration.xml</exclude> <!-- courtesy excludes for netbeans users --> <exclude>nb-configuration.xml</exclude> <!-- courtesy excludes for netbeans users -->
<exclude>nbactions.xml</exclude> <!-- courtesy excludes for netbeans users --> <exclude>nbactions.xml</exclude> <!-- courtesy excludes for netbeans users -->
<exclude>DEPENDENCIES</exclude> <!-- auto generated file by apache's maven config while building sources.zip --> <exclude>DEPENDENCIES</exclude> <!-- auto generated file by apache's maven config while building sources.zip -->
<exclude>.travis.yml</exclude> <!-- Travis CI Build Descriptor File -->
<exclude>appveyor.yml</exclude> <!-- AppVeyor CI Build Descriptor File -->
</excludes> </excludes>
</configuration> </configuration>
<dependencies> <dependencies>