You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2019/08/22 12:56:50 UTC

[geode-native] branch develop updated: GEODE-7113: Fix Rat error due to missing header in packer/windows/install-doxygen.ps1 (#512)

This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 16c207f  GEODE-7113: Fix Rat error due to missing header in packer/windows/install-doxygen.ps1 (#512)
16c207f is described below

commit 16c207fb72ce7dc181493372b7e65a6e1badae08
Author: Alberto Gomez <al...@est.tech>
AuthorDate: Thu Aug 22 14:56:46 2019 +0200

    GEODE-7113: Fix Rat error due to missing header in packer/windows/install-doxygen.ps1 (#512)
---
 packer/windows/install-doxygen.ps1 | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/packer/windows/install-doxygen.ps1 b/packer/windows/install-doxygen.ps1
index 7afa855..c1337da 100644
--- a/packer/windows/install-doxygen.ps1
+++ b/packer/windows/install-doxygen.ps1
@@ -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.
+
 $package = 'doxygen.install'
 $url  = 'http://doxygen.nl/files/doxygen-1.8.16-setup.exe'
 $sha256 = 'c0d4bb19e87921b4aad2d0962bac1f6664bfb9d0f103658908af76565386c940'