# sprint-2 - Headers

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

Branch: refs/heads/ignite-443
Commit: 05dacbb92162c29b46599f676444d1d9f885c9cb
Parents: e1c6290
Author: Valentin Kulichenko <vkuliche...@gridgain.com>
Authored: Fri Mar 20 20:59:02 2015 -0700
Committer: Valentin Kulichenko <vkuliche...@gridgain.com>
Committed: Fri Mar 20 20:59:02 2015 -0700

----------------------------------------------------------------------
 .../org/jdk8/backport/ConcurrentHashMap8.java   | 32 +-------------------
 .../jdk8/backport/ConcurrentLinkedDeque8.java   | 32 +-------------------
 .../jdk8/backport/ConcurrentLinkedHashMap.java  | 32 +-------------------
 .../main/java/org/jdk8/backport/LongAdder.java  | 32 +-------------------
 .../main/java/org/jdk8/backport/Striped64.java  | 27 +----------------
 .../org/jdk8/backport/ThreadLocalRandom8.java   | 32 +-------------------
 6 files changed, 6 insertions(+), 181 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05dacbb9/modules/core/src/main/java/org/jdk8/backport/ConcurrentHashMap8.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/jdk8/backport/ConcurrentHashMap8.java 
b/modules/core/src/main/java/org/jdk8/backport/ConcurrentHashMap8.java
index 91181d5..0ef6e2c 100644
--- a/modules/core/src/main/java/org/jdk8/backport/ConcurrentHashMap8.java
+++ b/modules/core/src/main/java/org/jdk8/backport/ConcurrentHashMap8.java
@@ -1,41 +1,11 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-/*
- * This file is available under and governed by the GNU General Public
- * License version 2 only, as published by the Free Software Foundation.
- * However, the following notice accompanied the original version of this
- * file:
- *
  * Written by Doug Lea with assistance from members of JCP JSR-166
  * Expert Group and released to the public domain, as explained at
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
 /*
- * Copyright &copy; 1993, 2013, Oracle and/or its affiliates.
- * All rights reserved.
+ * This file is from JSR-166: http://gee.cs.oswego.edu/dl/concurrency-interest/
  */
 
 package org.jdk8.backport;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05dacbb9/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedDeque8.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedDeque8.java 
b/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedDeque8.java
index 3f149ab..264de17 100644
--- a/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedDeque8.java
+++ b/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedDeque8.java
@@ -1,41 +1,11 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-/*
- * This file is available under and governed by the GNU General Public
- * License version 2 only, as published by the Free Software Foundation.
- * However, the following notice accompanied the original version of this
- * file:
- *
  * Written by Doug Lea with assistance from members of JCP JSR-166
  * Expert Group and released to the public domain, as explained at
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
 /*
- * Copyright &copy; 1993, 2013, Oracle and/or its affiliates.
- * All rights reserved.
+ * This file is from JSR-166: http://gee.cs.oswego.edu/dl/concurrency-interest/
  */
 
 package org.jdk8.backport;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05dacbb9/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedHashMap.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedHashMap.java 
b/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedHashMap.java
index 8992e77..5dc7dc5 100644
--- a/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedHashMap.java
+++ b/modules/core/src/main/java/org/jdk8/backport/ConcurrentLinkedHashMap.java
@@ -1,41 +1,11 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-/*
- * This file is available under and governed by the GNU General Public
- * License version 2 only, as published by the Free Software Foundation.
- * However, the following notice accompanied the original version of this
- * file:
- *
  * Written by Doug Lea with assistance from members of JCP JSR-166
  * Expert Group and released to the public domain, as explained at
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
 /*
- * Copyright &copy; 1993, 2013, Oracle and/or its affiliates.
- * All rights reserved.
+ * This file is from JSR-166: http://gee.cs.oswego.edu/dl/concurrency-interest/
  */
 
 package org.jdk8.backport;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05dacbb9/modules/core/src/main/java/org/jdk8/backport/LongAdder.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/jdk8/backport/LongAdder.java 
b/modules/core/src/main/java/org/jdk8/backport/LongAdder.java
index 1460b4c..d802d5e 100644
--- a/modules/core/src/main/java/org/jdk8/backport/LongAdder.java
+++ b/modules/core/src/main/java/org/jdk8/backport/LongAdder.java
@@ -1,41 +1,11 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-/*
- * This file is available under and governed by the GNU General Public
- * License version 2 only, as published by the Free Software Foundation.
- * However, the following notice accompanied the original version of this
- * file:
- *
  * Written by Doug Lea with assistance from members of JCP JSR-166
  * Expert Group and released to the public domain, as explained at
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
 /*
- * Copyright &copy; 1993, 2013, Oracle and/or its affiliates.
- * All rights reserved.
+ * This file is from JSR-166: http://gee.cs.oswego.edu/dl/concurrency-interest/
  */
 
 package org.jdk8.backport;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05dacbb9/modules/core/src/main/java/org/jdk8/backport/Striped64.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/jdk8/backport/Striped64.java 
b/modules/core/src/main/java/org/jdk8/backport/Striped64.java
index e0e724d..fdc80e5 100644
--- a/modules/core/src/main/java/org/jdk8/backport/Striped64.java
+++ b/modules/core/src/main/java/org/jdk8/backport/Striped64.java
@@ -1,36 +1,11 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-/*
  * Written by Doug Lea with assistance from members of JCP JSR-166
  * Expert Group and released to the public domain, as explained at
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
 /*
- * Copyright &copy; 1993, 2013, Oracle and/or its affiliates.
- * All rights reserved.
+ * This file is from JSR-166: http://gee.cs.oswego.edu/dl/concurrency-interest/
  */
 
 package org.jdk8.backport;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/05dacbb9/modules/core/src/main/java/org/jdk8/backport/ThreadLocalRandom8.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/jdk8/backport/ThreadLocalRandom8.java 
b/modules/core/src/main/java/org/jdk8/backport/ThreadLocalRandom8.java
index a893578..d8ec3ec 100644
--- a/modules/core/src/main/java/org/jdk8/backport/ThreadLocalRandom8.java
+++ b/modules/core/src/main/java/org/jdk8/backport/ThreadLocalRandom8.java
@@ -1,41 +1,11 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-/*
- * This file is available under and governed by the GNU General Public
- * License version 2 only, as published by the Free Software Foundation.
- * However, the following notice accompanied the original version of this
- * file:
- *
  * Written by Doug Lea with assistance from members of JCP JSR-166
  * Expert Group and released to the public domain, as explained at
  * http://creativecommons.org/publicdomain/zero/1.0/
  */
 
 /*
- * Copyright &copy; 1993, 2013, Oracle and/or its affiliates.
- * All rights reserved.
+ * This file is from JSR-166: http://gee.cs.oswego.edu/dl/concurrency-interest/
  */
 
 package org.jdk8.backport;

Reply via email to