From a773b8426e7844270b1f5ed9740479f8fde35344 Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Wed, 28 Nov 2012 15:23:55 +0400 Subject: [PATCH] Removed copyrights from Java test data. --- .../testData/codegen/regressions/kt2781.java | 16 ---------------- .../kotlinSignature/PropertyArrayTypes.java | 16 ---------------- .../kotlinSignature/PropertyComplexTypes.java | 16 ---------------- .../kotlinSignature/PropertySimpleType.java | 16 ---------------- .../testData/loadJava/library/LoadIterable.java | 16 ---------------- .../packageLocalVisibility/java/awt/Frame.java | 16 ---------------- .../packageLocalVisibility/java/test/JFrame.java | 16 ---------------- .../javaInterfaceMethod/foo/Intf.java | 16 ---------------- .../javaParameters/foo/Intf.java | 16 ---------------- .../overrideJavaMethod/foo/A.java | 16 ---------------- .../completion/injava/ClassFromNamespace.java | 16 ---------------- .../completion/injava/JetClassInJava.java | 16 ---------------- .../completion/injava/JetEnumFields.java | 16 ---------------- idea/testData/completion/injava/JetEnums.java | 16 ---------------- idea/testData/completion/injava/JetFunction.java | 16 ---------------- .../completion/injava/JetSubpackage.java | 16 ---------------- idea/testData/completion/injava/TraitInJava.java | 16 ---------------- .../injava/handlers/ClassAutoImport.after.java | 16 ---------------- .../injava/handlers/ClassAutoImport.java | 16 ---------------- 19 files changed, 304 deletions(-) diff --git a/compiler/testData/codegen/regressions/kt2781.java b/compiler/testData/codegen/regressions/kt2781.java index e56dc828fa8..68924bb5134 100644 --- a/compiler/testData/codegen/regressions/kt2781.java +++ b/compiler/testData/codegen/regressions/kt2781.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - import java.lang.String; class J { diff --git a/compiler/testData/loadJava/kotlinSignature/PropertyArrayTypes.java b/compiler/testData/loadJava/kotlinSignature/PropertyArrayTypes.java index 909ec74ee76..c02363ca249 100644 --- a/compiler/testData/loadJava/kotlinSignature/PropertyArrayTypes.java +++ b/compiler/testData/loadJava/kotlinSignature/PropertyArrayTypes.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 test; import java.lang.String; diff --git a/compiler/testData/loadJava/kotlinSignature/PropertyComplexTypes.java b/compiler/testData/loadJava/kotlinSignature/PropertyComplexTypes.java index 81592c2697f..01f7a43362f 100644 --- a/compiler/testData/loadJava/kotlinSignature/PropertyComplexTypes.java +++ b/compiler/testData/loadJava/kotlinSignature/PropertyComplexTypes.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 test; import java.lang.String; diff --git a/compiler/testData/loadJava/kotlinSignature/PropertySimpleType.java b/compiler/testData/loadJava/kotlinSignature/PropertySimpleType.java index c0c882140d6..5bba1775f27 100644 --- a/compiler/testData/loadJava/kotlinSignature/PropertySimpleType.java +++ b/compiler/testData/loadJava/kotlinSignature/PropertySimpleType.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 test; import java.lang.String; diff --git a/compiler/testData/loadJava/library/LoadIterable.java b/compiler/testData/loadJava/library/LoadIterable.java index ad0c98b69e1..f4eb53bd1fa 100644 --- a/compiler/testData/loadJava/library/LoadIterable.java +++ b/compiler/testData/loadJava/library/LoadIterable.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 test; public interface LoadIterable { diff --git a/compiler/testData/loadJavaCustom/packageLocalVisibility/java/awt/Frame.java b/compiler/testData/loadJavaCustom/packageLocalVisibility/java/awt/Frame.java index d8054f8922d..282b8979194 100644 --- a/compiler/testData/loadJavaCustom/packageLocalVisibility/java/awt/Frame.java +++ b/compiler/testData/loadJavaCustom/packageLocalVisibility/java/awt/Frame.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 awt; public class Frame { diff --git a/compiler/testData/loadJavaCustom/packageLocalVisibility/java/test/JFrame.java b/compiler/testData/loadJavaCustom/packageLocalVisibility/java/test/JFrame.java index 2cb684d9dd9..c4c44d51b5d 100644 --- a/compiler/testData/loadJavaCustom/packageLocalVisibility/java/test/JFrame.java +++ b/compiler/testData/loadJavaCustom/packageLocalVisibility/java/test/JFrame.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 test; import awt.Frame; diff --git a/idea/testData/codeInsight/overrideImplement/javaInterfaceMethod/foo/Intf.java b/idea/testData/codeInsight/overrideImplement/javaInterfaceMethod/foo/Intf.java index 1df19211e23..973cc452e19 100644 --- a/idea/testData/codeInsight/overrideImplement/javaInterfaceMethod/foo/Intf.java +++ b/idea/testData/codeInsight/overrideImplement/javaInterfaceMethod/foo/Intf.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 foo; public interface Intf { diff --git a/idea/testData/codeInsight/overrideImplement/javaParameters/foo/Intf.java b/idea/testData/codeInsight/overrideImplement/javaParameters/foo/Intf.java index 50e82de9195..dc369561d00 100644 --- a/idea/testData/codeInsight/overrideImplement/javaParameters/foo/Intf.java +++ b/idea/testData/codeInsight/overrideImplement/javaParameters/foo/Intf.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 foo; public interface Intf { diff --git a/idea/testData/codeInsight/overrideImplement/overrideJavaMethod/foo/A.java b/idea/testData/codeInsight/overrideImplement/overrideJavaMethod/foo/A.java index ade0d227467..1aa001dbe1d 100644 --- a/idea/testData/codeInsight/overrideImplement/overrideJavaMethod/foo/A.java +++ b/idea/testData/codeInsight/overrideImplement/overrideJavaMethod/foo/A.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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 foo; class A { diff --git a/idea/testData/completion/injava/ClassFromNamespace.java b/idea/testData/completion/injava/ClassFromNamespace.java index d461476343f..bb59804d85c 100644 --- a/idea/testData/completion/injava/ClassFromNamespace.java +++ b/idea/testData/completion/injava/ClassFromNamespace.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void test() { jettesting.some. diff --git a/idea/testData/completion/injava/JetClassInJava.java b/idea/testData/completion/injava/JetClassInJava.java index 8f0ea437d4c..249911155f2 100644 --- a/idea/testData/completion/injava/JetClassInJava.java +++ b/idea/testData/completion/injava/JetClassInJava.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void test() { ClassFr diff --git a/idea/testData/completion/injava/JetEnumFields.java b/idea/testData/completion/injava/JetEnumFields.java index d1db178f721..7d51ac84c67 100644 --- a/idea/testData/completion/injava/JetEnumFields.java +++ b/idea/testData/completion/injava/JetEnumFields.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void test() { kotlin.enums.KtEnumColor. diff --git a/idea/testData/completion/injava/JetEnums.java b/idea/testData/completion/injava/JetEnums.java index 24344580629..ae0d7444a86 100644 --- a/idea/testData/completion/injava/JetEnums.java +++ b/idea/testData/completion/injava/JetEnums.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void test() { KtEnum diff --git a/idea/testData/completion/injava/JetFunction.java b/idea/testData/completion/injava/JetFunction.java index f3e26b36b3d..d15719deb2e 100644 --- a/idea/testData/completion/injava/JetFunction.java +++ b/idea/testData/completion/injava/JetFunction.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void main(String[] args) { kotlin.testing.namespace. diff --git a/idea/testData/completion/injava/JetSubpackage.java b/idea/testData/completion/injava/JetSubpackage.java index 9b64152f827..cd7a9fe9f01 100644 --- a/idea/testData/completion/injava/JetSubpackage.java +++ b/idea/testData/completion/injava/JetSubpackage.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void test() { testing. diff --git a/idea/testData/completion/injava/TraitInJava.java b/idea/testData/completion/injava/TraitInJava.java index feff1dc902d..0f32a7221ed 100644 --- a/idea/testData/completion/injava/TraitInJava.java +++ b/idea/testData/completion/injava/TraitInJava.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing implements TraitFr { public static void test() { } diff --git a/idea/testData/completion/injava/handlers/ClassAutoImport.after.java b/idea/testData/completion/injava/handlers/ClassAutoImport.after.java index 1676d3e46b2..58439f2c186 100644 --- a/idea/testData/completion/injava/handlers/ClassAutoImport.after.java +++ b/idea/testData/completion/injava/handlers/ClassAutoImport.after.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - import jettesting.ClassFromJet; public class Testing { diff --git a/idea/testData/completion/injava/handlers/ClassAutoImport.java b/idea/testData/completion/injava/handlers/ClassAutoImport.java index 55d73b1406f..22dcd6079cd 100644 --- a/idea/testData/completion/injava/handlers/ClassAutoImport.java +++ b/idea/testData/completion/injava/handlers/ClassAutoImport.java @@ -1,19 +1,3 @@ -/* - * Copyright 2010-2012 JetBrains s.r.o. - * - * 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://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. - */ - public class Testing { public static void test() { ClassFr