From bebe8e7c1305983b66727f595e8d6d1080c46bb8 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Thu, 5 Feb 2009 20:34:37 +0300 Subject: [PATCH] copyright update --- .../openapi/fileChooser/FileChooserFactory.java | 20 ++++++++++---------- .../openapi/fileChooser/FileSaverDescriptor.java | 16 ++++++++++++++++ .../openapi/fileChooser/FileSaverDialog.java | 16 ++++++++++++++++ .../com/intellij/openapi/vfs/VirtualFileWrapper.java | 16 ++++++++++++++++ 4 files changed, 58 insertions(+), 10 deletions(-) diff --git a/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java b/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java index 25aa3754b2..4cb5b27cc7 100644 --- a/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java +++ b/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java @@ -1,17 +1,17 @@ /* - * Copyright 2000-2007 JetBrains s.r.o. + * Copyright 2000-2009 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 + * 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 + * 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. + * 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.fileChooser; diff --git a/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java b/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java index 0e8f14d576..cb37b70f99 100644 --- a/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java +++ b/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2000-2009 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.fileChooser; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java b/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java index 179d26fa3a..cd44d26e59 100644 --- a/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java +++ b/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java @@ -1,3 +1,19 @@ +/* + * Copyright 2000-2009 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.fileChooser; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java b/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java index 1fcc486ed0..710c2f2127 100644 --- a/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java +++ b/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2000-2009 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.vfs; import org.jetbrains.annotations.NotNull; -- 2.11.4.GIT