rat settings updated

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

Branch: refs/heads/ignite-409
Commit: 5183626d2e5eed9b7de09c645a3530442874ef2c
Parents: f69865a
Author: avinogradov <avinogra...@gridgain.com>
Authored: Wed Mar 18 18:51:15 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Wed Mar 18 19:02:16 2015 +0300

----------------------------------------------------------------------
 .../computegrid/failover/package-info.java         | 17 +++++++++++++++++
 .../computegrid/montecarlo/package-info.java       | 17 +++++++++++++++++
 .../ignite/examples/computegrid/package-info.java  | 17 +++++++++++++++++
 .../examples/datagrid/hibernate/package-info.java  | 17 +++++++++++++++++
 .../ignite/examples/datagrid/package-info.java     | 17 +++++++++++++++++
 .../examples/datagrid/starschema/package-info.java | 17 +++++++++++++++++
 .../datagrid/store/dummy/package-info.java         | 17 +++++++++++++++++
 .../datagrid/store/hibernate/package-info.java     | 17 +++++++++++++++++
 .../examples/datagrid/store/jdbc/package-info.java | 17 +++++++++++++++++
 .../examples/datagrid/store/package-info.java      | 17 +++++++++++++++++
 .../examples/datastructures/package-info.java      | 17 +++++++++++++++++
 .../ignite/examples/events/package-info.java       | 17 +++++++++++++++++
 .../apache/ignite/examples/igfs/package-info.java  | 17 +++++++++++++++++
 .../ignite/examples/messaging/package-info.java    | 17 +++++++++++++++++
 .../misc/client/memcache/package-info.java         | 17 +++++++++++++++++
 .../ignite/examples/misc/client/package-info.java  | 17 +++++++++++++++++
 .../examples/misc/deployment/package-info.java     | 17 +++++++++++++++++
 .../examples/misc/lifecycle/package-info.java      | 17 +++++++++++++++++
 .../apache/ignite/examples/misc/package-info.java  | 17 +++++++++++++++++
 .../examples/misc/springbean/package-info.java     | 17 +++++++++++++++++
 .../org/apache/ignite/examples/package-info.java   | 17 +++++++++++++++++
 .../ignite/examples/streaming/package-info.java    | 17 +++++++++++++++++
 22 files changed, 374 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/computegrid/failover/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/computegrid/failover/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/computegrid/failover/package-info.java
index 86f4c75..506a2a2 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/computegrid/failover/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/computegrid/failover/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Compute failover example.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/computegrid/montecarlo/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/computegrid/montecarlo/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/computegrid/montecarlo/package-info.java
index ac86cda..2e4a018 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/computegrid/montecarlo/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/computegrid/montecarlo/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Monte-Carlo simulation example.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/computegrid/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/computegrid/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/computegrid/package-info.java
index bb04fc4..c072222 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/computegrid/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/computegrid/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Basic examples for computational ignite functionality.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/package-info.java
index fc4c776..4bb876b 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Hibernate example.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/package-info.java
index 1364422..e060581 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates data ignite cache usage.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package-info.java
index a2180af..4db7d8c 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates distributed SQL joins over ignite using Snowflake schema.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/package-info.java
index 807cb59..42c3899 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Contains dummy cache store implementation.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/package-info.java
index 14d33e0..7a6d6de 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Contains Hibernate-based cache store implementation.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/package-info.java
index 85484d9..46cfe6b 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Contains JDBC-based cache store implementation.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datagrid/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/package-info.java
index 187cd89..c05873a 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates using of cache store.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/datastructures/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datastructures/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/datastructures/package-info.java
index 0be0ab9..962ba44 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datastructures/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datastructures/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates using of blocking and non-blocking queues and atomic data 
structures.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/events/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/events/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/events/package-info.java
index 384bd81..8b66103 100644
--- a/examples/src/main/java/org/apache/ignite/examples/events/package-info.java
+++ b/examples/src/main/java/org/apache/ignite/examples/events/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates events management API.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/igfs/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/igfs/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/igfs/package-info.java
index ea36130..0fbb5f7 100644
--- a/examples/src/main/java/org/apache/ignite/examples/igfs/package-info.java
+++ b/examples/src/main/java/org/apache/ignite/examples/igfs/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates usage of Ignite File System.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/messaging/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/messaging/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/messaging/package-info.java
index 7132500..b22287c 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/messaging/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/messaging/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates how to exchange messages between nodes.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/misc/client/memcache/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/client/memcache/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/misc/client/memcache/package-info.java
index 8f38ab4..67bbce2 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/misc/client/memcache/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/misc/client/memcache/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates Java Client usage with Memcache protocol.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/misc/client/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/client/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/misc/client/package-info.java
index 4c0a459..efbca4e 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/misc/client/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/misc/client/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates Java Client usage.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/misc/deployment/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/deployment/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/misc/deployment/package-info.java
index b48b836..44b0f79 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/misc/deployment/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/misc/deployment/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Deployment examples for direct deployments.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/misc/lifecycle/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/lifecycle/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/misc/lifecycle/package-info.java
index 5689630..f830165 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/misc/lifecycle/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/misc/lifecycle/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Demonstrates how to write and use lifecycle beans.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/misc/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/misc/package-info.java
index cd819ff..616f24f 100644
--- a/examples/src/main/java/org/apache/ignite/examples/misc/package-info.java
+++ b/examples/src/main/java/org/apache/ignite/examples/misc/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Contains examples taht are common across all editions.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/misc/springbean/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/misc/springbean/package-info.java
 
b/examples/src/main/java/org/apache/ignite/examples/misc/springbean/package-info.java
index 8c6f129..42e83bb 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/misc/springbean/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/misc/springbean/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * HelloWorld example that accesses ignite started directly from Spring bean.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/package-info.java
index d7e53d6..5825225 100644
--- a/examples/src/main/java/org/apache/ignite/examples/package-info.java
+++ b/examples/src/main/java/org/apache/ignite/examples/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Basic examples for ignite functionality.

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5183626d/examples/src/main/java/org/apache/ignite/examples/streaming/package-info.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/streaming/package-info.java 
b/examples/src/main/java/org/apache/ignite/examples/streaming/package-info.java
index 2537003..e1ded7e 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/streaming/package-info.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/streaming/package-info.java
@@ -1,3 +1,20 @@
+/*
+ * 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 description. -->
  * Contains streaming examples.

Reply via email to