You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2015/03/02 15:04:08 UTC

[19/50] [abbrv] incubator-ignite git commit: # ignite-325: revert license from some files and fix serialVersionUID at 2 files

# ignite-325: revert license from some files and fix serialVersionUID at 2 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/b08bfe7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b08bfe7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b08bfe7b

Branch: refs/heads/ignite-sql-tests
Commit: b08bfe7bb789a85cfd2232d9bdc4867fe1bf6281
Parents: 5121aa0
Author: Artem Shutak <as...@gridgain.com>
Authored: Fri Feb 27 17:17:36 2015 +0300
Committer: Artem Shutak <as...@gridgain.com>
Committed: Fri Feb 27 17:17:36 2015 +0300

----------------------------------------------------------------------
 ...ternal_util_ipc_shmem_IpcSharedMemoryUtils.h |   17 -
 ipc/shmem/ltmain.sh                             |   14 -
 .../internal/events/DiscoveryCustomEvent.java   |    3 +
 .../optimized/optimized-classnames.properties   | 1550 ------------------
 .../TcpDiscoveryCustomEventMessage.java         |    3 +
 modules/winservice/IgniteService.sln            |   14 -
 .../IgniteService/IgniteService.csproj          |   17 -
 pom.xml                                         |    8 +-
 8 files changed, 12 insertions(+), 1614 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b08bfe7b/ipc/shmem/include/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h
----------------------------------------------------------------------
diff --git a/ipc/shmem/include/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h b/ipc/shmem/include/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h
index dae96d4..af04e5b 100644
--- a/ipc/shmem/include/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h
+++ b/ipc/shmem/include/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.h
@@ -1,20 +1,3 @@
-/*
- * 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.
- */
-
 /* DO NOT EDIT THIS FILE - it is machine generated */
 #include <jni.h>
 /* Header for class org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils */

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b08bfe7b/ipc/shmem/ltmain.sh
----------------------------------------------------------------------
diff --git a/ipc/shmem/ltmain.sh b/ipc/shmem/ltmain.sh
index a125c14..0096fe6 100644
--- a/ipc/shmem/ltmain.sh
+++ b/ipc/shmem/ltmain.sh
@@ -1,17 +1,3 @@
-# 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.
 
 # libtool (GNU libtool) 2.4.2
 # Written by Gordon Matzigkeit <go...@gnu.ai.mit.edu>, 1996

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b08bfe7b/modules/core/src/main/java/org/apache/ignite/internal/events/DiscoveryCustomEvent.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/events/DiscoveryCustomEvent.java b/modules/core/src/main/java/org/apache/ignite/internal/events/DiscoveryCustomEvent.java
index 3a53fc6..0f3e83b 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/events/DiscoveryCustomEvent.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/events/DiscoveryCustomEvent.java
@@ -27,6 +27,9 @@ import java.io.*;
  * Custom event.
  */
 public class DiscoveryCustomEvent extends DiscoveryEvent {
+    /** */
+    private static final long serialVersionUID = 0L;
+    
     /**
      * Built-in event type: custom event sent.
      * <br>