From 917938e57b84542de18fb1f3472210c85652769a Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 22 Jul 2014 17:22:17 +0400 Subject: [PATCH] Update copyrights --- .../jet/codegen/when/EnumSwitchCodegen.java | 16 ++++++++++++++++ .../common/arguments/K2JVMCompilerArguments.java | 12 +++++------- .../test/rhino/CompositeRhinoResultsChecker.java | 15 ++++++--------- .../CompileMavenGeneratedJSLibrary.java | 13 ++++++------- .../test/semantics/StdLibQUnitTestSupport.java | 13 ++++++------- .../test/semantics/StdLibStringBuilderTest.java | 16 ++++++++++++++++ .../k2js/test/semantics/StdLibStringTest.java | 16 ++++++++++++++++ .../k2js/test/semantics/StdLibTestBase.java | 13 ++++++------- 8 files changed, 77 insertions(+), 37 deletions(-) diff --git a/compiler/backend/src/org/jetbrains/jet/codegen/when/EnumSwitchCodegen.java b/compiler/backend/src/org/jetbrains/jet/codegen/when/EnumSwitchCodegen.java index ff2241c3913..529da99f523 100644 --- a/compiler/backend/src/org/jetbrains/jet/codegen/when/EnumSwitchCodegen.java +++ b/compiler/backend/src/org/jetbrains/jet/codegen/when/EnumSwitchCodegen.java @@ -1,3 +1,19 @@ +/* + * Copyright 2010-2014 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 org.jetbrains.jet.codegen.when; import org.jetbrains.annotations.NotNull; diff --git a/compiler/cli/cli-common/src/org/jetbrains/jet/cli/common/arguments/K2JVMCompilerArguments.java b/compiler/cli/cli-common/src/org/jetbrains/jet/cli/common/arguments/K2JVMCompilerArguments.java index 6c9d993e884..5e781af25d9 100644 --- a/compiler/cli/cli-common/src/org/jetbrains/jet/cli/common/arguments/K2JVMCompilerArguments.java +++ b/compiler/cli/cli-common/src/org/jetbrains/jet/cli/common/arguments/K2JVMCompilerArguments.java @@ -1,11 +1,9 @@ -/** +/* + * Copyright 2010-2014 JetBrains s.r.o. * - * 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 + * 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 * diff --git a/js/js.tests/test/org/jetbrains/k2js/test/rhino/CompositeRhinoResultsChecker.java b/js/js.tests/test/org/jetbrains/k2js/test/rhino/CompositeRhinoResultsChecker.java index 8978726e91c..f59861a9020 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/rhino/CompositeRhinoResultsChecker.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/rhino/CompositeRhinoResultsChecker.java @@ -1,11 +1,9 @@ -/** +/* + * Copyright 2010-2014 JetBrains s.r.o. * - * 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 + * 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 * @@ -15,13 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jetbrains.k2js.test.rhino; import org.mozilla.javascript.Context; import org.mozilla.javascript.Scriptable; -/** - */ public class CompositeRhinoResultsChecker implements RhinoResultChecker { private final RhinoResultChecker[] children; diff --git a/js/js.tests/test/org/jetbrains/k2js/test/semantics/CompileMavenGeneratedJSLibrary.java b/js/js.tests/test/org/jetbrains/k2js/test/semantics/CompileMavenGeneratedJSLibrary.java index 899bfde779e..caebf9606dd 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/semantics/CompileMavenGeneratedJSLibrary.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/semantics/CompileMavenGeneratedJSLibrary.java @@ -1,11 +1,9 @@ -/** +/* + * Copyright 2010-2014 JetBrains s.r.o. * - * 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 + * 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 * @@ -15,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jetbrains.k2js.test.semantics; import com.google.common.collect.Lists; diff --git a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibQUnitTestSupport.java b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibQUnitTestSupport.java index c6df3bffc76..787bc3deb0f 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibQUnitTestSupport.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibQUnitTestSupport.java @@ -1,11 +1,9 @@ -/** +/* + * Copyright 2010-2014 JetBrains s.r.o. * - * 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 + * 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 * @@ -15,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jetbrains.k2js.test.semantics; import com.google.common.collect.Lists; diff --git a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringBuilderTest.java b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringBuilderTest.java index 3c4bf9c0755..ee3d0329841 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringBuilderTest.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringBuilderTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2010-2014 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 org.jetbrains.k2js.test.semantics; import junit.framework.Test; diff --git a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringTest.java b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringTest.java index 1a05014230a..878fae819c6 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringTest.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibStringTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2010-2014 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 org.jetbrains.k2js.test.semantics; import junit.framework.Test; diff --git a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibTestBase.java b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibTestBase.java index 896f5959ac9..5b01bfa40ed 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibTestBase.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/semantics/StdLibTestBase.java @@ -1,11 +1,9 @@ -/** +/* + * Copyright 2010-2014 JetBrains s.r.o. * - * 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 + * 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 * @@ -15,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.jetbrains.k2js.test.semantics; import com.google.common.collect.Lists;