revert of "# ignite-325 : fix licenses at pcollections"

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

Branch: refs/heads/ignite-239
Commit: a2dec177e962816aa2cb6ed1dc59f64d955284f4
Parents: cd93008
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed Feb 25 21:01:37 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed Feb 25 21:01:37 2015 +0300

----------------------------------------------------------------------
 modules/clients/src/test/keystore/generate.sh   |  3 +--
 .../java/org/pcollections/AmortizedPQueue.java  | 17 ----------------
 .../main/java/org/pcollections/ConsPStack.java  | 17 ----------------
 .../src/main/java/org/pcollections/Empty.java   | 17 ----------------
 .../main/java/org/pcollections/HashPMap.java    | 17 ----------------
 .../java/org/pcollections/HashTreePBag.java     | 17 ----------------
 .../java/org/pcollections/HashTreePMap.java     | 17 ----------------
 .../java/org/pcollections/HashTreePSet.java     | 17 ----------------
 .../src/main/java/org/pcollections/IntTree.java | 17 ----------------
 .../main/java/org/pcollections/IntTreePMap.java | 17 ----------------
 .../src/main/java/org/pcollections/MapPBag.java | 17 ----------------
 .../src/main/java/org/pcollections/MapPSet.java | 17 ----------------
 .../main/java/org/pcollections/OrderedPSet.java | 21 ++------------------
 .../src/main/java/org/pcollections/PBag.java    | 17 ----------------
 .../main/java/org/pcollections/PCollection.java | 18 +----------------
 .../src/main/java/org/pcollections/PMap.java    | 17 ----------------
 .../main/java/org/pcollections/POrderedSet.java | 21 ++------------------
 .../src/main/java/org/pcollections/PQueue.java  | 16 +--------------
 .../main/java/org/pcollections/PSequence.java   | 17 ----------------
 .../src/main/java/org/pcollections/PSet.java    | 17 ----------------
 .../src/main/java/org/pcollections/PStack.java  | 18 +----------------
 .../src/main/java/org/pcollections/PVector.java | 18 +----------------
 .../org/pcollections/SimpleImmutableEntry.java  | 19 +-----------------
 .../main/java/org/pcollections/TreePVector.java | 17 ----------------
 24 files changed, 10 insertions(+), 396 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/clients/src/test/keystore/generate.sh
----------------------------------------------------------------------
diff --git a/modules/clients/src/test/keystore/generate.sh 
b/modules/clients/src/test/keystore/generate.sh
index 3f22cef..5f9ca98 100644
--- a/modules/clients/src/test/keystore/generate.sh
+++ b/modules/clients/src/test/keystore/generate.sh
@@ -1,6 +1,5 @@
 #!/bin/sh
-# rat.copyrightMessage
-# 
+#
 # Licensed 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://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/AmortizedPQueue.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/AmortizedPQueue.java 
b/modules/core/src/main/java/org/pcollections/AmortizedPQueue.java
index add71a3..a1df809 100644
--- a/modules/core/src/main/java/org/pcollections/AmortizedPQueue.java
+++ b/modules/core/src/main/java/org/pcollections/AmortizedPQueue.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/ConsPStack.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/ConsPStack.java 
b/modules/core/src/main/java/org/pcollections/ConsPStack.java
index 1af3606..9d2512d 100644
--- a/modules/core/src/main/java/org/pcollections/ConsPStack.java
+++ b/modules/core/src/main/java/org/pcollections/ConsPStack.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/Empty.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/Empty.java 
b/modules/core/src/main/java/org/pcollections/Empty.java
index 1dcc704..ab7a260 100644
--- a/modules/core/src/main/java/org/pcollections/Empty.java
+++ b/modules/core/src/main/java/org/pcollections/Empty.java
@@ -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.
- */
-
 package org.pcollections;
 
 /* Mike Klein, 2/27/2009 */

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/HashPMap.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/HashPMap.java 
b/modules/core/src/main/java/org/pcollections/HashPMap.java
index 935e512..e96c1f7 100644
--- a/modules/core/src/main/java/org/pcollections/HashPMap.java
+++ b/modules/core/src/main/java/org/pcollections/HashPMap.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/HashTreePBag.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/HashTreePBag.java 
b/modules/core/src/main/java/org/pcollections/HashTreePBag.java
index 38ed49f..51dc434 100644
--- a/modules/core/src/main/java/org/pcollections/HashTreePBag.java
+++ b/modules/core/src/main/java/org/pcollections/HashTreePBag.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/HashTreePMap.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/HashTreePMap.java 
b/modules/core/src/main/java/org/pcollections/HashTreePMap.java
index 3773d91..7a8071b 100644
--- a/modules/core/src/main/java/org/pcollections/HashTreePMap.java
+++ b/modules/core/src/main/java/org/pcollections/HashTreePMap.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/HashTreePSet.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/HashTreePSet.java 
b/modules/core/src/main/java/org/pcollections/HashTreePSet.java
index 6218867..e33e01e 100644
--- a/modules/core/src/main/java/org/pcollections/HashTreePSet.java
+++ b/modules/core/src/main/java/org/pcollections/HashTreePSet.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/IntTree.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/IntTree.java 
b/modules/core/src/main/java/org/pcollections/IntTree.java
index 5309600..5d2335a 100644
--- a/modules/core/src/main/java/org/pcollections/IntTree.java
+++ b/modules/core/src/main/java/org/pcollections/IntTree.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/IntTreePMap.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/IntTreePMap.java 
b/modules/core/src/main/java/org/pcollections/IntTreePMap.java
index 72f7fae..3c90527 100644
--- a/modules/core/src/main/java/org/pcollections/IntTreePMap.java
+++ b/modules/core/src/main/java/org/pcollections/IntTreePMap.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/MapPBag.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/MapPBag.java 
b/modules/core/src/main/java/org/pcollections/MapPBag.java
index 73a841e..2ef5eb6 100644
--- a/modules/core/src/main/java/org/pcollections/MapPBag.java
+++ b/modules/core/src/main/java/org/pcollections/MapPBag.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/MapPSet.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/MapPSet.java 
b/modules/core/src/main/java/org/pcollections/MapPSet.java
index 12bb826..0e78eb8 100644
--- a/modules/core/src/main/java/org/pcollections/MapPSet.java
+++ b/modules/core/src/main/java/org/pcollections/MapPSet.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/OrderedPSet.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/OrderedPSet.java 
b/modules/core/src/main/java/org/pcollections/OrderedPSet.java
index 79b6654..48ea3bc 100644
--- a/modules/core/src/main/java/org/pcollections/OrderedPSet.java
+++ b/modules/core/src/main/java/org/pcollections/OrderedPSet.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;
@@ -72,9 +55,9 @@ public class OrderedPSet<E> extends AbstractSet<E> implements 
POrderedSet<E> {
     @Override
     public OrderedPSet<E> minusAll(Collection<?> list) {
         OrderedPSet<E> s = this;
-        for (Object e : list)
+        for (Object e : list) {
             s = s.minus(e);
-        
+        }
         return s;
     }
 

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PBag.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PBag.java 
b/modules/core/src/main/java/org/pcollections/PBag.java
index ee33608..5377244 100644
--- a/modules/core/src/main/java/org/pcollections/PBag.java
+++ b/modules/core/src/main/java/org/pcollections/PBag.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PCollection.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PCollection.java 
b/modules/core/src/main/java/org/pcollections/PCollection.java
index 472502e..40cca8d 100644
--- a/modules/core/src/main/java/org/pcollections/PCollection.java
+++ b/modules/core/src/main/java/org/pcollections/PCollection.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;
@@ -26,6 +9,7 @@ import java.util.*;
  * @author harold
  */
 public interface PCollection<E> extends Collection<E> {
+
     /**
      * @param e non-null
      * @return a collection which contains e and all of the elements of this

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PMap.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PMap.java 
b/modules/core/src/main/java/org/pcollections/PMap.java
index 92ef731..a541128 100644
--- a/modules/core/src/main/java/org/pcollections/PMap.java
+++ b/modules/core/src/main/java/org/pcollections/PMap.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/POrderedSet.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/POrderedSet.java 
b/modules/core/src/main/java/org/pcollections/POrderedSet.java
index d7e8fec..940dcfa 100644
--- a/modules/core/src/main/java/org/pcollections/POrderedSet.java
+++ b/modules/core/src/main/java/org/pcollections/POrderedSet.java
@@ -1,27 +1,10 @@
-/*
- * 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 org.pcollections;
 
 import java.util.*;
 
 /**
- * Like {@link PSet} but preserves insertion order. Persistent equivalent of
- * {@link LinkedHashSet}.
+ * Like {@link org.pcollections.PSet} but preserves insertion order. 
Persistent equivalent of
+ * {@link java.util.LinkedHashSet}.
  *
  * @param <E>
  * @author Tassilo Horn &lt;h...@uni-koblenz.de&gt;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PQueue.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PQueue.java 
b/modules/core/src/main/java/org/pcollections/PQueue.java
index e8644b3..3c3389f 100644
--- a/modules/core/src/main/java/org/pcollections/PQueue.java
+++ b/modules/core/src/main/java/org/pcollections/PQueue.java
@@ -1,20 +1,6 @@
-/*
- * 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 org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PSequence.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PSequence.java 
b/modules/core/src/main/java/org/pcollections/PSequence.java
index 15f7d99..b7367cf 100644
--- a/modules/core/src/main/java/org/pcollections/PSequence.java
+++ b/modules/core/src/main/java/org/pcollections/PSequence.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PSet.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PSet.java 
b/modules/core/src/main/java/org/pcollections/PSet.java
index 9dcbab9..52f1314 100644
--- a/modules/core/src/main/java/org/pcollections/PSet.java
+++ b/modules/core/src/main/java/org/pcollections/PSet.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PStack.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PStack.java 
b/modules/core/src/main/java/org/pcollections/PStack.java
index c90e48b..0e75c5c 100644
--- a/modules/core/src/main/java/org/pcollections/PStack.java
+++ b/modules/core/src/main/java/org/pcollections/PStack.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;
@@ -26,6 +9,7 @@ import java.util.*;
  * @author harold
  */
 public interface PStack<E> extends PSequence<E> {
+
     /**
      * Returns a stack consisting of the elements of this with e prepended.
      */

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/PVector.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/PVector.java 
b/modules/core/src/main/java/org/pcollections/PVector.java
index e82d022..b098393 100644
--- a/modules/core/src/main/java/org/pcollections/PVector.java
+++ b/modules/core/src/main/java/org/pcollections/PVector.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;
@@ -26,6 +9,7 @@ import java.util.*;
  * @author harold
  */
 public interface PVector<E> extends PSequence<E> {
+
     /**
      * Returns a vector consisting of the elements of this with e appended.
      */

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/SimpleImmutableEntry.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/pcollections/SimpleImmutableEntry.java 
b/modules/core/src/main/java/org/pcollections/SimpleImmutableEntry.java
index 3577cc6..d5bbbf3 100644
--- a/modules/core/src/main/java/org/pcollections/SimpleImmutableEntry.java
+++ b/modules/core/src/main/java/org/pcollections/SimpleImmutableEntry.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.Map.*;
@@ -160,4 +143,4 @@ import java.util.Map.*;
     public String toString() {
         return key + "=" + value;
     }
-}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a2dec177/modules/core/src/main/java/org/pcollections/TreePVector.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/pcollections/TreePVector.java 
b/modules/core/src/main/java/org/pcollections/TreePVector.java
index a93df86..996931a 100644
--- a/modules/core/src/main/java/org/pcollections/TreePVector.java
+++ b/modules/core/src/main/java/org/pcollections/TreePVector.java
@@ -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.
- */
-
 package org.pcollections;
 
 import java.util.*;

Reply via email to