# ignite-450

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

Branch: refs/heads/ignite-gg-9828
Commit: f89c3da69844e466bfda8605f1f166c15d5025ec
Parents: 0761b1e
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed Mar 11 19:08:57 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed Mar 11 19:08:57 2015 +0300

----------------------------------------------------------------------
 DEVNOTES.txt |  2 +-
 pom.xml      | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f89c3da6/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index 98eb7e6..50835ac 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -13,4 +13,4 @@ To check license headers use:
 
 mvn clean validate -Pcheck-licenses
 
-for more information see "check-licenses" profile (at root pom.xml).
\ No newline at end of file
+for more information (exclude list and etc.) see "check-licenses" profile (at 
root pom.xml).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f89c3da6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0b486fe..e9f2ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,10 +560,10 @@
                                         <!--special excludes-->
                                         <exclude>DEVNOTES.txt</exclude>
                                         
<exclude>src/main/java/com/romix/scala/**</exclude><!--Apache License, Version 
2.0 (Copyright)-->
-                                        
<exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--Stanford
 University license, California, USA-->
-                                        
<exclude>src/main/java/org/apache/ignite/internal/util/snaptree/*.java</exclude><!--Stanford
 University license, California, USA-->
+                                        
<exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--Stanford
 University license-->
+                                        
<exclude>src/main/java/org/apache/ignite/internal/util/snaptree/*.java</exclude><!--Stanford
 University license-->
                                         
<exclude>src/main/java/org/pcollections/**</exclude><!--MIT license-->
-                                        
<exclude>src/main/java/org/jdk8/backport/*.java</exclude><!--GPL !!!-->
+                                        
<exclude>src/main/java/org/jdk8/backport/*.java</exclude>
                                         
<exclude>src/test/java/org/apache/ignite/p2p/p2p.properties</exclude><!--test 
depends on file content-->
                                         
<exclude>src/test/resources/log/ignite.log.tst</exclude><!--test resource-->
                                         
<exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs</exclude><!--test
 resource-->
@@ -578,17 +578,17 @@
                                         <!--shmem-->
                                         
<exclude>ipc/shmem/**/Makefile.in</exclude><!--auto generated files-->
                                         
<exclude>ipc/shmem/**/Makefile</exclude><!--auto generated files-->
-                                        
<exclude>ipc/shmem/compile</exclude><!---->
+                                        
<exclude>ipc/shmem/compile</exclude><!--own license-->
                                         
<exclude>ipc/shmem/config.guess</exclude><!--own license-->
                                         
<exclude>ipc/shmem/config.sub</exclude><!--own license-->
-                                        
<exclude>ipc/shmem/configure</exclude><!--own license-->
+                                        
<exclude>ipc/shmem/configure</exclude><!--free software-->
                                         
<exclude>ipc/shmem/config.h.in</exclude><!--auto generated-->
-                                        
<exclude>ipc/shmem/configure.ac</exclude><!---->
+                                        
<exclude>ipc/shmem/configure.ac</exclude><!--cannot be changed-->
                                         
<exclude>ipc/shmem/ltmain.sh</exclude><!--own license-->
                                         
<exclude>ipc/shmem/install-sh</exclude><!--own license-->
                                         
<exclude>ipc/shmem/depcomp</exclude><!--own license-->
                                         
<exclude>ipc/shmem/config.status</exclude><!--auto generated-->
-                                        
<exclude>ipc/shmem/libtool</exclude><!--own license-->
+                                        
<exclude>ipc/shmem/libtool</exclude><!--auto generated-->
                                         
<exclude>ipc/shmem/missing</exclude><!--own license-->
                                         
<exclude>ipc/shmem/stamp-h1</exclude><!--tmp timestamp-->
                                         
<exclude>ipc/shmem/ltmain.sh</exclude><!--tmp (not under VCS)-->

Reply via email to