# ignite-325: add license to Makefile.am files

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

Branch: refs/heads/ignite-187
Commit: d4dbac03905c0875abad5bf07dd443af5112a4a5
Parents: 98b25e9
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Thu Feb 26 15:33:00 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Thu Feb 26 15:33:00 2015 +0300

----------------------------------------------------------------------
 ipc/shmem/Makefile.am             | 15 +++++++++++++++
 ipc/shmem/igniteshmem/Makefile.am | 15 +++++++++++++++
 ipc/shmem/include/Makefile.am     | 15 +++++++++++++++
 3 files changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d4dbac03/ipc/shmem/Makefile.am
----------------------------------------------------------------------
diff --git a/ipc/shmem/Makefile.am b/ipc/shmem/Makefile.am
index 30696a5..c12c4fb 100644
--- a/ipc/shmem/Makefile.am
+++ b/ipc/shmem/Makefile.am
@@ -1 +1,16 @@
+# 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.
+
 SUBDIRS=igniteshmem include

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d4dbac03/ipc/shmem/igniteshmem/Makefile.am
----------------------------------------------------------------------
diff --git a/ipc/shmem/igniteshmem/Makefile.am 
b/ipc/shmem/igniteshmem/Makefile.am
index d0cd067..a7c1d71 100644
--- a/ipc/shmem/igniteshmem/Makefile.am
+++ b/ipc/shmem/igniteshmem/Makefile.am
@@ -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.
+
 # Include macros from m4 folder.
 ACLOCAL_AMFLAGS = "-Im4"
 

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d4dbac03/ipc/shmem/include/Makefile.am
----------------------------------------------------------------------
diff --git a/ipc/shmem/include/Makefile.am b/ipc/shmem/include/Makefile.am
index 74b8697..935a3cb 100644
--- a/ipc/shmem/include/Makefile.am
+++ b/ipc/shmem/include/Makefile.am
@@ -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.
+
 # These files will end up in the install include directory
 # For example, /usr/include
 include_HEADERS = 
org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h

Reply via email to