diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/BaseDiffTestCase.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/BaseDiffTestCase.java index eecc63eca4ee..a7db8f577754 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/BaseDiffTestCase.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/BaseDiffTestCase.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/LineTokenizerTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/LineTokenizerTest.java index 7cf0ce20b690..b5cbd22339bb 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/LineTokenizerTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/LineTokenizerTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff; import com.intellij.util.Assertion; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/SimpleContentTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/SimpleContentTest.java index 04dcd0396813..5e3275056ad8 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/SimpleContentTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/SimpleContentTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/actions/MergeOperationsTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/actions/MergeOperationsTest.java index 379f8550c25c..38699128801b 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/actions/MergeOperationsTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/actions/MergeOperationsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/DiffFilesTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/DiffFilesTest.java index 2bdbf1efddac..40f219ef092d 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/DiffFilesTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/DiffFilesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl; import com.intellij.openapi.diff.BaseDiffTestCase; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/IgnoreWhiteSpaceTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/IgnoreWhiteSpaceTest.java index de5a6ba61b2b..c1e82c75368a 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/IgnoreWhiteSpaceTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/IgnoreWhiteSpaceTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl; import junit.framework.TestCase; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/LineFragmentsTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/LineFragmentsTest.java index 1f23f9518d22..321469832ef1 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/LineFragmentsTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/LineFragmentsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl; import com.intellij.openapi.diff.BaseDiffTestCase; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/MultiCheck.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/MultiCheck.java index 85d65b63a5c9..1d1e0a159e87 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/MultiCheck.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/MultiCheck.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl; import junit.framework.Assert; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/SingleTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/SingleTest.java index 72c9c44b6e4c..3ae351c6a750 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/SingleTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/SingleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl; import junit.framework.Test; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/DocumentContentTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/DocumentContentTest.java index 86383141761b..64c7d876aa63 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/DocumentContentTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/DocumentContentTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.content; import com.intellij.openapi.diff.BaseDiffTestCase; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/FragmentContentTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/FragmentContentTest.java index 4572590b54e1..db488fe66dcb 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/FragmentContentTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/content/FragmentContentTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.content; import com.intellij.openapi.diff.BaseDiffTestCase; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/external/DiffManagerTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/external/DiffManagerTest.java index cfb07f5097c3..82f357902853 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/external/DiffManagerTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/external/DiffManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2015 JetBrains s.r.o. + * Copyright 2000-2017 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. diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentEquality.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentEquality.java index a01a1cad021b..7ef409c63f86 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentEquality.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentEquality.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.highlighting; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentStringConvertion.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentStringConvertion.java index ef36ddb159e3..9a18b6bf5354 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentStringConvertion.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/FragmentStringConvertion.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.highlighting; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/LineBlockDividesTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/LineBlockDividesTest.java index 1bf78de4261f..0896cbbb55d8 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/LineBlockDividesTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/LineBlockDividesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.highlighting; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/MergeActionsTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/MergeActionsTest.java index 5eb6112a947c..e7b72f4122a9 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/MergeActionsTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/MergeActionsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.highlighting; import com.intellij.codeInsight.daemon.GutterMark; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/UtilTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/UtilTest.java index 1d19fb92ee44..4a6f97b6c1cb 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/UtilTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/highlighting/UtilTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.highlighting; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/ChangeListTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/ChangeListTest.java index 8b55eae97c07..e08d302a0f4a 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/ChangeListTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/ChangeListTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.incrementalMerge; import com.intellij.openapi.diff.impl.highlighting.FragmentSide; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilderTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilderTest.java index 61efdb64fd18..ab7097419411 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilderTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilderTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.incrementalMerge; import com.intellij.idea.IdeaLogger; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeFuncTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeFuncTest.java index 8bc1d12f6b9c..2cde36c36a1a 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeFuncTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeFuncTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.incrementalMerge; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeTestUtils.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeTestUtils.java index b17b01445c8c..6f523557cd5b 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeTestUtils.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/incrementalMerge/MergeTestUtils.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.incrementalMerge; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/mergeTool/MergeDataTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/mergeTool/MergeDataTest.java index db0e00091f0d..fb79d4005d62 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/mergeTool/MergeDataTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/mergeTool/MergeDataTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.mergeTool; import com.intellij.openapi.diff.BaseDiffTestCase; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchStatusTest.kt b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchStatusTest.kt index 66be2ab73168..7f9324f602a7 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchStatusTest.kt +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchStatusTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.patch import com.intellij.openapi.diff.impl.patch.ApplyPatchStatus.PARTIAL diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchTest.java index 534c5f26274f..de279a6ee88b 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/ApplyPatchTest.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.patch; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/BinaryPatchTest.kt b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/BinaryPatchTest.kt index ef0b62b1c308..cc701620081d 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/BinaryPatchTest.kt +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/BinaryPatchTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.patch import com.intellij.openapi.application.ex.PathManagerEx diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/GenericApplyPatchTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/GenericApplyPatchTest.java index ee2bea0d85aa..cf5fba821d90 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/GenericApplyPatchTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/GenericApplyPatchTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.patch; import com.intellij.openapi.diff.impl.patch.apply.GenericPatchApplier; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchBuilderTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchBuilderTest.java index 1e5493f18005..4bc283ba5014 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchBuilderTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchBuilderTest.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2017 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. */ /* diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchTextDetectionTest.kt b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchTextDetectionTest.kt index ef918d525f71..73d908e2d31f 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchTextDetectionTest.kt +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/patch/PatchTextDetectionTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.patch import com.intellij.openapi.application.ex.PathManagerEx diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/ByWordTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/ByWordTest.java index a5386bc0e591..fb2906bae6a2 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/ByWordTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/ByWordTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/CorrectionTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/CorrectionTest.java index bcc2c3ef47c7..3ebf7fd8cb44 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/CorrectionTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/CorrectionTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/LineBlocksDiffPolicyTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/LineBlocksDiffPolicyTest.java index 2baf119ba240..efd8d1cddfcd 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/LineBlocksDiffPolicyTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/LineBlocksDiffPolicyTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/NormalizationTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/NormalizationTest.java index 0e1f22e7e917..a4bfd4e44cf3 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/NormalizationTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/NormalizationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/PreferWholeLinesTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/PreferWholeLinesTest.java index a798bd975037..9b9e7bc88583 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/PreferWholeLinesTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/PreferWholeLinesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/TextCompareProcessorTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/TextCompareProcessorTest.java index 854a17d47ebd..834c89ee911d 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/TextCompareProcessorTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/TextCompareProcessorTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.impl.ComparisonPolicy; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/UniteSameTypeTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/UniteSameTypeTest.java index 019124eb9a62..7c9b3c7b9dc0 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/UniteSameTypeTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/processing/UniteSameTypeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldedChangesTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldedChangesTest.java index 732631dcb01d..3f30e943f42e 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldedChangesTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldedChangesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.splitter; import com.intellij.openapi.diff.impl.EditingSides; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTestCase.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTestCase.java index c409d981d619..7caf6ac7bfe3 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTestCase.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTestCase.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.splitter; import com.intellij.openapi.editor.*; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTransformationTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTransformationTest.java index 6f15c2a50f33..106c0f481941 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTransformationTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/FoldingTransformationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.splitter; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/LineBlocksTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/LineBlocksTest.java index b96b2e3e6ee0..188ce92383dd 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/LineBlocksTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/LineBlocksTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.splitter; import com.intellij.openapi.diff.impl.fragments.LineBlock; diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/TransformationTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/TransformationTest.java index 1f90233dfd07..37eca777332c 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/TransformationTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/diff/impl/splitter/TransformationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2017 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 com.intellij.openapi.diff.impl.splitter; import junit.framework.TestCase;