You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2018/10/10 09:49:00 UTC

ignite git commit: IGNITE-9832: Minors fix to Doxygen licences. This closes #4938.

Repository: ignite
Updated Branches:
  refs/heads/master 3144a6ea1 -> 16ffdeb99


IGNITE-9832: Minors fix to Doxygen licences. This closes #4938.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/16ffdeb9
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/16ffdeb9
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/16ffdeb9

Branch: refs/heads/master
Commit: 16ffdeb991203200bce424a0ae5db2e3330e9a7a
Parents: 3144a6e
Author: Vyacheslav Daradur <da...@gmail.com>
Authored: Wed Oct 10 12:48:51 2018 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Wed Oct 10 12:48:51 2018 +0300

----------------------------------------------------------------------
 modules/platforms/php/api_docs/Doxyfile | 15 +++++++++++++++
 parent/pom.xml                          |  1 -
 2 files changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/16ffdeb9/modules/platforms/php/api_docs/Doxyfile
----------------------------------------------------------------------
diff --git a/modules/platforms/php/api_docs/Doxyfile b/modules/platforms/php/api_docs/Doxyfile
index f0a37a3..2392463 100644
--- a/modules/platforms/php/api_docs/Doxyfile
+++ b/modules/platforms/php/api_docs/Doxyfile
@@ -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.
+ 
 # Doxyfile 1.8.14
 
 # This file describes the settings to be used by the documentation system

http://git-wip-us.apache.org/repos/asf/ignite/blob/16ffdeb9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0ad405c..cfc3483 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -926,7 +926,6 @@
                                         <exclude>**/obj/x86/**</exclude>
                                         <exclude>**/bin/x64/**</exclude>
                                         <exclude>**/bin/x86/**</exclude>
-										<exclude>**/Doxyfile</exclude>
                                         <exclude>**/*.dxg</exclude>
                                         <exclude>**/*.cmd</exclude>
                                         <exclude>**/*.ps1</exclude>