From 83b1bb3283bb3fa0ea47991c42011f50810497e6 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Sun, 11 Oct 2009 20:49:21 +0400 Subject: [PATCH] update copyrights; use project-level instead of module-level libraries --- .gitignore | 1 + .idea/copyright/apache_2_license.xml | 9 ++ .idea/libraries/JavaHelp.xml | 11 ++ .idea/libraries/Jaxen.xml | 9 ++ .idea/libraries/Mac.xml | 12 ++ .idea/libraries/TestNG.xml | 9 ++ RegExpSupport/RegExpSupport.iml | 10 +- lib/src/jhsrc.jar | Bin 0 -> 358922 bytes .../platform-api/src/com/intellij/AppTopics.java | 2 +- .../src/com/intellij/ExtensionPoints.java | 2 +- .../BackgroundEditorHighlighter.java | 2 +- .../codeHighlighting/HighlightDisplayLevel.java | 2 +- .../codeHighlighting/HighlightingPass.java | 2 +- .../highlighting/TooltipLinkHandler.java | 2 +- .../com/intellij/codeInsight/hint/HintManager.java | 15 +++ .../intellij/codeInsight/hint/QuestionAction.java | 15 +++ .../com/intellij/codeStyle/CodeStyleFacade.java | 16 +++ .../src/com/intellij/concurrency/Job.java | 2 +- .../src/com/intellij/concurrency/JobScheduler.java | 2 +- .../com/intellij/diagnostic/PluginException.java | 15 +++ .../com/intellij/execution/ExecutionException.java | 2 +- .../execution/RunCanceledByUserException.java | 2 +- .../configurations/GeneralCommandLine.java | 2 +- .../execution/configurations/ParametersList.java | 2 +- .../execution/process/CapturingProcessHandler.java | 15 +++ .../execution/process/OSProcessHandler.java | 2 +- .../intellij/execution/process/ProcessAdapter.java | 2 +- .../intellij/execution/process/ProcessEvent.java | 2 +- .../intellij/execution/process/ProcessHandler.java | 2 +- .../execution/process/ProcessListener.java | 2 +- .../process/ProcessNotCreatedException.java | 2 +- .../intellij/execution/process/ProcessOutput.java | 15 +++ .../execution/process/ProcessOutputTypes.java | 2 +- .../process/ProcessTerminatedListener.java | 2 +- .../execution/util/ExecutionErrorDialog.java | 2 +- .../featureStatistics/ApplicabilityFilter.java | 2 +- .../featureStatistics/FeatureDescriptor.java | 2 +- .../featureStatistics/FeatureStatisticsBundle.java | 2 +- .../featureStatistics/FeatureUsageTracker.java | 2 +- .../featureStatistics/GroupDescriptor.java | 2 +- .../ProductivityFeaturesProvider.java | 2 +- .../ProductivityFeaturesRegistry.java | 2 +- .../src/com/intellij/ide/ActivityTracker.java | 16 +++ .../ide/AutoScrollToSourceOptionProvider.java | 2 +- .../com/intellij/ide/BrowserSettingsProvider.java | 15 +++ .../src/com/intellij/ide/BrowserUtil.java | 2 +- .../src/com/intellij/ide/CommonActionsManager.java | 2 +- .../com/intellij/ide/CompositeSelectInTarget.java | 58 ++++----- .../src/com/intellij/ide/CopyPasteSupport.java | 15 +++ .../src/com/intellij/ide/CopyProvider.java | 2 +- .../src/com/intellij/ide/CutProvider.java | 2 +- .../src/com/intellij/ide/DataManager.java | 2 +- .../src/com/intellij/ide/DefaultTreeExpander.java | 2 +- .../src/com/intellij/ide/DeleteProvider.java | 2 +- .../src/com/intellij/ide/ExporterToTextFile.java | 2 +- .../src/com/intellij/ide/FileEditorProvider.java | 2 +- .../src/com/intellij/ide/FileIconPatcher.java | 16 +++ .../src/com/intellij/ide/FileIconProvider.java | 16 +++ .../src/com/intellij/ide/FrameStateListener.java | 2 +- .../src/com/intellij/ide/FrameStateManager.java | 2 +- .../src/com/intellij/ide/GeneralSettings.java | 2 +- .../src/com/intellij/ide/IdeBundle.java | 2 +- .../src/com/intellij/ide/OccurenceNavigator.java | 2 +- .../intellij/ide/OccurenceNavigatorSupport.java | 2 +- .../src/com/intellij/ide/PasteProvider.java | 2 +- .../src/com/intellij/ide/SelectInContext.java | 2 +- .../com/intellij/ide/SelectInEditorManager.java | 2 +- .../src/com/intellij/ide/SelectInManager.java | 18 +-- .../src/com/intellij/ide/SelectInTarget.java | 2 +- .../src/com/intellij/ide/TreeExpander.java | 2 +- .../src/com/intellij/ide/XmlRpcServer.java | 14 ++- .../ide/actions/CollapseAllToolbarAction.java | 2 +- .../intellij/ide/actions/ContextHelpAction.java | 15 +++ .../ide/actions/ExpandAllToolbarAction.java | 2 +- .../ide/actions/QuickSwitchSchemeAction.java | 2 +- .../ide/actions/TreeCollapseAllActionBase.java | 2 +- .../ide/actions/TreeExpandAllActionBase.java | 2 +- .../com/intellij/ide/dnd/AdvancedDnDSource.java | 2 +- .../src/com/intellij/ide/dnd/DnDAction.java | 2 +- .../src/com/intellij/ide/dnd/DnDAware.java | 2 +- .../src/com/intellij/ide/dnd/DnDDragStartBean.java | 2 +- .../src/com/intellij/ide/dnd/DnDEvent.java | 2 +- .../src/com/intellij/ide/dnd/DnDManager.java | 2 +- .../src/com/intellij/ide/dnd/DnDNativeTarget.java | 15 +++ .../src/com/intellij/ide/dnd/DnDSource.java | 2 +- .../src/com/intellij/ide/dnd/DnDTarget.java | 2 +- .../com/intellij/ide/dnd/DropActionHandler.java | 2 +- .../ide/errorTreeView/ErrorTreeElementKind.java | 15 ++- .../com/intellij/ide/errorTreeView/HotfixData.java | 15 +++ .../com/intellij/ide/errorTreeView/HotfixGate.java | 15 +++ .../ide/errorTreeView/SimpleErrorData.java | 15 +++ .../ide/highlighter/FileTypeRegistrator.java | 15 +++ .../ide/highlighter/HighlighterFactory.java | 15 +++ .../intellij/ide/highlighter/ModuleFileType.java | 36 ++---- .../intellij/ide/highlighter/ProjectFileType.java | 36 ++---- .../ide/highlighter/WorkspaceFileType.java | 36 ++---- .../src/com/intellij/ide/plugins/HelpSetPath.java | 2 +- .../intellij/ide/plugins/IdeaPluginDescriptor.java | 2 +- .../ide/plugins/IdeaPluginDescriptorImpl.java | 15 +++ .../com/intellij/ide/plugins/IdeaVersionBean.java | 16 +++ .../src/com/intellij/ide/plugins/PluginBean.java | 15 +++ .../com/intellij/ide/plugins/PluginDependency.java | 15 +++ .../ide/plugins/PluginDescriptorComparator.java | 16 ++- .../com/intellij/ide/plugins/PluginHelpSet.java | 15 +++ .../com/intellij/ide/plugins/PluginManager.java | 18 +-- .../src/com/intellij/ide/plugins/PluginVendor.java | 15 +++ .../intellij/ide/plugins/cl/PluginClassLoader.java | 16 +++ .../intellij/ide/projectView/PresentationData.java | 2 +- .../com/intellij/ide/startup/CacheUpdateSets.java | 15 ++- .../src/com/intellij/ide/startup/CacheUpdater.java | 2 +- .../src/com/intellij/ide/startup/FileContent.java | 2 +- .../com/intellij/ide/startup/FileContentQueue.java | 15 ++- .../ide/startup/FileSystemSynchronizer.java | 2 +- .../src/com/intellij/ide/startup/SyncSession.java | 18 +-- .../structureView/FileEditorPositionListener.java | 2 +- .../intellij/ide/structureView/ModelListener.java | 2 +- .../intellij/ide/structureView/StructureView.java | 2 +- .../ide/structureView/StructureViewBuilder.java | 2 +- .../StructureViewBuilderProvider.java | 16 +++ .../ide/structureView/StructureViewFactory.java | 2 +- .../ide/structureView/StructureViewModel.java | 2 +- .../structureView/StructureViewTreeElement.java | 2 +- .../src/com/intellij/ide/ui/LafManager.java | 2 +- .../com/intellij/ide/ui/LafManagerListener.java | 15 +++ .../ide/ui/SplitterProportionsDataImpl.java | 2 +- .../src/com/intellij/ide/ui/UISettings.java | 2 +- .../com/intellij/ide/ui/UISettingsListener.java | 2 +- .../intellij/ide/ui/search/ConfigurableHit.java | 15 +++ .../intellij/ide/ui/search/OptionDescription.java | 2 +- .../ide/ui/search/SearchableOptionsRegistrar.java | 2 +- .../com/intellij/ide/util/BrowseFilesListener.java | 2 +- .../com/intellij/ide/util/PropertiesComponent.java | 2 +- .../ide/util/treeView/AbstractTreeBuilder.java | 2 +- .../ide/util/treeView/AbstractTreeNode.java | 2 +- .../ide/util/treeView/AbstractTreeStructure.java | 2 +- .../intellij/ide/util/treeView/AbstractTreeUi.java | 15 +++ .../ide/util/treeView/AbstractTreeUpdater.java | 2 +- .../ide/util/treeView/IndexComparator.java | 2 +- .../intellij/ide/util/treeView/NodeDescriptor.java | 2 +- .../util/treeView/NodeDescriptorProvidingKey.java | 2 +- .../intellij/ide/util/treeView/NodeOptions.java | 2 +- .../intellij/ide/util/treeView/NodeRenderer.java | 2 +- .../util/treeView/PresentableNodeDescriptor.java | 15 +++ .../ide/util/treeView/TreeBuilderUtil.java | 2 +- .../com/intellij/ide/util/treeView/TreeState.java | 2 +- .../intellij/ide/util/treeView/TreeUpdatePass.java | 15 +++ .../intellij/ide/util/treeView/TreeVisitor.java | 15 +++ .../ide/util/treeView/UpdaterTreeState.java | 15 +++ .../ide/util/treeView/ValidateableNode.java | 15 +++ .../intellij/ide/util/treeView/WeighedItem.java | 15 +++ .../treeView/smartTree/ActionPresentation.java | 2 +- .../treeView/smartTree/ActionPresentationData.java | 2 +- .../ide/util/treeView/smartTree/Filter.java | 2 +- .../ide/util/treeView/smartTree/Group.java | 2 +- .../ide/util/treeView/smartTree/Grouper.java | 2 +- .../treeView/smartTree/SortableTreeElement.java | 2 +- .../ide/util/treeView/smartTree/Sorter.java | 2 +- .../ide/util/treeView/smartTree/TreeAction.java | 2 +- .../ide/util/treeView/smartTree/TreeElement.java | 2 +- .../ide/util/treeView/smartTree/TreeModel.java | 2 +- .../com/intellij/ide/wizard/AbstractWizard.java | 2 +- .../intellij/ide/wizard/CommitStepException.java | 2 +- .../src/com/intellij/ide/wizard/Step.java | 2 +- .../src/com/intellij/ide/wizard/StepAdapter.java | 2 +- .../src/com/intellij/ide/wizard/StepListener.java | 2 +- .../src/com/intellij/idea/ActionsBundle.java | 2 +- .../intellij/injected/editor/DocumentWindow.java | 16 +++ .../injected/editor/VirtualFileWindow.java | 16 +++ .../src/com/intellij/lang/Commenter.java | 2 +- .../src/com/intellij/lang/Language.java | 2 +- .../src/com/intellij/lang/LanguageDialect.java | 2 +- .../src/com/intellij/lang/LanguageExtension.java | 18 +-- .../com/intellij/lang/LanguageExtensionPoint.java | 15 +++ .../src/com/intellij/lang/LanguageProvider.java | 15 +++ .../lang/annotation/HighlightSeverity.java | 2 +- .../src/com/intellij/lexer/DelegateLexer.java | 16 +++ .../src/com/intellij/lexer/EmptyLexer.java | 2 +- .../platform-api/src/com/intellij/lexer/Lexer.java | 2 +- .../src/com/intellij/lexer/LexerBase.java | 2 +- .../src/com/intellij/lexer/LexerPosition.java | 2 +- .../src/com/intellij/lexer/LexerPositionImpl.java | 2 +- .../src/com/intellij/lexer/LexerState.java | 2 +- .../src/com/intellij/lexer/LookAheadLexer.java | 15 ++- .../src/com/intellij/lexer/RestorableLexer.java | 16 +++ .../src/com/intellij/lexer/SimpleLexerState.java | 2 +- .../com/intellij/mock/MockProgressIndicator.java | 36 ++---- .../com/intellij/navigation/ItemPresentation.java | 2 +- .../com/intellij/navigation/NavigationItem.java | 2 +- .../com/intellij/notification/Notification.java | 15 +++ .../notification/NotificationDisplayType.java | 15 +++ .../notification/NotificationException.java | 15 +++ .../notification/NotificationListener.java | 15 +++ .../intellij/notification/NotificationType.java | 15 +++ .../com/intellij/notification/Notifications.java | 15 +++ .../notification/NotificationsManager.java | 18 +-- .../src/com/intellij/openapi/MnemonicHelper.java | 2 +- .../actionSystem/ActionButtonComponent.java | 2 +- .../intellij/openapi/actionSystem/ActionGroup.java | 2 +- .../openapi/actionSystem/ActionGroupUtil.java | 2 +- .../openapi/actionSystem/ActionInGroup.java | 15 +++ .../openapi/actionSystem/ActionManager.java | 2 +- .../openapi/actionSystem/ActionPlaces.java | 2 +- .../openapi/actionSystem/ActionPopupMenu.java | 2 +- .../intellij/openapi/actionSystem/ActionStub.java | 2 +- .../openapi/actionSystem/ActionToolbar.java | 2 +- .../intellij/openapi/actionSystem/AnAction.java | 2 +- .../openapi/actionSystem/AnActionEvent.java | 2 +- .../openapi/actionSystem/AnActionEventVisitor.java | 15 +++ .../com/intellij/openapi/actionSystem/Anchor.java | 2 +- .../openapi/actionSystem/AsyncUpdateAction.java | 2 +- .../openapi/actionSystem/CommonShortcuts.java | 2 +- .../openapi/actionSystem/CompositeShortcutSet.java | 2 +- .../intellij/openapi/actionSystem/Constraints.java | 2 +- .../openapi/actionSystem/CustomShortcutSet.java | 2 +- .../openapi/actionSystem/DataConstants.java | 2 +- .../intellij/openapi/actionSystem/DataContext.java | 2 +- .../com/intellij/openapi/actionSystem/DataKey.java | 2 +- .../openapi/actionSystem/DataProvider.java | 2 +- .../intellij/openapi/actionSystem/DataSink.java | 2 +- .../openapi/actionSystem/DefaultActionGroup.java | 2 +- .../intellij/openapi/actionSystem/IdeActions.java | 18 +-- .../openapi/actionSystem/JBAwtEventQueue.java | 2 +- .../actionSystem/KeyboardGestureAction.java | 15 +++ .../KeyboardModifierGestureShortuct.java | 15 +++ .../openapi/actionSystem/KeyboardShortcut.java | 2 +- .../openapi/actionSystem/MouseShortcut.java | 2 +- .../openapi/actionSystem/PlatformDataKeys.java | 15 +++ .../openapi/actionSystem/PreloadableAction.java | 15 +++ .../openapi/actionSystem/Presentation.java | 2 +- .../intellij/openapi/actionSystem/Separator.java | 2 +- .../intellij/openapi/actionSystem/Shortcut.java | 2 +- .../intellij/openapi/actionSystem/ShortcutSet.java | 2 +- .../openapi/actionSystem/TimerListener.java | 15 +++ .../openapi/actionSystem/ToggleAction.java | 2 +- .../intellij/openapi/actionSystem/Toggleable.java | 2 +- .../openapi/actionSystem/TypeSafeDataProvider.java | 2 +- .../openapi/actionSystem/ex/ActionUtil.java | 15 +++ .../openapi/actionSystem/ex/CheckboxAction.java | 2 +- .../openapi/actionSystem/ex/ComboBoxAction.java | 2 +- .../actionSystem/ex/CustomComponentAction.java | 2 +- .../openapi/actionSystem/ex/DataConstantsEx.java | 2 +- .../intellij/openapi/application/Application.java | 2 +- .../openapi/application/ApplicationAdapter.java | 2 +- .../openapi/application/ApplicationBundle.java | 2 +- .../openapi/application/ApplicationInfo.java | 18 +-- .../openapi/application/ApplicationListener.java | 2 +- .../openapi/application/ApplicationManager.java | 2 +- .../openapi/application/ApplicationNamesInfo.java | 2 +- .../openapi/application/ApplicationStarter.java | 2 +- .../openapi/application/BaseActionRunnable.java | 2 +- .../application/CachedSingletonsRegistry.java | 18 +-- .../openapi/application/ModalityInvokator.java | 2 +- .../openapi/application/ModalityState.java | 2 +- .../openapi/application/ModalityStateListener.java | 2 +- .../intellij/openapi/application/PathMacros.java | 2 +- .../intellij/openapi/application/ReadAction.java | 2 +- .../openapi/application/ReadActionProcessor.java | 2 +- .../com/intellij/openapi/application/Result.java | 2 +- .../intellij/openapi/application/RunResult.java | 2 +- .../intellij/openapi/application/WriteAction.java | 2 +- .../openapi/application/ex/PathManagerEx.java | 16 +++ .../openapi/application/impl/PluginsFacade.java | 14 ++- .../AbnormalCommandTerminationException.java | 16 +++ .../intellij/openapi/command/CommandAdapter.java | 2 +- .../com/intellij/openapi/command/CommandEvent.java | 2 +- .../intellij/openapi/command/CommandListener.java | 2 +- .../intellij/openapi/command/CommandProcessor.java | 2 +- .../openapi/command/UndoConfirmationPolicy.java | 2 +- .../openapi/command/undo/DocumentReference.java | 2 +- .../command/undo/DocumentReferenceManager.java | 15 +++ .../command/undo/NonDocumentUndoableAction.java | 60 ++++----- .../intellij/openapi/command/undo/UndoManager.java | 2 +- .../openapi/command/undo/UndoableAction.java | 2 +- .../command/undo/UnexpectedUndoException.java | 2 +- .../components/AbstractProjectComponent.java | 2 +- .../openapi/components/ApplicationComponent.java | 2 +- .../intellij/openapi/components/BaseComponent.java | 2 +- .../openapi/components/ComponentConfig.java | 2 +- .../openapi/components/ComponentManager.java | 2 +- .../openapi/components/ComponentManagerConfig.java | 2 +- .../components/ExportableApplicationComponent.java | 2 +- .../openapi/components/ExportableBean.java | 2 +- .../openapi/components/ExportableComponent.java | 15 +++ .../components/PersistentStateComponent.java | 2 +- .../openapi/components/ProjectComponent.java | 2 +- .../intellij/openapi/components/RoamingType.java | 15 +++ .../openapi/components/ServiceDescriptor.java | 2 +- .../openapi/components/ServiceManager.java | 2 +- .../components/SettingsSavingComponent.java | 2 +- .../src/com/intellij/openapi/components/State.java | 2 +- .../intellij/openapi/components/StateSplitter.java | 2 +- .../intellij/openapi/components/StateStorage.java | 2 +- .../openapi/components/StateStorageChooser.java | 2 +- .../openapi/components/StateStorageOperation.java | 2 +- .../com/intellij/openapi/components/Storage.java | 2 +- .../StorageAnnotationsDefaultValues.java | 2 +- .../com/intellij/openapi/components/StorageId.java | 2 +- .../intellij/openapi/components/StorageScheme.java | 2 +- .../openapi/components/XmlConfigurationMerger.java | 15 +++ .../intellij/openapi/diagnostic/ErrorLogger.java | 2 +- .../openapi/diagnostic/ErrorReportSubmitter.java | 2 +- .../openapi/diagnostic/IdeaLoggingEvent.java | 2 +- .../openapi/diagnostic/SubmittedReportInfo.java | 2 +- .../openapi/diff/ActionButtonPresentation.java | 2 +- .../com/intellij/openapi/diff/BinaryContent.java | 2 +- .../com/intellij/openapi/diff/DiffApplication.java | 2 +- .../src/com/intellij/openapi/diff/DiffBundle.java | 2 +- .../src/com/intellij/openapi/diff/DiffColors.java | 2 +- .../src/com/intellij/openapi/diff/DiffContent.java | 2 +- .../com/intellij/openapi/diff/DiffContentUtil.java | 2 +- .../src/com/intellij/openapi/diff/DiffManager.java | 2 +- .../src/com/intellij/openapi/diff/DiffPanel.java | 2 +- .../intellij/openapi/diff/DiffPanelFactory.java | 2 +- .../src/com/intellij/openapi/diff/DiffRequest.java | 2 +- .../intellij/openapi/diff/DiffRequestFactory.java | 2 +- .../src/com/intellij/openapi/diff/DiffTool.java | 2 +- .../src/com/intellij/openapi/diff/DiffToolbar.java | 2 +- .../src/com/intellij/openapi/diff/DiffViewer.java | 2 +- .../com/intellij/openapi/diff/DocumentContent.java | 2 +- .../openapi/diff/DocumentsSynchonizer.java | 2 +- .../src/com/intellij/openapi/diff/FileContent.java | 2 +- .../com/intellij/openapi/diff/FragmentContent.java | 2 +- .../com/intellij/openapi/diff/LineTokenizer.java | 2 +- .../com/intellij/openapi/diff/MergeRequest.java | 2 +- .../com/intellij/openapi/diff/SimpleContent.java | 2 +- .../intellij/openapi/diff/SimpleDiffRequest.java | 2 +- .../com/intellij/openapi/editor/CaretModel.java | 2 +- .../openapi/editor/DisposableEditorPanel.java | 15 +++ .../src/com/intellij/openapi/editor/Document.java | 2 +- .../intellij/openapi/editor/DocumentFragment.java | 2 +- .../intellij/openapi/editor/DocumentRunnable.java | 15 +++ .../src/com/intellij/openapi/editor/Editor.java | 2 +- .../com/intellij/openapi/editor/EditorBundle.java | 2 +- .../com/intellij/openapi/editor/EditorFactory.java | 2 +- .../com/intellij/openapi/editor/EditorGutter.java | 2 +- .../openapi/editor/EditorGutterAction.java | 2 +- .../openapi/editor/EditorModificationUtil.java | 2 +- .../intellij/openapi/editor/EditorSettings.java | 2 +- .../com/intellij/openapi/editor/FoldRegion.java | 2 +- .../com/intellij/openapi/editor/FoldingGroup.java | 15 ++- .../com/intellij/openapi/editor/FoldingModel.java | 2 +- .../intellij/openapi/editor/HighlighterColors.java | 2 +- .../openapi/editor/LazyRangeMarkerFactory.java | 15 +++ .../intellij/openapi/editor/LogicalPosition.java | 2 +- .../com/intellij/openapi/editor/RangeMarker.java | 2 +- .../src/com/intellij/openapi/editor/RawText.java | 2 +- .../ReadOnlyFragmentModificationException.java | 2 +- .../editor/ReadOnlyModificationException.java | 2 +- .../com/intellij/openapi/editor/ScrollType.java | 2 +- .../intellij/openapi/editor/ScrollingModel.java | 2 +- .../intellij/openapi/editor/SelectionModel.java | 2 +- .../editor/TextAnnotationGutterProvider.java | 2 +- .../intellij/openapi/editor/VisualPosition.java | 2 +- .../editor/actionSystem/DocCommandGroupId.java | 15 +++ .../openapi/editor/actionSystem/EditorAction.java | 2 +- .../editor/actionSystem/EditorActionHandler.java | 2 +- .../actionSystem/EditorActionHandlerBean.java | 15 +++ .../editor/actionSystem/EditorActionManager.java | 2 +- .../actionSystem/EditorTypedHandlerBean.java | 15 +++ .../actionSystem/EditorWriteActionHandler.java | 2 +- .../ReadonlyFragmentModificationHandler.java | 2 +- .../openapi/editor/actionSystem/TypedAction.java | 2 +- .../editor/actionSystem/TypedActionHandler.java | 2 +- .../openapi/editor/actions/ContentChooser.java | 2 +- .../openapi/editor/colors/CodeInsightColors.java | 2 +- .../intellij/openapi/editor/colors/ColorKey.java | 2 +- .../openapi/editor/colors/EditorColors.java | 2 +- .../openapi/editor/colors/EditorColorsAdapter.java | 2 +- .../editor/colors/EditorColorsListener.java | 2 +- .../openapi/editor/colors/EditorColorsManager.java | 2 +- .../openapi/editor/colors/EditorColorsScheme.java | 2 +- .../openapi/editor/colors/EditorFontType.java | 2 +- .../openapi/editor/colors/TextAttributesKey.java | 2 +- .../intellij/openapi/editor/event/CaretEvent.java | 2 +- .../openapi/editor/event/CaretListener.java | 2 +- .../openapi/editor/event/DocumentAdapter.java | 2 +- .../openapi/editor/event/DocumentEvent.java | 2 +- .../openapi/editor/event/DocumentListener.java | 2 +- .../editor/event/EditorEventMulticaster.java | 2 +- .../openapi/editor/event/EditorFactoryAdapter.java | 2 +- .../openapi/editor/event/EditorFactoryEvent.java | 2 +- .../editor/event/EditorFactoryListener.java | 2 +- .../openapi/editor/event/EditorMouseAdapter.java | 2 +- .../openapi/editor/event/EditorMouseEvent.java | 2 +- .../openapi/editor/event/EditorMouseEventArea.java | 2 +- .../openapi/editor/event/EditorMouseListener.java | 2 +- .../editor/event/EditorMouseMotionAdapter.java | 2 +- .../editor/event/EditorMouseMotionListener.java | 2 +- .../openapi/editor/event/MockDocumentEvent.java | 2 +- .../openapi/editor/event/SelectionEvent.java | 2 +- .../openapi/editor/event/SelectionListener.java | 2 +- .../openapi/editor/event/VisibleAreaEvent.java | 2 +- .../openapi/editor/event/VisibleAreaListener.java | 2 +- .../editor/highlighter/EditorHighlighter.java | 2 +- .../highlighter/EditorHighlighterFactory.java | 15 +++ .../editor/highlighter/HighlighterClient.java | 2 +- .../editor/highlighter/HighlighterIterator.java | 2 +- .../editor/markup/ActiveGutterRenderer.java | 2 +- .../openapi/editor/markup/AttributesFlyweight.java | 16 +++ .../intellij/openapi/editor/markup/EffectType.java | 2 +- .../openapi/editor/markup/ErrorStripeRenderer.java | 2 +- .../editor/markup/GutterDraggableObject.java | 2 +- .../openapi/editor/markup/GutterIconRenderer.java | 2 +- .../openapi/editor/markup/HighlighterLayer.java | 2 +- .../editor/markup/HighlighterTargetArea.java | 2 +- .../openapi/editor/markup/LineMarkerRenderer.java | 2 +- .../openapi/editor/markup/MarkupEditorFilter.java | 2 +- .../openapi/editor/markup/MarkupModel.java | 2 +- .../openapi/editor/markup/RangeHighlighter.java | 2 +- .../openapi/editor/markup/SeparatorPlacement.java | 2 +- .../openapi/editor/markup/TextAttributes.java | 2 +- .../intellij/openapi/fileChooser/FileChooser.java | 2 +- .../openapi/fileChooser/FileChooserDescriptor.java | 2 +- .../fileChooser/FileChooserDescriptorFactory.java | 2 +- .../openapi/fileChooser/FileChooserDialog.java | 2 +- .../openapi/fileChooser/FileChooserFactory.java | 18 +-- .../intellij/openapi/fileChooser/FileElement.java | 2 +- .../openapi/fileChooser/FileSaverDescriptor.java | 18 +-- .../openapi/fileChooser/FileSaverDialog.java | 18 +-- .../openapi/fileChooser/FileSystemTree.java | 2 +- .../openapi/fileChooser/FileSystemTreeFactory.java | 2 +- .../openapi/fileChooser/FileTextField.java | 2 +- .../openapi/fileEditor/DocumentsEditor.java | 2 +- .../openapi/fileEditor/EditorDataProvider.java | 2 +- .../openapi/fileEditor/FileDocumentManager.java | 2 +- .../fileEditor/FileDocumentManagerAdapter.java | 2 +- .../fileEditor/FileDocumentManagerListener.java | 2 +- .../FileDocumentSynchronizationVetoListener.java | 2 +- .../intellij/openapi/fileEditor/FileEditor.java | 2 +- .../openapi/fileEditor/FileEditorLocation.java | 2 +- .../openapi/fileEditor/FileEditorManager.java | 2 +- .../fileEditor/FileEditorManagerAdapter.java | 2 +- .../openapi/fileEditor/FileEditorManagerEvent.java | 2 +- .../fileEditor/FileEditorManagerListener.java | 2 +- .../openapi/fileEditor/FileEditorPolicy.java | 2 +- .../openapi/fileEditor/FileEditorProvider.java | 2 +- .../openapi/fileEditor/FileEditorState.java | 2 +- .../openapi/fileEditor/FileEditorStateLevel.java | 2 +- .../openapi/fileEditor/NavigatableFileEditor.java | 2 +- .../openapi/fileEditor/OpenFileDescriptor.java | 18 +-- .../intellij/openapi/fileEditor/TextEditor.java | 2 +- .../openapi/fileEditor/TextEditorLocation.java | 2 +- .../fileEditor/VetoDocumentReloadException.java | 2 +- .../fileEditor/VetoDocumentSavingException.java | 2 +- .../fileEditor/WeighedFileEditorProvider.java | 2 +- .../openapi/fileTypes/BinaryFileDecompiler.java | 16 +++ .../fileTypes/BinaryFileTypeDecompilers.java | 16 +++ .../intellij/openapi/fileTypes/ClassExtension.java | 16 +++ .../openapi/fileTypes/ClassExtensionPoint.java | 16 +++ .../fileTypes/ContentBasedClassFileProcessor.java | 15 +++ .../openapi/fileTypes/ExactFileNameMatcher.java | 16 +++ .../fileTypes/ExtensionFileNameMatcher.java | 2 +- .../openapi/fileTypes/FileNameMatcher.java | 2 +- .../com/intellij/openapi/fileTypes/FileType.java | 2 +- .../openapi/fileTypes/FileTypeConsumer.java | 15 +++ .../intellij/openapi/fileTypes/FileTypeEvent.java | 2 +- .../openapi/fileTypes/FileTypeExtension.java | 16 +++ .../fileTypes/FileTypeExtensionFactory.java | 16 +++ .../openapi/fileTypes/FileTypeExtensionPoint.java | 16 +++ .../openapi/fileTypes/FileTypeFactory.java | 2 +- .../openapi/fileTypes/FileTypeListener.java | 2 +- .../openapi/fileTypes/FileTypeManager.java | 2 +- .../com/intellij/openapi/fileTypes/FileTypes.java | 16 +++ .../openapi/fileTypes/LanguageFileType.java | 2 +- .../LanguageFileTypeHighlighterProvider.java | 15 +++ .../openapi/fileTypes/MockFileTypeManager.java | 16 +++ .../openapi/fileTypes/MockLanguageFileType.java | 16 +++ .../intellij/openapi/fileTypes/NativeFileType.java | 15 +++ .../openapi/fileTypes/PlainSyntaxHighlighter.java | 2 +- .../fileTypes/PlainSyntaxHighlighterFactory.java | 16 +++ ...SingleLazyInstanceSyntaxHighlighterFactory.java | 16 +++ .../intellij/openapi/fileTypes/StdFileTypes.java | 2 +- .../openapi/fileTypes/SyntaxHighlighter.java | 2 +- .../openapi/fileTypes/SyntaxHighlighterBase.java | 2 +- .../fileTypes/SyntaxHighlighterFactory.java | 16 +++ .../SyntaxHighlighterLanguageFactory.java | 16 +++ .../fileTypes/SyntaxHighlighterProvider.java | 16 +++ .../fileTypes/TemplateLanguageFileType.java | 15 ++- .../openapi/fileTypes/UnknownFileType.java | 138 +++++++++------------ .../openapi/fileTypes/UserBinaryFileType.java | 2 +- .../intellij/openapi/fileTypes/UserFileType.java | 2 +- .../openapi/fileTypes/WildcardFileNameMatcher.java | 2 +- .../src/com/intellij/openapi/help/HelpManager.java | 2 +- .../com/intellij/openapi/ide/CopyPasteManager.java | 2 +- .../com/intellij/openapi/ide/CutElementMarker.java | 15 +++ .../com/intellij/openapi/keymap/KeyMapBundle.java | 2 +- .../src/com/intellij/openapi/keymap/Keymap.java | 2 +- .../intellij/openapi/keymap/KeymapExtension.java | 2 +- .../com/intellij/openapi/keymap/KeymapGroup.java | 15 +++ .../openapi/keymap/KeymapGroupFactory.java | 15 +++ .../com/intellij/openapi/keymap/KeymapManager.java | 2 +- .../openapi/keymap/KeymapManagerListener.java | 2 +- .../com/intellij/openapi/keymap/KeymapUtil.java | 2 +- .../intellij/openapi/options/BaseConfigurable.java | 2 +- .../options/BaseConfigurableWithChangeSupport.java | 2 +- .../intellij/openapi/options/BeanConfigurable.java | 15 +++ .../openapi/options/CompositeSettingsBuilder.java | 2 +- .../openapi/options/CompositeSettingsEditor.java | 2 +- .../intellij/openapi/options/CompoundScheme.java | 15 +++ .../com/intellij/openapi/options/Configurable.java | 2 +- .../openapi/options/ConfigurableGroup.java | 2 +- .../openapi/options/ConfigurationException.java | 2 +- .../openapi/options/CurrentUserHolder.java | 15 +++ .../com/intellij/openapi/options/ExternalInfo.java | 15 +++ .../openapi/options/ExternalizableScheme.java | 15 +++ .../openapi/options/GroupSettingsBuilder.java | 2 +- .../intellij/openapi/options/MasterDetails.java | 15 +++ .../options/NonDefaultProjectConfigurable.java | 15 +++ .../openapi/options/OptionalConfigurable.java | 15 +++ .../intellij/openapi/options/OptionsBundle.java | 2 +- .../src/com/intellij/openapi/options/Scheme.java | 15 +++ .../intellij/openapi/options/SchemeElement.java | 15 +++ .../intellij/openapi/options/SchemeProcessor.java | 15 +++ .../intellij/openapi/options/SchemesManager.java | 15 +++ .../openapi/options/SchemesManagerFactory.java | 15 +++ .../openapi/options/SearchableConfigurable.java | 2 +- .../intellij/openapi/options/SettingsEditor.java | 2 +- .../options/SettingsEditorConfigurable.java | 2 +- .../openapi/options/SettingsEditorGroup.java | 2 +- .../openapi/options/SettingsEditorListener.java | 2 +- .../openapi/options/SettingsEditorWrapper.java | 2 +- .../com/intellij/openapi/options/SharedScheme.java | 15 +++ .../intellij/openapi/options/ShowSettingsUtil.java | 2 +- .../intellij/openapi/options/StreamProvider.java | 15 +++ .../openapi/options/UnnamedConfigurable.java | 2 +- .../openapi/options/UnnamedConfigurableGroup.java | 2 +- .../openapi/progress/AbstractTaskQueue.java | 15 +++ .../openapi/progress/BackgroundTaskQueue.java | 2 +- .../openapi/progress/EmptyProgressIndicator.java | 2 +- .../openapi/progress/NonCancelableSection.java | 16 +++ .../progress/PerformInBackgroundOption.java | 2 +- .../openapi/progress/ProcessCanceledException.java | 2 +- .../progress/ProgressFunComponentProvider.java | 2 +- .../openapi/progress/ProgressIndicator.java | 2 +- .../intellij/openapi/progress/ProgressManager.java | 2 +- .../openapi/progress/ProgressManagerQueue.java | 15 +++ .../src/com/intellij/openapi/progress/Task.java | 2 +- .../com/intellij/openapi/progress/TaskInfo.java | 2 +- .../com/intellij/openapi/project/DumbAware.java | 15 ++- .../intellij/openapi/project/DumbAwareAction.java | 18 +-- .../openapi/project/DumbAwareRunnable.java | 15 ++- .../intellij/openapi/project/DumbModeAction.java | 50 ++++---- .../com/intellij/openapi/project/DumbService.java | 15 ++- .../intellij/openapi/project/DumbUnawareHider.java | 18 +-- .../openapi/project/IndexNotReadyException.java | 15 ++- .../src/com/intellij/openapi/project/Project.java | 2 +- .../intellij/openapi/project/ProjectBundle.java | 15 +++ .../intellij/openapi/project/ProjectLocator.java | 16 +++ .../intellij/openapi/project/ProjectManager.java | 2 +- .../openapi/project/ProjectManagerAdapter.java | 2 +- .../openapi/project/ProjectManagerListener.java | 2 +- .../openapi/project/ProjectReloadState.java | 2 +- .../openapi/roots/CollectingContentIterator.java | 16 +++ .../intellij/openapi/roots/ContentIterator.java | 2 +- .../openapi/roots/impl/FileIndexImplUtil.java | 2 +- .../openapi/roots/ui/LightFilePointer.java | 15 +++ .../ui/util/BaseTextCommentCellAppearance.java | 15 +++ .../openapi/roots/ui/util/CellAppearance.java | 15 +++ .../openapi/roots/ui/util/CellAppearanceUtils.java | 15 +++ .../openapi/roots/ui/util/CompositeAppearance.java | 15 +++ .../roots/ui/util/HttpUrlCellAppearance.java | 15 +++ .../roots/ui/util/JarSubfileCellAppearance.java | 15 +++ .../roots/ui/util/ModifiableCellAppearance.java | 15 +++ .../roots/ui/util/SimpleTextCellAppearance.java | 15 +++ .../roots/ui/util/ValidFileCellAppearance.java | 15 +++ .../intellij/openapi/startup/StartupManager.java | 2 +- .../com/intellij/openapi/ui/AbstractPainter.java | 2 +- .../src/com/intellij/openapi/ui/Banner.java | 15 +++ .../openapi/ui/CheckBoxWithDescription.java | 15 +++ .../src/com/intellij/openapi/ui/ComboBox.java | 2 +- .../intellij/openapi/ui/ComboBoxTableRenderer.java | 18 +-- .../intellij/openapi/ui/ComboBoxWithWidePopup.java | 2 +- .../intellij/openapi/ui/ComponentContainer.java | 2 +- .../intellij/openapi/ui/ComponentWithActions.java | 15 +++ .../openapi/ui/ComponentWithBrowseButton.java | 2 +- .../com/intellij/openapi/ui/DescriptionLabel.java | 15 +++ .../com/intellij/openapi/ui/DetailsComponent.java | 2 +- .../src/com/intellij/openapi/ui/DialogBuilder.java | 2 +- .../src/com/intellij/openapi/ui/DialogWrapper.java | 2 +- .../intellij/openapi/ui/DialogWrapperDialog.java | 2 +- .../com/intellij/openapi/ui/DialogWrapperPeer.java | 2 +- .../openapi/ui/DialogWrapperPeerFactory.java | 2 +- .../com/intellij/openapi/ui/FixedSizeButton.java | 2 +- .../com/intellij/openapi/ui/InputException.java | 2 +- .../com/intellij/openapi/ui/InputValidator.java | 2 +- .../com/intellij/openapi/ui/InputValidatorEx.java | 15 +++ .../com/intellij/openapi/ui/LabeledComponent.java | 2 +- .../com/intellij/openapi/ui/LoadingDecorator.java | 15 +++ .../openapi/ui/MasterDetailsComponent.java | 2 +- .../openapi/ui/MasterDetailsStateService.java | 16 +++ .../src/com/intellij/openapi/ui/MessageType.java | 15 +++ .../src/com/intellij/openapi/ui/Messages.java | 2 +- .../com/intellij/openapi/ui/MultiLineLabelUI.java | 2 +- .../com/intellij/openapi/ui/NamedConfigurable.java | 2 +- .../intellij/openapi/ui/NamedItemsListEditor.java | 16 +++ .../src/com/intellij/openapi/ui/Namer.java | 16 +++ .../openapi/ui/NonEmptyInputValidator.java | 15 +++ .../src/com/intellij/openapi/ui/Painter.java | 2 +- .../openapi/ui/PanelWithActionsAndCloseButton.java | 2 +- .../src/com/intellij/openapi/ui/PanelWithText.java | 2 +- .../intellij/openapi/ui/SelectFromListDialog.java | 2 +- .../src/com/intellij/openapi/ui/ShadowAction.java | 2 +- .../intellij/openapi/ui/SimpleToolWindowPanel.java | 15 +++ .../openapi/ui/SplitterProportionsData.java | 2 +- .../src/com/intellij/openapi/ui/StripeTable.java | 18 +-- .../src/com/intellij/openapi/ui/TestDialog.java | 2 +- .../com/intellij/openapi/ui/TestInputDialog.java | 2 +- .../src/com/intellij/openapi/ui/TestableUi.java | 15 +++ .../intellij/openapi/ui/TextComponentAccessor.java | 2 +- .../openapi/ui/TextFieldWithBrowseButton.java | 2 +- .../openapi/ui/ThreeComponentsSplitter.java | 2 +- .../src/com/intellij/openapi/ui/TitlePanel.java | 2 +- .../intellij/openapi/ui/VerticalFlowLayout.java | 2 +- .../com/intellij/openapi/ui/popup/ActiveIcon.java | 2 +- .../src/com/intellij/openapi/ui/popup/Balloon.java | 15 +++ .../intellij/openapi/ui/popup/BalloonBuilder.java | 15 +++ .../intellij/openapi/ui/popup/BalloonHandler.java | 15 +++ .../openapi/ui/popup/ComponentPopupBuilder.java | 2 +- .../com/intellij/openapi/ui/popup/IconButton.java | 2 +- .../openapi/ui/popup/IdePopupEventDispatcher.java | 2 +- .../src/com/intellij/openapi/ui/popup/JBPopup.java | 2 +- .../intellij/openapi/ui/popup/JBPopupAdapter.java | 15 +++ .../intellij/openapi/ui/popup/JBPopupFactory.java | 2 +- .../intellij/openapi/ui/popup/JBPopupListener.java | 2 +- .../openapi/ui/popup/LightweightWindow.java | 15 +++ .../openapi/ui/popup/LightweightWindowEvent.java | 15 +++ .../openapi/ui/popup/ListItemDescriptor.java | 2 +- .../com/intellij/openapi/ui/popup/ListPopup.java | 2 +- .../intellij/openapi/ui/popup/ListPopupStep.java | 2 +- .../intellij/openapi/ui/popup/ListSeparator.java | 2 +- .../intellij/openapi/ui/popup/MaskProvider.java | 2 +- .../openapi/ui/popup/MnemonicNavigationFilter.java | 2 +- .../intellij/openapi/ui/popup/MouseChecker.java | 2 +- .../openapi/ui/popup/PopupChooserBuilder.java | 18 +-- .../com/intellij/openapi/ui/popup/PopupStep.java | 2 +- .../openapi/ui/popup/SpeedSearchFilter.java | 2 +- .../openapi/ui/popup/StackingPopupDispatcher.java | 15 +++ .../com/intellij/openapi/ui/popup/TreePopup.java | 2 +- .../intellij/openapi/ui/popup/TreePopupStep.java | 2 +- .../openapi/ui/popup/util/BaseListPopupStep.java | 2 +- .../intellij/openapi/ui/popup/util/BaseStep.java | 2 +- .../openapi/ui/popup/util/BaseTreePopupStep.java | 2 +- .../openapi/ui/popup/util/MinimizeButton.java | 2 +- .../intellij/openapi/ui/popup/util/PopupUtil.java | 15 +++ .../com/intellij/openapi/util/ActionCallback.java | 2 +- .../com/intellij/openapi/util/ActiveRunnable.java | 15 +++ .../src/com/intellij/openapi/util/AsyncResult.java | 15 +++ .../intellij/openapi/util/DimensionService.java | 2 +- .../src/com/intellij/openapi/util/EdtRunnable.java | 15 +++ .../intellij/openapi/util/ExceptionMessages.java | 2 +- .../intellij/openapi/util/ExecutionCallback.java | 15 +++ .../src/com/intellij/openapi/util/Expirable.java | 15 +++ .../src/com/intellij/openapi/util/Iconable.java | 2 +- .../openapi/util/KeyedExtensionCollector.java | 16 +++ .../openapi/util/KeyedExtensionFactory.java | 15 +++ .../com/intellij/openapi/util/MixinExtension.java | 15 +++ .../intellij/openapi/util/ModificationTracker.java | 2 +- .../openapi/util/ModificationTrackerListener.java | 2 +- .../openapi/util/PasswordPromptDialog.java | 2 +- .../com/intellij/openapi/util/PasswordUtil.java | 2 +- .../src/com/intellij/openapi/util/SimpleTimer.java | 15 +++ .../com/intellij/openapi/util/SimpleTimerTask.java | 15 +++ .../util/process/InterruptibleActivity.java | 2 +- .../openapi/util/process/InterruptibleProcess.java | 2 +- .../openapi/util/process/ProcessCloseUtil.java | 15 +++ .../intellij/openapi/util/registry/Registry.java | 15 +++ .../openapi/util/registry/RegistryState.java | 15 +++ .../openapi/util/registry/RegistryValue.java | 15 +++ .../util/registry/RegistryValueListener.java | 15 +++ .../openapi/util/registry/ui/RegistryCheckBox.java | 15 +++ .../src/com/intellij/openapi/vcs/FileStatus.java | 2 +- .../intellij/openapi/vcs/FileStatusFactory.java | 2 +- .../intellij/openapi/vcs/FileStatusListener.java | 2 +- .../intellij/openapi/vcs/FileStatusManager.java | 2 +- .../src/com/intellij/openapi/vcs/VcsBundle.java | 2 +- .../openapi/vcs/impl/CancellableRunnable.java | 15 +++ .../intellij/openapi/vcs/impl/ProcessWaiter.java | 15 +++ .../com/intellij/openapi/vfs/CharsetToolkit.java | 2 +- .../openapi/vfs/DeprecatedVirtualFile.java | 2 +- .../openapi/vfs/DeprecatedVirtualFileSystem.java | 2 +- .../src/com/intellij/openapi/vfs/FilePath.java | 15 +++ .../vfs/InvalidVirtualFileAccessException.java | 2 +- .../com/intellij/openapi/vfs/JarFileSystem.java | 2 +- .../openapi/vfs/LocalFileOperationsHandler.java | 2 +- .../com/intellij/openapi/vfs/LocalFileSystem.java | 2 +- .../openapi/vfs/ModificationAttemptEvent.java | 2 +- .../openapi/vfs/ModificationAttemptListener.java | 2 +- .../openapi/vfs/ReadonlyStatusHandler.java | 2 +- .../intellij/openapi/vfs/SafeWriteRequestor.java | 16 +++ .../openapi/vfs/SmartEncodingInputStream.java | 2 +- .../src/com/intellij/openapi/vfs/VfsBundle.java | 2 +- .../src/com/intellij/openapi/vfs/VfsUtil.java | 2 +- .../src/com/intellij/openapi/vfs/VirtualFile.java | 18 +-- .../intellij/openapi/vfs/VirtualFileAdapter.java | 2 +- .../intellij/openapi/vfs/VirtualFileCopyEvent.java | 2 +- .../com/intellij/openapi/vfs/VirtualFileEvent.java | 2 +- .../intellij/openapi/vfs/VirtualFileFilter.java | 2 +- .../intellij/openapi/vfs/VirtualFileListener.java | 2 +- .../openapi/vfs/VirtualFileListenerBase.java | 2 +- .../intellij/openapi/vfs/VirtualFileManager.java | 2 +- .../openapi/vfs/VirtualFileManagerListener.java | 2 +- .../intellij/openapi/vfs/VirtualFileMoveEvent.java | 2 +- .../openapi/vfs/VirtualFilePropertyEvent.java | 2 +- .../intellij/openapi/vfs/VirtualFileSystem.java | 2 +- .../intellij/openapi/vfs/VirtualFileWithId.java | 16 +++ .../intellij/openapi/vfs/VirtualFileWrapper.java | 18 +-- .../intellij/openapi/vfs/WrappingVirtualFile.java | 56 ++++----- .../openapi/vfs/encoding/ChangeFileEncodingTo.java | 15 +++ .../openapi/vfs/encoding/EncodingManager.java | 15 +++ .../vfs/encoding/EncodingProjectManager.java | 15 +++ .../openapi/vfs/ex/http/HttpFileSystem.java | 15 +++ .../vfs/ex/http/HttpVirtualFileListener.java | 15 +++ .../openapi/vfs/newvfs/BulkFileListener.java | 2 +- .../intellij/openapi/vfs/newvfs/FileAttribute.java | 2 +- .../openapi/vfs/newvfs/FileSystemInterface.java | 2 +- .../intellij/openapi/vfs/newvfs/ManagingFS.java | 2 +- .../openapi/vfs/newvfs/NewVirtualFile.java | 2 +- .../openapi/vfs/newvfs/NewVirtualFileSystem.java | 2 +- .../intellij/openapi/vfs/newvfs/RefreshQueue.java | 2 +- .../openapi/vfs/newvfs/RefreshSession.java | 2 +- .../vfs/newvfs/VirtualFileFilteringListener.java | 2 +- .../vfs/newvfs/events/VFileContentChangeEvent.java | 2 +- .../openapi/vfs/newvfs/events/VFileCopyEvent.java | 2 +- .../vfs/newvfs/events/VFileCreateEvent.java | 2 +- .../vfs/newvfs/events/VFileDeleteEvent.java | 2 +- .../openapi/vfs/newvfs/events/VFileEvent.java | 2 +- .../openapi/vfs/newvfs/events/VFileMoveEvent.java | 2 +- .../newvfs/events/VFilePropertyChangeEvent.java | 2 +- .../openapi/vfs/newvfs/impl/NullVirtualFile.java | 16 +++ .../openapi/vfs/newvfs/impl/StubVirtualFile.java | 16 +++ .../openapi/vfs/pointers/VirtualFilePointer.java | 2 +- .../vfs/pointers/VirtualFilePointerContainer.java | 2 +- .../vfs/pointers/VirtualFilePointerFactory.java | 2 +- .../vfs/pointers/VirtualFilePointerListener.java | 2 +- .../vfs/pointers/VirtualFilePointerManager.java | 2 +- .../openapi/vfs/tracker/VirtualFileTracker.java | 2 +- .../intellij/openapi/vfs/watcher/ChangeKind.java | 16 +++ .../openapi/vfs/watcher/NotAvailableException.java | 2 +- .../src/com/intellij/openapi/wm/FocusCommand.java | 15 +++ .../com/intellij/openapi/wm/IdeFocusManager.java | 2 +- .../src/com/intellij/openapi/wm/IdeFrame.java | 2 +- .../src/com/intellij/openapi/wm/IdeGlassPane.java | 2 +- .../com/intellij/openapi/wm/IdeGlassPaneUtil.java | 2 +- .../com/intellij/openapi/wm/KeyEventProcessor.java | 15 +++ .../openapi/wm/PassThroughtIdeFocusManager.java | 15 +++ .../src/com/intellij/openapi/wm/StatusBar.java | 2 +- .../wm/StatusBarCustomComponentFactory.java | 15 +++ .../src/com/intellij/openapi/wm/ToolWindow.java | 2 +- .../com/intellij/openapi/wm/ToolWindowAnchor.java | 2 +- .../src/com/intellij/openapi/wm/ToolWindowEP.java | 18 +-- .../com/intellij/openapi/wm/ToolWindowFactory.java | 52 ++++---- .../src/com/intellij/openapi/wm/ToolWindowId.java | 2 +- .../com/intellij/openapi/wm/ToolWindowManager.java | 2 +- .../com/intellij/openapi/wm/ToolWindowType.java | 2 +- .../src/com/intellij/openapi/wm/WindowInfo.java | 2 +- .../src/com/intellij/openapi/wm/WindowManager.java | 2 +- .../intellij/openapi/wm/WindowManagerListener.java | 15 +++ .../openapi/wm/impl/content/GraphicsConfig.java | 2 +- .../CaseInsensitiveValuePatternCondition.java | 15 ++- .../src/com/intellij/patterns/CharPattern.java | 14 ++- .../com/intellij/patterns/CollectionPattern.java | 14 ++- .../src/com/intellij/patterns/ElementPattern.java | 14 ++- .../intellij/patterns/ElementPatternCondition.java | 15 ++- .../intellij/patterns/InitialPatternCondition.java | 15 ++- .../src/com/intellij/patterns/ObjectPattern.java | 15 ++- .../com/intellij/patterns/PatternCondition.java | 15 ++- .../patterns/PropertyPatternCondition.java | 15 ++- .../com/intellij/patterns/StandardPatterns.java | 14 ++- .../src/com/intellij/patterns/StringPattern.java | 14 ++- .../com/intellij/patterns/TreeElementPattern.java | 15 ++- .../intellij/patterns/ValuePatternCondition.java | 15 ++- .../src/com/intellij/pom/Navigatable.java | 2 +- .../src/com/intellij/pom/PomPresentation.java | 2 +- .../src/com/intellij/pom/Presentable.java | 2 +- .../projectImport/ProjectOpenProcessor.java | 16 +++ .../platform-api/src/com/intellij/psi/PsiLock.java | 2 +- .../com/intellij/psi/statistics/Statistician.java | 15 ++- .../psi/statistics/StatisticsExtensionPoint.java | 15 ++- .../intellij/psi/statistics/StatisticsInfo.java | 15 ++- .../intellij/psi/statistics/StatisticsManager.java | 2 +- .../src/com/intellij/psi/tree/IElementType.java | 2 +- .../src/com/intellij/psi/tree/TokenSet.java | 2 +- .../src/com/intellij/psi/util/CachedValue.java | 50 ++++---- .../com/intellij/psi/util/CachedValueProvider.java | 2 +- .../com/intellij/psi/util/CachedValuesManager.java | 18 +-- .../psi/util/ParameterizedCachedValue.java | 2 +- .../psi/util/ParameterizedCachedValueProvider.java | 2 +- .../com/intellij/psi/util/PsiFormatUtilBase.java | 18 +-- .../testFramework/DummyFileIdGenerator.java | 16 +++ .../intellij/testFramework/LightVirtualFile.java | 15 +++ .../src/com/intellij/ui/AbstractBox.java | 2 +- .../src/com/intellij/ui/AbstractFieldPanel.java | 2 +- .../src/com/intellij/ui/AddDeleteListPanel.java | 2 +- .../src/com/intellij/ui/AddEditRemovePanel.java | 15 +++ .../intellij/ui/AutoScrollFromSourceHandler.java | 2 +- .../com/intellij/ui/AutoScrollToSourceHandler.java | 2 +- .../com/intellij/ui/BooleanTableCellEditor.java | 2 +- .../com/intellij/ui/BooleanTableCellRenderer.java | 2 +- .../com/intellij/ui/BrowserHyperlinkListener.java | 15 +++ .../src/com/intellij/ui/CheckboxTreeBase.java | 28 ++--- .../src/com/intellij/ui/CheckedTreeNode.java | 2 +- .../src/com/intellij/ui/ClearTextAction.java | 2 +- .../com/intellij/ui/CollectionComboBoxModel.java | 15 +++ .../src/com/intellij/ui/CollectionListModel.java | 2 +- .../src/com/intellij/ui/ColorChooser.java | 2 +- .../src/com/intellij/ui/ColorPanel.java | 2 +- .../com/intellij/ui/ColoredListCellRenderer.java | 2 +- .../com/intellij/ui/ColoredTableCellRenderer.java | 2 +- .../com/intellij/ui/ColoredTreeCellRenderer.java | 2 +- .../src/com/intellij/ui/ComboBoxFieldPanel.java | 2 +- .../com/intellij/ui/ComboboxWithBrowseButton.java | 2 +- .../src/com/intellij/ui/CommandButtonGroup.java | 2 +- .../src/com/intellij/ui/ComponentTreeWatcher.java | 2 +- .../ui/CustomizeColoredTreeCellRenderer.java | 15 +++ .../src/com/intellij/ui/DefaultIconDeferrer.java | 16 +++ .../src/com/intellij/ui/DeferredIcon.java | 16 +++ .../src/com/intellij/ui/DocumentAdapter.java | 2 +- .../com/intellij/ui/DocumentBasedComponent.java | 15 +++ .../src/com/intellij/ui/DottedBorder.java | 2 +- .../platform-api/src/com/intellij/ui/DrawUtil.java | 2 +- .../src/com/intellij/ui/EdgeBorder.java | 2 +- .../src/com/intellij/ui/EditableRowTable.java | 15 +++ .../com/intellij/ui/EditorComboBoxRenderer.java | 15 +++ .../com/intellij/ui/EditorNotificationPanel.java | 15 +++ .../src/com/intellij/ui/EnumComboBoxModel.java | 2 +- .../src/com/intellij/ui/ErrorLabel.java | 15 ++- .../src/com/intellij/ui/FieldPanel.java | 2 +- .../src/com/intellij/ui/FilterComponent.java | 2 +- .../src/com/intellij/ui/FilteringListModel.java | 2 +- .../com/intellij/ui/GroupedElementsRenderer.java | 15 +++ .../platform-api/src/com/intellij/ui/GuiUtils.java | 2 +- .../com/intellij/ui/HighlightableCellRenderer.java | 15 +++ .../com/intellij/ui/HighlightableComponent.java | 2 +- .../src/com/intellij/ui/HighlightedRegion.java | 2 +- .../src/com/intellij/ui/HighlightedText.java | 2 +- .../src/com/intellij/ui/HyperlinkLabel.java | 2 +- .../src/com/intellij/ui/IconDeferrer.java | 16 +++ .../src/com/intellij/ui/IdeBorderFactory.java | 2 +- .../src/com/intellij/ui/InplaceButton.java | 15 +++ .../src/com/intellij/ui/InsertPathAction.java | 2 +- .../src/com/intellij/ui/JScrollPane2.java | 2 +- .../src/com/intellij/ui/LayeredIcon.java | 2 +- .../src/com/intellij/ui/LineEndDecorator.java | 2 +- .../src/com/intellij/ui/ListScrollingUtil.java | 2 +- .../platform-api/src/com/intellij/ui/ListUtil.java | 2 +- .../src/com/intellij/ui/LoadingNode.java | 15 +++ .../src/com/intellij/ui/MouseDragHelper.java | 15 +++ .../src/com/intellij/ui/MultiLineTooltipUI.java | 2 +- .../src/com/intellij/ui/NonFocusableCheckBox.java | 2 +- .../src/com/intellij/ui/NumberDocument.java | 15 +++ .../src/com/intellij/ui/OptionGroup.java | 2 +- .../src/com/intellij/ui/OrderPanel.java | 2 +- .../src/com/intellij/ui/OrderPanelListener.java | 2 +- .../src/com/intellij/ui/PanelWithButtons.java | 2 +- .../src/com/intellij/ui/PopupHandler.java | 2 +- .../src/com/intellij/ui/RawCommandLineEditor.java | 2 +- .../com/intellij/ui/ReorderableListController.java | 2 +- .../src/com/intellij/ui/RightAlignedLabelUI.java | 2 +- .../src/com/intellij/ui/RoundedLineBorder.java | 2 +- .../src/com/intellij/ui/RowEditableTableModel.java | 15 +++ .../platform-api/src/com/intellij/ui/RowIcon.java | 2 +- .../src/com/intellij/ui/ScreenUtil.java | 2 +- .../src/com/intellij/ui/ScrollPaneFactory.java | 2 +- .../src/com/intellij/ui/SearchTextField.java | 16 +++ .../ui/SearchTextFieldWithStoredHistory.java | 16 +++ .../src/com/intellij/ui/SeparatorFactory.java | 2 +- .../src/com/intellij/ui/SeparatorWithText.java | 15 +++ .../com/intellij/ui/SimpleColoredComponent.java | 18 +-- .../src/com/intellij/ui/SimpleColoredRenderer.java | 2 +- .../src/com/intellij/ui/SimpleColoredText.java | 18 +-- .../src/com/intellij/ui/SimpleTextAttributes.java | 2 +- .../src/com/intellij/ui/SortedComboBoxModel.java | 15 +++ .../src/com/intellij/ui/StatusBarInformer.java | 2 +- .../src/com/intellij/ui/TableCellState.java | 2 +- .../src/com/intellij/ui/TableScrollingUtil.java | 15 +++ .../src/com/intellij/ui/TextComponent.java | 2 +- .../com/intellij/ui/TextComponentUndoProvider.java | 2 +- .../src/com/intellij/ui/TextFieldWithHistory.java | 2 +- .../intellij/ui/TextFieldWithStoredHistory.java | 2 +- .../src/com/intellij/ui/TitledSeparator.java | 2 +- .../com/intellij/ui/ToolTipHandlerProvider.java | 2 +- .../src/com/intellij/ui/TreeCopyProvider.java | 2 +- .../src/com/intellij/ui/TreeUIHelper.java | 15 +++ platform/platform-api/src/com/intellij/ui/UI.java | 2 +- .../src/com/intellij/ui/UserActivityListener.java | 2 +- .../intellij/ui/UserActivityProviderComponent.java | 15 +++ .../src/com/intellij/ui/UserActivityWatcher.java | 2 +- .../ui/components/ValidatingTextField.java | 2 +- .../intellij/ui/components/labels/BoldLabel.java | 2 +- .../intellij/ui/components/labels/LinkLabel.java | 2 +- .../ui/components/labels/LinkListener.java | 2 +- .../ui/components/panels/FlowLayoutWrapper.java | 2 +- .../ui/components/panels/HorizontalBox.java | 2 +- .../ui/components/panels/NonOpaquePanel.java | 2 +- .../intellij/ui/components/panels/OpaquePanel.java | 2 +- .../ui/components/panels/OpaqueWrapper.java | 2 +- .../ui/components/panels/ValidatingComponent.java | 2 +- .../intellij/ui/components/panels/VerticalBox.java | 2 +- .../com/intellij/ui/components/panels/Wrapper.java | 2 +- .../src/com/intellij/ui/content/AlertIcon.java | 15 +++ .../src/com/intellij/ui/content/Content.java | 2 +- .../com/intellij/ui/content/ContentFactory.java | 2 +- .../com/intellij/ui/content/ContentManager.java | 2 +- .../intellij/ui/content/ContentManagerAdapter.java | 2 +- .../intellij/ui/content/ContentManagerEvent.java | 2 +- .../ui/content/ContentManagerListener.java | 2 +- .../src/com/intellij/ui/content/ContentUI.java | 2 +- .../src/com/intellij/ui/dualView/CellWrapper.java | 2 +- .../com/intellij/ui/dualView/DualTreeElement.java | 2 +- .../src/com/intellij/ui/dualView/DualView.java | 2 +- .../intellij/ui/dualView/DualViewColumnInfo.java | 2 +- .../com/intellij/ui/dualView/TreeTableView.java | 2 +- .../ui/errorView/ContentManagerProvider.java | 2 +- .../intellij/ui/errorView/ErrorViewFactory.java | 2 +- .../src/com/intellij/ui/messager/Callout.java | 2 +- .../com/intellij/ui/messager/CalloutComponent.java | 2 +- .../src/com/intellij/ui/navigation/BackAction.java | 15 +++ .../com/intellij/ui/navigation/ForwardAction.java | 15 +++ .../src/com/intellij/ui/navigation/History.java | 2 +- .../intellij/ui/navigation/HistoryListener.java | 15 +++ .../intellij/ui/navigation/NavigationAction.java | 15 +++ .../src/com/intellij/ui/navigation/Place.java | 2 +- .../src/com/intellij/ui/roots/FilePathClipper.java | 15 +++ .../com/intellij/ui/roots/IconActionComponent.java | 15 +++ .../src/com/intellij/ui/roots/ResizingWrapper.java | 15 +++ .../intellij/ui/roots/ScalableIconComponent.java | 15 +++ .../src/com/intellij/ui/roots/ToolbarPanel.java | 15 +++ .../com/intellij/ui/speedSearch/ElementFilter.java | 15 ++- .../com/intellij/ui/speedSearch/SpeedSearch.java | 15 ++- .../src/com/intellij/ui/table/BaseTableView.java | 2 +- .../src/com/intellij/ui/table/ItemsProvider.java | 2 +- .../com/intellij/ui/table/SelectionProvider.java | 2 +- .../com/intellij/ui/table/TableHeaderRenderer.java | 2 +- .../src/com/intellij/ui/table/TableView.java | 2 +- .../src/com/intellij/ui/tabs/JBTabs.java | 15 +++ .../src/com/intellij/ui/tabs/JBTabsPosition.java | 15 +++ .../com/intellij/ui/tabs/JBTabsPresentation.java | 15 +++ .../src/com/intellij/ui/tabs/TabInfo.java | 15 +++ .../src/com/intellij/ui/tabs/TabsListener.java | 15 +++ .../src/com/intellij/ui/tabs/UiDecorator.java | 15 +++ .../com/intellij/ui/tabs/impl/ActionButton.java | 15 +++ .../src/com/intellij/ui/tabs/impl/ActionPanel.java | 15 +++ .../src/com/intellij/ui/tabs/impl/DragHelper.java | 15 +++ .../src/com/intellij/ui/tabs/impl/JBTabsImpl.java | 15 +++ .../src/com/intellij/ui/tabs/impl/JBTabsTest.java | 15 +++ .../com/intellij/ui/tabs/impl/LayoutPassInfo.java | 15 +++ .../com/intellij/ui/tabs/impl/ShapeTransform.java | 15 +++ .../src/com/intellij/ui/tabs/impl/TabLabel.java | 15 +++ .../src/com/intellij/ui/tabs/impl/TabLayout.java | 15 +++ .../src/com/intellij/ui/tabs/impl/TabsBorder.java | 15 +++ .../intellij/ui/tabs/impl/singleRow/MoreIcon.java | 15 +++ .../ui/tabs/impl/singleRow/SingleRowLayout.java | 15 +++ .../impl/singleRow/SingleRowLayoutStrategy.java | 15 +++ .../ui/tabs/impl/singleRow/SingleRowPassInfo.java | 15 +++ .../intellij/ui/tabs/impl/table/TableLayout.java | 15 +++ .../intellij/ui/tabs/impl/table/TablePassInfo.java | 15 +++ .../com/intellij/ui/tabs/impl/table/TableRow.java | 15 +++ .../ui/treeStructure/CachingSimpleNode.java | 2 +- .../com/intellij/ui/treeStructure/FolderNode.java | 2 +- .../intellij/ui/treeStructure/InplaceEditor.java | 2 +- .../com/intellij/ui/treeStructure/NullNode.java | 2 +- .../PatchedDefaultMutableTreeNode.java | 2 +- .../com/intellij/ui/treeStructure/RootFolder.java | 2 +- .../ui/treeStructure/SimpleMutableNode.java | 2 +- .../com/intellij/ui/treeStructure/SimpleNode.java | 2 +- .../ui/treeStructure/SimpleNodeRenderer.java | 2 +- .../ui/treeStructure/SimpleNodeVisitor.java | 2 +- .../com/intellij/ui/treeStructure/SimpleRoot.java | 2 +- .../com/intellij/ui/treeStructure/SimpleTree.java | 2 +- .../ui/treeStructure/SimpleTreeBuilder.java | 2 +- .../ui/treeStructure/SimpleTreeStructure.java | 2 +- .../src/com/intellij/ui/treeStructure/Tree.java | 2 +- .../ui/treeStructure/WeightBasedComparator.java | 2 +- .../treeStructure/actions/CollapseAllAction.java | 2 +- .../ui/treeStructure/actions/ExpandAllAction.java | 2 +- .../filtered/FilteringTreeBuilder.java | 15 +++ .../filtered/FilteringTreeStructure.java | 15 ++- .../treetable/ListTreeTableModel.java | 2 +- .../treetable/ListTreeTableModelOnColumns.java | 2 +- .../treeStructure/treetable/StripedTreeTable.java | 2 +- .../ui/treeStructure/treetable/TreeColumnInfo.java | 2 +- .../ui/treeStructure/treetable/TreeTable.java | 2 +- .../treetable/TreeTableCellEditor.java | 2 +- .../treetable/TreeTableCellRenderer.java | 2 +- .../ui/treeStructure/treetable/TreeTableModel.java | 2 +- .../treetable/TreeTableModelAdapter.java | 2 +- .../ui/treeStructure/treetable/TreeTableTree.java | 2 +- .../platform-api/src/com/intellij/util/Alarm.java | 2 +- .../src/com/intellij/util/ContentsUtil.java | 15 +++ .../util/EditSourceOnDoubleClickHandler.java | 2 +- .../intellij/util/EditSourceOnEnterKeyHandler.java | 2 +- .../src/com/intellij/util/IconUtil.java | 2 +- .../platform-api/src/com/intellij/util/Icons.java | 18 +-- .../intellij/util/InstanceofCheckerGenerator.java | 15 ++- .../src/com/intellij/util/KeyedLazyInstance.java | 16 +++ .../src/com/intellij/util/KeyedLazyInstanceEP.java | 15 +++ .../src/com/intellij/util/MixinEP.java | 15 +++ .../src/com/intellij/util/OpenSourceUtil.java | 2 +- .../src/com/intellij/util/PathUtil.java | 2 +- .../platform-api/src/com/intellij/util/Time.java | 2 +- .../com/intellij/util/concurrency/SwingWorker.java | 2 +- .../intellij/util/concurrency/WorkerThread.java | 2 +- .../util/concurrency/readwrite/AbstractWaiter.java | 2 +- .../util/concurrency/readwrite/ActiveRunnable.java | 2 +- .../readwrite/ActiveRunnableWrapper.java | 2 +- .../util/concurrency/readwrite/CommandWaiter.java | 2 +- .../concurrency/readwrite/WriteActionWaiter.java | 2 +- .../concurrency/readwrite/WriteActionWorker.java | 2 +- .../com/intellij/util/config/AbstractProperty.java | 2 +- .../com/intellij/util/config/BooleanProperty.java | 2 +- .../config/ExternalizablePropertyContainer.java | 2 +- .../src/com/intellij/util/config/Externalizer.java | 2 +- .../src/com/intellij/util/config/IntProperty.java | 2 +- .../src/com/intellij/util/config/ListProperty.java | 2 +- .../src/com/intellij/util/config/Storage.java | 2 +- .../com/intellij/util/config/StorageAccessors.java | 2 +- .../com/intellij/util/config/StorageProperty.java | 2 +- .../com/intellij/util/config/StringProperty.java | 2 +- .../util/config/ToggleBooleanProperty.java | 2 +- .../com/intellij/util/config/ValueProperty.java | 2 +- .../intellij/util/io/ReadOnlyAttributeUtil.java | 2 +- .../intellij/util/net/AuthenticationDialog.java | 2 +- .../com/intellij/util/net/AuthenticationPanel.java | 2 +- .../intellij/util/net/HTTPProxySettingsDialog.java | 2 +- .../intellij/util/net/HTTPProxySettingsPanel.java | 2 +- .../com/intellij/util/net/HttpConfigurable.java | 2 +- .../com/intellij/util/net/IOExceptionDialog.java | 2 +- .../src/com/intellij/util/net/NetUtils.java | 2 +- .../src/com/intellij/util/ui/AnimatedIcon.java | 2 +- .../src/com/intellij/util/ui/Animator.java | 2 +- .../src/com/intellij/util/ui/AsyncProcessIcon.java | 2 +- .../com/intellij/util/ui/BaseButtonBehavior.java | 2 +- .../src/com/intellij/util/ui/CalendarView.java | 2 +- .../src/com/intellij/util/ui/DialogUtil.java | 2 +- .../src/com/intellij/util/ui/EditorAdapter.java | 2 +- .../src/com/intellij/util/ui/ErrorTreeView.java | 2 +- .../src/com/intellij/util/ui/FileLabel.java | 2 +- .../com/intellij/util/ui/IntegerSpinnerModel.java | 2 +- .../src/com/intellij/util/ui/MessageCategory.java | 2 +- .../com/intellij/util/ui/MutableErrorTreeView.java | 15 +++ .../src/com/intellij/util/ui/OptionsDialog.java | 2 +- .../com/intellij/util/ui/OptionsMessageDialog.java | 2 +- .../src/com/intellij/util/ui/RangeBlinker.java | 2 +- .../src/com/intellij/util/ui/SelectDateDialog.java | 2 +- .../src/com/intellij/util/ui/TimedDeadzone.java | 15 +++ .../src/com/intellij/util/ui/Tree.java | 15 +++ .../com/intellij/util/ui/TreeWithEmptyText.java | 2 +- .../intellij/util/ui/tree/IndexTreePathState.java | 2 +- .../com/intellij/util/ui/tree/TreePathState.java | 2 +- .../src/com/intellij/util/ui/tree/TreeUtil.java | 2 +- .../com/intellij/util/ui/update/Activatable.java | 2 +- .../intellij/util/ui/update/LazyUiDisposable.java | 15 +++ .../util/ui/update/MergingUpdateQueue.java | 2 +- .../intellij/util/ui/update/UiNotifyConnector.java | 2 +- .../src/com/intellij/util/ui/update/Update.java | 2 +- .../src/com/intellij/xml/util/XmlStringUtil.java | 14 ++- .../src/com/intellij/xml/util/XmlTagUtilBase.java | 15 +++ platform/platform-impl/platform-impl.iml | 25 +--- .../application/options/ExportSchemeAction.java | 15 +++ .../application/options/ImportSchemeAction.java | 15 +++ .../application/options/PathMacrosCollector.java | 15 ++- .../application/options/PathMacrosImpl.java | 15 +++ .../application/options/ReplacePathToMacroMap.java | 15 ++- .../application/options/SaveSchemeDialog.java | 16 +++ .../application/options/SchemesToImportPopup.java | 15 +++ .../application/options/SelectFontDialog.java | 15 +++ .../application/options/ShareSchemeDialog.java | 15 +++ .../application/options/ShareSchemePanel.java | 15 +++ .../options/pathMacros/PathMacroConfigurable.java | 15 +++ .../options/pathMacros/PathMacroEditor.java | 15 +++ .../options/pathMacros/PathMacroListEditor.java | 15 +++ .../options/pathMacros/PathMacroTable.java | 15 +++ .../hint/DocumentFragmentTooltipRenderer.java | 15 +++ .../codeInsight/hint/EditorFragmentComponent.java | 15 +++ .../codeInsight/hint/EditorHintListener.java | 15 +++ .../intellij/codeInsight/hint/EscapeHandler.java | 15 +++ .../intellij/codeInsight/hint/HintManagerImpl.java | 15 +++ .../com/intellij/codeInsight/hint/HintUtil.java | 15 +++ .../codeInsight/hint/LineTooltipRenderer.java | 15 +++ .../codeInsight/hint/PriorityQuestionAction.java | 15 +++ .../intellij/codeInsight/hint/ScrollAwareHint.java | 15 +++ .../codeInsight/hint/TooltipController.java | 15 +++ .../intellij/codeInsight/hint/TooltipGroup.java | 16 +++ .../codeInsight/hint/TooltipLinkHandlerEP.java | 14 ++- .../intellij/codeInsight/hint/TooltipRenderer.java | 15 +++ .../intellij/codeStyle/DefaultCodeStyleFacade.java | 16 +++ .../src/com/intellij/concurrency/JobImpl.java | 16 +++ .../com/intellij/concurrency/JobSchedulerImpl.java | 16 +++ .../concurrency/PrioritizedFutureTask.java | 16 +++ .../com/intellij/diagnostic/AbstractMessage.java | 15 ++- .../diagnostic/DefaultIdeaErrorLogger.java | 15 ++- .../src/com/intellij/diagnostic/Diagnostic.java | 15 +++ .../com/intellij/diagnostic/DiagnosticBundle.java | 15 +++ .../com/intellij/diagnostic/DialogAppender.java | 15 +++ .../com/intellij/diagnostic/DropAnErrorAction.java | 15 +++ .../diagnostic/DropAnOutOfMemoryErrorAction.java | 15 +++ .../DropAnOutOfPermGenMemoryErrorAction.java | 15 +++ .../intellij/diagnostic/EAPSendErrorDialog.java | 15 +++ .../diagnostic/ErrorReportConfigurable.java | 15 +++ .../com/intellij/diagnostic/GroupedLogMessage.java | 15 ++- .../src/com/intellij/diagnostic/ITNReporter.java | 15 +++ .../com/intellij/diagnostic/IdeErrorsDialog.java | 15 ++- .../com/intellij/diagnostic/IdeMessagePanel.java | 15 ++- .../src/com/intellij/diagnostic/LogMessage.java | 15 ++- .../src/com/intellij/diagnostic/MessagePool.java | 15 ++- .../intellij/diagnostic/MessagePoolListener.java | 15 ++- .../com/intellij/diagnostic/OutOfMemoryDialog.java | 15 +++ .../intellij/diagnostic/PerformanceWatcher.java | 15 +++ .../com/intellij/diagnostic/ReportMessages.java | 16 +++ .../diagnostic/SubmitPerformanceReportAction.java | 15 +++ .../src/com/intellij/diagnostic/VMOptions.java | 15 +++ .../intellij/errorreport/ErrorReportSender.java | 15 +++ .../com/intellij/errorreport/bean/ErrorBean.java | 15 +++ .../intellij/errorreport/bean/ExceptionBean.java | 15 +++ .../intellij/errorreport/bean/NotifierBean.java | 15 +++ .../errorreport/error/InternalEAPException.java | 15 +++ .../errorreport/error/NewBuildException.java | 15 +++ .../errorreport/error/NoSuchEAPUserException.java | 15 +++ .../error/NoSuchExceptionException.java | 15 +++ .../intellij/errorreport/error/SendException.java | 15 +++ .../src/com/intellij/errorreport/itn/ITNProxy.java | 15 +++ .../featureStatistics/FeatureUsageTrackerImpl.java | 14 ++- .../ProductivityFeaturesRegistryImpl.java | 15 +++ .../featureStatistics/ProgressFunProvider.java | 15 +++ .../actions/ShowFeatureUsageStatisticsAction.java | 15 +++ .../actions/ShowFeatureUsageStatisticsDialog.java | 15 +++ .../featureStatistics/ui/AdaptiveTipDialog.java | 15 +++ .../featureStatistics/ui/ProgressTipPanel.java | 15 +++ .../com/intellij/help/impl/HelpManagerImpl.java | 15 +++ .../src/com/intellij/help/impl/IdeaHelpBroker.java | 15 +++ .../intellij/help/impl/IdeaHelpContentViewUI.java | 15 +++ .../src/com/intellij/help/impl/IdeaJHelp.java | 15 +++ .../intellij/help/impl/IdeaJHelpContentViewer.java | 15 +++ .../src/com/intellij/ide/AppLifecycleListener.java | 15 +++ .../com/intellij/ide/ApplicationLoadListener.java | 15 +++ .../src/com/intellij/ide/BrowserSettings.java | 15 +++ .../src/com/intellij/ide/BrowserSettingsPanel.java | 15 +++ .../src/com/intellij/ide/CopyPasteManagerEx.java | 15 +++ .../src/com/intellij/ide/DataAccessor.java | 15 +++ .../com/intellij/ide/FrameStateManagerImpl.java | 2 +- .../intellij/ide/GeneralSettingsConfigurable.java | 15 +++ .../src/com/intellij/ide/IdeEventQueue.java | 15 +++ .../src/com/intellij/ide/IdePopupManager.java | 15 +++ .../src/com/intellij/ide/IdeRepaintManager.java | 16 +++ .../com/intellij/ide/MacOSApplicationProvider.java | 15 +++ .../ide/RecentDirectoryProjectsManager.java | 15 +++ .../intellij/ide/RecentProjectsManagerBase.java | 15 +++ .../src/com/intellij/ide/SaveAndSyncHandler.java | 15 +++ .../src/com/intellij/ide/SwingCleanuper.java | 15 +++ .../src/com/intellij/ide/TipOfTheDayManager.java | 15 +++ .../src/com/intellij/ide/XmlRpcServerImpl.java | 14 ++- .../com/intellij/ide/actionMacro/ActionMacro.java | 15 +++ .../ide/actionMacro/ActionMacroConfigurable.java | 15 +++ .../actionMacro/ActionMacroConfigurationPanel.java | 15 +++ .../ide/actionMacro/ActionMacroManager.java | 15 +++ .../intellij/ide/actionMacro/EditMacrosDialog.java | 15 +++ .../ide/actionMacro/actions/EditMacrosAction.java | 15 +++ .../ide/actionMacro/actions/MacrosGroup.java | 15 +++ .../actions/PlaybackLastMacroAction.java | 15 +++ .../actions/StartStopMacroRecordingAction.java | 15 +++ .../src/com/intellij/ide/actions/AboutAction.java | 15 +++ .../ide/actions/ActivateToolWindowAction.java | 15 +++ .../intellij/ide/actions/AssociateFileType.java | 15 +++ .../src/com/intellij/ide/actions/BackAction.java | 15 +++ .../ide/actions/BaseNavigateToSourceAction.java | 15 +++ .../ide/actions/BaseShowRecentFilesAction.java | 15 +++ .../actions/ChangeSplitterOrientationAction.java | 15 +++ .../actions/ChooseComponentsToExportDialog.java | 15 +++ .../intellij/ide/actions/CloseActiveTabAction.java | 15 +++ .../ide/actions/CloseAllEditorsAction.java | 15 +++ .../actions/CloseAllEditorsButActiveAction.java | 15 +++ .../ide/actions/CloseAllUnpinnedEditorsAction.java | 14 ++- .../intellij/ide/actions/CloseEditorAction.java | 15 +++ .../ide/actions/CloseEditorsActionBase.java | 15 +++ .../intellij/ide/actions/CloseProjectAction.java | 15 +++ .../ide/actions/CloseTabToolbarAction.java | 15 +++ .../intellij/ide/actions/CloseWindowAction.java | 15 +++ .../ide/actions/CodeEditorActionGroup.java | 15 +++ .../intellij/ide/actions/CollapseAllAction.java | 15 +++ .../src/com/intellij/ide/actions/CopyAction.java | 15 +++ .../com/intellij/ide/actions/CopyPathsAction.java | 15 +++ .../intellij/ide/actions/CustomizeUIAction.java | 15 +++ .../src/com/intellij/ide/actions/CutAction.java | 15 +++ .../src/com/intellij/ide/actions/DeleteAction.java | 15 +++ .../com/intellij/ide/actions/EditSourceAction.java | 15 +++ .../src/com/intellij/ide/actions/ExitAction.java | 15 +++ .../com/intellij/ide/actions/ExpandAllAction.java | 15 +++ .../intellij/ide/actions/ExportSettingsAction.java | 16 +++ .../ide/actions/ExportToTextFileAction.java | 15 +++ .../ide/actions/ExportToTextFileToolbarAction.java | 15 +++ .../ide/actions/FixLineSeparatorsAction.java | 15 +++ .../com/intellij/ide/actions/ForwardAction.java | 15 +++ .../com/intellij/ide/actions/GotoLineAction.java | 15 +++ .../com/intellij/ide/actions/HelpTopicsAction.java | 15 +++ .../ide/actions/HideAllToolWindowsAction.java | 15 +++ .../ide/actions/HideSideWindowsAction.java | 15 +++ .../intellij/ide/actions/HideToolWindowAction.java | 15 +++ .../intellij/ide/actions/ImportSettingsAction.java | 16 +++ .../ide/actions/InvalidateCachesAction.java | 15 +++ .../intellij/ide/actions/JumpToLastEditAction.java | 15 +++ .../ide/actions/JumpToLastWindowAction.java | 15 +++ .../intellij/ide/actions/MaintenanceAction.java | 15 +++ .../ide/actions/NewDummyProjectAction.java | 15 +++ .../intellij/ide/actions/NextOccurenceAction.java | 15 +++ .../ide/actions/NextOccurenceToolbarAction.java | 15 +++ .../com/intellij/ide/actions/NextSplitAction.java | 15 +++ .../com/intellij/ide/actions/NextTabAction.java | 15 +++ .../ide/actions/OccurenceNavigatorActionBase.java | 15 +++ .../com/intellij/ide/actions/OnlineDocAction.java | 15 +++ .../com/intellij/ide/actions/OpenFileAction.java | 15 +++ .../actions/OpenProjectFileChooserDescriptor.java | 15 +++ .../intellij/ide/actions/OpenRemoteFileAction.java | 15 +++ .../src/com/intellij/ide/actions/OtherGroup.java | 15 +++ .../src/com/intellij/ide/actions/PasteAction.java | 15 +++ .../intellij/ide/actions/PinActiveTabAction.java | 15 +++ .../com/intellij/ide/actions/PrevSplitAction.java | 15 +++ .../ide/actions/PreviousOccurenceAction.java | 15 +++ .../actions/PreviousOccurenceToolbarAction.java | 15 +++ .../intellij/ide/actions/PreviousTabAction.java | 15 +++ .../ide/actions/PruneEmptyDirectoriesAction.java | 16 +++ .../ide/actions/QuickChangeColorSchemeAction.java | 15 +++ .../ide/actions/QuickChangeKeymapAction.java | 15 +++ .../ide/actions/QuickChangeLookAndFeel.java | 15 +++ .../ide/actions/QuickChangeSchemesAction.java | 15 +++ .../intellij/ide/actions/RecentProjectsGroup.java | 15 +++ .../src/com/intellij/ide/actions/RedoAction.java | 15 +++ .../com/intellij/ide/actions/RefCardAction.java | 102 +++++++-------- .../com/intellij/ide/actions/RefreshAction.java | 15 ++- .../ide/actions/RestoreDefaultLayoutAction.java | 15 +++ .../src/com/intellij/ide/actions/RunGcAction.java | 16 +++ .../com/intellij/ide/actions/SaveAllAction.java | 15 +++ .../actions/SaveAsDirectoryBasedFormatAction.java | 15 +++ .../ide/actions/ScrollTreeToCenterAction.java | 15 +++ .../com/intellij/ide/actions/SelectAllAction.java | 15 +++ .../intellij/ide/actions/SendFeedbackAction.java | 14 ++- .../intellij/ide/actions/ShowFilePathAction.java | 15 +++ .../intellij/ide/actions/ShowPopupMenuAction.java | 15 +++ .../ide/actions/ShowRecentFilesAction.java | 16 +++ .../ide/actions/ShowRecentlyEditedFilesAction.java | 16 +++ .../intellij/ide/actions/ShowSettingsAction.java | 15 +++ .../intellij/ide/actions/ShowSettingsUtilImpl.java | 15 +++ .../ide/actions/ShowStructureSettingsAction.java | 15 +++ .../com/intellij/ide/actions/ShowTipsAction.java | 15 +++ .../src/com/intellij/ide/actions/SplitAction.java | 15 +++ .../ide/actions/SplitHorizontallyAction.java | 15 +++ .../ide/actions/SplitVerticallyAction.java | 15 +++ .../intellij/ide/actions/SplitterActionBase.java | 15 +++ .../ide/actions/StoreDefaultLayoutAction.java | 15 +++ .../intellij/ide/actions/SynchronizeAction.java | 15 +++ .../ide/actions/TabNavigationActionBase.java | 15 +++ .../ide/actions/TechnicalSupportAction.java | 14 ++- .../actions/TemplateProjectPropertiesAction.java | 15 +++ .../actions/TemplateProjectStructureAction.java | 15 +++ .../intellij/ide/actions/ToggleDockModeAction.java | 15 +++ .../ide/actions/ToggleFloatingModeAction.java | 15 +++ .../ide/actions/ToggleFullScreenModeAction.java | 15 +++ .../ide/actions/TogglePinnedModeAction.java | 15 +++ .../ide/actions/ToggleReadOnlyAttributeAction.java | 16 +++ .../intellij/ide/actions/ToggleSideModeAction.java | 15 +++ .../intellij/ide/actions/ToolWindowSwitcher.java | 15 +++ .../com/intellij/ide/actions/ToolWindowsGroup.java | 15 +++ .../src/com/intellij/ide/actions/UndoAction.java | 15 +++ .../com/intellij/ide/actions/UndoRedoAction.java | 15 +++ .../com/intellij/ide/actions/UnsplitAction.java | 15 +++ .../com/intellij/ide/actions/UnsplitAllAction.java | 15 +++ .../com/intellij/ide/actions/ViewSourceAction.java | 15 +++ .../intellij/ide/actions/ViewStatusBarAction.java | 16 +++ .../intellij/ide/actions/ViewToolbarAction.java | 15 +++ .../ide/actions/tree/BaseTreeNodeAction.java | 15 +++ .../ide/actions/tree/CollapseTreeNodeAction.java | 15 +++ .../ide/actions/tree/ExpandTreeNodeAction.java | 15 +++ .../actions/tree/FullyExpandTreeNodeAction.java | 15 +++ .../src/com/intellij/ide/dnd/DnDDemo.java | 15 ++- .../src/com/intellij/ide/dnd/DnDEnabler.java | 14 ++- .../src/com/intellij/ide/dnd/DnDEventImpl.java | 15 ++- .../src/com/intellij/ide/dnd/DnDManagerImpl.java | 15 ++- .../src/com/intellij/ide/dnd/DndLock.java | 15 +++ .../intellij/ide/dnd/DropTargetHighlighter.java | 15 ++- .../src/com/intellij/ide/dnd/Highlighters.java | 15 ++- .../com/intellij/ide/dnd/aware/DnDAwareTree.java | 15 +++ .../CallingBackColoredTreeCellRenderer.java | 15 +++ .../ide/errorTreeView/ErrorTreeElement.java | 15 ++- .../ide/errorTreeView/ErrorTreeNodeDescriptor.java | 15 ++- .../ide/errorTreeView/ErrorViewStructure.java | 15 ++- .../ide/errorTreeView/ErrorViewTreeBuilder.java | 15 ++- .../ide/errorTreeView/FixedHotfixGroupElement.java | 15 +++ .../ide/errorTreeView/GroupingElement.java | 15 ++- .../ide/errorTreeView/HotfixGroupElement.java | 15 +++ .../errorTreeView/NavigatableMessageElement.java | 15 ++- .../ide/errorTreeView/NewErrorTreeRenderer.java | 15 +++ .../ide/errorTreeView/NewErrorTreeViewPanel.java | 15 +++ .../ide/errorTreeView/SimpleMessageElement.java | 15 ++- .../errorTreeView/actions/TestErrorViewAction.java | 15 ++- .../actions/TestNewErrorViewAction.java | 15 ++- .../impl/ErrorTreeViewConfiguration.java | 15 +++ .../errorTreeView/impl/ErrorViewTextExporter.java | 15 +++ .../intellij/ide/highlighter/ArchiveFileType.java | 134 +++++++++----------- .../ide/highlighter/custom/SyntaxTable.java | 15 +++ .../custom/impl/CustomFileTypeEditor.java | 15 +++ .../custom/impl/ModifyKeywordDialog.java | 15 +++ .../ide/highlighter/custom/impl/ReadFileType.java | 15 +++ .../ide/impl/CommonActionsManagerImpl.java | 15 +++ .../intellij/ide/impl/ContentManagerWatcher.java | 15 +++ .../src/com/intellij/ide/impl/DataManagerImpl.java | 15 +++ .../src/com/intellij/ide/impl/DataValidator.java | 15 +++ .../src/com/intellij/ide/impl/ProjectUtil.java | 15 +++ .../ide/impl/SelectInEditorManagerImpl.java | 15 +++ .../ide/impl/TypeSafeDataProviderAdapter.java | 14 ++- .../ide/impl/dataRules/CopyProviderRule.java | 15 +++ .../ide/impl/dataRules/CutProviderRule.java | 15 +++ .../ide/impl/dataRules/FileEditorRule.java | 15 +++ .../intellij/ide/impl/dataRules/FileTextRule.java | 16 +++ .../intellij/ide/impl/dataRules/GetDataRule.java | 15 +++ .../ide/impl/dataRules/InactiveEditorRule.java | 16 +++ .../ide/impl/dataRules/NavigatableArrayRule.java | 15 +++ .../ide/impl/dataRules/PasteProviderRule.java | 15 +++ .../impl/dataRules/ProjectFileDirectoryRule.java | 15 +++ .../intellij/ide/plugins/ActionInstallPlugin.java | 15 +++ .../ide/plugins/ActionUninstallPlugin.java | 15 +++ .../ide/plugins/AvailablePluginsTableModel.java | 14 ++- .../ide/plugins/InstalledPluginsTableModel.java | 15 +++ .../com/intellij/ide/plugins/PluginInstaller.java | 15 +++ .../ide/plugins/PluginManagerColumnInfo.java | 15 +++ .../ide/plugins/PluginManagerConfigurable.java | 15 +++ .../intellij/ide/plugins/PluginManagerMain.java | 15 +++ .../ide/plugins/PluginManagerUISettings.java | 15 +++ .../src/com/intellij/ide/plugins/PluginNode.java | 15 +++ .../src/com/intellij/ide/plugins/PluginTable.java | 15 +++ .../com/intellij/ide/plugins/PluginTableModel.java | 15 +++ .../ide/plugins/RepositoryContentHandler.java | 15 +++ .../com/intellij/ide/plugins/RepositoryHelper.java | 15 +++ .../intellij/ide/plugins/RootPluginDescriptor.java | 14 ++- .../com/intellij/ide/plugins/SortableProvider.java | 15 +++ .../ide/plugins/TableColumnsProportionData.java | 14 ++- .../intellij/ide/reporter/ConnectionException.java | 15 ++- .../ide/startup/BackgroundableCacheUpdater.java | 15 ++- .../com/intellij/ide/startup/StartupManagerEx.java | 15 +++ .../startup/impl/FileSystemSynchronizerImpl.java | 15 ++- .../ide/startup/impl/StartupManagerImpl.java | 15 +++ .../ide/startupWizard/SelectPluginsStep.java | 15 +++ .../intellij/ide/startupWizard/StartupWizard.java | 15 +++ .../ide/startupWizard/StartupWizardAction.java | 15 +++ .../ide/startupWizard/StartupWizardModel.java | 15 +++ .../intellij/ide/ui/AppearanceConfigurable.java | 15 +++ .../intellij/ide/ui/HeadlessLafManagerImpl.java | 14 ++- .../src/com/intellij/ide/ui/LafManagerImpl.java | 15 +++ .../intellij/ide/ui/customization/ActionUrl.java | 15 +++ .../ide/ui/customization/CustomActionsSchema.java | 15 +++ .../ui/customization/CustomizableActionsPanel.java | 15 +++ .../customization/CustomizationConfigurable.java | 15 +++ .../ide/ui/customization/CustomizationUtil.java | 15 +++ .../ui/search/DefaultSearchableConfigurable.java | 14 ++- .../intellij/ide/ui/search/PorterStemmerUtil.java | 2 +- .../src/com/intellij/ide/ui/search/SearchUtil.java | 14 ++- .../ui/search/SearchableOptionsRegistrarImpl.java | 14 ++- .../ide/util/AppPropertiesComponentImpl.java | 15 +++ .../intellij/ide/util/ChooseElementsDialog.java | 15 +++ .../src/com/intellij/ide/util/ElementsChooser.java | 15 +++ .../com/intellij/ide/util/ExportToFileUtil.java | 15 +++ .../intellij/ide/util/GotoLineNumberDialog.java | 15 +++ .../ide/util/ProjectPropertiesComponentImpl.java | 15 +++ .../intellij/ide/util/PropertiesComponentImpl.java | 36 ++---- .../src/com/intellij/ide/util/TipDialog.java | 15 +++ .../src/com/intellij/ide/util/TipPanel.java | 15 +++ .../src/com/intellij/ide/util/TipUIUtil.java | 15 ++- .../ide/util/treeView/AlphaComparator.java | 15 +++ .../com/intellij/idea/CommandLineApplication.java | 15 +++ .../src/com/intellij/idea/IdeaApplication.java | 15 +++ .../src/com/intellij/idea/IdeaLogger.java | 15 +++ .../src/com/intellij/idea/IdeaTestApplication.java | 15 +++ .../src/com/intellij/idea/Launcher.java | 15 +++ .../src/com/intellij/idea/LoggerFactory.java | 15 +++ .../src/com/intellij/idea/SocketLock.java | 15 +++ .../src/com/intellij/idea/StartupUtil.java | 15 +++ .../com/intellij/internal/ReloadProjectAction.java | 14 ++- .../com/intellij/internal/RestartInfoAction.java | 15 +++ .../intellij/internal/ToggleDumbModeAction.java | 15 +++ .../internal/encodings/DecodeBytesAction.java | 15 +++ .../internal/encodings/EncodingViewer.java | 15 +++ .../internal/focus/FocusDebuggerAction.java | 15 +++ .../notification/impl/IdeNotificationArea.java | 15 +++ .../notification/impl/NotificationModel.java | 15 +++ .../impl/NotificationModelListener.java | 15 +++ .../notification/impl/NotificationSettings.java | 15 +++ .../impl/NotificationsConfigurable.java | 15 +++ .../impl/NotificationsConfiguration.java | 15 +++ .../impl/NotificationsManagerImpl.java | 15 +++ .../impl/ProjectNotificationsComponent.java | 15 +++ .../impl/actions/NotificationTestAction.java | 15 +++ .../impl/ui/NotificationComponent.java | 15 +++ .../impl/ui/NotificationsConfigurablePanel.java | 15 +++ .../impl/ui/NotificationsListPanel.java | 15 +++ .../notification/impl/ui/NotificationsUtil.java | 15 +++ .../notification/impl/ui/StickyButton.java | 15 +++ .../notification/impl/ui/StickyButtonUI.java | 15 +++ .../openapi/actionSystem/ex/ActionButtonLook.java | 15 +++ .../openapi/actionSystem/ex/ActionManagerEx.java | 15 +++ .../openapi/actionSystem/ex/AnActionListener.java | 16 +++ .../openapi/actionSystem/ex/QuickList.java | 15 +++ .../openapi/actionSystem/ex/QuickListsManager.java | 15 +++ .../openapi/actionSystem/impl/ActionButton.java | 15 +++ .../actionSystem/impl/ActionButtonWithText.java | 15 +++ .../actionSystem/impl/ActionManagerImpl.java | 15 +++ .../openapi/actionSystem/impl/ActionMenu.java | 15 +++ .../openapi/actionSystem/impl/ActionMenuItem.java | 15 +++ .../actionSystem/impl/ActionPopupMenuImpl.java | 15 +++ .../openapi/actionSystem/impl/ActionPreloader.java | 15 +++ .../actionSystem/impl/ActionToolbarImpl.java | 15 +++ .../actionSystem/impl/ButtonToolbarImpl.java | 2 +- .../actionSystem/impl/IdeaActionButtonLook.java | 15 +++ .../actionSystem/impl/JBAwtEventQueueImpl.java | 15 +++ .../actionSystem/impl/PresentationFactory.java | 15 +++ .../actionSystem/impl/ProxyShortcutSet.java | 15 +++ .../actionSystem/impl/SimpleDataContext.java | 15 +++ .../openapi/actionSystem/impl/StubItem.java | 15 +++ .../intellij/openapi/actionSystem/impl/Utils.java | 15 +++ .../actionSystem/impl/WeakTimerListener.java | 15 +++ .../actionSystem/impl/config/ActionBean.java | 15 +++ .../actionSystem/impl/config/ActionGroupBean.java | 15 +++ .../impl/config/ActionManagerConfiguration.java | 15 +++ .../impl/config/ActionReferenceBean.java | 15 +++ .../actionSystem/impl/config/AddToGroupBean.java | 15 +++ .../impl/config/KeyboardShortcutBean.java | 15 +++ .../actionSystem/impl/config/SeparatorBean.java | 15 +++ .../openapi/application/ConfigImportHelper.java | 2 +- .../openapi/application/ImportOldConfigsPanel.java | 2 +- .../openapi/application/PluginPathManager.java | 15 +++ .../openapi/application/ex/ApplicationEx.java | 15 +++ .../openapi/application/ex/ApplicationInfoEx.java | 16 +++ .../application/ex/ApplicationManagerEx.java | 15 +++ .../openapi/application/ex/DecodeDefaultsUtil.java | 15 +++ .../openapi/application/impl/ApplicationImpl.java | 15 +++ .../application/impl/ApplicationInfoImpl.java | 15 +++ .../application/impl/ConfirmExitDialog.java | 15 ++- .../openapi/application/impl/LaterInvocator.java | 15 +++ .../application/impl/ModalityInvokatorImpl.java | 16 +++ .../openapi/application/impl/ModalityStateEx.java | 15 +++ .../openapi/application/impl/Win32Restarter.java | 15 +++ .../openapi/command/CommandProcessorEx.java | 15 +++ .../command/impl/CannotUndoReportDialog.java | 14 ++- .../openapi/command/impl/CommandMerger.java | 15 +++ .../openapi/command/impl/CommandProcessorImpl.java | 15 +++ .../command/impl/CurrentEditorProvider.java | 15 +++ .../command/impl/DocumentReferenceByDocument.java | 2 +- .../impl/DocumentReferenceByVirtualFile.java | 2 +- .../command/impl/DocumentReferenceManagerImpl.java | 15 +++ .../openapi/command/impl/DocumentUndoProvider.java | 15 +++ .../openapi/command/impl/DummyProject.java | 15 +++ .../openapi/command/impl/EditorAndState.java | 15 +++ .../openapi/command/impl/EditorChangeAction.java | 15 +++ .../impl/FocusBasedCurrentEditorProvider.java | 15 +++ .../openapi/command/impl/NonUndoableAction.java | 15 +++ .../com/intellij/openapi/command/impl/Redo.java | 15 +++ .../com/intellij/openapi/command/impl/Undo.java | 15 +++ .../openapi/command/impl/UndoManagerImpl.java | 15 +++ .../openapi/command/impl/UndoProvider.java | 15 +++ .../intellij/openapi/command/impl/UndoRedo.java | 15 +++ .../openapi/command/impl/UndoRedoStacksHolder.java | 15 +++ .../openapi/command/impl/UndoableGroup.java | 15 +++ .../openapi/components/ExpandMacroToPathMap.java | 15 ++- .../openapi/components/PathMacroManager.java | 15 +++ .../intellij/openapi/components/PathMacroMap.java | 15 ++- .../openapi/components/PathMacroSubstitutor.java | 15 +++ .../components/TrackingPathMacroSubstitutor.java | 15 +++ .../openapi/components/ex/ComponentManagerEx.java | 15 +++ .../openapi/components/ex/ComponentRegistrar.java | 15 +++ .../impl/ApplicationPathMacroManager.java | 15 +++ .../components/impl/BasePathMacroManager.java | 15 +++ .../components/impl/CachingComponentAdapter.java | 15 +++ .../impl/ComponentManagerConfigurator.java | 15 +++ .../components/impl/ComponentManagerImpl.java | 15 +++ .../components/impl/ProjectPathMacroManager.java | 15 +++ .../components/impl/ServiceManagerImpl.java | 15 +++ .../impl/stores/ApplicationStoreImpl.java | 15 +++ .../impl/stores/BaseFileConfigurableStoreImpl.java | 15 +++ .../impl/stores/BatchUpdateListener.java | 15 +++ .../impl/stores/ComponentRoamingManager.java | 15 +++ .../components/impl/stores/ComponentStoreImpl.java | 15 +++ .../impl/stores/ComponentVersionListener.java | 15 +++ .../impl/stores/ComponentVersionProvider.java | 15 +++ .../stores/CompoundExternalizationSession.java | 15 +++ .../impl/stores/CompoundSaveSession.java | 15 +++ .../impl/stores/DefaultProjectStoreImpl.java | 15 +++ .../impl/stores/DefaultStateSerializer.java | 15 +++ .../impl/stores/DefaultsStateStorage.java | 15 +++ .../impl/stores/DirectoryBasedStorage.java | 15 +++ .../components/impl/stores/FileBasedStorage.java | 15 +++ .../components/impl/stores/IApplicationStore.java | 15 +++ .../components/impl/stores/IComponentStore.java | 15 +++ .../components/impl/stores/IModuleStore.java | 15 +++ .../components/impl/stores/IProjectStore.java | 15 +++ .../impl/stores/InvalidComponentDataException.java | 15 +++ .../stores/PlatformProjectStoreClassProvider.java | 15 +++ .../impl/stores/ProjectStateStorageManager.java | 15 +++ .../components/impl/stores/ProjectStoreImpl.java | 15 +++ .../impl/stores/RoamingTypeExtensionPointBean.java | 15 +++ .../impl/stores/StateStorageManager.java | 15 +++ .../impl/stores/StateStorageManagerImpl.java | 15 +++ .../components/impl/stores/StorageUtil.java | 15 +++ .../components/impl/stores/StoresFactory.java | 15 +++ .../impl/stores/UnknownMacroNotification.java | 15 +++ .../components/impl/stores/XmlElementStorage.java | 15 +++ .../openapi/diff/actions/BaseDiffAction.java | 15 +++ .../actions/CompareClipboardWithSelection.java | 15 +++ .../diff/actions/CompareFileWithEditor.java | 15 +++ .../openapi/diff/actions/CompareFiles.java | 15 +++ .../intellij/openapi/diff/actions/DiffActions.java | 15 +++ .../openapi/diff/actions/DiffWalkerAction.java | 15 +++ .../diff/actions/FocusOppositePaneAction.java | 15 +++ .../diff/actions/IgnoreWhiteSpacesAction.java | 15 +++ .../openapi/diff/actions/MergeActionGroup.java | 15 +++ .../openapi/diff/actions/MergeFilesAction.java | 36 ++---- .../openapi/diff/actions/MergeOperations.java | 15 +++ .../openapi/diff/actions/NextDiffAction.java | 15 +++ .../openapi/diff/actions/PreviousDiffAction.java | 15 +++ .../openapi/diff/ex/DiffContentFactory.java | 15 +++ .../com/intellij/openapi/diff/ex/DiffFragment.java | 15 +++ .../com/intellij/openapi/diff/ex/DiffPanelEx.java | 16 +++ .../intellij/openapi/diff/ex/DiffPanelOptions.java | 15 +++ .../intellij/openapi/diff/ex/DiffStatusBar.java | 15 +++ .../openapi/diff/impl/ComparisonPolicy.java | 15 +++ .../openapi/diff/impl/ContentChangeListener.java | 15 +++ .../openapi/diff/impl/CurrentLineMarker.java | 15 +++ .../openapi/diff/impl/DiffFragmentBuilder.java | 16 +++ .../openapi/diff/impl/DiffHighlighterFactory.java | 15 +++ .../diff/impl/DiffHighlighterFactoryImpl.java | 15 +++ .../intellij/openapi/diff/impl/DiffPanelImpl.java | 15 +++ .../com/intellij/openapi/diff/impl/DiffRange.java | 15 +++ .../intellij/openapi/diff/impl/DiffSideView.java | 15 +++ .../openapi/diff/impl/DiffSidesContainer.java | 15 +++ .../intellij/openapi/diff/impl/DiffSplitter.java | 15 +++ .../openapi/diff/impl/DiffToolbarComponent.java | 15 +++ .../openapi/diff/impl/DiffToolbarImpl.java | 15 +++ .../com/intellij/openapi/diff/impl/DiffUtil.java | 15 +++ .../openapi/diff/impl/DiffVersionComponent.java | 15 +++ .../intellij/openapi/diff/impl/EditingSides.java | 15 +++ .../intellij/openapi/diff/impl/EditorSource.java | 15 +++ .../intellij/openapi/diff/impl/FrameWrapper.java | 15 +++ .../com/intellij/openapi/diff/impl/Rediffers.java | 15 +++ .../openapi/diff/impl/TwoSidesContainer.java | 15 +++ .../diff/impl/external/BaseExternalTool.java | 15 +++ .../openapi/diff/impl/external/BinaryDiffTool.java | 15 +++ .../diff/impl/external/CompositeDiffTool.java | 15 +++ .../diff/impl/external/DiffManagerImpl.java | 15 +++ .../diff/impl/external/DiffOptionsForm.java | 15 +++ .../diff/impl/external/ExtCompareFiles.java | 15 +++ .../diff/impl/external/ExtCompareFolders.java | 15 +++ .../openapi/diff/impl/external/FrameDiffTool.java | 15 +++ .../openapi/diff/impl/fragments/Fragment.java | 15 +++ .../openapi/diff/impl/fragments/FragmentList.java | 15 +++ .../diff/impl/fragments/FragmentListImpl.java | 15 +++ .../diff/impl/fragments/InlineFragment.java | 15 +++ .../openapi/diff/impl/fragments/LineBlock.java | 15 +++ .../openapi/diff/impl/fragments/LineFragment.java | 15 +++ .../diff/impl/highlighting/BufferedStringList.java | 15 +++ .../openapi/diff/impl/highlighting/DiffMarkup.java | 15 +++ .../diff/impl/highlighting/DiffPanelState.java | 15 +++ .../diff/impl/highlighting/EditorPlaceHolder.java | 15 +++ .../diff/impl/highlighting/FragmentSide.java | 15 +++ .../diff/impl/highlighting/LineBlockDivider.java | 15 +++ .../diff/impl/highlighting/LineRenderer.java | 15 +++ .../openapi/diff/impl/highlighting/List2D.java | 15 +++ .../impl/highlighting/SimpleDiffPanelState.java | 15 +++ .../openapi/diff/impl/highlighting/Util.java | 15 +++ .../openapi/diff/impl/incrementalMerge/Change.java | 15 +++ .../diff/impl/incrementalMerge/ChangeCounter.java | 15 +++ .../diff/impl/incrementalMerge/ChangeList.java | 15 +++ .../diff/impl/incrementalMerge/ChangeType.java | 15 +++ .../diff/impl/incrementalMerge/ConflictChange.java | 15 +++ .../impl/incrementalMerge/DiffRangeMarker.java | 15 +++ .../diff/impl/incrementalMerge/MergeBuilder.java | 15 +++ .../diff/impl/incrementalMerge/MergeConflict.java | 15 +++ .../diff/impl/incrementalMerge/MergeList.java | 15 +++ .../impl/incrementalMerge/MergeSearchHelper.java | 15 +++ .../diff/impl/incrementalMerge/SimpleChange.java | 15 +++ .../incrementalMerge/ui/ApplyNonConflicts.java | 15 +++ .../diff/impl/incrementalMerge/ui/EditorPlace.java | 15 +++ .../diff/impl/incrementalMerge/ui/MergePanel2.java | 15 +++ .../incrementalMerge/ui/OpenPartialDiffAction.java | 15 +++ .../impl/mergeTool/DiffRequestFactoryImpl.java | 36 ++---- .../diff/impl/mergeTool/MergeRequestImpl.java | 15 +++ .../openapi/diff/impl/mergeTool/MergeTool.java | 15 +++ .../openapi/diff/impl/mergeTool/MergeVersion.java | 15 +++ .../openapi/diff/impl/processing/ByWord.java | 15 +++ .../diff/impl/processing/DiffCorrection.java | 15 +++ .../impl/processing/DiffFragmentsProcessor.java | 15 +++ .../openapi/diff/impl/processing/DiffPolicy.java | 15 +++ .../openapi/diff/impl/processing/Formatting.java | 15 +++ .../diff/impl/processing/FragmentsCollector.java | 15 +++ .../impl/processing/LineFragmentsCollector.java | 15 +++ .../diff/impl/processing/PreferWholeLines.java | 15 +++ .../diff/impl/processing/TextCompareProcessor.java | 15 +++ .../diff/impl/processing/UniteSameType.java | 15 +++ .../openapi/diff/impl/processing/Word.java | 15 +++ .../diff/impl/splitter/DiffDividerPaint.java | 15 +++ .../openapi/diff/impl/splitter/DividerPoligon.java | 15 +++ .../diff/impl/splitter/FoldingTransformation.java | 15 +++ .../openapi/diff/impl/splitter/Interval.java | 15 +++ .../openapi/diff/impl/splitter/LineBlocks.java | 15 +++ .../diff/impl/splitter/LinearTransformation.java | 15 +++ .../openapi/diff/impl/splitter/Transformation.java | 15 +++ .../openapi/diff/impl/splitter/Trapezium.java | 15 +++ .../diff/impl/util/ContentDocumentListener.java | 15 +++ .../openapi/diff/impl/util/ContextLogger.java | 15 +++ .../openapi/diff/impl/util/DiffDivider.java | 15 +++ .../diff/impl/util/DiffPanelOutterComponent.java | 15 +++ .../openapi/diff/impl/util/DocumentUtil.java | 15 +++ .../openapi/diff/impl/util/FocusDiffSide.java | 15 +++ .../diff/impl/util/FontSizeSynchronizer.java | 15 +++ .../diff/impl/util/GutterActionRenderer.java | 15 +++ .../openapi/diff/impl/util/LabeledEditor.java | 15 +++ .../openapi/diff/impl/util/SyncScrollSupport.java | 15 +++ .../openapi/diff/impl/util/TextDiffType.java | 15 +++ .../openapi/diff/impl/util/ThreePanels.java | 15 +++ .../intellij/openapi/editor/EditorDropHandler.java | 15 +++ .../openapi/editor/actions/BackspaceAction.java | 16 +++ .../openapi/editor/actions/CopyAction.java | 16 +++ .../intellij/openapi/editor/actions/CutAction.java | 16 +++ .../openapi/editor/actions/CutLineEndAction.java | 16 +++ .../openapi/editor/actions/DeleteAction.java | 16 +++ .../editor/actions/DeleteLineAtCaretAction.java | 16 +++ .../editor/actions/DeleteToWordEndAction.java | 16 +++ .../editor/actions/DeleteToWordStartAction.java | 16 +++ .../openapi/editor/actions/DuplicateAction.java | 16 +++ .../openapi/editor/actions/EditorActionUtil.java | 16 +++ .../openapi/editor/actions/EnterAction.java | 16 +++ .../openapi/editor/actions/EscapeAction.java | 16 +++ .../editor/actions/InactiveEditorAction.java | 16 +++ .../editor/actions/IndentSelectionAction.java | 16 +++ .../openapi/editor/actions/JoinLinesAction.java | 16 +++ .../openapi/editor/actions/LineEndAction.java | 16 +++ .../editor/actions/LineEndWithSelectionAction.java | 16 +++ .../openapi/editor/actions/LineStartAction.java | 16 +++ .../actions/LineStartWithSelectionAction.java | 16 +++ .../editor/actions/MoveCaretDownAction.java | 16 +++ .../actions/MoveCaretDownWithSelectionAction.java | 16 +++ .../editor/actions/MoveCaretLeftAction.java | 16 +++ .../actions/MoveCaretLeftOrRightHandler.java | 16 +++ .../actions/MoveCaretLeftWithSelectionAction.java | 16 +++ .../editor/actions/MoveCaretRightAction.java | 16 +++ .../actions/MoveCaretRightWithSelectionAction.java | 16 +++ .../openapi/editor/actions/MoveCaretUpAction.java | 16 +++ .../actions/MoveCaretUpWithSelectionAction.java | 16 +++ .../editor/actions/MoveDownAndScrollAction.java | 16 +++ .../MoveDownWithSelectionAndScrollAction.java | 16 +++ .../editor/actions/MoveUpAndScrollAction.java | 16 +++ .../MoveUpWithSelectionAndScrollAction.java | 16 +++ .../editor/actions/MultiplePasteAction.java | 15 +++ .../openapi/editor/actions/NextWordAction.java | 16 +++ .../actions/NextWordWithSelectionAction.java | 16 +++ .../openapi/editor/actions/PageBottomAction.java | 16 +++ .../actions/PageBottomWithSelectionAction.java | 16 +++ .../openapi/editor/actions/PageDownAction.java | 16 +++ .../actions/PageDownWithSelectionAction.java | 16 +++ .../openapi/editor/actions/PageTopAction.java | 16 +++ .../editor/actions/PageTopWithSelectionAction.java | 16 +++ .../openapi/editor/actions/PageUpAction.java | 16 +++ .../editor/actions/PageUpWithSelectionAction.java | 16 +++ .../openapi/editor/actions/PasteAction.java | 16 +++ .../openapi/editor/actions/PasteFromX11Action.java | 15 +++ .../openapi/editor/actions/PreviousWordAction.java | 16 +++ .../actions/PreviousWordWithSelectionAction.java | 16 +++ .../openapi/editor/actions/ScrollDownAction.java | 16 +++ .../editor/actions/ScrollToCenterAction.java | 16 +++ .../openapi/editor/actions/ScrollUpAction.java | 16 +++ .../openapi/editor/actions/SelectLineAction.java | 16 +++ .../openapi/editor/actions/SimplePasteAction.java | 16 +++ .../openapi/editor/actions/SplitLineAction.java | 15 +++ .../openapi/editor/actions/StartNewLineAction.java | 15 +++ .../intellij/openapi/editor/actions/TabAction.java | 16 +++ .../editor/actions/TextComponentEditorAction.java | 15 +++ .../openapi/editor/actions/TextEndAction.java | 16 +++ .../editor/actions/TextEndWithSelectionAction.java | 16 +++ .../openapi/editor/actions/TextStartAction.java | 16 +++ .../actions/TextStartWithSelectionAction.java | 16 +++ .../openapi/editor/actions/ToggleCaseAction.java | 16 +++ .../editor/actions/ToggleColumnModeAction.java | 16 +++ .../editor/actions/ToggleInsertStateAction.java | 16 +++ .../actions/ToggleShowLineNumbersAction.java | 36 ++---- .../actions/ToggleShowWhitespacesAction.java | 16 +++ .../editor/actions/UnindentSelectionAction.java | 16 +++ .../editor/actions/UnselectWordAtCaretAction.java | 16 +++ .../colors/ex/DefaultColorSchemesManager.java | 15 +++ .../editor/colors/impl/AbstractColorsScheme.java | 16 +++ .../colors/impl/BundledColorSchemesProvider.java | 15 +++ .../editor/colors/impl/DefaultColorsScheme.java | 16 +++ .../colors/impl/EditorColorsManagerImpl.java | 16 +++ .../editor/colors/impl/EditorColorsSchemeImpl.java | 16 +++ .../editor/colors/impl/ReadOnlyColorsScheme.java | 15 +++ .../colors/impl/ReadOnlyColorsSchemeImpl.java | 15 +++ .../editor/ex/DocumentBulkUpdateListener.java | 16 +++ .../com/intellij/openapi/editor/ex/DocumentEx.java | 15 +++ .../openapi/editor/ex/EditReadOnlyListener.java | 15 +++ .../editor/ex/EditorEventMulticasterEx.java | 15 +++ .../com/intellij/openapi/editor/ex/EditorEx.java | 15 +++ .../openapi/editor/ex/EditorGutterComponentEx.java | 15 +++ .../openapi/editor/ex/EditorMarkupModel.java | 15 +++ .../editor/ex/EditorSettingsExternalizable.java | 15 +++ .../ex/ErrorStripTooltipRendererProvider.java | 16 +++ .../openapi/editor/ex/ErrorStripeAdapter.java | 15 +++ .../openapi/editor/ex/ErrorStripeEvent.java | 15 +++ .../openapi/editor/ex/ErrorStripeListener.java | 15 +++ .../openapi/editor/ex/FocusChangeListener.java | 15 +++ .../intellij/openapi/editor/ex/FoldingModelEx.java | 15 +++ .../intellij/openapi/editor/ex/LineIterator.java | 15 +++ .../intellij/openapi/editor/ex/MarkupModelEx.java | 15 +++ .../editor/ex/PrioritizedDocumentListener.java | 2 +- .../openapi/editor/ex/RangeHighlighterEx.java | 16 +++ .../intellij/openapi/editor/ex/RangeMarkerEx.java | 16 +++ .../openapi/editor/ex/util/EditorUtil.java | 15 +++ .../editor/ex/util/EmptyEditorHighlighter.java | 15 +++ .../editor/ex/util/LexerEditorHighlighter.java | 15 +++ .../ex/util/LimitedRangeHighlighterIterator.java | 15 +++ .../openapi/editor/ex/util/SegmentArray.java | 15 +++ .../editor/ex/util/SegmentArrayWithData.java | 15 +++ .../highlighter/EditorHighlighterFactoryImpl.java | 15 +++ .../intellij/openapi/editor/impl/BorderEffect.java | 15 +++ .../openapi/editor/impl/CaretModelImpl.java | 16 +++ .../intellij/openapi/editor/impl/CharArray.java | 15 +++ .../editor/impl/ComplementaryFontsRegistry.java | 15 +++ .../openapi/editor/impl/ContextMenuImpl.java | 15 +++ .../intellij/openapi/editor/impl/DocumentImpl.java | 15 +++ .../editor/impl/DocumentMarkupModelManager.java | 15 +++ .../editor/impl/EditorActionManagerImpl.java | 15 +++ .../openapi/editor/impl/EditorComponentImpl.java | 15 +++ .../openapi/editor/impl/EditorFactoryImpl.java | 15 +++ .../editor/impl/EditorGutterComponentImpl.java | 16 +++ .../intellij/openapi/editor/impl/EditorImpl.java | 15 +++ .../openapi/editor/impl/EditorMarkupModelImpl.java | 16 +++ .../openapi/editor/impl/FoldRegionImpl.java | 16 +++ .../openapi/editor/impl/FoldingModelImpl.java | 16 +++ .../com/intellij/openapi/editor/impl/FontInfo.java | 15 +++ .../openapi/editor/impl/HighlighterList.java | 15 +++ .../openapi/editor/impl/IterationState.java | 15 +++ .../editor/impl/LeftHandScrollbarLayout.java | 15 +++ .../openapi/editor/impl/LineIteratorImpl.java | 15 +++ .../com/intellij/openapi/editor/impl/LineSet.java | 15 +++ .../openapi/editor/impl/MarkupModelImpl.java | 16 +++ .../openapi/editor/impl/PersistentLineMarker.java | 15 +++ .../openapi/editor/impl/PersistentRangeMarker.java | 15 +++ .../openapi/editor/impl/RangeHighlighterImpl.java | 15 +++ .../openapi/editor/impl/RangeIterator.java | 15 +++ .../openapi/editor/impl/RangeMarkerImpl.java | 15 +++ .../openapi/editor/impl/ScrollingModelImpl.java | 16 +++ .../openapi/editor/impl/SelectionModelImpl.java | 16 +++ .../intellij/openapi/editor/impl/SettingsImpl.java | 16 +++ .../openapi/editor/impl/VisibleEditorsTracker.java | 15 +++ .../editor/impl/event/DocumentEventImpl.java | 15 +++ .../impl/event/EditorEventMulticasterImpl.java | 15 +++ .../editor/impl/event/MarkupModelEvent.java | 15 +++ .../editor/impl/event/MarkupModelListener.java | 15 +++ .../editor/markup/MarkupEditorFilterFactory.java | 15 +++ .../openapi/editor/textarea/TextAreaDocument.java | 15 +++ .../editor/textarea/TextComponentCaretModel.java | 15 +++ .../editor/textarea/TextComponentDocument.java | 15 +++ .../editor/textarea/TextComponentEditor.java | 15 +++ .../textarea/TextComponentScrollingModel.java | 15 +++ .../textarea/TextComponentSelectionModel.java | 15 +++ .../fileChooser/actions/FileChooserAction.java | 15 +++ .../fileChooser/actions/FileDeleteAction.java | 15 +++ .../fileChooser/actions/GotoHomeAction.java | 15 +++ .../fileChooser/actions/GotoProjectDirectory.java | 15 +++ .../openapi/fileChooser/actions/NewFileAction.java | 14 ++- .../fileChooser/actions/NewFolderAction.java | 15 +++ .../actions/RefreshFileChooserAction.java | 15 +++ .../fileChooser/actions/ShowHiddensAction.java | 15 +++ .../actions/TooglePathShowingAction.java | 15 +++ .../actions/VirtualFileDeleteProvider.java | 15 +++ .../fileChooser/ex/FileChooserDialogImpl.java | 15 +++ .../openapi/fileChooser/ex/FileChooserKeys.java | 15 +++ .../intellij/openapi/fileChooser/ex/FileDrop.java | 15 +++ .../openapi/fileChooser/ex/FileLookup.java | 15 +++ .../openapi/fileChooser/ex/FileNodeDescriptor.java | 15 +++ .../fileChooser/ex/FileSaverDialogImpl.java | 15 +++ .../fileChooser/ex/FileSystemTreeFactoryImpl.java | 36 ++---- .../openapi/fileChooser/ex/FileSystemTreeImpl.java | 15 +++ .../openapi/fileChooser/ex/FileTextFieldImpl.java | 15 +++ .../openapi/fileChooser/ex/LocalFsFinder.java | 15 +++ .../openapi/fileChooser/ex/RootFileElement.java | 15 +++ .../fileChooser/impl/FileChooserFactoryImpl.java | 15 +++ .../openapi/fileChooser/impl/FileComparator.java | 16 +++ .../openapi/fileChooser/impl/FileTreeBuilder.java | 16 +++ .../fileChooser/impl/FileTreeStructure.java | 16 +++ .../openapi/fileEditor/ex/FileEditorManagerEx.java | 15 +++ .../fileEditor/ex/FileEditorProviderManager.java | 15 +++ .../openapi/fileEditor/ex/IdeDocumentHistory.java | 15 +++ .../openapi/fileEditor/impl/EditorComposite.java | 15 +++ .../fileEditor/impl/EditorHistoryManager.java | 15 +++ .../fileEditor/impl/EditorTabColorProvider.java | 15 +++ .../fileEditor/impl/EditorTabTitleProvider.java | 15 +++ .../fileEditor/impl/EditorTabbedContainer.java | 15 +++ .../openapi/fileEditor/impl/EditorWindow.java | 15 +++ .../impl/EditorWithProviderComposite.java | 15 +++ .../openapi/fileEditor/impl/EditorsSplitters.java | 15 +++ .../fileEditor/impl/FileDocumentManagerImpl.java | 15 +++ .../fileEditor/impl/FileEditorInfoPane.java | 14 ++- .../fileEditor/impl/FileEditorManagerImpl.java | 15 +++ .../impl/FileEditorProviderManagerImpl.java | 15 +++ .../openapi/fileEditor/impl/HistoryEntry.java | 15 +++ .../fileEditor/impl/IdeDocumentHistoryImpl.java | 15 +++ .../openapi/fileEditor/impl/LoadTextUtil.java | 15 +++ .../impl/MoveEditorToOppositeTabGroupAction.java | 15 +++ .../fileEditor/impl/SelectNextEditorTabAction.java | 16 +++ .../impl/SelectPreviousEditorTabAction.java | 16 +++ .../fileEditor/impl/TrailingSpacesStripper.java | 15 +++ .../fileEditor/impl/WaverGraphicsDecorator.java | 14 ++- .../impl/http/DownloadRemoteFilePanel.java | 15 +++ .../fileEditor/impl/http/HttpFileEditor.java | 15 +++ .../impl/http/HttpFileEditorProvider.java | 15 +++ .../fileEditor/impl/text/CodeFoldingState.java | 15 +++ .../fileEditor/impl/text/FileDropHandler.java | 15 +++ .../fileEditor/impl/text/TextEditorComponent.java | 15 +++ .../fileEditor/impl/text/TextEditorImpl.java | 15 +++ .../fileEditor/impl/text/TextEditorProvider.java | 15 +++ .../fileEditor/impl/text/TextEditorState.java | 15 +++ .../openapi/fileTypes/FileTypesBundle.java | 15 +++ .../openapi/fileTypes/PlainTextFileType.java | 112 +++++++---------- .../openapi/fileTypes/PlainTextLanguage.java | 14 ++- .../fileTypes/ex/CustomFileTypeFactory.java | 15 +++ .../fileTypes/ex/ExternalizableFileType.java | 15 +++ .../openapi/fileTypes/ex/FakeFileType.java | 16 +++ .../openapi/fileTypes/ex/FileTypeChooser.java | 15 +++ .../ex/FileTypeIdentifiableByVirtualFile.java | 16 +++ .../openapi/fileTypes/ex/FileTypeManagerEx.java | 15 +++ .../openapi/fileTypes/impl/AbstractFileType.java | 15 +++ .../openapi/fileTypes/impl/FileTypeAssocTable.java | 14 ++- .../fileTypes/impl/FileTypeManagerImpl.java | 15 +++ .../openapi/fileTypes/impl/FileTypeRenderer.java | 15 +++ .../openapi/fileTypes/impl/ImportedFileType.java | 15 +++ .../fileTypes/impl/PlatformFileTypeFactory.java | 15 +++ .../openapi/keymap/ex/KeymapManagerEx.java | 15 +++ .../keymap/ex/WeakKeymapManagerListener.java | 15 +++ .../openapi/keymap/impl/ActionProcessor.java | 15 +++ .../openapi/keymap/impl/BundledKeymapProvider.java | 15 +++ .../intellij/openapi/keymap/impl/Converter01.java | 15 +++ .../openapi/keymap/impl/DefaultKeymap.java | 15 +++ .../openapi/keymap/impl/DefaultKeymapImpl.java | 15 +++ .../openapi/keymap/impl/IdeKeyEventDispatcher.java | 15 +++ .../keymap/impl/IdeMouseEventDispatcher.java | 15 +++ .../openapi/keymap/impl/KeyProcessorContext.java | 15 +++ .../keymap/impl/KeymapGroupFactoryImpl.java | 15 +++ .../intellij/openapi/keymap/impl/KeymapImpl.java | 15 +++ .../openapi/keymap/impl/KeymapManagerImpl.java | 15 +++ .../openapi/keymap/impl/MacOSDefaultKeymap.java | 15 +++ .../impl/keyGestures/GestureActionEvent.java | 15 +++ .../keymap/impl/keyGestures/KeyGestureState.java | 15 +++ .../impl/keyGestures/KeyboardGestureProcessor.java | 15 +++ .../keymap/impl/keyGestures/StateContext.java | 15 +++ .../openapi/keymap/impl/ui/ActionsTree.java | 15 +++ .../openapi/keymap/impl/ui/ActionsTreeUtil.java | 15 +++ .../openapi/keymap/impl/ui/EditKeymapsDialog.java | 15 +++ .../keymap/impl/ui/EditQuickListDialog.java | 15 +++ .../com/intellij/openapi/keymap/impl/ui/Group.java | 15 +++ .../keymap/impl/ui/KeyboardShortcutDialog.java | 15 +++ .../openapi/keymap/impl/ui/KeymapConfigurable.java | 15 +++ .../openapi/keymap/impl/ui/KeymapPanel.java | 15 +++ .../keymap/impl/ui/MouseShortcutDialog.java | 15 +++ .../openapi/keymap/impl/ui/QuickListPanel.java | 15 +++ .../openapi/keymap/impl/ui/QuickListsPanel.java | 14 ++- .../openapi/keymap/impl/ui/ShortcutTextField.java | 14 ++- .../openapi/keymap/impl/ui/TestGestureAction.java | 15 +++ .../openapi/options/AbstractSchemesManager.java | 15 +++ .../openapi/options/CompositeConfigurable.java | 20 ++- .../openapi/options/SchemesManagerFactoryImpl.java | 15 +++ .../openapi/options/SchemesManagerImpl.java | 15 +++ .../openapi/options/TabbedConfigurable.java | 15 +++ .../openapi/options/binding/BeanValueAccessor.java | 15 +++ .../openapi/options/binding/BindControl.java | 15 +++ .../options/binding/BindableConfigurable.java | 18 +-- .../openapi/options/binding/ControlBinder.java | 18 +-- .../options/binding/ControlValueAccessor.java | 15 +++ .../openapi/options/binding/ValueAccessor.java | 18 +-- .../options/binding/ValueTypeConverter.java | 15 +++ .../openapi/options/ex/ConfigurableFilter.java | 15 +++ .../options/ex/ControlPanelMnemonicsUtil.java | 16 +++ .../options/ex/ControlPanelSettingsEditor.java | 15 +++ .../openapi/options/ex/ExplorerSettingsEditor.java | 15 +++ .../intellij/openapi/options/ex/GlassPanel.java | 14 ++- .../openapi/options/ex/IdeConfigurablesGroup.java | 15 +++ .../options/ex/ProjectConfigurableWrapper.java | 15 +++ .../options/ex/ProjectConfigurablesGroup.java | 15 +++ .../options/ex/SingleConfigurableEditor.java | 15 +++ .../openapi/options/newEditor/OptionsEditor.java | 15 +++ .../options/newEditor/OptionsEditorColleague.java | 15 +++ .../options/newEditor/OptionsEditorContext.java | 15 +++ .../options/newEditor/OptionsEditorDialog.java | 15 +++ .../openapi/options/newEditor/OptionsTree.java | 15 +++ .../options/newEditor/ShowSearchFieldAction.java | 15 +++ .../impl/BackgroundableProcessIndicator.java | 16 +++ .../openapi/progress/impl/ProgressManagerImpl.java | 15 +++ .../progress/util/BlockingProgressIndicator.java | 15 ++- .../openapi/progress/util/ColorProgressBar.java | 15 +++ .../openapi/progress/util/CommandLineProgress.java | 15 +++ .../util/DispatchThreadProgressWindow.java | 15 +++ .../progress/util/MaxIntervalCalculator.java | 15 +++ .../openapi/progress/util/ProgressBar.java | 15 +++ .../progress/util/ProgressIndicatorBase.java | 15 +++ .../progress/util/ProgressIndicatorListener.java | 15 +++ .../util/ProgressIndicatorListenerAdapter.java | 15 +++ .../openapi/progress/util/ProgressStream.java | 15 +++ .../openapi/progress/util/ProgressWindow.java | 15 +++ .../util/ProgressWindowWithNotification.java | 15 +++ .../openapi/progress/util/ProgressWrapper.java | 16 +++ .../progress/util/SmoothProgressAdapter.java | 15 +++ .../openapi/progress/util/StatusBarProgress.java | 15 +++ .../openapi/project/DumbModeIndicator.java | 15 ++- .../intellij/openapi/project/DumbServiceImpl.java | 15 ++- .../com/intellij/openapi/project/ex/ProjectEx.java | 15 +++ .../openapi/project/ex/ProjectManagerEx.java | 15 +++ .../openapi/project/impl/DefaultProject.java | 15 ++- .../project/impl/DefaultProjectLocator.java | 16 +++ .../openapi/project/impl/DefineMacrosDialog.java | 15 ++- .../project/impl/ProjectDetailsComponent.java | 15 +++ .../intellij/openapi/project/impl/ProjectImpl.java | 15 +++ .../project/impl/ProjectLifecycleListener.java | 16 +++ .../openapi/project/impl/ProjectMacrosUtil.java | 16 +++ .../openapi/project/impl/ProjectManagerImpl.java | 15 +++ .../project/impl/ProjectReloadStateImpl.java | 36 ++---- .../project/impl/ProjectStoreClassProvider.java | 15 +++ .../impl/TooManyProjectLeakedException.java | 16 +++ .../project/impl/UndefinedMacrosConfigurable.java | 15 ++- .../configuration/actions/IconWithTextAction.java | 15 +++ .../src/com/intellij/openapi/ui/ex/MessagesEx.java | 15 +++ .../com/intellij/openapi/ui/ex/MultiLineLabel.java | 15 +++ .../ui/impl/DialogWrapperPeerFactoryImpl.java | 15 +++ .../openapi/ui/impl/DialogWrapperPeerImpl.java | 15 +++ .../openapi/ui/impl/FocusTrackbackProvider.java | 15 +++ .../ui/impl/GlassPaneDialogWrapperPeer.java | 15 +++ .../openapi/ui/impl/ShadowBorderPainter.java | 15 +++ .../openapi/ui/playback/PlaybackCommand.java | 15 +++ .../openapi/ui/playback/PlaybackRunner.java | 15 +++ .../ui/playback/commands/AbstractCommand.java | 15 +++ .../ui/playback/commands/ActionCommand.java | 15 +++ .../playback/commands/AlphaNumericTypeCommand.java | 15 +++ .../ui/playback/commands/AssertFocused.java | 15 +++ .../openapi/ui/playback/commands/DelayCommand.java | 15 +++ .../openapi/ui/playback/commands/EmptyCommand.java | 15 +++ .../openapi/ui/playback/commands/ErrorCommand.java | 15 +++ .../ui/playback/commands/KeyShortcutCommand.java | 15 +++ .../openapi/ui/playback/commands/KeyStokeMap.java | 15 +++ .../openapi/ui/playback/commands/StopCommand.java | 15 +++ .../openapi/ui/playback/commands/TypeCommand.java | 15 +++ .../updateSettings/impl/AbstractUpdateDialog.java | 16 +++ .../updateSettings/impl/CheckForUpdateAction.java | 15 +++ .../updateSettings/impl/DetectedPluginsPanel.java | 16 +++ .../impl/LabelTextReplacingUtil.java | 15 ++- .../updateSettings/impl/NoUpdatesDialog.java | 15 +++ .../updateSettings/impl/PluginDownloader.java | 16 +++ .../openapi/updateSettings/impl/UpdateChecker.java | 16 +++ .../updateSettings/impl/UpdateInfoDialog.java | 15 +++ .../updateSettings/impl/UpdateSettings.java | 15 +++ .../impl/UpdateSettingsConfigurable.java | 15 +++ .../openapi/util/JDOMExternalizableAdapter.java | 18 +-- .../issueLinks/ClickableTreeCellRenderer.java | 15 +++ .../changes/issueLinks/LinkMouseListenerBase.java | 15 +++ .../changes/issueLinks/TreeLinkMouseListener.java | 15 +++ .../changes/issueLinks/TreeNodePartListener.java | 15 +++ .../openapi/vcs/impl/FileStatusFactoryImpl.java | 15 +++ .../intellij/openapi/vcs/impl/FileStatusImpl.java | 15 +++ .../openapi/vcs/impl/FileStatusManagerImpl.java | 15 +++ .../openapi/vcs/impl/FileStatusProvider.java | 15 +++ .../openapi/vcs/readOnlyHandler/FileInfo.java | 36 ++---- .../vcs/readOnlyHandler/FileListRenderer.java | 15 +++ .../openapi/vcs/readOnlyHandler/HandleType.java | 36 ++---- .../vcs/readOnlyHandler/HandleTypeFactory.java | 15 +++ .../readOnlyHandler/ReadonlyStatusHandlerImpl.java | 36 ++---- .../vcs/readOnlyHandler/WritingAccessProvider.java | 15 +++ .../vfs/encoding/ChangeEncodingUpdateGroup.java | 15 +++ .../vfs/encoding/ChangeFileEncodingGroup.java | 15 +++ .../openapi/vfs/encoding/ChooseEncodingDialog.java | 15 +++ .../vfs/encoding/ChooseFileEncodingAction.java | 16 +++ .../openapi/vfs/encoding/EncodingManagerImpl.java | 16 +++ .../vfs/encoding/EncodingProjectManagerImpl.java | 16 +++ .../openapi/vfs/ex/VirtualFileManagerAdapter.java | 15 +++ .../openapi/vfs/ex/VirtualFileManagerEx.java | 15 +++ .../openapi/vfs/ex/dummy/DummyFileSystem.java | 15 +++ .../openapi/vfs/ex/dummy/VirtualFileDataImpl.java | 15 +++ .../vfs/ex/dummy/VirtualFileDirectoryImpl.java | 15 +++ .../openapi/vfs/ex/dummy/VirtualFileImpl.java | 15 +++ .../openapi/vfs/ex/temp/TempFileSystem.java | 16 +++ .../vfs/impl/BulkVirtualFileListenerAdapter.java | 16 +++ .../vfs/impl/IdentityVirtualFilePointer.java | 15 +++ .../openapi/vfs/impl/NullVirtualFilePointer.java | 15 +++ .../openapi/vfs/impl/VirtualFileManagerImpl.java | 15 +++ .../vfs/impl/VirtualFilePointerContainerImpl.java | 15 +++ .../openapi/vfs/impl/VirtualFilePointerImpl.java | 15 +++ .../vfs/impl/VirtualFilePointerManagerImpl.java | 15 +++ .../impl/http/DefaultRemoteContentProvider.java | 15 +++ .../vfs/impl/http/FileDownloadingAdapter.java | 15 +++ .../vfs/impl/http/FileDownloadingListener.java | 15 +++ .../openapi/vfs/impl/http/HttpFileSystemImpl.java | 15 +++ .../openapi/vfs/impl/http/HttpVirtualFile.java | 15 +++ .../openapi/vfs/impl/http/LocalFileStorage.java | 15 +++ .../vfs/impl/http/RemoteContentProvider.java | 15 +++ .../openapi/vfs/impl/http/RemoteFileInfo.java | 15 +++ .../openapi/vfs/impl/http/RemoteFileManager.java | 15 +++ .../openapi/vfs/impl/http/RemoteFileUtil.java | 15 +++ .../openapi/vfs/impl/http/VirtualFileImpl.java | 15 +++ .../openapi/vfs/impl/jar/JarFileSystemImpl.java | 15 +++ .../intellij/openapi/vfs/impl/jar/JarHandler.java | 16 +++ .../openapi/vfs/impl/local/FileWatcher.java | 16 +++ .../vfs/impl/local/LocalFileSystemImpl.java | 15 +++ .../openapi/vfs/impl/local/VirtualFileImpl.java | 15 +++ .../vfs/impl/local/VirtualFileInfoAction.java | 15 +++ .../openapi/vfs/newvfs/RefreshProgress.java | 16 +++ .../openapi/vfs/newvfs/RefreshQueueImpl.java | 16 +++ .../openapi/vfs/newvfs/RefreshSessionImpl.java | 16 +++ .../openapi/vfs/newvfs/impl/FakeVirtualFile.java | 16 +++ .../vfs/newvfs/impl/VirtualDirectoryImpl.java | 16 +++ .../openapi/vfs/newvfs/impl/VirtualFileImpl.java | 16 +++ .../vfs/newvfs/impl/VirtualFileSystemEntry.java | 16 +++ .../vfs/newvfs/persistent/CheckSanityAction.java | 16 +++ .../openapi/vfs/newvfs/persistent/FSRecords.java | 16 +++ .../vfs/newvfs/persistent/PersistentFS.java | 16 +++ .../vfs/newvfs/persistent/RefreshWorker.java | 16 +++ .../vfs/tracker/VirtualFileTrackerImpl.java | 15 +++ .../openapi/wm/ex/IdeFocusTraversalPolicy.java | 15 +++ .../wm/ex/LayoutFocusTraversalPolicyExt.java | 15 +++ .../openapi/wm/ex/ProgressIndicatorEx.java | 15 +++ .../com/intellij/openapi/wm/ex/StatusBarEx.java | 15 +++ .../com/intellij/openapi/wm/ex/ToolWindowEx.java | 15 +++ .../openapi/wm/ex/ToolWindowManagerAdapter.java | 16 +++ .../openapi/wm/ex/ToolWindowManagerEx.java | 15 +++ .../openapi/wm/ex/ToolWindowManagerListener.java | 15 +++ .../intellij/openapi/wm/ex/WindowManagerEx.java | 15 +++ .../openapi/wm/impl/AWTUtilitiesWrapper.java | 15 +++ .../openapi/wm/impl/ActivatableLineBorder.java | 15 +++ .../com/intellij/openapi/wm/impl/ActiveStack.java | 15 +++ .../intellij/openapi/wm/impl/CommandProcessor.java | 15 +++ .../intellij/openapi/wm/impl/DesktopLayout.java | 15 +++ .../openapi/wm/impl/FloatingDecorator.java | 15 +++ .../openapi/wm/impl/FrameTitleBuilder.java | 15 +++ .../intellij/openapi/wm/impl/HierarchyWatcher.java | 15 +++ .../openapi/wm/impl/IdeFocusManagerHeadless.java | 15 +++ .../openapi/wm/impl/IdeFocusManagerImpl.java | 15 +++ .../com/intellij/openapi/wm/impl/IdeFrameImpl.java | 15 +++ .../intellij/openapi/wm/impl/IdeGlassPaneEx.java | 15 +++ .../intellij/openapi/wm/impl/IdeGlassPaneImpl.java | 15 +++ .../com/intellij/openapi/wm/impl/IdeMenuBar.java | 15 +++ .../com/intellij/openapi/wm/impl/IdeRootPane.java | 15 +++ .../openapi/wm/impl/IdeRootPaneNorthExtension.java | 16 +++ .../openapi/wm/impl/InternalDecorator.java | 15 +++ .../openapi/wm/impl/InternalDecoratorListener.java | 15 +++ .../openapi/wm/impl/PlatformFrameTitleBuilder.java | 15 +++ .../com/intellij/openapi/wm/impl/SideStack.java | 15 +++ .../src/com/intellij/openapi/wm/impl/Stripe.java | 15 +++ .../com/intellij/openapi/wm/impl/StripeButton.java | 15 +++ .../intellij/openapi/wm/impl/StripeButtonUI.java | 15 +++ .../src/com/intellij/openapi/wm/impl/Surface.java | 15 +++ .../openapi/wm/impl/TestWindowManager.java | 15 +++ .../com/intellij/openapi/wm/impl/TitlePanel.java | 15 +++ .../wm/impl/ToolWindowHeadlessManagerImpl.java | 14 ++- .../intellij/openapi/wm/impl/ToolWindowImpl.java | 15 +++ .../openapi/wm/impl/ToolWindowManagerImpl.java | 15 +++ .../intellij/openapi/wm/impl/ToolWindowsPane.java | 15 +++ .../openapi/wm/impl/VisibilityWatcher.java | 15 +++ .../intellij/openapi/wm/impl/WindowInfoImpl.java | 15 +++ .../openapi/wm/impl/WindowManagerImpl.java | 15 +++ .../intellij/openapi/wm/impl/WindowWatcher.java | 15 +++ .../wm/impl/commands/ApplyWindowInfoCmd.java | 16 +++ .../wm/impl/commands/FinalizableCommand.java | 15 +++ .../openapi/wm/impl/commands/InvokeLaterCmd.java | 15 +++ .../commands/RequestFocusInEditorComponentCmd.java | 16 +++ .../impl/commands/RequestFocusInToolWindowCmd.java | 15 +++ .../wm/impl/commands/UpdateRootPaneCmd.java | 15 +++ .../openapi/wm/impl/content/BaseLabel.java | 15 +++ .../openapi/wm/impl/content/ContentTabLabel.java | 15 +++ .../wm/impl/content/ToolWindowContentUi.java | 15 +++ .../wm/impl/status/AddTestProcessAction.java | 15 +++ .../status/AddTestProcessActionIndefinite.java | 15 +++ .../openapi/wm/impl/status/EncodingPanel.java | 15 +++ .../wm/impl/status/InfoAndProgressPanel.java | 15 +++ .../wm/impl/status/InlineProgressIndicator.java | 15 +++ .../wm/impl/status/InsertOverwritePanel.java | 15 +++ .../openapi/wm/impl/status/MemoryUsagePanel.java | 15 +++ .../openapi/wm/impl/status/PositionPanel.java | 15 +++ .../openapi/wm/impl/status/ProcessPopup.java | 15 +++ .../wm/impl/status/ShowProcessWindowAction.java | 15 +++ .../openapi/wm/impl/status/StatusBarImpl.java | 15 +++ .../openapi/wm/impl/status/StatusBarPatch.java | 15 +++ .../wm/impl/status/StatusBarTooltipper.java | 15 +++ .../intellij/openapi/wm/impl/status/TextPanel.java | 15 +++ .../impl/status/ToggleReadOnlyAttributePanel.java | 15 +++ .../wm/impl/welcomeScreen/ReadHelpAction.java | 15 +++ .../impl/welcomeScreen/RecentProjectsAction.java | 15 +++ .../wm/impl/welcomeScreen/WelcomePopupAction.java | 15 +++ .../wm/impl/welcomeScreen/WelcomeScreen.java | 15 +++ .../impl/welcomeScreen/WelcomeScrollablePanel.java | 15 +++ .../ui/TreeExpansionMonitor.java | 15 +++ .../platform/DirectoryProjectConfigurator.java | 15 +++ .../platform/DirectoryProjectGenerator.java | 15 +++ .../intellij/platform/FilesystemToolwindow.java | 16 +++ .../platform/FilesystemToolwindowOpener.java | 15 +++ .../platform/NewDirectoryProjectAction.java | 15 +++ .../platform/NewDirectoryProjectDialog.java | 15 +++ .../platform/OpenDirectoryProjectAction.java | 15 +++ .../platform/PlatformFileProjectDirectoryRule.java | 15 +++ .../platform/PlatformProjectOpenProcessor.java | 15 +++ .../intellij/platform/PlatformProjectStarter.java | 16 +++ .../intellij/platform/ProjectBaseDirectory.java | 15 +++ .../src/com/intellij/psi/ExternalChangeAction.java | 2 +- .../psi/statistics/impl/StatisticsManagerImpl.java | 15 +++ .../psi/statistics/impl/StatisticsUnit.java | 15 +++ .../psi/statistics/impl/WrongFormatException.java | 15 +++ .../com/intellij/ui/AbstractToolTipHandler.java | 15 +++ .../src/com/intellij/ui/AppUIUtil.java | 15 +++ .../src/com/intellij/ui/BalloonImpl.java | 15 +++ .../src/com/intellij/ui/BalloonLayout.java | 15 +++ .../src/com/intellij/ui/CheckboxTree.java | 15 +++ .../platform-impl/src/com/intellij/ui/Colors.java | 15 +++ .../src/com/intellij/ui/ComboboxSpeedSearch.java | 14 ++- .../src/com/intellij/ui/CompTitledBorder.java | 15 +++ .../src/com/intellij/ui/DialogButtonGroup.java | 15 +++ .../src/com/intellij/ui/EditorComboBox.java | 15 +++ .../src/com/intellij/ui/EditorComboBoxEditor.java | 15 +++ .../src/com/intellij/ui/EditorTextField.java | 15 +++ .../intellij/ui/FieldPanelWithChangeSupport.java | 15 +++ .../src/com/intellij/ui/FocusTrackback.java | 15 +++ .../src/com/intellij/ui/Focusable.java | 15 +++ .../src/com/intellij/ui/GrowlNotifications.java | 15 +++ .../src/com/intellij/ui/HeavyweightHint.java | 15 +++ .../platform-impl/src/com/intellij/ui/Hint.java | 15 +++ .../src/com/intellij/ui/HintListener.java | 15 +++ .../src/com/intellij/ui/HorizontalLabeledIcon.java | 15 +++ .../src/com/intellij/ui/HoverHyperlinkLabel.java | 15 +++ .../src/com/intellij/ui/IdeGraphics2D.java | 15 +++ .../src/com/intellij/ui/IdeaBlueMetalTheme.java | 15 +++ .../src/com/intellij/ui/JBTabsPaneImpl.java | 15 +++ .../src/com/intellij/ui/LabeledIcon.java | 15 +++ .../src/com/intellij/ui/LicenseeInfoProvider.java | 15 +++ .../src/com/intellij/ui/LightweightHint.java | 15 +++ .../src/com/intellij/ui/ListSpeedSearch.java | 15 +++ .../src/com/intellij/ui/ListToolTipHandler.java | 15 +++ .../src/com/intellij/ui/ListenerUtil.java | 15 +++ .../src/com/intellij/ui/MoveComponentListener.java | 14 ++- .../com/intellij/ui/MultilineTreeCellRenderer.java | 15 +++ .../com/intellij/ui/OneSideRoundedLineBorder.java | 15 +++ .../src/com/intellij/ui/PasswordFieldPanel.java | 15 +++ .../com/intellij/ui/PrevNextActionsDescriptor.java | 16 +++ .../src/com/intellij/ui/RecentsManager.java | 15 +++ .../ui/ReferenceEditorWithBrowseButton.java | 14 ++- .../com/intellij/ui/ResizeComponentListener.java | 14 ++- .../src/com/intellij/ui/SelectionSaver.java | 15 +++ .../src/com/intellij/ui/SeparatorComponent.java | 20 ++- .../src/com/intellij/ui/SeparatorOrientation.java | 15 +++ .../src/com/intellij/ui/SideBorder2.java | 15 +++ .../src/com/intellij/ui/SpeedSearchBase.java | 15 +++ .../platform-impl/src/com/intellij/ui/Splash.java | 15 +++ .../src/com/intellij/ui/SplittingUtil.java | 15 +++ .../com/intellij/ui/StateRestoringCheckBox.java | 16 +++ .../src/com/intellij/ui/StrikeoutLabel.java | 15 +++ .../src/com/intellij/ui/SystemNotifications.java | 15 +++ .../com/intellij/ui/SystemNotificationsImpl.java | 15 +++ .../src/com/intellij/ui/TabbedPane.java | 15 +++ .../src/com/intellij/ui/TabbedPaneImpl.java | 15 +++ .../src/com/intellij/ui/TabbedPaneWrapper.java | 15 +++ .../com/intellij/ui/TableCellEditorWithButton.java | 15 +++ .../src/com/intellij/ui/TableCellKey.java | 15 +++ .../src/com/intellij/ui/TableToolTipHandler.java | 15 +++ .../src/com/intellij/ui/TableViewSpeedSearch.java | 15 +++ .../src/com/intellij/ui/TextAccessor.java | 16 +++ .../intellij/ui/ToolTipHandlerProviderImpl.java | 14 ++- .../src/com/intellij/ui/TreeExpandCollapse.java | 15 +++ .../src/com/intellij/ui/TreeList.java | 15 +++ .../src/com/intellij/ui/TreeSpeedSearch.java | 15 +++ .../src/com/intellij/ui/TreeTableSpeedSearch.java | 14 ++- .../src/com/intellij/ui/TreeToolTipHandler.java | 15 +++ .../src/com/intellij/ui/TreeUIHelperImpl.java | 15 +++ .../intellij/ui/content/ComponentContentUI.java | 15 +++ .../intellij/ui/content/ContentFactoryImpl.java | 15 +++ .../intellij/ui/content/ContentManagerUtil.java | 15 +++ .../src/com/intellij/ui/content/MessageView.java | 15 +++ .../intellij/ui/content/TabbedPaneContentUI.java | 15 +++ .../com/intellij/ui/content/impl/ContentImpl.java | 15 +++ .../ui/content/impl/ContentManagerImpl.java | 15 +++ .../intellij/ui/content/impl/MessageViewImpl.java | 15 +++ .../ui/content/tabs/PinToolwindowTabAction.java | 15 +++ .../ui/content/tabs/TabbedContentAction.java | 15 +++ .../ui/errorView/impl/ErrorViewFactoryImpl.java | 36 ++---- .../src/com/intellij/ui/growl/Foundation.java | 15 +++ .../com/intellij/ui/growl/FoundationLibrary.java | 15 +++ .../src/com/intellij/ui/growl/Growl.java | 15 +++ .../src/com/intellij/ui/growl/ID.java | 15 +++ .../src/com/intellij/ui/growl/Selector.java | 15 +++ .../src/com/intellij/ui/plaf/beg/BegBorders.java | 15 +++ .../src/com/intellij/ui/plaf/beg/BegButtonUI.java | 15 +++ .../com/intellij/ui/plaf/beg/BegCellRenderer.java | 15 +++ .../com/intellij/ui/plaf/beg/BegCheckBoxUI.java | 15 +++ .../intellij/ui/plaf/beg/BegComboBoxButton.java | 15 +++ .../com/intellij/ui/plaf/beg/BegComboBoxUI.java | 15 +++ .../src/com/intellij/ui/plaf/beg/BegListUI.java | 15 +++ .../com/intellij/ui/plaf/beg/BegMenuBorder.java | 15 +++ .../com/intellij/ui/plaf/beg/BegMenuItemUI.java | 15 +++ .../intellij/ui/plaf/beg/BegPopupMenuBorder.java | 15 +++ .../com/intellij/ui/plaf/beg/BegRadioButtonUI.java | 15 +++ .../src/com/intellij/ui/plaf/beg/BegResources.java | 15 +++ .../com/intellij/ui/plaf/beg/BegScrollBarUI.java | 15 +++ .../com/intellij/ui/plaf/beg/BegScrollPaneUI.java | 15 +++ .../com/intellij/ui/plaf/beg/BegTabbedPaneUI.java | 15 +++ .../src/com/intellij/ui/plaf/beg/BegTableUI.java | 15 +++ .../intellij/ui/plaf/beg/BegTreeHandleUtil.java | 15 +++ .../src/com/intellij/ui/plaf/beg/BegTreeUI.java | 15 +++ .../src/com/intellij/ui/plaf/beg/IdeaMenuUI.java | 15 +++ .../src/com/intellij/ui/popup/AbstractPopup.java | 15 +++ .../intellij/ui/popup/BalloonPopupBuilderImpl.java | 15 +++ .../com/intellij/ui/popup/ClosableByLeftArrow.java | 15 ++- .../ui/popup/ComponentPopupBuilderImpl.java | 14 ++- .../ui/popup/FramelessNotificationPopup.java | 14 ++- .../com/intellij/ui/popup/NotificationPopup.java | 14 ++- .../src/com/intellij/ui/popup/PopupComponent.java | 15 +++ .../src/com/intellij/ui/popup/PopupDispatcher.java | 15 ++- .../com/intellij/ui/popup/PopupFactoryImpl.java | 15 ++- .../src/com/intellij/ui/popup/PopupIcons.java | 15 ++- .../src/com/intellij/ui/popup/PopupOwner.java | 2 +- .../src/com/intellij/ui/popup/SpeedSearchPane.java | 15 ++- .../ui/popup/StackingPopupDispatcherImpl.java | 14 ++- .../src/com/intellij/ui/popup/WizardPopup.java | 15 ++- .../ui/popup/list/GroupedItemsListRenderer.java | 15 ++- .../com/intellij/ui/popup/list/ListPopupImpl.java | 15 ++- .../com/intellij/ui/popup/list/ListPopupModel.java | 15 ++- .../ui/popup/list/PopupListElementRenderer.java | 15 ++- .../intellij/ui/popup/mock/MockConfirmation.java | 15 +++ .../com/intellij/ui/popup/tree/TreePopupImpl.java | 15 ++- .../intellij/ui/popup/util/MnemonicsSearch.java | 15 ++- .../src/com/intellij/ui/wizard/WizardAction.java | 15 ++- .../src/com/intellij/ui/wizard/WizardCallback.java | 15 ++- .../src/com/intellij/ui/wizard/WizardDialog.java | 15 ++- .../src/com/intellij/ui/wizard/WizardModel.java | 15 ++- .../intellij/ui/wizard/WizardNavigationState.java | 15 ++- .../src/com/intellij/ui/wizard/WizardStep.java | 15 ++- .../src/com/intellij/util/CachedValueBase.java | 15 +++ .../src/com/intellij/util/CachedValueImpl.java | 16 +++ .../src/com/intellij/util/CachedValuesFactory.java | 15 +++ .../com/intellij/util/CachedValuesManagerImpl.java | 15 +++ .../intellij/util/DefaultCachedValuesFactory.java | 15 +++ .../src/com/intellij/util/EditorPopupHandler.java | 15 +++ .../src/com/intellij/util/IJSwingUtilities.java | 15 +++ .../util/InstanceofCheckerGeneratorImpl.java | 15 ++- .../util/ParameterizedCachedValueImpl.java | 16 +++ .../com/intellij/util/PatchedSoftReference.java | 2 +- .../com/intellij/util/PatchedWeakReference.java | 2 +- .../com/intellij/util/PendingEventDispatcher.java | 15 +++ .../com/intellij/util/ScrambledInputStream.java | 15 +++ .../com/intellij/util/ScrambledOutputStream.java | 15 +++ .../intellij/util/io/ByteBufferIntObjectMap.java | 15 +++ .../src/com/intellij/util/io/ByteBufferMap.java | 15 +++ .../util/io/ByteBufferMapWriteHandler.java | 15 +++ .../intellij/util/io/ByteBufferRADataInput.java | 15 +++ .../src/com/intellij/util/io/FileByteBuffer.java | 15 +++ .../src/com/intellij/util/io/FileKeyProvider.java | 15 +++ .../src/com/intellij/util/io/FileTypeFilter.java | 15 +++ .../intellij/util/io/IntArrayValueProvider.java | 15 +++ .../src/com/intellij/util/io/IntValueProvider.java | 15 +++ .../com/intellij/util/io/IntegerKeyProvider.java | 15 +++ .../com/intellij/util/io/StringKeyProvider.java | 15 +++ .../com/intellij/util/io/UrlConnectionUtil.java | 14 ++- .../src/com/intellij/util/io/WriteableMap.java | 15 +++ .../com/intellij/util/io/WriteableMapAdapter.java | 15 +++ .../util/io/WriteableTIntObjectMapAdapter.java | 15 +++ .../ui/CellEditorComponentWithBrowseButton.java | 15 ++- .../com/intellij/util/ui/ChildFocusWatcher.java | 15 +++ .../net/sf/cglib/proxy/BridgeMethodGenerator.java | 15 +++ .../src/org/apache/xmlrpc/IdeaAwareWebServer.java | 15 +++ .../org/apache/xmlrpc/IdeaAwareXmlRpcServer.java | 15 +++ .../intellij/ide/plugins/VersionCompareTest.java | 15 +++ .../testSrc/com/intellij/idea/LockSupportTest.java | 15 +++ .../openapi/actionSystem/PresentationTest.java | 15 +++ .../openapi/execution/ParametersListTest.java | 15 +++ .../testSrc/com/intellij/ui/BasicTreeModel.java | 15 +++ .../com/intellij/ui/TreeExpandCollapseTest.java | 15 +++ .../com/intellij/util/IJSwingUtilitiesTest.java | 15 +++ .../util/config/ExternalizablePropertyTest.java | 15 +++ .../com/intellij/util/ui/tree/TreeUtilTest.java | 15 +++ plugins/IntelliLang/IntelliLangJava.iml | 10 +- plugins/devkit/devkit.iml | 10 +- plugins/maven/maven.iml | 1 + plugins/testng/testng.iml | 9 +- plugins/testng_rt/testng_rt.iml | 10 +- plugins/xpath/xpath.iml | 10 +- 2279 files changed, 23575 insertions(+), 2121 deletions(-) create mode 100644 .idea/copyright/apache_2_license.xml create mode 100644 .idea/libraries/JavaHelp.xml create mode 100644 .idea/libraries/Jaxen.xml create mode 100644 .idea/libraries/Mac.xml create mode 100644 .idea/libraries/TestNG.xml create mode 100644 lib/src/jhsrc.jar rewrite platform/platform-api/src/com/intellij/ide/CompositeSelectInTarget.java (62%) rewrite platform/platform-api/src/com/intellij/openapi/command/undo/NonDocumentUndoableAction.java (61%) rewrite platform/platform-api/src/com/intellij/openapi/fileTypes/UnknownFileType.java (61%) rewrite platform/platform-api/src/com/intellij/openapi/project/DumbModeAction.java (75%) rewrite platform/platform-api/src/com/intellij/openapi/vfs/WrappingVirtualFile.java (63%) rewrite platform/platform-api/src/com/intellij/openapi/wm/ToolWindowFactory.java (67%) rewrite platform/platform-api/src/com/intellij/psi/util/CachedValue.java (71%) rewrite platform/platform-impl/src/com/intellij/ide/actions/RefCardAction.java (61%) rewrite platform/platform-impl/src/com/intellij/ide/highlighter/ArchiveFileType.java (62%) rewrite platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextFileType.java (69%) diff --git a/.gitignore b/.gitignore index 341a9f8a86..41116a4822 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /config /system .idea/workspace.xml +/out diff --git a/.idea/copyright/apache_2_license.xml b/.idea/copyright/apache_2_license.xml new file mode 100644 index 0000000000..5f94207595 --- /dev/null +++ b/.idea/copyright/apache_2_license.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/JavaHelp.xml b/.idea/libraries/JavaHelp.xml new file mode 100644 index 0000000000..458f035487 --- /dev/null +++ b/.idea/libraries/JavaHelp.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Jaxen.xml b/.idea/libraries/Jaxen.xml new file mode 100644 index 0000000000..dd17c6df93 --- /dev/null +++ b/.idea/libraries/Jaxen.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Mac.xml b/.idea/libraries/Mac.xml new file mode 100644 index 0000000000..256d4c9e54 --- /dev/null +++ b/.idea/libraries/Mac.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/TestNG.xml b/.idea/libraries/TestNG.xml new file mode 100644 index 0000000000..5ab2412b1a --- /dev/null +++ b/.idea/libraries/TestNG.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/RegExpSupport/RegExpSupport.iml b/RegExpSupport/RegExpSupport.iml index 4bc457ed7a..f23b9cfdd7 100644 --- a/RegExpSupport/RegExpSupport.iml +++ b/RegExpSupport/RegExpSupport.iml @@ -14,15 +14,7 @@ - - - - - - - - - + diff --git a/lib/src/jhsrc.jar b/lib/src/jhsrc.jar new file mode 100644 index 0000000000000000000000000000000000000000..d9c5b9432cae53ab622937a46eeef83ebfcca448 GIT binary patch literal 358922 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 literal 0 HcwPel00001 diff --git a/platform/platform-api/src/com/intellij/AppTopics.java b/platform/platform-api/src/com/intellij/AppTopics.java index 0454d8b5e3..6d638d31af 100644 --- a/platform/platform-api/src/com/intellij/AppTopics.java +++ b/platform/platform-api/src/com/intellij/AppTopics.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ExtensionPoints.java b/platform/platform-api/src/com/intellij/ExtensionPoints.java index 1108c4de40..71fe1ecd27 100644 --- a/platform/platform-api/src/com/intellij/ExtensionPoints.java +++ b/platform/platform-api/src/com/intellij/ExtensionPoints.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/codeHighlighting/BackgroundEditorHighlighter.java b/platform/platform-api/src/com/intellij/codeHighlighting/BackgroundEditorHighlighter.java index f05b4a7268..69dd0bb10d 100644 --- a/platform/platform-api/src/com/intellij/codeHighlighting/BackgroundEditorHighlighter.java +++ b/platform/platform-api/src/com/intellij/codeHighlighting/BackgroundEditorHighlighter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/codeHighlighting/HighlightDisplayLevel.java b/platform/platform-api/src/com/intellij/codeHighlighting/HighlightDisplayLevel.java index 00526fec72..3510fe3a84 100644 --- a/platform/platform-api/src/com/intellij/codeHighlighting/HighlightDisplayLevel.java +++ b/platform/platform-api/src/com/intellij/codeHighlighting/HighlightDisplayLevel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/codeHighlighting/HighlightingPass.java b/platform/platform-api/src/com/intellij/codeHighlighting/HighlightingPass.java index f8de98e0d2..9ad648783e 100644 --- a/platform/platform-api/src/com/intellij/codeHighlighting/HighlightingPass.java +++ b/platform/platform-api/src/com/intellij/codeHighlighting/HighlightingPass.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/codeInsight/highlighting/TooltipLinkHandler.java b/platform/platform-api/src/com/intellij/codeInsight/highlighting/TooltipLinkHandler.java index a6cbab3026..e3f1754c23 100644 --- a/platform/platform-api/src/com/intellij/codeInsight/highlighting/TooltipLinkHandler.java +++ b/platform/platform-api/src/com/intellij/codeInsight/highlighting/TooltipLinkHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/codeInsight/hint/HintManager.java b/platform/platform-api/src/com/intellij/codeInsight/hint/HintManager.java index 6b1b4f5013..c484aad7c9 100644 --- a/platform/platform-api/src/com/intellij/codeInsight/hint/HintManager.java +++ b/platform/platform-api/src/com/intellij/codeInsight/hint/HintManager.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-api/src/com/intellij/codeInsight/hint/QuestionAction.java b/platform/platform-api/src/com/intellij/codeInsight/hint/QuestionAction.java index f81893583e..4e3ea83130 100644 --- a/platform/platform-api/src/com/intellij/codeInsight/hint/QuestionAction.java +++ b/platform/platform-api/src/com/intellij/codeInsight/hint/QuestionAction.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; public interface QuestionAction{ diff --git a/platform/platform-api/src/com/intellij/codeStyle/CodeStyleFacade.java b/platform/platform-api/src/com/intellij/codeStyle/CodeStyleFacade.java index 29a0df5bc9..1234d86e4f 100644 --- a/platform/platform-api/src/com/intellij/codeStyle/CodeStyleFacade.java +++ b/platform/platform-api/src/com/intellij/codeStyle/CodeStyleFacade.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.codeStyle; diff --git a/platform/platform-api/src/com/intellij/concurrency/Job.java b/platform/platform-api/src/com/intellij/concurrency/Job.java index c23c8d9ef5..6c3bd3cd50 100644 --- a/platform/platform-api/src/com/intellij/concurrency/Job.java +++ b/platform/platform-api/src/com/intellij/concurrency/Job.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/concurrency/JobScheduler.java b/platform/platform-api/src/com/intellij/concurrency/JobScheduler.java index 83bcd5c3de..00d22266d8 100644 --- a/platform/platform-api/src/com/intellij/concurrency/JobScheduler.java +++ b/platform/platform-api/src/com/intellij/concurrency/JobScheduler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/diagnostic/PluginException.java b/platform/platform-api/src/com/intellij/diagnostic/PluginException.java index 08e3329ce2..8a17ec65ca 100644 --- a/platform/platform-api/src/com/intellij/diagnostic/PluginException.java +++ b/platform/platform-api/src/com/intellij/diagnostic/PluginException.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.extensions.PluginId; diff --git a/platform/platform-api/src/com/intellij/execution/ExecutionException.java b/platform/platform-api/src/com/intellij/execution/ExecutionException.java index 80d5bf7024..4126352ecb 100644 --- a/platform/platform-api/src/com/intellij/execution/ExecutionException.java +++ b/platform/platform-api/src/com/intellij/execution/ExecutionException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/RunCanceledByUserException.java b/platform/platform-api/src/com/intellij/execution/RunCanceledByUserException.java index f7e78a2719..317ea61a76 100644 --- a/platform/platform-api/src/com/intellij/execution/RunCanceledByUserException.java +++ b/platform/platform-api/src/com/intellij/execution/RunCanceledByUserException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/configurations/GeneralCommandLine.java b/platform/platform-api/src/com/intellij/execution/configurations/GeneralCommandLine.java index 74fddae8af..12198b0702 100644 --- a/platform/platform-api/src/com/intellij/execution/configurations/GeneralCommandLine.java +++ b/platform/platform-api/src/com/intellij/execution/configurations/GeneralCommandLine.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/configurations/ParametersList.java b/platform/platform-api/src/com/intellij/execution/configurations/ParametersList.java index 231cfab447..341ca561f2 100644 --- a/platform/platform-api/src/com/intellij/execution/configurations/ParametersList.java +++ b/platform/platform-api/src/com/intellij/execution/configurations/ParametersList.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/CapturingProcessHandler.java b/platform/platform-api/src/com/intellij/execution/process/CapturingProcessHandler.java index bd69ec4800..5567d5681f 100644 --- a/platform/platform-api/src/com/intellij/execution/process/CapturingProcessHandler.java +++ b/platform/platform-api/src/com/intellij/execution/process/CapturingProcessHandler.java @@ -1,3 +1,18 @@ +/* + * 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.execution.process; import com.intellij.openapi.util.Key; diff --git a/platform/platform-api/src/com/intellij/execution/process/OSProcessHandler.java b/platform/platform-api/src/com/intellij/execution/process/OSProcessHandler.java index bde05045ec..98122ca5ce 100644 --- a/platform/platform-api/src/com/intellij/execution/process/OSProcessHandler.java +++ b/platform/platform-api/src/com/intellij/execution/process/OSProcessHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessAdapter.java b/platform/platform-api/src/com/intellij/execution/process/ProcessAdapter.java index 0b4b30a41c..0f94ed417d 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessAdapter.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessEvent.java b/platform/platform-api/src/com/intellij/execution/process/ProcessEvent.java index 76fe7e271a..8badf54e64 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessEvent.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessHandler.java b/platform/platform-api/src/com/intellij/execution/process/ProcessHandler.java index aa80d5e966..9049ec0ed4 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessHandler.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessListener.java b/platform/platform-api/src/com/intellij/execution/process/ProcessListener.java index b4a6c0a175..b3f61a2d08 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessListener.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessNotCreatedException.java b/platform/platform-api/src/com/intellij/execution/process/ProcessNotCreatedException.java index 2332d1a8e4..1e47e7875b 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessNotCreatedException.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessNotCreatedException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessOutput.java b/platform/platform-api/src/com/intellij/execution/process/ProcessOutput.java index 6438685405..c171b3d78e 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessOutput.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessOutput.java @@ -1,3 +1,18 @@ +/* + * 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.execution.process; import com.intellij.openapi.util.text.StringUtil; diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessOutputTypes.java b/platform/platform-api/src/com/intellij/execution/process/ProcessOutputTypes.java index 035bdcf91b..a723f55ccc 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessOutputTypes.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessOutputTypes.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/process/ProcessTerminatedListener.java b/platform/platform-api/src/com/intellij/execution/process/ProcessTerminatedListener.java index 7fd89d4412..28f3ed9b2a 100644 --- a/platform/platform-api/src/com/intellij/execution/process/ProcessTerminatedListener.java +++ b/platform/platform-api/src/com/intellij/execution/process/ProcessTerminatedListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/execution/util/ExecutionErrorDialog.java b/platform/platform-api/src/com/intellij/execution/util/ExecutionErrorDialog.java index aca3f8cb86..e3e6eadca3 100644 --- a/platform/platform-api/src/com/intellij/execution/util/ExecutionErrorDialog.java +++ b/platform/platform-api/src/com/intellij/execution/util/ExecutionErrorDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/ApplicabilityFilter.java b/platform/platform-api/src/com/intellij/featureStatistics/ApplicabilityFilter.java index 701e6c8c7b..6b3453d950 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/ApplicabilityFilter.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/ApplicabilityFilter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/FeatureDescriptor.java b/platform/platform-api/src/com/intellij/featureStatistics/FeatureDescriptor.java index b257fdf20d..a18f867376 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/FeatureDescriptor.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/FeatureDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/FeatureStatisticsBundle.java b/platform/platform-api/src/com/intellij/featureStatistics/FeatureStatisticsBundle.java index d354854fe7..7b9be9667c 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/FeatureStatisticsBundle.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/FeatureStatisticsBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/FeatureUsageTracker.java b/platform/platform-api/src/com/intellij/featureStatistics/FeatureUsageTracker.java index 1f99a0c324..703af36a95 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/FeatureUsageTracker.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/FeatureUsageTracker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/GroupDescriptor.java b/platform/platform-api/src/com/intellij/featureStatistics/GroupDescriptor.java index becaac11c4..a58a4cf94e 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/GroupDescriptor.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/GroupDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesProvider.java b/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesProvider.java index 349dcd58d2..f8ea827798 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesProvider.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesRegistry.java b/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesRegistry.java index 8aa1abd407..2b431c163f 100644 --- a/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesRegistry.java +++ b/platform/platform-api/src/com/intellij/featureStatistics/ProductivityFeaturesRegistry.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ActivityTracker.java b/platform/platform-api/src/com/intellij/ide/ActivityTracker.java index 17c59cced9..0c4b73d9fe 100644 --- a/platform/platform-api/src/com/intellij/ide/ActivityTracker.java +++ b/platform/platform-api/src/com/intellij/ide/ActivityTracker.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide; diff --git a/platform/platform-api/src/com/intellij/ide/AutoScrollToSourceOptionProvider.java b/platform/platform-api/src/com/intellij/ide/AutoScrollToSourceOptionProvider.java index 3aee573649..9366e4925a 100644 --- a/platform/platform-api/src/com/intellij/ide/AutoScrollToSourceOptionProvider.java +++ b/platform/platform-api/src/com/intellij/ide/AutoScrollToSourceOptionProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/BrowserSettingsProvider.java b/platform/platform-api/src/com/intellij/ide/BrowserSettingsProvider.java index 365535644d..dde040a7e9 100644 --- a/platform/platform-api/src/com/intellij/ide/BrowserSettingsProvider.java +++ b/platform/platform-api/src/com/intellij/ide/BrowserSettingsProvider.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-api/src/com/intellij/ide/BrowserUtil.java b/platform/platform-api/src/com/intellij/ide/BrowserUtil.java index 81231d2f00..e8f7b4ba09 100644 --- a/platform/platform-api/src/com/intellij/ide/BrowserUtil.java +++ b/platform/platform-api/src/com/intellij/ide/BrowserUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/CommonActionsManager.java b/platform/platform-api/src/com/intellij/ide/CommonActionsManager.java index e487b9c2a2..6b08dc23f7 100644 --- a/platform/platform-api/src/com/intellij/ide/CommonActionsManager.java +++ b/platform/platform-api/src/com/intellij/ide/CommonActionsManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/CompositeSelectInTarget.java b/platform/platform-api/src/com/intellij/ide/CompositeSelectInTarget.java dissimilarity index 62% index ceb996fb2e..7facb6f990 100644 --- a/platform/platform-api/src/com/intellij/ide/CompositeSelectInTarget.java +++ b/platform/platform-api/src/com/intellij/ide/CompositeSelectInTarget.java @@ -1,29 +1,29 @@ -/* - * 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.ide; - -import org.jetbrains.annotations.NotNull; - -import java.util.Collection; - -/** - * @author Gregory.Shrago - */ -public interface CompositeSelectInTarget extends SelectInTarget{ - @NotNull - Collection getSubTargets(SelectInContext context); -} +/* + * 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.ide; + +import org.jetbrains.annotations.NotNull; + +import java.util.Collection; + +/** + * @author Gregory.Shrago + */ +public interface CompositeSelectInTarget extends SelectInTarget{ + @NotNull + Collection getSubTargets(SelectInContext context); +} diff --git a/platform/platform-api/src/com/intellij/ide/CopyPasteSupport.java b/platform/platform-api/src/com/intellij/ide/CopyPasteSupport.java index 94f3262436..550103dd2d 100644 --- a/platform/platform-api/src/com/intellij/ide/CopyPasteSupport.java +++ b/platform/platform-api/src/com/intellij/ide/CopyPasteSupport.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.ide.CutProvider; diff --git a/platform/platform-api/src/com/intellij/ide/CopyProvider.java b/platform/platform-api/src/com/intellij/ide/CopyProvider.java index 7a8c32c1c7..9fcb2b908c 100644 --- a/platform/platform-api/src/com/intellij/ide/CopyProvider.java +++ b/platform/platform-api/src/com/intellij/ide/CopyProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/CutProvider.java b/platform/platform-api/src/com/intellij/ide/CutProvider.java index 3ba1676940..3ed6dcd8d8 100644 --- a/platform/platform-api/src/com/intellij/ide/CutProvider.java +++ b/platform/platform-api/src/com/intellij/ide/CutProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/DataManager.java b/platform/platform-api/src/com/intellij/ide/DataManager.java index 35918e2f17..021f993e24 100644 --- a/platform/platform-api/src/com/intellij/ide/DataManager.java +++ b/platform/platform-api/src/com/intellij/ide/DataManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/DefaultTreeExpander.java b/platform/platform-api/src/com/intellij/ide/DefaultTreeExpander.java index d3bd5fe3bf..fafc81e221 100644 --- a/platform/platform-api/src/com/intellij/ide/DefaultTreeExpander.java +++ b/platform/platform-api/src/com/intellij/ide/DefaultTreeExpander.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/DeleteProvider.java b/platform/platform-api/src/com/intellij/ide/DeleteProvider.java index 6e9e189e99..897212ff9f 100644 --- a/platform/platform-api/src/com/intellij/ide/DeleteProvider.java +++ b/platform/platform-api/src/com/intellij/ide/DeleteProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ExporterToTextFile.java b/platform/platform-api/src/com/intellij/ide/ExporterToTextFile.java index c8bfa65409..590b9b0f67 100644 --- a/platform/platform-api/src/com/intellij/ide/ExporterToTextFile.java +++ b/platform/platform-api/src/com/intellij/ide/ExporterToTextFile.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/FileEditorProvider.java b/platform/platform-api/src/com/intellij/ide/FileEditorProvider.java index a40c7ca60e..9df357837a 100644 --- a/platform/platform-api/src/com/intellij/ide/FileEditorProvider.java +++ b/platform/platform-api/src/com/intellij/ide/FileEditorProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/FileIconPatcher.java b/platform/platform-api/src/com/intellij/ide/FileIconPatcher.java index 9321b811dd..06788a36ae 100644 --- a/platform/platform-api/src/com/intellij/ide/FileIconPatcher.java +++ b/platform/platform-api/src/com/intellij/ide/FileIconPatcher.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide; diff --git a/platform/platform-api/src/com/intellij/ide/FileIconProvider.java b/platform/platform-api/src/com/intellij/ide/FileIconProvider.java index 2ccccd6e9f..50a58191ed 100644 --- a/platform/platform-api/src/com/intellij/ide/FileIconProvider.java +++ b/platform/platform-api/src/com/intellij/ide/FileIconProvider.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide; diff --git a/platform/platform-api/src/com/intellij/ide/FrameStateListener.java b/platform/platform-api/src/com/intellij/ide/FrameStateListener.java index a8a8c3235b..0aa127ce98 100644 --- a/platform/platform-api/src/com/intellij/ide/FrameStateListener.java +++ b/platform/platform-api/src/com/intellij/ide/FrameStateListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/FrameStateManager.java b/platform/platform-api/src/com/intellij/ide/FrameStateManager.java index 9706212ec2..399a5fa9dc 100644 --- a/platform/platform-api/src/com/intellij/ide/FrameStateManager.java +++ b/platform/platform-api/src/com/intellij/ide/FrameStateManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/GeneralSettings.java b/platform/platform-api/src/com/intellij/ide/GeneralSettings.java index 0b62f497bd..071e54751b 100644 --- a/platform/platform-api/src/com/intellij/ide/GeneralSettings.java +++ b/platform/platform-api/src/com/intellij/ide/GeneralSettings.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/IdeBundle.java b/platform/platform-api/src/com/intellij/ide/IdeBundle.java index 54ec962ca2..291f6678c0 100644 --- a/platform/platform-api/src/com/intellij/ide/IdeBundle.java +++ b/platform/platform-api/src/com/intellij/ide/IdeBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/OccurenceNavigator.java b/platform/platform-api/src/com/intellij/ide/OccurenceNavigator.java index 29ea4fc6a0..28f0ccf64d 100644 --- a/platform/platform-api/src/com/intellij/ide/OccurenceNavigator.java +++ b/platform/platform-api/src/com/intellij/ide/OccurenceNavigator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/OccurenceNavigatorSupport.java b/platform/platform-api/src/com/intellij/ide/OccurenceNavigatorSupport.java index 7d6cb84f6b..bc7b74df11 100644 --- a/platform/platform-api/src/com/intellij/ide/OccurenceNavigatorSupport.java +++ b/platform/platform-api/src/com/intellij/ide/OccurenceNavigatorSupport.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/PasteProvider.java b/platform/platform-api/src/com/intellij/ide/PasteProvider.java index 4dbdb12498..b1fb041c0a 100644 --- a/platform/platform-api/src/com/intellij/ide/PasteProvider.java +++ b/platform/platform-api/src/com/intellij/ide/PasteProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/SelectInContext.java b/platform/platform-api/src/com/intellij/ide/SelectInContext.java index b1b3ec7bc7..a3cde4b242 100644 --- a/platform/platform-api/src/com/intellij/ide/SelectInContext.java +++ b/platform/platform-api/src/com/intellij/ide/SelectInContext.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/SelectInEditorManager.java b/platform/platform-api/src/com/intellij/ide/SelectInEditorManager.java index 02d2e50fbd..b199112282 100644 --- a/platform/platform-api/src/com/intellij/ide/SelectInEditorManager.java +++ b/platform/platform-api/src/com/intellij/ide/SelectInEditorManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/SelectInManager.java b/platform/platform-api/src/com/intellij/ide/SelectInManager.java index c864aa5ccf..aed6edb3d8 100644 --- a/platform/platform-api/src/com/intellij/ide/SelectInManager.java +++ b/platform/platform-api/src/com/intellij/ide/SelectInManager.java @@ -1,17 +1,17 @@ /* * 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.ide; diff --git a/platform/platform-api/src/com/intellij/ide/SelectInTarget.java b/platform/platform-api/src/com/intellij/ide/SelectInTarget.java index 7fb363c94c..3e5f9d0e87 100644 --- a/platform/platform-api/src/com/intellij/ide/SelectInTarget.java +++ b/platform/platform-api/src/com/intellij/ide/SelectInTarget.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/TreeExpander.java b/platform/platform-api/src/com/intellij/ide/TreeExpander.java index 84c7990338..a1dc8a01f3 100644 --- a/platform/platform-api/src/com/intellij/ide/TreeExpander.java +++ b/platform/platform-api/src/com/intellij/ide/TreeExpander.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/XmlRpcServer.java b/platform/platform-api/src/com/intellij/ide/XmlRpcServer.java index de6f6a5699..a1a59c4820 100644 --- a/platform/platform-api/src/com/intellij/ide/XmlRpcServer.java +++ b/platform/platform-api/src/com/intellij/ide/XmlRpcServer.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2005 JetBrains s.r.o. All Rights Reserved. + * 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.ide; diff --git a/platform/platform-api/src/com/intellij/ide/actions/CollapseAllToolbarAction.java b/platform/platform-api/src/com/intellij/ide/actions/CollapseAllToolbarAction.java index af31ab9ae4..87f44770b0 100644 --- a/platform/platform-api/src/com/intellij/ide/actions/CollapseAllToolbarAction.java +++ b/platform/platform-api/src/com/intellij/ide/actions/CollapseAllToolbarAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/actions/ContextHelpAction.java b/platform/platform-api/src/com/intellij/ide/actions/ContextHelpAction.java index 3c9cc2ec81..239555c5fe 100644 --- a/platform/platform-api/src/com/intellij/ide/actions/ContextHelpAction.java +++ b/platform/platform-api/src/com/intellij/ide/actions/ContextHelpAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.CommonBundle; diff --git a/platform/platform-api/src/com/intellij/ide/actions/ExpandAllToolbarAction.java b/platform/platform-api/src/com/intellij/ide/actions/ExpandAllToolbarAction.java index 091b39cf20..299d70ea90 100644 --- a/platform/platform-api/src/com/intellij/ide/actions/ExpandAllToolbarAction.java +++ b/platform/platform-api/src/com/intellij/ide/actions/ExpandAllToolbarAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/actions/QuickSwitchSchemeAction.java b/platform/platform-api/src/com/intellij/ide/actions/QuickSwitchSchemeAction.java index 23af1c63f2..6e3ed50616 100644 --- a/platform/platform-api/src/com/intellij/ide/actions/QuickSwitchSchemeAction.java +++ b/platform/platform-api/src/com/intellij/ide/actions/QuickSwitchSchemeAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/actions/TreeCollapseAllActionBase.java b/platform/platform-api/src/com/intellij/ide/actions/TreeCollapseAllActionBase.java index 0b41b4856c..03cdfd51d9 100644 --- a/platform/platform-api/src/com/intellij/ide/actions/TreeCollapseAllActionBase.java +++ b/platform/platform-api/src/com/intellij/ide/actions/TreeCollapseAllActionBase.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/actions/TreeExpandAllActionBase.java b/platform/platform-api/src/com/intellij/ide/actions/TreeExpandAllActionBase.java index 39a2f8ebf5..11e6c7d37e 100644 --- a/platform/platform-api/src/com/intellij/ide/actions/TreeExpandAllActionBase.java +++ b/platform/platform-api/src/com/intellij/ide/actions/TreeExpandAllActionBase.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/AdvancedDnDSource.java b/platform/platform-api/src/com/intellij/ide/dnd/AdvancedDnDSource.java index 41f9bc940f..9df3ffaf87 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/AdvancedDnDSource.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/AdvancedDnDSource.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDAction.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDAction.java index 82a4474ed9..c44a126d64 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDAction.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDAware.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDAware.java index 82e14a2d89..03384b287a 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDAware.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDAware.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDDragStartBean.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDDragStartBean.java index f80c1d366f..5acf975062 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDDragStartBean.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDDragStartBean.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDEvent.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDEvent.java index 3593941d3a..83a7b087b2 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDEvent.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDManager.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDManager.java index 04a32c38f3..418fd04c03 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDManager.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDNativeTarget.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDNativeTarget.java index aa6d170efc..a5bbe0edef 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDNativeTarget.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDNativeTarget.java @@ -1,3 +1,18 @@ +/* + * 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.ide.dnd; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDSource.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDSource.java index afdf3609be..de0b7dfa4b 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDSource.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDSource.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DnDTarget.java b/platform/platform-api/src/com/intellij/ide/dnd/DnDTarget.java index 1cf5b76d33..3ad8f4ebe0 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DnDTarget.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DnDTarget.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/dnd/DropActionHandler.java b/platform/platform-api/src/com/intellij/ide/dnd/DropActionHandler.java index 6f6149e5bc..2a7c372a73 100644 --- a/platform/platform-api/src/com/intellij/ide/dnd/DropActionHandler.java +++ b/platform/platform-api/src/com/intellij/ide/dnd/DropActionHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/errorTreeView/ErrorTreeElementKind.java b/platform/platform-api/src/com/intellij/ide/errorTreeView/ErrorTreeElementKind.java index e9e9c2add0..9fbb12c091 100644 --- a/platform/platform-api/src/com/intellij/ide/errorTreeView/ErrorTreeElementKind.java +++ b/platform/platform-api/src/com/intellij/ide/errorTreeView/ErrorTreeElementKind.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixData.java b/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixData.java index 8af588b5a0..7319fefac1 100644 --- a/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixData.java +++ b/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixData.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.util.Consumer; diff --git a/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixGate.java b/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixGate.java index 5b147a1eb5..4b38c976ce 100644 --- a/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixGate.java +++ b/platform/platform-api/src/com/intellij/ide/errorTreeView/HotfixGate.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.util.ui.MutableErrorTreeView; diff --git a/platform/platform-api/src/com/intellij/ide/errorTreeView/SimpleErrorData.java b/platform/platform-api/src/com/intellij/ide/errorTreeView/SimpleErrorData.java index 05b0adb5f4..93f392138d 100644 --- a/platform/platform-api/src/com/intellij/ide/errorTreeView/SimpleErrorData.java +++ b/platform/platform-api/src/com/intellij/ide/errorTreeView/SimpleErrorData.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-api/src/com/intellij/ide/highlighter/FileTypeRegistrator.java b/platform/platform-api/src/com/intellij/ide/highlighter/FileTypeRegistrator.java index e3fcec75fd..b866c1df81 100644 --- a/platform/platform-api/src/com/intellij/ide/highlighter/FileTypeRegistrator.java +++ b/platform/platform-api/src/com/intellij/ide/highlighter/FileTypeRegistrator.java @@ -1,3 +1,18 @@ +/* + * 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.ide.highlighter; import com.intellij.openapi.fileTypes.FileType; diff --git a/platform/platform-api/src/com/intellij/ide/highlighter/HighlighterFactory.java b/platform/platform-api/src/com/intellij/ide/highlighter/HighlighterFactory.java index d70d1b321a..b72206c310 100644 --- a/platform/platform-api/src/com/intellij/ide/highlighter/HighlighterFactory.java +++ b/platform/platform-api/src/com/intellij/ide/highlighter/HighlighterFactory.java @@ -1,3 +1,18 @@ +/* + * 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.ide.highlighter; import com.intellij.openapi.editor.colors.EditorColorsScheme; diff --git a/platform/platform-api/src/com/intellij/ide/highlighter/ModuleFileType.java b/platform/platform-api/src/com/intellij/ide/highlighter/ModuleFileType.java index 16acd387dc..432d607237 100644 --- a/platform/platform-api/src/com/intellij/ide/highlighter/ModuleFileType.java +++ b/platform/platform-api/src/com/intellij/ide/highlighter/ModuleFileType.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.ide.highlighter; diff --git a/platform/platform-api/src/com/intellij/ide/highlighter/ProjectFileType.java b/platform/platform-api/src/com/intellij/ide/highlighter/ProjectFileType.java index 6b110ee534..f319595935 100644 --- a/platform/platform-api/src/com/intellij/ide/highlighter/ProjectFileType.java +++ b/platform/platform-api/src/com/intellij/ide/highlighter/ProjectFileType.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.ide.highlighter; diff --git a/platform/platform-api/src/com/intellij/ide/highlighter/WorkspaceFileType.java b/platform/platform-api/src/com/intellij/ide/highlighter/WorkspaceFileType.java index a03c83ce4d..dd5526a5f3 100644 --- a/platform/platform-api/src/com/intellij/ide/highlighter/WorkspaceFileType.java +++ b/platform/platform-api/src/com/intellij/ide/highlighter/WorkspaceFileType.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.ide.highlighter; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/HelpSetPath.java b/platform/platform-api/src/com/intellij/ide/plugins/HelpSetPath.java index c833f3c11c..b1ad4c83ae 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/HelpSetPath.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/HelpSetPath.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptor.java b/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptor.java index dcd05a8cad..eaa4e3b5c9 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptor.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptorImpl.java b/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptorImpl.java index 363de68309..bc0b2921a1 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptorImpl.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/IdeaPluginDescriptorImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.CommonBundle; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/IdeaVersionBean.java b/platform/platform-api/src/com/intellij/ide/plugins/IdeaVersionBean.java index 8a67e921ac..9986343ef2 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/IdeaVersionBean.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/IdeaVersionBean.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 12-Jul-2007 */ diff --git a/platform/platform-api/src/com/intellij/ide/plugins/PluginBean.java b/platform/platform-api/src/com/intellij/ide/plugins/PluginBean.java index e8ae00fa04..4487e3208b 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/PluginBean.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/PluginBean.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.openapi.components.ComponentManagerConfig; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/PluginDependency.java b/platform/platform-api/src/com/intellij/ide/plugins/PluginDependency.java index 09cceb7e97..f9ab02114d 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/PluginDependency.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/PluginDependency.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.util.xmlb.annotations.Attribute; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/PluginDescriptorComparator.java b/platform/platform-api/src/com/intellij/ide/plugins/PluginDescriptorComparator.java index bec3f7c6d0..c161dcf065 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/PluginDescriptorComparator.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/PluginDescriptorComparator.java @@ -1,7 +1,17 @@ /* -/* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.plugins; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/PluginHelpSet.java b/platform/platform-api/src/com/intellij/ide/plugins/PluginHelpSet.java index 978574dea8..b6e5e8e5bc 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/PluginHelpSet.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/PluginHelpSet.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.util.xmlb.annotations.Attribute; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/PluginManager.java b/platform/platform-api/src/com/intellij/ide/plugins/PluginManager.java index 1745808fbe..57b37d0e13 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/PluginManager.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/PluginManager.java @@ -1,17 +1,17 @@ /* * 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.ide.plugins; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/PluginVendor.java b/platform/platform-api/src/com/intellij/ide/plugins/PluginVendor.java index 44e91e7de9..fd7fd04628 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/PluginVendor.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/PluginVendor.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.util.xmlb.annotations.Attribute; diff --git a/platform/platform-api/src/com/intellij/ide/plugins/cl/PluginClassLoader.java b/platform/platform-api/src/com/intellij/ide/plugins/cl/PluginClassLoader.java index 4b1f68713b..216e8b049f 100644 --- a/platform/platform-api/src/com/intellij/ide/plugins/cl/PluginClassLoader.java +++ b/platform/platform-api/src/com/intellij/ide/plugins/cl/PluginClassLoader.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author: Eugene Zhuravlev * Date: Mar 6, 2003 * Time: 12:10:11 PM diff --git a/platform/platform-api/src/com/intellij/ide/projectView/PresentationData.java b/platform/platform-api/src/com/intellij/ide/projectView/PresentationData.java index 4743e2d3dd..282e7fabf3 100644 --- a/platform/platform-api/src/com/intellij/ide/projectView/PresentationData.java +++ b/platform/platform-api/src/com/intellij/ide/projectView/PresentationData.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/startup/CacheUpdateSets.java b/platform/platform-api/src/com/intellij/ide/startup/CacheUpdateSets.java index 93309e1f14..c98071c607 100644 --- a/platform/platform-api/src/com/intellij/ide/startup/CacheUpdateSets.java +++ b/platform/platform-api/src/com/intellij/ide/startup/CacheUpdateSets.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.startup; diff --git a/platform/platform-api/src/com/intellij/ide/startup/CacheUpdater.java b/platform/platform-api/src/com/intellij/ide/startup/CacheUpdater.java index 9c84fc8790..46a615e934 100644 --- a/platform/platform-api/src/com/intellij/ide/startup/CacheUpdater.java +++ b/platform/platform-api/src/com/intellij/ide/startup/CacheUpdater.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/startup/FileContent.java b/platform/platform-api/src/com/intellij/ide/startup/FileContent.java index 0ffa879f69..85a4837172 100644 --- a/platform/platform-api/src/com/intellij/ide/startup/FileContent.java +++ b/platform/platform-api/src/com/intellij/ide/startup/FileContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/startup/FileContentQueue.java b/platform/platform-api/src/com/intellij/ide/startup/FileContentQueue.java index 653a900a1f..8768ca5a55 100644 --- a/platform/platform-api/src/com/intellij/ide/startup/FileContentQueue.java +++ b/platform/platform-api/src/com/intellij/ide/startup/FileContentQueue.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.startup; diff --git a/platform/platform-api/src/com/intellij/ide/startup/FileSystemSynchronizer.java b/platform/platform-api/src/com/intellij/ide/startup/FileSystemSynchronizer.java index c5c9245f86..c5fbfbe3b9 100644 --- a/platform/platform-api/src/com/intellij/ide/startup/FileSystemSynchronizer.java +++ b/platform/platform-api/src/com/intellij/ide/startup/FileSystemSynchronizer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/startup/SyncSession.java b/platform/platform-api/src/com/intellij/ide/startup/SyncSession.java index 240bb14f15..ffb1bef7df 100644 --- a/platform/platform-api/src/com/intellij/ide/startup/SyncSession.java +++ b/platform/platform-api/src/com/intellij/ide/startup/SyncSession.java @@ -1,17 +1,17 @@ /* * 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.ide.startup; diff --git a/platform/platform-api/src/com/intellij/ide/structureView/FileEditorPositionListener.java b/platform/platform-api/src/com/intellij/ide/structureView/FileEditorPositionListener.java index cf3c7a64e7..9dc167caac 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/FileEditorPositionListener.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/FileEditorPositionListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/structureView/ModelListener.java b/platform/platform-api/src/com/intellij/ide/structureView/ModelListener.java index f7ba05198f..e633d227df 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/ModelListener.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/ModelListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/structureView/StructureView.java b/platform/platform-api/src/com/intellij/ide/structureView/StructureView.java index 7822af3eed..ac0f529b4f 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/StructureView.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/StructureView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilder.java b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilder.java index 4cfc8a68bf..dd6e97a9be 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilder.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilderProvider.java b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilderProvider.java index f4fa64c88d..5549500145 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilderProvider.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewBuilderProvider.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide.structureView; diff --git a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewFactory.java b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewFactory.java index bd3abb6433..e10f3c190a 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewFactory.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewModel.java b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewModel.java index ce50620d2d..1aaa74980b 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewModel.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewTreeElement.java b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewTreeElement.java index 8ed5bd2bc0..81010a383d 100644 --- a/platform/platform-api/src/com/intellij/ide/structureView/StructureViewTreeElement.java +++ b/platform/platform-api/src/com/intellij/ide/structureView/StructureViewTreeElement.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ui/LafManager.java b/platform/platform-api/src/com/intellij/ide/ui/LafManager.java index aa5cd42126..5cee605559 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/LafManager.java +++ b/platform/platform-api/src/com/intellij/ide/ui/LafManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 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. diff --git a/platform/platform-api/src/com/intellij/ide/ui/LafManagerListener.java b/platform/platform-api/src/com/intellij/ide/ui/LafManagerListener.java index 72ab4c428b..dd419437da 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/LafManagerListener.java +++ b/platform/platform-api/src/com/intellij/ide/ui/LafManagerListener.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui; import java.util.EventListener; diff --git a/platform/platform-api/src/com/intellij/ide/ui/SplitterProportionsDataImpl.java b/platform/platform-api/src/com/intellij/ide/ui/SplitterProportionsDataImpl.java index e0f7e3dc38..ea104955b1 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/SplitterProportionsDataImpl.java +++ b/platform/platform-api/src/com/intellij/ide/ui/SplitterProportionsDataImpl.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ui/UISettings.java b/platform/platform-api/src/com/intellij/ide/ui/UISettings.java index a4bd141a93..29bfcdc7b3 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/UISettings.java +++ b/platform/platform-api/src/com/intellij/ide/ui/UISettings.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ui/UISettingsListener.java b/platform/platform-api/src/com/intellij/ide/ui/UISettingsListener.java index f99555537f..8baf2ddd76 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/UISettingsListener.java +++ b/platform/platform-api/src/com/intellij/ide/ui/UISettingsListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ui/search/ConfigurableHit.java b/platform/platform-api/src/com/intellij/ide/ui/search/ConfigurableHit.java index 85966cddb9..2072bbc54a 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/search/ConfigurableHit.java +++ b/platform/platform-api/src/com/intellij/ide/ui/search/ConfigurableHit.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui.search; import com.intellij.openapi.options.Configurable; diff --git a/platform/platform-api/src/com/intellij/ide/ui/search/OptionDescription.java b/platform/platform-api/src/com/intellij/ide/ui/search/OptionDescription.java index 9e18f13992..0fd721393b 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/search/OptionDescription.java +++ b/platform/platform-api/src/com/intellij/ide/ui/search/OptionDescription.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/ui/search/SearchableOptionsRegistrar.java b/platform/platform-api/src/com/intellij/ide/ui/search/SearchableOptionsRegistrar.java index ddd6af0bdb..9850ef1c41 100644 --- a/platform/platform-api/src/com/intellij/ide/ui/search/SearchableOptionsRegistrar.java +++ b/platform/platform-api/src/com/intellij/ide/ui/search/SearchableOptionsRegistrar.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/BrowseFilesListener.java b/platform/platform-api/src/com/intellij/ide/util/BrowseFilesListener.java index 3e8ef4a8f7..07bdd76f0d 100644 --- a/platform/platform-api/src/com/intellij/ide/util/BrowseFilesListener.java +++ b/platform/platform-api/src/com/intellij/ide/util/BrowseFilesListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/PropertiesComponent.java b/platform/platform-api/src/com/intellij/ide/util/PropertiesComponent.java index e26fdbf64d..33a5f7858c 100644 --- a/platform/platform-api/src/com/intellij/ide/util/PropertiesComponent.java +++ b/platform/platform-api/src/com/intellij/ide/util/PropertiesComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeBuilder.java b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeBuilder.java index 74b9feaa4c..52298d4288 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeBuilder.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeNode.java b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeNode.java index 29440cba06..a154adbc79 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeNode.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeStructure.java b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeStructure.java index 967cdc83b2..4a4859e7ba 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeStructure.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeStructure.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUi.java b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUi.java index 52c2ebf233..cfe8443cbc 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUi.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUi.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUpdater.java b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUpdater.java index 07e797d0b0..c07e0f09b8 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUpdater.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUpdater.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/IndexComparator.java b/platform/platform-api/src/com/intellij/ide/util/treeView/IndexComparator.java index 0af23706f5..afa0047135 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/IndexComparator.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/IndexComparator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptor.java b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptor.java index 41fb59119c..4f6d753e3f 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptor.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptorProvidingKey.java b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptorProvidingKey.java index e1fd896fa8..2755f02924 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptorProvidingKey.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeDescriptorProvidingKey.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeOptions.java b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeOptions.java index 46ea309644..b6c0730898 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeOptions.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeOptions.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeRenderer.java b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeRenderer.java index f6de52d22e..794216c091 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/NodeRenderer.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/NodeRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/PresentableNodeDescriptor.java b/platform/platform-api/src/com/intellij/ide/util/treeView/PresentableNodeDescriptor.java index 205d87226a..2ef5836b86 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/PresentableNodeDescriptor.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/PresentableNodeDescriptor.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; import com.intellij.ide.projectView.PresentationData; diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeBuilderUtil.java b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeBuilderUtil.java index d7c31633eb..89624b5460 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeBuilderUtil.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeBuilderUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeState.java b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeState.java index bb86f11473..6299c27c6e 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeState.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeUpdatePass.java b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeUpdatePass.java index 61628b6c5d..143565f69b 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeUpdatePass.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeUpdatePass.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; import com.intellij.openapi.util.ActiveRunnable; diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeVisitor.java b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeVisitor.java index 52cf49aefc..ef6d0851c1 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/TreeVisitor.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/TreeVisitor.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; public interface TreeVisitor { diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/UpdaterTreeState.java b/platform/platform-api/src/com/intellij/ide/util/treeView/UpdaterTreeState.java index 4441ed412f..e420dc5a81 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/UpdaterTreeState.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/UpdaterTreeState.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/ValidateableNode.java b/platform/platform-api/src/com/intellij/ide/util/treeView/ValidateableNode.java index 77052292b8..f08ba88976 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/ValidateableNode.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/ValidateableNode.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; public interface ValidateableNode { diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/WeighedItem.java b/platform/platform-api/src/com/intellij/ide/util/treeView/WeighedItem.java index cf2838aa2f..ad2552cd62 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/WeighedItem.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/WeighedItem.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; /** diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentation.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentation.java index 6bcc4c8921..0a95507ac9 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentation.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentationData.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentationData.java index a6268366ba..2d5d095950 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentationData.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/ActionPresentationData.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Filter.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Filter.java index cff3a221e1..f418858a8f 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Filter.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Filter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Group.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Group.java index a6a3ec3eee..b1ba9a31d8 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Group.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Group.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Grouper.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Grouper.java index 01bafae494..83381b65c2 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Grouper.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Grouper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/SortableTreeElement.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/SortableTreeElement.java index 5ca8b7fb00..fda76a5763 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/SortableTreeElement.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/SortableTreeElement.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Sorter.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Sorter.java index 2eabf919a9..10ef5579fa 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Sorter.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/Sorter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeAction.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeAction.java index 0ed6f76977..e35ec5df5d 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeAction.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeElement.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeElement.java index 22625b630e..b672bfa947 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeElement.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeElement.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeModel.java b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeModel.java index 22d1ab6af7..0375e32eae 100644 --- a/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeModel.java +++ b/platform/platform-api/src/com/intellij/ide/util/treeView/smartTree/TreeModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/wizard/AbstractWizard.java b/platform/platform-api/src/com/intellij/ide/wizard/AbstractWizard.java index 4333bd0cd0..cb5e741959 100644 --- a/platform/platform-api/src/com/intellij/ide/wizard/AbstractWizard.java +++ b/platform/platform-api/src/com/intellij/ide/wizard/AbstractWizard.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/wizard/CommitStepException.java b/platform/platform-api/src/com/intellij/ide/wizard/CommitStepException.java index 6311f7ee04..dfa6d805e9 100644 --- a/platform/platform-api/src/com/intellij/ide/wizard/CommitStepException.java +++ b/platform/platform-api/src/com/intellij/ide/wizard/CommitStepException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/wizard/Step.java b/platform/platform-api/src/com/intellij/ide/wizard/Step.java index ba8bd9e0c4..c773a41390 100644 --- a/platform/platform-api/src/com/intellij/ide/wizard/Step.java +++ b/platform/platform-api/src/com/intellij/ide/wizard/Step.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/wizard/StepAdapter.java b/platform/platform-api/src/com/intellij/ide/wizard/StepAdapter.java index f384c11531..ef6b36c0da 100644 --- a/platform/platform-api/src/com/intellij/ide/wizard/StepAdapter.java +++ b/platform/platform-api/src/com/intellij/ide/wizard/StepAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ide/wizard/StepListener.java b/platform/platform-api/src/com/intellij/ide/wizard/StepListener.java index 5bede7e7ca..68a11744c1 100644 --- a/platform/platform-api/src/com/intellij/ide/wizard/StepListener.java +++ b/platform/platform-api/src/com/intellij/ide/wizard/StepListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/idea/ActionsBundle.java b/platform/platform-api/src/com/intellij/idea/ActionsBundle.java index 2257ee65dc..8c17fd7bbe 100644 --- a/platform/platform-api/src/com/intellij/idea/ActionsBundle.java +++ b/platform/platform-api/src/com/intellij/idea/ActionsBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/injected/editor/DocumentWindow.java b/platform/platform-api/src/com/intellij/injected/editor/DocumentWindow.java index 0ce3722e45..a85f1af70c 100644 --- a/platform/platform-api/src/com/intellij/injected/editor/DocumentWindow.java +++ b/platform/platform-api/src/com/intellij/injected/editor/DocumentWindow.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.injected.editor; diff --git a/platform/platform-api/src/com/intellij/injected/editor/VirtualFileWindow.java b/platform/platform-api/src/com/intellij/injected/editor/VirtualFileWindow.java index 021dcd913a..2450645dea 100644 --- a/platform/platform-api/src/com/intellij/injected/editor/VirtualFileWindow.java +++ b/platform/platform-api/src/com/intellij/injected/editor/VirtualFileWindow.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.injected.editor; diff --git a/platform/platform-api/src/com/intellij/lang/Commenter.java b/platform/platform-api/src/com/intellij/lang/Commenter.java index e093c3f193..36ca9a09a1 100644 --- a/platform/platform-api/src/com/intellij/lang/Commenter.java +++ b/platform/platform-api/src/com/intellij/lang/Commenter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lang/Language.java b/platform/platform-api/src/com/intellij/lang/Language.java index 2e14d49568..c72d3b2c21 100644 --- a/platform/platform-api/src/com/intellij/lang/Language.java +++ b/platform/platform-api/src/com/intellij/lang/Language.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lang/LanguageDialect.java b/platform/platform-api/src/com/intellij/lang/LanguageDialect.java index 998075b402..532d4d89da 100644 --- a/platform/platform-api/src/com/intellij/lang/LanguageDialect.java +++ b/platform/platform-api/src/com/intellij/lang/LanguageDialect.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lang/LanguageExtension.java b/platform/platform-api/src/com/intellij/lang/LanguageExtension.java index d1ba50d34a..fdec618383 100644 --- a/platform/platform-api/src/com/intellij/lang/LanguageExtension.java +++ b/platform/platform-api/src/com/intellij/lang/LanguageExtension.java @@ -1,17 +1,17 @@ /* * 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. */ /* diff --git a/platform/platform-api/src/com/intellij/lang/LanguageExtensionPoint.java b/platform/platform-api/src/com/intellij/lang/LanguageExtensionPoint.java index c6f7924156..719a339eef 100644 --- a/platform/platform-api/src/com/intellij/lang/LanguageExtensionPoint.java +++ b/platform/platform-api/src/com/intellij/lang/LanguageExtensionPoint.java @@ -1,3 +1,18 @@ +/* + * 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.lang; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/lang/LanguageProvider.java b/platform/platform-api/src/com/intellij/lang/LanguageProvider.java index 9e1f0e8e70..f9058f9098 100644 --- a/platform/platform-api/src/com/intellij/lang/LanguageProvider.java +++ b/platform/platform-api/src/com/intellij/lang/LanguageProvider.java @@ -1,3 +1,18 @@ +/* + * 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.lang; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-api/src/com/intellij/lang/annotation/HighlightSeverity.java b/platform/platform-api/src/com/intellij/lang/annotation/HighlightSeverity.java index 504ad28b7f..811fe04229 100644 --- a/platform/platform-api/src/com/intellij/lang/annotation/HighlightSeverity.java +++ b/platform/platform-api/src/com/intellij/lang/annotation/HighlightSeverity.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/DelegateLexer.java b/platform/platform-api/src/com/intellij/lexer/DelegateLexer.java index f6551dc2de..61ccda6c49 100644 --- a/platform/platform-api/src/com/intellij/lexer/DelegateLexer.java +++ b/platform/platform-api/src/com/intellij/lexer/DelegateLexer.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.lexer; diff --git a/platform/platform-api/src/com/intellij/lexer/EmptyLexer.java b/platform/platform-api/src/com/intellij/lexer/EmptyLexer.java index c0d7795d00..10d58ab58c 100644 --- a/platform/platform-api/src/com/intellij/lexer/EmptyLexer.java +++ b/platform/platform-api/src/com/intellij/lexer/EmptyLexer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/Lexer.java b/platform/platform-api/src/com/intellij/lexer/Lexer.java index bbbfc54ff6..58b4dd3a6f 100644 --- a/platform/platform-api/src/com/intellij/lexer/Lexer.java +++ b/platform/platform-api/src/com/intellij/lexer/Lexer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/LexerBase.java b/platform/platform-api/src/com/intellij/lexer/LexerBase.java index e59a003d5e..b00cee3a83 100644 --- a/platform/platform-api/src/com/intellij/lexer/LexerBase.java +++ b/platform/platform-api/src/com/intellij/lexer/LexerBase.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/LexerPosition.java b/platform/platform-api/src/com/intellij/lexer/LexerPosition.java index afee28d5dd..bb7643a664 100644 --- a/platform/platform-api/src/com/intellij/lexer/LexerPosition.java +++ b/platform/platform-api/src/com/intellij/lexer/LexerPosition.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/LexerPositionImpl.java b/platform/platform-api/src/com/intellij/lexer/LexerPositionImpl.java index e91121113d..b79a3e9793 100644 --- a/platform/platform-api/src/com/intellij/lexer/LexerPositionImpl.java +++ b/platform/platform-api/src/com/intellij/lexer/LexerPositionImpl.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/LexerState.java b/platform/platform-api/src/com/intellij/lexer/LexerState.java index d9222eafc6..52ef9c53fe 100644 --- a/platform/platform-api/src/com/intellij/lexer/LexerState.java +++ b/platform/platform-api/src/com/intellij/lexer/LexerState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/lexer/LookAheadLexer.java b/platform/platform-api/src/com/intellij/lexer/LookAheadLexer.java index 3f6553479e..f0f6ecc5a8 100644 --- a/platform/platform-api/src/com/intellij/lexer/LookAheadLexer.java +++ b/platform/platform-api/src/com/intellij/lexer/LookAheadLexer.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.lexer; diff --git a/platform/platform-api/src/com/intellij/lexer/RestorableLexer.java b/platform/platform-api/src/com/intellij/lexer/RestorableLexer.java index 8744de315e..2caee38100 100644 --- a/platform/platform-api/src/com/intellij/lexer/RestorableLexer.java +++ b/platform/platform-api/src/com/intellij/lexer/RestorableLexer.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.lexer; diff --git a/platform/platform-api/src/com/intellij/lexer/SimpleLexerState.java b/platform/platform-api/src/com/intellij/lexer/SimpleLexerState.java index 720484c042..ebccc75918 100644 --- a/platform/platform-api/src/com/intellij/lexer/SimpleLexerState.java +++ b/platform/platform-api/src/com/intellij/lexer/SimpleLexerState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/mock/MockProgressIndicator.java b/platform/platform-api/src/com/intellij/mock/MockProgressIndicator.java index 6b23011637..f6d0962354 100644 --- a/platform/platform-api/src/com/intellij/mock/MockProgressIndicator.java +++ b/platform/platform-api/src/com/intellij/mock/MockProgressIndicator.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.mock; diff --git a/platform/platform-api/src/com/intellij/navigation/ItemPresentation.java b/platform/platform-api/src/com/intellij/navigation/ItemPresentation.java index 1ea52e8703..98faace539 100644 --- a/platform/platform-api/src/com/intellij/navigation/ItemPresentation.java +++ b/platform/platform-api/src/com/intellij/navigation/ItemPresentation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/navigation/NavigationItem.java b/platform/platform-api/src/com/intellij/navigation/NavigationItem.java index f51e197008..380042d3fc 100644 --- a/platform/platform-api/src/com/intellij/navigation/NavigationItem.java +++ b/platform/platform-api/src/com/intellij/navigation/NavigationItem.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/notification/Notification.java b/platform/platform-api/src/com/intellij/notification/Notification.java index 435fd31434..23df549602 100644 --- a/platform/platform-api/src/com/intellij/notification/Notification.java +++ b/platform/platform-api/src/com/intellij/notification/Notification.java @@ -1,3 +1,18 @@ +/* + * 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.notification; import com.intellij.openapi.ui.popup.Balloon; diff --git a/platform/platform-api/src/com/intellij/notification/NotificationDisplayType.java b/platform/platform-api/src/com/intellij/notification/NotificationDisplayType.java index 6fad7d2bef..7a9b6b6a6a 100644 --- a/platform/platform-api/src/com/intellij/notification/NotificationDisplayType.java +++ b/platform/platform-api/src/com/intellij/notification/NotificationDisplayType.java @@ -1,3 +1,18 @@ +/* + * 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.notification; /** diff --git a/platform/platform-api/src/com/intellij/notification/NotificationException.java b/platform/platform-api/src/com/intellij/notification/NotificationException.java index e5e49a7135..b12be04873 100644 --- a/platform/platform-api/src/com/intellij/notification/NotificationException.java +++ b/platform/platform-api/src/com/intellij/notification/NotificationException.java @@ -1,3 +1,18 @@ +/* + * 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.notification; /** diff --git a/platform/platform-api/src/com/intellij/notification/NotificationListener.java b/platform/platform-api/src/com/intellij/notification/NotificationListener.java index 236937c664..3ddafd86de 100644 --- a/platform/platform-api/src/com/intellij/notification/NotificationListener.java +++ b/platform/platform-api/src/com/intellij/notification/NotificationListener.java @@ -1,3 +1,18 @@ +/* + * 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.notification; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-api/src/com/intellij/notification/NotificationType.java b/platform/platform-api/src/com/intellij/notification/NotificationType.java index d402000121..1981ad8290 100644 --- a/platform/platform-api/src/com/intellij/notification/NotificationType.java +++ b/platform/platform-api/src/com/intellij/notification/NotificationType.java @@ -1,3 +1,18 @@ +/* + * 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.notification; /** diff --git a/platform/platform-api/src/com/intellij/notification/Notifications.java b/platform/platform-api/src/com/intellij/notification/Notifications.java index 25f9a27f3e..69fc54f0a6 100644 --- a/platform/platform-api/src/com/intellij/notification/Notifications.java +++ b/platform/platform-api/src/com/intellij/notification/Notifications.java @@ -1,3 +1,18 @@ +/* + * 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.notification; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/notification/NotificationsManager.java b/platform/platform-api/src/com/intellij/notification/NotificationsManager.java index 16c345d7cb..111d8faa38 100644 --- a/platform/platform-api/src/com/intellij/notification/NotificationsManager.java +++ b/platform/platform-api/src/com/intellij/notification/NotificationsManager.java @@ -1,17 +1,17 @@ /* * 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.notification; diff --git a/platform/platform-api/src/com/intellij/openapi/MnemonicHelper.java b/platform/platform-api/src/com/intellij/openapi/MnemonicHelper.java index bf7c0bd804..8035261e30 100644 --- a/platform/platform-api/src/com/intellij/openapi/MnemonicHelper.java +++ b/platform/platform-api/src/com/intellij/openapi/MnemonicHelper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionButtonComponent.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionButtonComponent.java index 46dd9bb87f..5d7e953929 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionButtonComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionButtonComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroup.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroup.java index c0e3f06004..34b46a704f 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroupUtil.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroupUtil.java index 154c214a78..72dd756694 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroupUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionGroupUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionInGroup.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionInGroup.java index 7e085f621b..6df54a6f75 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionInGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionInGroup.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; public class ActionInGroup { diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionManager.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionManager.java index beaeb76577..81790b09f6 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionManager.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPlaces.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPlaces.java index 6f51bf643c..9be902f8af 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPlaces.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPlaces.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPopupMenu.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPopupMenu.java index 895bb018cd..4555c0fab8 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPopupMenu.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionPopupMenu.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionStub.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionStub.java index fe9ce953b5..0e3938f9a7 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionStub.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionStub.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionToolbar.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionToolbar.java index ce52331c8a..9e94a1ae61 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionToolbar.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ActionToolbar.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/AnAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/AnAction.java index 5a583e177d..ef267b111d 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/AnAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/AnAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEvent.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEvent.java index e81219bb5f..f3a9c20bd7 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEventVisitor.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEventVisitor.java index 66a967b643..e3910fbede 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEventVisitor.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/AnActionEventVisitor.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; public class AnActionEventVisitor { diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/Anchor.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/Anchor.java index 5c7552cb79..4b7ee41715 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/Anchor.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/Anchor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/AsyncUpdateAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/AsyncUpdateAction.java index fb5707cc67..87524635ee 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/AsyncUpdateAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/AsyncUpdateAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/CommonShortcuts.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/CommonShortcuts.java index 3bec7b9627..7f4a2ec977 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/CommonShortcuts.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/CommonShortcuts.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/CompositeShortcutSet.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/CompositeShortcutSet.java index a2403d7a8a..531a72d5e7 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/CompositeShortcutSet.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/CompositeShortcutSet.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/Constraints.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/Constraints.java index 07bfd91d7f..19eccf8a0e 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/Constraints.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/Constraints.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/CustomShortcutSet.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/CustomShortcutSet.java index be118e1e69..ce284244ce 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/CustomShortcutSet.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/CustomShortcutSet.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataConstants.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataConstants.java index ea5cc7a0b4..b5859e6130 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataConstants.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataConstants.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataContext.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataContext.java index a5081fae4e..a9c9b5b03e 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataContext.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataContext.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataKey.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataKey.java index 93c11fd28c..4fd14045e2 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataKey.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataKey.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataProvider.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataProvider.java index a290952df5..0d1595eff4 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataSink.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataSink.java index 7725c6228a..7ec6d8ee6f 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/DataSink.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/DataSink.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/DefaultActionGroup.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/DefaultActionGroup.java index 4fa1572eff..50e311961d 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/DefaultActionGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/DefaultActionGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java index e7289e8b70..9be82e9dbf 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java @@ -1,17 +1,17 @@ /* * 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.actionSystem; diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/JBAwtEventQueue.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/JBAwtEventQueue.java index f7da4535b5..94997902bb 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/JBAwtEventQueue.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/JBAwtEventQueue.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardGestureAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardGestureAction.java index f75ad1460b..4ad40c044d 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardGestureAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardGestureAction.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; public interface KeyboardGestureAction { diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardModifierGestureShortuct.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardModifierGestureShortuct.java index 73cd96b863..03a7879310 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardModifierGestureShortuct.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardModifierGestureShortuct.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardShortcut.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardShortcut.java index 0a0dc9d06f..2738107325 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardShortcut.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/KeyboardShortcut.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/MouseShortcut.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/MouseShortcut.java index cbc27dbf0e..26d3ec729a 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/MouseShortcut.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/MouseShortcut.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/PlatformDataKeys.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/PlatformDataKeys.java index 4a866f4e3c..9bb9c62503 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/PlatformDataKeys.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/PlatformDataKeys.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; import com.intellij.ide.*; diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/PreloadableAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/PreloadableAction.java index 00e1d9c3f4..1c2026ae01 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/PreloadableAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/PreloadableAction.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; /** diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/Presentation.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/Presentation.java index 61e9ebd7b7..715a325a8c 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/Presentation.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/Presentation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/Separator.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/Separator.java index b040460509..92e08842ed 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/Separator.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/Separator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/Shortcut.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/Shortcut.java index 1a1d734726..c39001bbce 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/Shortcut.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/Shortcut.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ShortcutSet.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ShortcutSet.java index 7501ac859b..c956c296bd 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ShortcutSet.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ShortcutSet.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/TimerListener.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/TimerListener.java index b20a8dfdbf..a3ccaf4190 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/TimerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/TimerListener.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; import com.intellij.openapi.application.ModalityState; diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ToggleAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ToggleAction.java index 289bead173..9a1235e3ec 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ToggleAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ToggleAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/Toggleable.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/Toggleable.java index 5852516562..ce0f3bb7cd 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/Toggleable.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/Toggleable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/TypeSafeDataProvider.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/TypeSafeDataProvider.java index c0fd577e86..ac9ef8b159 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/TypeSafeDataProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/TypeSafeDataProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ActionUtil.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ActionUtil.java index eb42525188..f1e3716d47 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ActionUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ActionUtil.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.ex; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CheckboxAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CheckboxAction.java index 0f475d18a7..7f83a67628 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CheckboxAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CheckboxAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ComboBoxAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ComboBoxAction.java index f6144c4b24..ff5c0b9eda 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ComboBoxAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ComboBoxAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CustomComponentAction.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CustomComponentAction.java index a8c48388a9..859a17a66c 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CustomComponentAction.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/CustomComponentAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/DataConstantsEx.java b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/DataConstantsEx.java index 7954cbfe94..68074f3739 100644 --- a/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/DataConstantsEx.java +++ b/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/DataConstantsEx.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/Application.java b/platform/platform-api/src/com/intellij/openapi/application/Application.java index 7205315b18..2601029132 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/Application.java +++ b/platform/platform-api/src/com/intellij/openapi/application/Application.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationAdapter.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationAdapter.java index cfd9e7be9c..88b6db03e7 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationBundle.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationBundle.java index b4f468dd7b..59b5a55d58 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationInfo.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationInfo.java index 6ad58e3491..25aca14201 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationInfo.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationInfo.java @@ -1,17 +1,17 @@ /* * 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.application; diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationListener.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationListener.java index d5041f7e2e..a7af85efbc 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationListener.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationManager.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationManager.java index 6c35ef2632..c15cb1f550 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationManager.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationNamesInfo.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationNamesInfo.java index aca32cdba2..ca2af81384 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationNamesInfo.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationNamesInfo.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ApplicationStarter.java b/platform/platform-api/src/com/intellij/openapi/application/ApplicationStarter.java index 75c5a1f481..ee0dcf8a72 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ApplicationStarter.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ApplicationStarter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/BaseActionRunnable.java b/platform/platform-api/src/com/intellij/openapi/application/BaseActionRunnable.java index f6437e4c56..90164248e2 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/BaseActionRunnable.java +++ b/platform/platform-api/src/com/intellij/openapi/application/BaseActionRunnable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/CachedSingletonsRegistry.java b/platform/platform-api/src/com/intellij/openapi/application/CachedSingletonsRegistry.java index 5a41e24d6b..8852d71897 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/CachedSingletonsRegistry.java +++ b/platform/platform-api/src/com/intellij/openapi/application/CachedSingletonsRegistry.java @@ -1,17 +1,17 @@ /* * 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. */ /* diff --git a/platform/platform-api/src/com/intellij/openapi/application/ModalityInvokator.java b/platform/platform-api/src/com/intellij/openapi/application/ModalityInvokator.java index 2cc2ba5854..4dda4a6641 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ModalityInvokator.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ModalityInvokator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ModalityState.java b/platform/platform-api/src/com/intellij/openapi/application/ModalityState.java index 2252be60c7..37ff7f9118 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ModalityState.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ModalityState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ModalityStateListener.java b/platform/platform-api/src/com/intellij/openapi/application/ModalityStateListener.java index f61f6d8818..824ba7da6a 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ModalityStateListener.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ModalityStateListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/PathMacros.java b/platform/platform-api/src/com/intellij/openapi/application/PathMacros.java index 9624afeef5..64d6571d2f 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/PathMacros.java +++ b/platform/platform-api/src/com/intellij/openapi/application/PathMacros.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ReadAction.java b/platform/platform-api/src/com/intellij/openapi/application/ReadAction.java index 98fcdf301a..4c6e613508 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ReadAction.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ReadAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ReadActionProcessor.java b/platform/platform-api/src/com/intellij/openapi/application/ReadActionProcessor.java index 2312bffabe..eadecfe627 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ReadActionProcessor.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ReadActionProcessor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/Result.java b/platform/platform-api/src/com/intellij/openapi/application/Result.java index 2e52f55c1b..f48ec18946 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/Result.java +++ b/platform/platform-api/src/com/intellij/openapi/application/Result.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/RunResult.java b/platform/platform-api/src/com/intellij/openapi/application/RunResult.java index d0ac49bcb0..0d901596a6 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/RunResult.java +++ b/platform/platform-api/src/com/intellij/openapi/application/RunResult.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/WriteAction.java b/platform/platform-api/src/com/intellij/openapi/application/WriteAction.java index 655b67e96d..f9cd1c047f 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/WriteAction.java +++ b/platform/platform-api/src/com/intellij/openapi/application/WriteAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/application/ex/PathManagerEx.java b/platform/platform-api/src/com/intellij/openapi/application/ex/PathManagerEx.java index cf9339c51d..c54133f1eb 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/ex/PathManagerEx.java +++ b/platform/platform-api/src/com/intellij/openapi/application/ex/PathManagerEx.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Aug 19, 2002 diff --git a/platform/platform-api/src/com/intellij/openapi/application/impl/PluginsFacade.java b/platform/platform-api/src/com/intellij/openapi/application/impl/PluginsFacade.java index 5bb8d3b6bd..b4412a009e 100644 --- a/platform/platform-api/src/com/intellij/openapi/application/impl/PluginsFacade.java +++ b/platform/platform-api/src/com/intellij/openapi/application/impl/PluginsFacade.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2005 JetBrains s.r.o. All Rights Reserved. + * 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.application.impl; diff --git a/platform/platform-api/src/com/intellij/openapi/command/AbnormalCommandTerminationException.java b/platform/platform-api/src/com/intellij/openapi/command/AbnormalCommandTerminationException.java index c69738182c..255a24c5ef 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/AbnormalCommandTerminationException.java +++ b/platform/platform-api/src/com/intellij/openapi/command/AbnormalCommandTerminationException.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jul 14, 2006 diff --git a/platform/platform-api/src/com/intellij/openapi/command/CommandAdapter.java b/platform/platform-api/src/com/intellij/openapi/command/CommandAdapter.java index f9259c2b10..5b60c67195 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/CommandAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/command/CommandAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/CommandEvent.java b/platform/platform-api/src/com/intellij/openapi/command/CommandEvent.java index 29a9d42cbd..302f0d9dfa 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/CommandEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/command/CommandEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/CommandListener.java b/platform/platform-api/src/com/intellij/openapi/command/CommandListener.java index 88563aa72a..0a0f3fd210 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/CommandListener.java +++ b/platform/platform-api/src/com/intellij/openapi/command/CommandListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/CommandProcessor.java b/platform/platform-api/src/com/intellij/openapi/command/CommandProcessor.java index 375eb820cf..bb691a76d3 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/CommandProcessor.java +++ b/platform/platform-api/src/com/intellij/openapi/command/CommandProcessor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/UndoConfirmationPolicy.java b/platform/platform-api/src/com/intellij/openapi/command/UndoConfirmationPolicy.java index e585955b73..be13581046 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/UndoConfirmationPolicy.java +++ b/platform/platform-api/src/com/intellij/openapi/command/UndoConfirmationPolicy.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReference.java b/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReference.java index 5934e8fb5b..7f03c3c1f0 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReference.java +++ b/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReference.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReferenceManager.java b/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReferenceManager.java index c6e77a7299..a68449f823 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReferenceManager.java +++ b/platform/platform-api/src/com/intellij/openapi/command/undo/DocumentReferenceManager.java @@ -1,3 +1,18 @@ +/* + * 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.command.undo; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/command/undo/NonDocumentUndoableAction.java b/platform/platform-api/src/com/intellij/openapi/command/undo/NonDocumentUndoableAction.java dissimilarity index 61% index 9ffbbb0065..8f83919163 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/undo/NonDocumentUndoableAction.java +++ b/platform/platform-api/src/com/intellij/openapi/command/undo/NonDocumentUndoableAction.java @@ -1,30 +1,30 @@ -/* - * 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.command.undo; - -/** - * @author Dmitry Avdeev - */ -public abstract class NonDocumentUndoableAction implements UndoableAction { - public DocumentReference[] getAffectedDocuments() { - return null; - } - - public final boolean isGlobal() { - return true; - } -} +/* + * 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.command.undo; + +/** + * @author Dmitry Avdeev + */ +public abstract class NonDocumentUndoableAction implements UndoableAction { + public DocumentReference[] getAffectedDocuments() { + return null; + } + + public final boolean isGlobal() { + return true; + } +} diff --git a/platform/platform-api/src/com/intellij/openapi/command/undo/UndoManager.java b/platform/platform-api/src/com/intellij/openapi/command/undo/UndoManager.java index 45e7c741d0..d114e3dbd3 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/undo/UndoManager.java +++ b/platform/platform-api/src/com/intellij/openapi/command/undo/UndoManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/undo/UndoableAction.java b/platform/platform-api/src/com/intellij/openapi/command/undo/UndoableAction.java index 671890beca..495470e9cf 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/undo/UndoableAction.java +++ b/platform/platform-api/src/com/intellij/openapi/command/undo/UndoableAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/command/undo/UnexpectedUndoException.java b/platform/platform-api/src/com/intellij/openapi/command/undo/UnexpectedUndoException.java index bb04d9b180..999f4ffdeb 100644 --- a/platform/platform-api/src/com/intellij/openapi/command/undo/UnexpectedUndoException.java +++ b/platform/platform-api/src/com/intellij/openapi/command/undo/UnexpectedUndoException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/AbstractProjectComponent.java b/platform/platform-api/src/com/intellij/openapi/components/AbstractProjectComponent.java index d9ad2d516e..b989be3bf4 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/AbstractProjectComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/AbstractProjectComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ApplicationComponent.java b/platform/platform-api/src/com/intellij/openapi/components/ApplicationComponent.java index 19bb978f7b..3625729643 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ApplicationComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ApplicationComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/BaseComponent.java b/platform/platform-api/src/com/intellij/openapi/components/BaseComponent.java index 10848bb344..2a7ec85d14 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/BaseComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/BaseComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ComponentConfig.java b/platform/platform-api/src/com/intellij/openapi/components/ComponentConfig.java index 038cd90bed..28776cc09b 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ComponentConfig.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ComponentConfig.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ComponentManager.java b/platform/platform-api/src/com/intellij/openapi/components/ComponentManager.java index 99e4dca19d..45a0dff95a 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ComponentManager.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ComponentManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ComponentManagerConfig.java b/platform/platform-api/src/com/intellij/openapi/components/ComponentManagerConfig.java index 8710601617..9a76b6fb9b 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ComponentManagerConfig.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ComponentManagerConfig.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ExportableApplicationComponent.java b/platform/platform-api/src/com/intellij/openapi/components/ExportableApplicationComponent.java index 011aaa9847..dbbb7bc671 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ExportableApplicationComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ExportableApplicationComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ExportableBean.java b/platform/platform-api/src/com/intellij/openapi/components/ExportableBean.java index b5a049f520..2e5fec2721 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ExportableBean.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ExportableBean.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ExportableComponent.java b/platform/platform-api/src/com/intellij/openapi/components/ExportableComponent.java index 03c336c2b2..ad4962566d 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ExportableComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ExportableComponent.java @@ -1,3 +1,18 @@ +/* + * 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.components; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-api/src/com/intellij/openapi/components/PersistentStateComponent.java b/platform/platform-api/src/com/intellij/openapi/components/PersistentStateComponent.java index 6371bd482d..4e54b98a5f 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/PersistentStateComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/PersistentStateComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ProjectComponent.java b/platform/platform-api/src/com/intellij/openapi/components/ProjectComponent.java index 0da1ef9e86..76f3f4aa0e 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ProjectComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ProjectComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/RoamingType.java b/platform/platform-api/src/com/intellij/openapi/components/RoamingType.java index 86149cc976..06283e04d0 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/RoamingType.java +++ b/platform/platform-api/src/com/intellij/openapi/components/RoamingType.java @@ -1,3 +1,18 @@ +/* + * 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.components; public enum RoamingType { diff --git a/platform/platform-api/src/com/intellij/openapi/components/ServiceDescriptor.java b/platform/platform-api/src/com/intellij/openapi/components/ServiceDescriptor.java index a3275f374a..3bf40ee837 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ServiceDescriptor.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ServiceDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/ServiceManager.java b/platform/platform-api/src/com/intellij/openapi/components/ServiceManager.java index a975db638e..79e168cf46 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/ServiceManager.java +++ b/platform/platform-api/src/com/intellij/openapi/components/ServiceManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/SettingsSavingComponent.java b/platform/platform-api/src/com/intellij/openapi/components/SettingsSavingComponent.java index c07e51cb48..05749af115 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/SettingsSavingComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/components/SettingsSavingComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/State.java b/platform/platform-api/src/com/intellij/openapi/components/State.java index 1cf05f021d..659c45d8cb 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/State.java +++ b/platform/platform-api/src/com/intellij/openapi/components/State.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StateSplitter.java b/platform/platform-api/src/com/intellij/openapi/components/StateSplitter.java index 50eaa497d4..37081efcc9 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StateSplitter.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StateSplitter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StateStorage.java b/platform/platform-api/src/com/intellij/openapi/components/StateStorage.java index 85c421eb37..67e9973b34 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StateStorage.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StateStorage.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StateStorageChooser.java b/platform/platform-api/src/com/intellij/openapi/components/StateStorageChooser.java index 90f728b921..a284cbc0aa 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StateStorageChooser.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StateStorageChooser.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StateStorageOperation.java b/platform/platform-api/src/com/intellij/openapi/components/StateStorageOperation.java index a7a07e91c2..58e905b8c5 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StateStorageOperation.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StateStorageOperation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/Storage.java b/platform/platform-api/src/com/intellij/openapi/components/Storage.java index 82a9fcd6b8..8b79e6d24c 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/Storage.java +++ b/platform/platform-api/src/com/intellij/openapi/components/Storage.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StorageAnnotationsDefaultValues.java b/platform/platform-api/src/com/intellij/openapi/components/StorageAnnotationsDefaultValues.java index ec42b3d2be..6c1b4ffa07 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StorageAnnotationsDefaultValues.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StorageAnnotationsDefaultValues.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StorageId.java b/platform/platform-api/src/com/intellij/openapi/components/StorageId.java index 7bd98dcd16..8740cf0844 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StorageId.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StorageId.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/StorageScheme.java b/platform/platform-api/src/com/intellij/openapi/components/StorageScheme.java index 25c801ef4f..969c38ef53 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/StorageScheme.java +++ b/platform/platform-api/src/com/intellij/openapi/components/StorageScheme.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/components/XmlConfigurationMerger.java b/platform/platform-api/src/com/intellij/openapi/components/XmlConfigurationMerger.java index 59cabd9986..4a3f57f599 100644 --- a/platform/platform-api/src/com/intellij/openapi/components/XmlConfigurationMerger.java +++ b/platform/platform-api/src/com/intellij/openapi/components/XmlConfigurationMerger.java @@ -1,3 +1,18 @@ +/* + * 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.components; import org.jdom.Element; diff --git a/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorLogger.java b/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorLogger.java index 450b4e7143..5cf0ff3fca 100644 --- a/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorLogger.java +++ b/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorLogger.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorReportSubmitter.java b/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorReportSubmitter.java index 6e83470b14..520abaa996 100644 --- a/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorReportSubmitter.java +++ b/platform/platform-api/src/com/intellij/openapi/diagnostic/ErrorReportSubmitter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diagnostic/IdeaLoggingEvent.java b/platform/platform-api/src/com/intellij/openapi/diagnostic/IdeaLoggingEvent.java index 04f642b68e..eaa5a669be 100644 --- a/platform/platform-api/src/com/intellij/openapi/diagnostic/IdeaLoggingEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/diagnostic/IdeaLoggingEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diagnostic/SubmittedReportInfo.java b/platform/platform-api/src/com/intellij/openapi/diagnostic/SubmittedReportInfo.java index c79d0cb449..ae21832053 100644 --- a/platform/platform-api/src/com/intellij/openapi/diagnostic/SubmittedReportInfo.java +++ b/platform/platform-api/src/com/intellij/openapi/diagnostic/SubmittedReportInfo.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/ActionButtonPresentation.java b/platform/platform-api/src/com/intellij/openapi/diff/ActionButtonPresentation.java index 148433897f..203c3d1960 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/ActionButtonPresentation.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/ActionButtonPresentation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/BinaryContent.java b/platform/platform-api/src/com/intellij/openapi/diff/BinaryContent.java index 6addc8cd4f..a1c9d7ff13 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/BinaryContent.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/BinaryContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffApplication.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffApplication.java index 4eebb2e222..d4d59e0e8f 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffApplication.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffApplication.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffBundle.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffBundle.java index f672b386a4..2c52304669 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffColors.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffColors.java index 93cf5076c7..225305752f 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffColors.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffColors.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffContent.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffContent.java index edf985d591..fb3983399b 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffContent.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffContentUtil.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffContentUtil.java index e9daee97a7..e7f57c00f0 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffContentUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffContentUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffManager.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffManager.java index 2baa1eb359..0aa76da836 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffManager.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffPanel.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffPanel.java index c056f83265..6af7bcc446 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffPanel.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffPanelFactory.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffPanelFactory.java index 98f60ef98a..bd35fe3a4a 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffPanelFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffPanelFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffRequest.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffRequest.java index 7c26023ddb..b325e87db0 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffRequest.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffRequest.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffRequestFactory.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffRequestFactory.java index 6652082f8c..fb350df8a2 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffRequestFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffRequestFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffTool.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffTool.java index b4a31e4e0a..00458e7b73 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffTool.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffTool.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffToolbar.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffToolbar.java index c51c0fa87f..f26547187d 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffToolbar.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffToolbar.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DiffViewer.java b/platform/platform-api/src/com/intellij/openapi/diff/DiffViewer.java index cd5a29f04e..25cb19b833 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DiffViewer.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DiffViewer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DocumentContent.java b/platform/platform-api/src/com/intellij/openapi/diff/DocumentContent.java index bff5d7e8dd..791f9efdb3 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DocumentContent.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DocumentContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/DocumentsSynchonizer.java b/platform/platform-api/src/com/intellij/openapi/diff/DocumentsSynchonizer.java index 0b24d85922..5204ddfcae 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/DocumentsSynchonizer.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/DocumentsSynchonizer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/FileContent.java b/platform/platform-api/src/com/intellij/openapi/diff/FileContent.java index 1da0f3db40..318cbca921 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/FileContent.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/FileContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/FragmentContent.java b/platform/platform-api/src/com/intellij/openapi/diff/FragmentContent.java index e952e85065..0f11c71bb8 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/FragmentContent.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/FragmentContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/LineTokenizer.java b/platform/platform-api/src/com/intellij/openapi/diff/LineTokenizer.java index 97248e943e..2c8ac71cd5 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/LineTokenizer.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/LineTokenizer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/MergeRequest.java b/platform/platform-api/src/com/intellij/openapi/diff/MergeRequest.java index 4ae847d05e..29243f7b9b 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/MergeRequest.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/MergeRequest.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/SimpleContent.java b/platform/platform-api/src/com/intellij/openapi/diff/SimpleContent.java index bc9028beb0..fe61575740 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/SimpleContent.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/SimpleContent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/diff/SimpleDiffRequest.java b/platform/platform-api/src/com/intellij/openapi/diff/SimpleDiffRequest.java index eead1e95a9..1619723aab 100644 --- a/platform/platform-api/src/com/intellij/openapi/diff/SimpleDiffRequest.java +++ b/platform/platform-api/src/com/intellij/openapi/diff/SimpleDiffRequest.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/CaretModel.java b/platform/platform-api/src/com/intellij/openapi/editor/CaretModel.java index 2d56538f7a..2376cf3c15 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/CaretModel.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/CaretModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/DisposableEditorPanel.java b/platform/platform-api/src/com/intellij/openapi/editor/DisposableEditorPanel.java index 23328a264c..407f5fa63f 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/DisposableEditorPanel.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/DisposableEditorPanel.java @@ -1,3 +1,18 @@ +/* + * 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.editor; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/Document.java b/platform/platform-api/src/com/intellij/openapi/editor/Document.java index 742e685b2a..fb56b0e559 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/Document.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/Document.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/DocumentFragment.java b/platform/platform-api/src/com/intellij/openapi/editor/DocumentFragment.java index 13e6c4a78d..0e8b7ea4a2 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/DocumentFragment.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/DocumentFragment.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/DocumentRunnable.java b/platform/platform-api/src/com/intellij/openapi/editor/DocumentRunnable.java index f664a0cc0b..13fc0b7e80 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/DocumentRunnable.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/DocumentRunnable.java @@ -1,3 +1,18 @@ +/* + * 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.editor; import com.intellij.openapi.project.Project; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/Editor.java b/platform/platform-api/src/com/intellij/openapi/editor/Editor.java index 186ac72272..875a0402af 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/Editor.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/Editor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/EditorBundle.java b/platform/platform-api/src/com/intellij/openapi/editor/EditorBundle.java index a503b89966..1ea24a804b 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/EditorBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/EditorBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/EditorFactory.java b/platform/platform-api/src/com/intellij/openapi/editor/EditorFactory.java index 68895646bf..fb53c05637 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/EditorFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/EditorFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/EditorGutter.java b/platform/platform-api/src/com/intellij/openapi/editor/EditorGutter.java index 9100713099..e83d6a73c6 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/EditorGutter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/EditorGutter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/EditorGutterAction.java b/platform/platform-api/src/com/intellij/openapi/editor/EditorGutterAction.java index 83a9bb46ab..4a17b7df2b 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/EditorGutterAction.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/EditorGutterAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/EditorModificationUtil.java b/platform/platform-api/src/com/intellij/openapi/editor/EditorModificationUtil.java index bb0f12a227..f3f2231e5d 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/EditorModificationUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/EditorModificationUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/EditorSettings.java b/platform/platform-api/src/com/intellij/openapi/editor/EditorSettings.java index e426839b7c..7419f0da2d 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/EditorSettings.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/EditorSettings.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/FoldRegion.java b/platform/platform-api/src/com/intellij/openapi/editor/FoldRegion.java index b5bc21f447..13bd2e1941 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/FoldRegion.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/FoldRegion.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/FoldingGroup.java b/platform/platform-api/src/com/intellij/openapi/editor/FoldingGroup.java index 32aa7cfd2b..165fc1f819 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/FoldingGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/FoldingGroup.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.editor; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/FoldingModel.java b/platform/platform-api/src/com/intellij/openapi/editor/FoldingModel.java index 68f985e4ef..47b7601697 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/FoldingModel.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/FoldingModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/HighlighterColors.java b/platform/platform-api/src/com/intellij/openapi/editor/HighlighterColors.java index 58aefc248d..76641a869f 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/HighlighterColors.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/HighlighterColors.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/LazyRangeMarkerFactory.java b/platform/platform-api/src/com/intellij/openapi/editor/LazyRangeMarkerFactory.java index 9d5706581a..535667841d 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/LazyRangeMarkerFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/LazyRangeMarkerFactory.java @@ -1,3 +1,18 @@ +/* + * 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.editor; import com.intellij.codeStyle.CodeStyleFacade; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/LogicalPosition.java b/platform/platform-api/src/com/intellij/openapi/editor/LogicalPosition.java index bb584ab203..611673124e 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/LogicalPosition.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/LogicalPosition.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/RangeMarker.java b/platform/platform-api/src/com/intellij/openapi/editor/RangeMarker.java index 1e2332fe68..fb1507bdd6 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/RangeMarker.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/RangeMarker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/RawText.java b/platform/platform-api/src/com/intellij/openapi/editor/RawText.java index e901730754..f94ade31ef 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/RawText.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/RawText.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyFragmentModificationException.java b/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyFragmentModificationException.java index 3303a73818..d1fb9da131 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyFragmentModificationException.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyFragmentModificationException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyModificationException.java b/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyModificationException.java index 7473625e86..209d7ff381 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyModificationException.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/ReadOnlyModificationException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/ScrollType.java b/platform/platform-api/src/com/intellij/openapi/editor/ScrollType.java index 188b231828..c878ef721c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/ScrollType.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/ScrollType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/ScrollingModel.java b/platform/platform-api/src/com/intellij/openapi/editor/ScrollingModel.java index 3ba88bb3d4..663e817a2d 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/ScrollingModel.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/ScrollingModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/SelectionModel.java b/platform/platform-api/src/com/intellij/openapi/editor/SelectionModel.java index 522c16ac91..1248da519c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/SelectionModel.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/SelectionModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/TextAnnotationGutterProvider.java b/platform/platform-api/src/com/intellij/openapi/editor/TextAnnotationGutterProvider.java index 431cbe7469..7ca7f48f9b 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/TextAnnotationGutterProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/TextAnnotationGutterProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/VisualPosition.java b/platform/platform-api/src/com/intellij/openapi/editor/VisualPosition.java index ed950f70cd..231d268d90 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/VisualPosition.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/VisualPosition.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/DocCommandGroupId.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/DocCommandGroupId.java index 7dbb47ce29..128fe1c584 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/DocCommandGroupId.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/DocCommandGroupId.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actionSystem; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorAction.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorAction.java index 9d582d725e..8cbd5a055c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorAction.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandler.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandler.java index d84ef2297d..8b61ce838c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandlerBean.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandlerBean.java index cfe74e6018..0a0ccebb6c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandlerBean.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionHandlerBean.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actionSystem; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionManager.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionManager.java index 1e51e45ef0..4458bda7d5 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionManager.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorActionManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorTypedHandlerBean.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorTypedHandlerBean.java index c5b740ab33..a5612d6362 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorTypedHandlerBean.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorTypedHandlerBean.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actionSystem; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorWriteActionHandler.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorWriteActionHandler.java index 55046b1757..3c69a03ac9 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorWriteActionHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/EditorWriteActionHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/ReadonlyFragmentModificationHandler.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/ReadonlyFragmentModificationHandler.java index 5f4acaa3fb..e01dc6302b 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/ReadonlyFragmentModificationHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/ReadonlyFragmentModificationHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedAction.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedAction.java index 4e908d9dfc..3c7bc750ad 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedAction.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedActionHandler.java b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedActionHandler.java index 86ec4fa89a..54b97a497d 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedActionHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedActionHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/actions/ContentChooser.java b/platform/platform-api/src/com/intellij/openapi/editor/actions/ContentChooser.java index 853feaa62b..38f98d3363 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/actions/ContentChooser.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/actions/ContentChooser.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/CodeInsightColors.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/CodeInsightColors.java index a623edd315..81c2ce8094 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/CodeInsightColors.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/CodeInsightColors.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/ColorKey.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/ColorKey.java index 1173a4b1c5..dfd9c0e0d8 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/ColorKey.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/ColorKey.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColors.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColors.java index 7b9ac912a3..3995365e78 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColors.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColors.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsAdapter.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsAdapter.java index 805e18bea6..2a7b653f20 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsListener.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsListener.java index c4eadf1985..4fa3d6350a 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsManager.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsManager.java index 65385f7e34..c755389146 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsManager.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsScheme.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsScheme.java index 1350e8c988..b9980d1f5f 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsScheme.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorColorsScheme.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorFontType.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorFontType.java index 76b3de23c9..de864f4458 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorFontType.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/EditorFontType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/colors/TextAttributesKey.java b/platform/platform-api/src/com/intellij/openapi/editor/colors/TextAttributesKey.java index 5d0afc0449..9af253bd7e 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/colors/TextAttributesKey.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/colors/TextAttributesKey.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/CaretEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/CaretEvent.java index 84efbdf29f..c6fc7d8b73 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/CaretEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/CaretEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/CaretListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/CaretListener.java index e0e3e494f7..82f7c35306 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/CaretListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/CaretListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentAdapter.java b/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentAdapter.java index c1411dc159..577d6e15e5 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentEvent.java index 727fc0d2e4..48ee679e45 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentListener.java index 3703572dea..b48cf2ba98 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/DocumentListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorEventMulticaster.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorEventMulticaster.java index 79f604d2ae..d87fd78cdf 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorEventMulticaster.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorEventMulticaster.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryAdapter.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryAdapter.java index 1ee69edc15..1bda220ef7 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryEvent.java index 3155a24de7..52a1cfcd02 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryListener.java index f286c54475..5f2e35ce2e 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorFactoryListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseAdapter.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseAdapter.java index 319a5fae5d..d1d35ed9bd 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEvent.java index 785c4327e1..50c7e3600e 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEventArea.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEventArea.java index 593fd08d5a..3da706c8c6 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEventArea.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseEventArea.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseListener.java index 083a834d71..7aa1d8f8dc 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionAdapter.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionAdapter.java index 6c776cad59..4077eb0977 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionListener.java index 0affdaddc2..eaf76eb05f 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/EditorMouseMotionListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/MockDocumentEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/MockDocumentEvent.java index 2fd2db9b32..61df2222ab 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/MockDocumentEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/MockDocumentEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionEvent.java index bbba919b54..0eafcdb98a 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionListener.java index b50e4db561..25249f2efd 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/SelectionListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaEvent.java b/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaEvent.java index 83f2f2c596..8fc2b88018 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaListener.java b/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaListener.java index a06191d0b8..5f0753ed8e 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaListener.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/event/VisibleAreaListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighter.java b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighter.java index bef4d15a5c..cb09d0a18b 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactory.java b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactory.java index 917e16b2a6..6e50f90e57 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactory.java @@ -1,3 +1,18 @@ +/* + * 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.editor.highlighter; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterClient.java b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterClient.java index 181865b922..7628358490 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterClient.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterClient.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterIterator.java b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterIterator.java index 1f4440be5f..4fbaeb082d 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterIterator.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/highlighter/HighlighterIterator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/ActiveGutterRenderer.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/ActiveGutterRenderer.java index 28b9e36dd6..d26ae1b848 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/ActiveGutterRenderer.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/ActiveGutterRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/AttributesFlyweight.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/AttributesFlyweight.java index 88bb645656..899c312a9c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/AttributesFlyweight.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/AttributesFlyweight.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.editor.markup; diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/EffectType.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/EffectType.java index b3a9885c21..5be5d9f0e4 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/EffectType.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/EffectType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/ErrorStripeRenderer.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/ErrorStripeRenderer.java index 3fb8ab4b97..e1a1362f08 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/ErrorStripeRenderer.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/ErrorStripeRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterDraggableObject.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterDraggableObject.java index 75225075c2..2a7582caf7 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterDraggableObject.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterDraggableObject.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterIconRenderer.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterIconRenderer.java index f31f44edef..3150a608fc 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterIconRenderer.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/GutterIconRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterLayer.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterLayer.java index 556c628668..5901edd56a 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterLayer.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterLayer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterTargetArea.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterTargetArea.java index 69a71a8224..32c2b2ec50 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterTargetArea.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/HighlighterTargetArea.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/LineMarkerRenderer.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/LineMarkerRenderer.java index 30120fb70b..94cd962726 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/LineMarkerRenderer.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/LineMarkerRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupEditorFilter.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupEditorFilter.java index c57e42319d..5d18dbde5c 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupEditorFilter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupEditorFilter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupModel.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupModel.java index ed68520c03..27663ad8fa 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupModel.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/MarkupModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/RangeHighlighter.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/RangeHighlighter.java index b4a9a7da43..5e646c555e 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/RangeHighlighter.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/RangeHighlighter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/SeparatorPlacement.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/SeparatorPlacement.java index 46ed2261d5..e5bebc6073 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/SeparatorPlacement.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/SeparatorPlacement.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/editor/markup/TextAttributes.java b/platform/platform-api/src/com/intellij/openapi/editor/markup/TextAttributes.java index 3909571abf..3370de6c44 100644 --- a/platform/platform-api/src/com/intellij/openapi/editor/markup/TextAttributes.java +++ b/platform/platform-api/src/com/intellij/openapi/editor/markup/TextAttributes.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooser.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooser.java index 3fe499a67a..a0e904b712 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooser.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooser.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptor.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptor.java index ccf67be594..652730917b 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptorFactory.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptorFactory.java index 9518e82787..048bc1aeab 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptorFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDescriptorFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDialog.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDialog.java index 6136495aff..093cb03e0f 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java index 4a57f19567..3b39cb0a01 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileChooserFactory.java @@ -1,17 +1,17 @@ /* * 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/platform-api/src/com/intellij/openapi/fileChooser/FileElement.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileElement.java index 0cc4670d57..47f3a403c6 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileElement.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileElement.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java index cb37b70f99..ebcf30238c 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDescriptor.java @@ -1,17 +1,17 @@ /* * 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/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java index cd44d26e59..c5f23dd466 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSaverDialog.java @@ -1,17 +1,17 @@ /* * 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/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTree.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTree.java index f5f5d58165..73974a6298 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTree.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTree.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTreeFactory.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTreeFactory.java index 81d98d15e5..e1b06183f0 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTreeFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileSystemTreeFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileTextField.java b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileTextField.java index 94108c66be..8f39e3f2ee 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileChooser/FileTextField.java +++ b/platform/platform-api/src/com/intellij/openapi/fileChooser/FileTextField.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/DocumentsEditor.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/DocumentsEditor.java index cc40d2a75d..1901dec413 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/DocumentsEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/DocumentsEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/EditorDataProvider.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/EditorDataProvider.java index b5975adad2..73cba82be2 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/EditorDataProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/EditorDataProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManager.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManager.java index b8ae1e969f..cfb4d9d479 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManager.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerAdapter.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerAdapter.java index 381e01f967..765ce3cfc1 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerListener.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerListener.java index d90f3a4d17..3b54e5fba2 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentManagerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentSynchronizationVetoListener.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentSynchronizationVetoListener.java index 5fecd4dee4..e60731441f 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentSynchronizationVetoListener.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileDocumentSynchronizationVetoListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java index 00bc182649..9d4b1f4c43 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorLocation.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorLocation.java index 2a61756674..48c266cee9 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorLocation.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorLocation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java index ad54a0e560..01de995d92 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerAdapter.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerAdapter.java index 409f1adfe4..b0d72217c3 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerEvent.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerEvent.java index 7172d37137..390c16a326 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerListener.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerListener.java index add923eaca..b2043be907 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManagerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorPolicy.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorPolicy.java index b46641f5e1..e78e5955b5 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorPolicy.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorPolicy.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorProvider.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorProvider.java index 76e169103a..ed68b93fdf 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorState.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorState.java index be74dc7ca0..6f53590fa8 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorState.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorStateLevel.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorStateLevel.java index 84f32bf31b..4408f12db5 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorStateLevel.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorStateLevel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/NavigatableFileEditor.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/NavigatableFileEditor.java index 27b5272ad7..6355fc4108 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/NavigatableFileEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/NavigatableFileEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/OpenFileDescriptor.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/OpenFileDescriptor.java index 90846f5297..f880dc1f42 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/OpenFileDescriptor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/OpenFileDescriptor.java @@ -1,17 +1,17 @@ /* * 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.fileEditor; diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditor.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditor.java index 781fa2cfb9..8c0578b8cf 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditorLocation.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditorLocation.java index 2f38d5aa5d..9e58f7d548 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditorLocation.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/TextEditorLocation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentReloadException.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentReloadException.java index b5e565cdcf..57e2260aa3 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentReloadException.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentReloadException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentSavingException.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentSavingException.java index 405eda7a4f..063488714c 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentSavingException.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/VetoDocumentSavingException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/WeighedFileEditorProvider.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/WeighedFileEditorProvider.java index efb12e3de5..8578f5eaa6 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/WeighedFileEditorProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/WeighedFileEditorProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileDecompiler.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileDecompiler.java index 2ab575ab81..077b38a4d4 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileDecompiler.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileDecompiler.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileTypeDecompilers.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileTypeDecompilers.java index 24cc70550b..348b697d7d 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileTypeDecompilers.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/BinaryFileTypeDecompilers.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtension.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtension.java index 54372754b5..5e26682759 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtension.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtension.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtensionPoint.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtensionPoint.java index 607d167ef4..85ab282a4a 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtensionPoint.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/ClassExtensionPoint.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/ContentBasedClassFileProcessor.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/ContentBasedClassFileProcessor.java index 9297c57ecd..a6244c8ae7 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/ContentBasedClassFileProcessor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/ContentBasedClassFileProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes; import com.intellij.lang.Language; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/ExactFileNameMatcher.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/ExactFileNameMatcher.java index 0a3b4fbb98..e461288cc5 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/ExactFileNameMatcher.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/ExactFileNameMatcher.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/ExtensionFileNameMatcher.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/ExtensionFileNameMatcher.java index 57a6ee6881..f7d793af38 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/ExtensionFileNameMatcher.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/ExtensionFileNameMatcher.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileNameMatcher.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileNameMatcher.java index c1c440515a..9b28a1622e 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileNameMatcher.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileNameMatcher.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileType.java index 89a797fcf3..1282dfa91f 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeConsumer.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeConsumer.java index 9a7f5661fb..14452f17dc 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeConsumer.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeConsumer.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeEvent.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeEvent.java index 259d6c4c75..7b9c191a09 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtension.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtension.java index a28b42bb92..3e68c20c30 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtension.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtension.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionFactory.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionFactory.java index 60ab2cf27c..87b68b051d 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionFactory.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionPoint.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionPoint.java index 3e687f2b4b..05252fc147 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionPoint.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeExtensionPoint.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeFactory.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeFactory.java index 25ff9fee06..679ed92983 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeListener.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeListener.java index ffcdc2c46a..a54a98548c 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeListener.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeManager.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeManager.java index af1252df70..e80b45c7ec 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeManager.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypeManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypes.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypes.java index 7fa4964564..bea14720b6 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypes.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/FileTypes.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileType.java index 6462910fee..eb0be56f42 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileTypeHighlighterProvider.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileTypeHighlighterProvider.java index 60165ba0fd..ad7ae09c38 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileTypeHighlighterProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/LanguageFileTypeHighlighterProvider.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes; import com.intellij.openapi.project.Project; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/MockFileTypeManager.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/MockFileTypeManager.java index a7fe57850c..f9f98b806a 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/MockFileTypeManager.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/MockFileTypeManager.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/MockLanguageFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/MockLanguageFileType.java index 15197abf60..b656a4add0 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/MockLanguageFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/MockLanguageFileType.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/NativeFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/NativeFileType.java index b579d4a0eb..3543d1f1e9 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/NativeFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/NativeFileType.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighter.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighter.java index 5863745e6b..08a800092c 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighter.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighterFactory.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighterFactory.java index 85d7400cfc..b19651ca83 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighterFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/PlainSyntaxHighlighterFactory.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/SingleLazyInstanceSyntaxHighlighterFactory.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/SingleLazyInstanceSyntaxHighlighterFactory.java index 70b14d55e9..6b50304aae 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/SingleLazyInstanceSyntaxHighlighterFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/SingleLazyInstanceSyntaxHighlighterFactory.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/StdFileTypes.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/StdFileTypes.java index de50ad7149..c41a6c976f 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/StdFileTypes.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/StdFileTypes.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighter.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighter.java index 1d865583f7..dbf462f59a 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighter.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterBase.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterBase.java index ed0c55e54d..d8c21862cf 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterBase.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterBase.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterFactory.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterFactory.java index 3144b38385..085ce06765 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterFactory.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterLanguageFactory.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterLanguageFactory.java index d44a34e715..a223fa0e08 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterLanguageFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterLanguageFactory.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterProvider.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterProvider.java index b760663e08..6317dd7577 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/SyntaxHighlighterProvider.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: yole * Date: 06.11.2007 diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/TemplateLanguageFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/TemplateLanguageFileType.java index 52bbf4439a..f5646bf4d0 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/TemplateLanguageFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/TemplateLanguageFileType.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.fileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/UnknownFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/UnknownFileType.java dissimilarity index 61% index a13c934980..107e29a0eb 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/UnknownFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/UnknownFileType.java @@ -1,77 +1,61 @@ -/* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - */ -package com.intellij.openapi.fileTypes; - -import com.intellij.ide.IdeBundle; -import com.intellij.openapi.util.IconLoader; -import com.intellij.openapi.vfs.VirtualFile; -import org.jetbrains.annotations.NotNull; - -import javax.swing.*; - -public class UnknownFileType implements FileType { - private static final Icon ICON = IconLoader.getIcon("/fileTypes/unknown.png"); - public static final FileType INSTANCE = new UnknownFileType(); - - private UnknownFileType() {} - - @NotNull - public String getName() { - return "UNKNOWN"; - } - - @NotNull - public String getDescription() { - return IdeBundle.message("filetype.description.unknown"); - } - - @NotNull - public String getDefaultExtension() { - return ""; - } - - public Icon getIcon() { - return ICON; - } - - public boolean isBinary() { - return true; - } - - public boolean isReadOnly() { - return false; - } - - public String getCharset(@NotNull VirtualFile file, final byte[] content) { - return null; - } -} +/* + * 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.fileTypes; + +import com.intellij.ide.IdeBundle; +import com.intellij.openapi.util.IconLoader; +import com.intellij.openapi.vfs.VirtualFile; +import org.jetbrains.annotations.NotNull; + +import javax.swing.*; + +public class UnknownFileType implements FileType { + private static final Icon ICON = IconLoader.getIcon("/fileTypes/unknown.png"); + public static final FileType INSTANCE = new UnknownFileType(); + + private UnknownFileType() {} + + @NotNull + public String getName() { + return "UNKNOWN"; + } + + @NotNull + public String getDescription() { + return IdeBundle.message("filetype.description.unknown"); + } + + @NotNull + public String getDefaultExtension() { + return ""; + } + + public Icon getIcon() { + return ICON; + } + + public boolean isBinary() { + return true; + } + + public boolean isReadOnly() { + return false; + } + + public String getCharset(@NotNull VirtualFile file, final byte[] content) { + return null; + } +} diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/UserBinaryFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/UserBinaryFileType.java index 8242305c93..a33e304f1e 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/UserBinaryFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/UserBinaryFileType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/UserFileType.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/UserFileType.java index ba1602fc65..516755a477 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/UserFileType.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/UserFileType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/fileTypes/WildcardFileNameMatcher.java b/platform/platform-api/src/com/intellij/openapi/fileTypes/WildcardFileNameMatcher.java index 5666234491..6823c5d7c4 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileTypes/WildcardFileNameMatcher.java +++ b/platform/platform-api/src/com/intellij/openapi/fileTypes/WildcardFileNameMatcher.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/help/HelpManager.java b/platform/platform-api/src/com/intellij/openapi/help/HelpManager.java index 309b3881a7..7695096574 100644 --- a/platform/platform-api/src/com/intellij/openapi/help/HelpManager.java +++ b/platform/platform-api/src/com/intellij/openapi/help/HelpManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ide/CopyPasteManager.java b/platform/platform-api/src/com/intellij/openapi/ide/CopyPasteManager.java index c14ce559c9..f618f61587 100644 --- a/platform/platform-api/src/com/intellij/openapi/ide/CopyPasteManager.java +++ b/platform/platform-api/src/com/intellij/openapi/ide/CopyPasteManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ide/CutElementMarker.java b/platform/platform-api/src/com/intellij/openapi/ide/CutElementMarker.java index fd6b11e03a..bae4c18b57 100644 --- a/platform/platform-api/src/com/intellij/openapi/ide/CutElementMarker.java +++ b/platform/platform-api/src/com/intellij/openapi/ide/CutElementMarker.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeyMapBundle.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeyMapBundle.java index cdac3ef0b6..2e6d14fb2c 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeyMapBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeyMapBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/Keymap.java b/platform/platform-api/src/com/intellij/openapi/keymap/Keymap.java index fa19bb93ec..94c53b7238 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/Keymap.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/Keymap.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapExtension.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapExtension.java index 2549ef4ba1..fcef7b0a0a 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapExtension.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapExtension.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroup.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroup.java index 5116f9e9a4..1f006eebf3 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroup.java @@ -1,3 +1,18 @@ +/* + * 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.keymap; /** diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroupFactory.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroupFactory.java index 654215b3fa..9af66374c0 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroupFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapGroupFactory.java @@ -1,3 +1,18 @@ +/* + * 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.keymap; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManager.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManager.java index 792af6e768..e0b934380c 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManager.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManagerListener.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManagerListener.java index ee61c0716f..21b36e32cb 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManagerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapManagerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapUtil.java b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapUtil.java index 1557585d0d..8c02f279fe 100644 --- a/platform/platform-api/src/com/intellij/openapi/keymap/KeymapUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/keymap/KeymapUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurable.java index 6c9f1d325c..f101518dc1 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurableWithChangeSupport.java b/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurableWithChangeSupport.java index b8f92fb4ed..1dba50e7b7 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurableWithChangeSupport.java +++ b/platform/platform-api/src/com/intellij/openapi/options/BaseConfigurableWithChangeSupport.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/BeanConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/BeanConfigurable.java index 9a54f39b6c..8d18650f5a 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/BeanConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/BeanConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.util.Comparing; diff --git a/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsBuilder.java b/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsBuilder.java index 038bf7c918..b3dfba13b4 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsBuilder.java +++ b/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsEditor.java b/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsEditor.java index cc7d1124e8..238604d7ae 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/options/CompositeSettingsEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/CompoundScheme.java b/platform/platform-api/src/com/intellij/openapi/options/CompoundScheme.java index 0e4e8d5d6c..2c2e278b6b 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/CompoundScheme.java +++ b/platform/platform-api/src/com/intellij/openapi/options/CompoundScheme.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-api/src/com/intellij/openapi/options/Configurable.java b/platform/platform-api/src/com/intellij/openapi/options/Configurable.java index 65ffb11cb6..b9ec7b8d1f 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/Configurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/Configurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/ConfigurableGroup.java b/platform/platform-api/src/com/intellij/openapi/options/ConfigurableGroup.java index 1a9fa4714c..b2a7b96500 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/ConfigurableGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/options/ConfigurableGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/ConfigurationException.java b/platform/platform-api/src/com/intellij/openapi/options/ConfigurationException.java index 8b426a9fc9..dbc411a440 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/ConfigurationException.java +++ b/platform/platform-api/src/com/intellij/openapi/options/ConfigurationException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/CurrentUserHolder.java b/platform/platform-api/src/com/intellij/openapi/options/CurrentUserHolder.java index 4d976e3a1a..473dce3dda 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/CurrentUserHolder.java +++ b/platform/platform-api/src/com/intellij/openapi/options/CurrentUserHolder.java @@ -1,3 +1,18 @@ +/* + * 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.options; public interface CurrentUserHolder { diff --git a/platform/platform-api/src/com/intellij/openapi/options/ExternalInfo.java b/platform/platform-api/src/com/intellij/openapi/options/ExternalInfo.java index 6f91612146..d8d86085c5 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/ExternalInfo.java +++ b/platform/platform-api/src/com/intellij/openapi/options/ExternalInfo.java @@ -1,3 +1,18 @@ +/* + * 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.options; public class ExternalInfo { diff --git a/platform/platform-api/src/com/intellij/openapi/options/ExternalizableScheme.java b/platform/platform-api/src/com/intellij/openapi/options/ExternalizableScheme.java index 2e3306ab4c..ce3eeb89c6 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/ExternalizableScheme.java +++ b/platform/platform-api/src/com/intellij/openapi/options/ExternalizableScheme.java @@ -1,3 +1,18 @@ +/* + * 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.options; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-api/src/com/intellij/openapi/options/GroupSettingsBuilder.java b/platform/platform-api/src/com/intellij/openapi/options/GroupSettingsBuilder.java index f3ee6fa9d9..2cfabadd55 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/GroupSettingsBuilder.java +++ b/platform/platform-api/src/com/intellij/openapi/options/GroupSettingsBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/MasterDetails.java b/platform/platform-api/src/com/intellij/openapi/options/MasterDetails.java index 7fd91fe917..fe041efe82 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/MasterDetails.java +++ b/platform/platform-api/src/com/intellij/openapi/options/MasterDetails.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.ui.DetailsComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/options/NonDefaultProjectConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/NonDefaultProjectConfigurable.java index e3a8445c10..6f491f2e25 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/NonDefaultProjectConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/NonDefaultProjectConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.options; /** diff --git a/platform/platform-api/src/com/intellij/openapi/options/OptionalConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/OptionalConfigurable.java index c2b91bd6cb..8ffe6366ee 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/OptionalConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/OptionalConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.options; /** diff --git a/platform/platform-api/src/com/intellij/openapi/options/OptionsBundle.java b/platform/platform-api/src/com/intellij/openapi/options/OptionsBundle.java index 802bd465fe..d0eb6924b9 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/OptionsBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/options/OptionsBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/Scheme.java b/platform/platform-api/src/com/intellij/openapi/options/Scheme.java index a3d338f5a5..8d971e6243 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/Scheme.java +++ b/platform/platform-api/src/com/intellij/openapi/options/Scheme.java @@ -1,3 +1,18 @@ +/* + * 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.options; public interface Scheme { diff --git a/platform/platform-api/src/com/intellij/openapi/options/SchemeElement.java b/platform/platform-api/src/com/intellij/openapi/options/SchemeElement.java index 30262c20ee..74b0db866c 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SchemeElement.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SchemeElement.java @@ -1,3 +1,18 @@ +/* + * 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.options; diff --git a/platform/platform-api/src/com/intellij/openapi/options/SchemeProcessor.java b/platform/platform-api/src/com/intellij/openapi/options/SchemeProcessor.java index 8a68cc5349..264d782ff7 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SchemeProcessor.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SchemeProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.util.InvalidDataException; diff --git a/platform/platform-api/src/com/intellij/openapi/options/SchemesManager.java b/platform/platform-api/src/com/intellij/openapi/options/SchemesManager.java index 312c26ea34..b88d5b9118 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SchemesManager.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SchemesManager.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.util.WriteExternalException; diff --git a/platform/platform-api/src/com/intellij/openapi/options/SchemesManagerFactory.java b/platform/platform-api/src/com/intellij/openapi/options/SchemesManagerFactory.java index 7f097565bb..b68e2ebfa1 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SchemesManagerFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SchemesManagerFactory.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/options/SearchableConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/SearchableConfigurable.java index 23d6a36802..0780db7eb1 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SearchableConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SearchableConfigurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditor.java b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditor.java index 21c3a0244b..35e75e881b 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorConfigurable.java index 8c0fcdf8e2..659b3754b8 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorConfigurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorGroup.java b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorGroup.java index da9de9d317..e987ab2c79 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorListener.java b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorListener.java index 440cee50b2..f0f5ac123c 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorListener.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorWrapper.java b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorWrapper.java index d44b5bb120..003a4408fe 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorWrapper.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SettingsEditorWrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/SharedScheme.java b/platform/platform-api/src/com/intellij/openapi/options/SharedScheme.java index 43f2fdbb33..55b90624fa 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/SharedScheme.java +++ b/platform/platform-api/src/com/intellij/openapi/options/SharedScheme.java @@ -1,3 +1,18 @@ +/* + * 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.options; public class SharedScheme { diff --git a/platform/platform-api/src/com/intellij/openapi/options/ShowSettingsUtil.java b/platform/platform-api/src/com/intellij/openapi/options/ShowSettingsUtil.java index 89b6355a00..ab78894a72 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/ShowSettingsUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/options/ShowSettingsUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/StreamProvider.java b/platform/platform-api/src/com/intellij/openapi/options/StreamProvider.java index 6cfe823ada..e62ecf0d4c 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/StreamProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/options/StreamProvider.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.components.RoamingType; diff --git a/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurable.java b/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurable.java index cc4bac6f2c..d16d5722a0 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurableGroup.java b/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurableGroup.java index 508ef465c7..e17a3f58eb 100644 --- a/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurableGroup.java +++ b/platform/platform-api/src/com/intellij/openapi/options/UnnamedConfigurableGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/AbstractTaskQueue.java b/platform/platform-api/src/com/intellij/openapi/progress/AbstractTaskQueue.java index 135becc6b2..0233087d3c 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/AbstractTaskQueue.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/AbstractTaskQueue.java @@ -1,3 +1,18 @@ +/* + * 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.progress; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/progress/BackgroundTaskQueue.java b/platform/platform-api/src/com/intellij/openapi/progress/BackgroundTaskQueue.java index 7873bc21b9..19b96d9fba 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/BackgroundTaskQueue.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/BackgroundTaskQueue.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/EmptyProgressIndicator.java b/platform/platform-api/src/com/intellij/openapi/progress/EmptyProgressIndicator.java index f439d1f250..4d10437480 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/EmptyProgressIndicator.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/EmptyProgressIndicator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/NonCancelableSection.java b/platform/platform-api/src/com/intellij/openapi/progress/NonCancelableSection.java index e2086dda41..78e3f3593f 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/NonCancelableSection.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/NonCancelableSection.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.progress; diff --git a/platform/platform-api/src/com/intellij/openapi/progress/PerformInBackgroundOption.java b/platform/platform-api/src/com/intellij/openapi/progress/PerformInBackgroundOption.java index 5e2de4d951..db8b3ccdaf 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/PerformInBackgroundOption.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/PerformInBackgroundOption.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/ProcessCanceledException.java b/platform/platform-api/src/com/intellij/openapi/progress/ProcessCanceledException.java index 85a257dfc6..f22f0217b0 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/ProcessCanceledException.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/ProcessCanceledException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/ProgressFunComponentProvider.java b/platform/platform-api/src/com/intellij/openapi/progress/ProgressFunComponentProvider.java index b8cb9edd9e..eb815d3673 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/ProgressFunComponentProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/ProgressFunComponentProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/ProgressIndicator.java b/platform/platform-api/src/com/intellij/openapi/progress/ProgressIndicator.java index 9db9dea1d4..752f0841fc 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/ProgressIndicator.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/ProgressIndicator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/ProgressManager.java b/platform/platform-api/src/com/intellij/openapi/progress/ProgressManager.java index 5422483eac..361c02b4a9 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/ProgressManager.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/ProgressManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/ProgressManagerQueue.java b/platform/platform-api/src/com/intellij/openapi/progress/ProgressManagerQueue.java index c508d2e1f2..ca84323f4d 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/ProgressManagerQueue.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/ProgressManagerQueue.java @@ -1,3 +1,18 @@ +/* + * 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.progress; import com.intellij.openapi.application.Application; diff --git a/platform/platform-api/src/com/intellij/openapi/progress/Task.java b/platform/platform-api/src/com/intellij/openapi/progress/Task.java index 6fcf1ecb72..83f931556f 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/Task.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/Task.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/progress/TaskInfo.java b/platform/platform-api/src/com/intellij/openapi/progress/TaskInfo.java index f99b1dbaaa..7b858c3dfc 100644 --- a/platform/platform-api/src/com/intellij/openapi/progress/TaskInfo.java +++ b/platform/platform-api/src/com/intellij/openapi/progress/TaskInfo.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/project/DumbAware.java b/platform/platform-api/src/com/intellij/openapi/project/DumbAware.java index de1abf7280..0c7df4994d 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/DumbAware.java +++ b/platform/platform-api/src/com/intellij/openapi/project/DumbAware.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/DumbAwareAction.java b/platform/platform-api/src/com/intellij/openapi/project/DumbAwareAction.java index 2c39d3827e..5761be04c3 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/DumbAwareAction.java +++ b/platform/platform-api/src/com/intellij/openapi/project/DumbAwareAction.java @@ -1,17 +1,17 @@ /* * 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.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/DumbAwareRunnable.java b/platform/platform-api/src/com/intellij/openapi/project/DumbAwareRunnable.java index 2fd727f40a..8c8b03de44 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/DumbAwareRunnable.java +++ b/platform/platform-api/src/com/intellij/openapi/project/DumbAwareRunnable.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/DumbModeAction.java b/platform/platform-api/src/com/intellij/openapi/project/DumbModeAction.java dissimilarity index 75% index e85a7b66bd..f514ef4377 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/DumbModeAction.java +++ b/platform/platform-api/src/com/intellij/openapi/project/DumbModeAction.java @@ -1,25 +1,25 @@ -/* - * 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.project; - -/** - * @author peter - */ -public enum DumbModeAction { - NOTHING, - CANCEL, - WAIT -} +/* + * 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.project; + +/** + * @author peter + */ +public enum DumbModeAction { + NOTHING, + CANCEL, + WAIT +} diff --git a/platform/platform-api/src/com/intellij/openapi/project/DumbService.java b/platform/platform-api/src/com/intellij/openapi/project/DumbService.java index fe3525d4b1..4f1a68ac4a 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/DumbService.java +++ b/platform/platform-api/src/com/intellij/openapi/project/DumbService.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/DumbUnawareHider.java b/platform/platform-api/src/com/intellij/openapi/project/DumbUnawareHider.java index 40fcd7bd8e..28dceeb9c6 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/DumbUnawareHider.java +++ b/platform/platform-api/src/com/intellij/openapi/project/DumbUnawareHider.java @@ -1,17 +1,17 @@ /* * 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.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/IndexNotReadyException.java b/platform/platform-api/src/com/intellij/openapi/project/IndexNotReadyException.java index 79f095903d..070311e2b1 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/IndexNotReadyException.java +++ b/platform/platform-api/src/com/intellij/openapi/project/IndexNotReadyException.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/Project.java b/platform/platform-api/src/com/intellij/openapi/project/Project.java index 0ba667923c..cbf838bfcb 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/Project.java +++ b/platform/platform-api/src/com/intellij/openapi/project/Project.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/project/ProjectBundle.java b/platform/platform-api/src/com/intellij/openapi/project/ProjectBundle.java index d8ee4b0540..b0f6d15ba3 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/ProjectBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/project/ProjectBundle.java @@ -1,3 +1,18 @@ +/* + * 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.project; import com.intellij.CommonBundle; diff --git a/platform/platform-api/src/com/intellij/openapi/project/ProjectLocator.java b/platform/platform-api/src/com/intellij/openapi/project/ProjectLocator.java index ea96a0e8a5..9e1b407738 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/ProjectLocator.java +++ b/platform/platform-api/src/com/intellij/openapi/project/ProjectLocator.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.project; diff --git a/platform/platform-api/src/com/intellij/openapi/project/ProjectManager.java b/platform/platform-api/src/com/intellij/openapi/project/ProjectManager.java index d13c465df3..d901bf9cfc 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/ProjectManager.java +++ b/platform/platform-api/src/com/intellij/openapi/project/ProjectManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerAdapter.java b/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerAdapter.java index 59e5136928..a6599113ba 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerListener.java b/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerListener.java index a14b658a65..8f439eebd9 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/project/ProjectManagerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/project/ProjectReloadState.java b/platform/platform-api/src/com/intellij/openapi/project/ProjectReloadState.java index 6053ce8dc9..aa536f442f 100644 --- a/platform/platform-api/src/com/intellij/openapi/project/ProjectReloadState.java +++ b/platform/platform-api/src/com/intellij/openapi/project/ProjectReloadState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/roots/CollectingContentIterator.java b/platform/platform-api/src/com/intellij/openapi/roots/CollectingContentIterator.java index aa801ea4ea..8a2c4703a0 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/CollectingContentIterator.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/CollectingContentIterator.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.roots; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ContentIterator.java b/platform/platform-api/src/com/intellij/openapi/roots/ContentIterator.java index eaea4cc7f7..78b781c4c2 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ContentIterator.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ContentIterator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/roots/impl/FileIndexImplUtil.java b/platform/platform-api/src/com/intellij/openapi/roots/impl/FileIndexImplUtil.java index 50bc1fe6c9..8c9970b556 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/impl/FileIndexImplUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/impl/FileIndexImplUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/LightFilePointer.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/LightFilePointer.java index 24698a4752..d53187b55a 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/LightFilePointer.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/LightFilePointer.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui; import com.intellij.openapi.vfs.JarFileSystem; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/BaseTextCommentCellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/BaseTextCommentCellAppearance.java index d91d7e26d0..1da8d3a0c5 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/BaseTextCommentCellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/BaseTextCommentCellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.ui.SimpleColoredComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearance.java index dc9f1cf870..e6097e2f88 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.ui.SimpleColoredComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearanceUtils.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearanceUtils.java index 4a6eaad84a..38312792da 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearanceUtils.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CellAppearanceUtils.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.openapi.fileTypes.FileType; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CompositeAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CompositeAppearance.java index fb87afcb70..eb9b280b86 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CompositeAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/CompositeAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/HttpUrlCellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/HttpUrlCellAppearance.java index 3da223115f..8e28cd7869 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/HttpUrlCellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/HttpUrlCellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/JarSubfileCellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/JarSubfileCellAppearance.java index e07853b68d..cd0424a6e2 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/JarSubfileCellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/JarSubfileCellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.openapi.fileTypes.FileTypes; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ModifiableCellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ModifiableCellAppearance.java index b44b08538c..9b01116385 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ModifiableCellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ModifiableCellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/SimpleTextCellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/SimpleTextCellAppearance.java index 4c246b6630..844f896365 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/SimpleTextCellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/SimpleTextCellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.ui.SimpleColoredComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ValidFileCellAppearance.java b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ValidFileCellAppearance.java index a614d01c9a..820d6195de 100644 --- a/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ValidFileCellAppearance.java +++ b/platform/platform-api/src/com/intellij/openapi/roots/ui/util/ValidFileCellAppearance.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.util; import com.intellij.openapi.fileTypes.FileTypeManager; diff --git a/platform/platform-api/src/com/intellij/openapi/startup/StartupManager.java b/platform/platform-api/src/com/intellij/openapi/startup/StartupManager.java index b11000c758..c5be495bcd 100644 --- a/platform/platform-api/src/com/intellij/openapi/startup/StartupManager.java +++ b/platform/platform-api/src/com/intellij/openapi/startup/StartupManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/AbstractPainter.java b/platform/platform-api/src/com/intellij/openapi/ui/AbstractPainter.java index 06ea898de3..9fd049bd02 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/AbstractPainter.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/AbstractPainter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/Banner.java b/platform/platform-api/src/com/intellij/openapi/ui/Banner.java index 716d666f4e..e3b3d06574 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/Banner.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/Banner.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/CheckBoxWithDescription.java b/platform/platform-api/src/com/intellij/openapi/ui/CheckBoxWithDescription.java index 84c9b27c43..b8d3b7ab9e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/CheckBoxWithDescription.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/CheckBoxWithDescription.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ComboBox.java b/platform/platform-api/src/com/intellij/openapi/ui/ComboBox.java index 779c984dd0..46ab42ddaf 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ComboBox.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ComboBox.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxTableRenderer.java b/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxTableRenderer.java index b1e2ad53c9..e32949479e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxTableRenderer.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxTableRenderer.java @@ -1,17 +1,17 @@ /* * 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.ui; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxWithWidePopup.java b/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxWithWidePopup.java index be94d2cd95..3b89b6bf44 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxWithWidePopup.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ComboBoxWithWidePopup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ComponentContainer.java b/platform/platform-api/src/com/intellij/openapi/ui/ComponentContainer.java index 50d1d64072..959181bbb9 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ComponentContainer.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ComponentContainer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithActions.java b/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithActions.java index 49fc4a6998..d6310f508e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithActions.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithActions.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithBrowseButton.java b/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithBrowseButton.java index 5535c7db5e..25d29cf789 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithBrowseButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ComponentWithBrowseButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DescriptionLabel.java b/platform/platform-api/src/com/intellij/openapi/ui/DescriptionLabel.java index 0c371e93dc..55c0e6e9e9 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DescriptionLabel.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DescriptionLabel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DetailsComponent.java b/platform/platform-api/src/com/intellij/openapi/ui/DetailsComponent.java index 8d288da4de..be099b7ebd 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DetailsComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DetailsComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DialogBuilder.java b/platform/platform-api/src/com/intellij/openapi/ui/DialogBuilder.java index dbdf6b8511..57bfaf1072 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DialogBuilder.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DialogBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapper.java b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapper.java index 2d34416ce1..352035aea5 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapper.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperDialog.java b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperDialog.java index a8df708802..3be8e3f81e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeer.java b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeer.java index 76da22229e..fc81a7273c 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeer.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeerFactory.java b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeerFactory.java index 08deb53120..c3bb43ec81 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeerFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/DialogWrapperPeerFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/FixedSizeButton.java b/platform/platform-api/src/com/intellij/openapi/ui/FixedSizeButton.java index bdbaf511ac..ce4414a6fa 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/FixedSizeButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/FixedSizeButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/InputException.java b/platform/platform-api/src/com/intellij/openapi/ui/InputException.java index 9a81b454c5..c69ec9acfb 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/InputException.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/InputException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/InputValidator.java b/platform/platform-api/src/com/intellij/openapi/ui/InputValidator.java index 6540a206f6..daee1a962d 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/InputValidator.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/InputValidator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/InputValidatorEx.java b/platform/platform-api/src/com/intellij/openapi/ui/InputValidatorEx.java index 1b2d8b2b57..3592309031 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/InputValidatorEx.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/InputValidatorEx.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/LabeledComponent.java b/platform/platform-api/src/com/intellij/openapi/ui/LabeledComponent.java index 7b788e5561..9c27d417fa 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/LabeledComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/LabeledComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/LoadingDecorator.java b/platform/platform-api/src/com/intellij/openapi/ui/LoadingDecorator.java index 34569cb656..f744385e69 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/LoadingDecorator.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/LoadingDecorator.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsComponent.java b/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsComponent.java index 5801c2602c..571f64237a 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsComponent.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsStateService.java b/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsStateService.java index de35357441..4d98d62a7b 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsStateService.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/MasterDetailsStateService.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 26-Jun-2008 */ diff --git a/platform/platform-api/src/com/intellij/openapi/ui/MessageType.java b/platform/platform-api/src/com/intellij/openapi/ui/MessageType.java index a435e9f8e2..19f3e5ea8a 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/MessageType.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/MessageType.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/Messages.java b/platform/platform-api/src/com/intellij/openapi/ui/Messages.java index f3447e0c3a..cff2bac08d 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/Messages.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/Messages.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/MultiLineLabelUI.java b/platform/platform-api/src/com/intellij/openapi/ui/MultiLineLabelUI.java index 106344074c..d6459d8a5c 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/MultiLineLabelUI.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/MultiLineLabelUI.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/NamedConfigurable.java b/platform/platform-api/src/com/intellij/openapi/ui/NamedConfigurable.java index 73e72f5899..5be27e41f3 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/NamedConfigurable.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/NamedConfigurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/NamedItemsListEditor.java b/platform/platform-api/src/com/intellij/openapi/ui/NamedItemsListEditor.java index 04b6f66c91..6169aa1760 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/NamedItemsListEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/NamedItemsListEditor.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.ui; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/Namer.java b/platform/platform-api/src/com/intellij/openapi/ui/Namer.java index 4cd7cb6c46..1f1d4c8d09 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/Namer.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/Namer.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.ui; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/NonEmptyInputValidator.java b/platform/platform-api/src/com/intellij/openapi/ui/NonEmptyInputValidator.java index 3caaf98bdc..be6b41fe95 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/NonEmptyInputValidator.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/NonEmptyInputValidator.java @@ -1,3 +1,18 @@ +/* + * 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.ui; public class NonEmptyInputValidator implements InputValidator { diff --git a/platform/platform-api/src/com/intellij/openapi/ui/Painter.java b/platform/platform-api/src/com/intellij/openapi/ui/Painter.java index 6f6f9d118b..a501302365 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/Painter.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/Painter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/PanelWithActionsAndCloseButton.java b/platform/platform-api/src/com/intellij/openapi/ui/PanelWithActionsAndCloseButton.java index 8ca3984aa3..4335fc6358 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/PanelWithActionsAndCloseButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/PanelWithActionsAndCloseButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/PanelWithText.java b/platform/platform-api/src/com/intellij/openapi/ui/PanelWithText.java index 53da5beb44..c3a626f37d 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/PanelWithText.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/PanelWithText.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/SelectFromListDialog.java b/platform/platform-api/src/com/intellij/openapi/ui/SelectFromListDialog.java index e337e8c4e5..a76e75a6da 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/SelectFromListDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/SelectFromListDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ShadowAction.java b/platform/platform-api/src/com/intellij/openapi/ui/ShadowAction.java index 0979fa93d0..db763aeae3 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ShadowAction.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ShadowAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/SimpleToolWindowPanel.java b/platform/platform-api/src/com/intellij/openapi/ui/SimpleToolWindowPanel.java index 357458f060..2b6417d7f9 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/SimpleToolWindowPanel.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/SimpleToolWindowPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/SplitterProportionsData.java b/platform/platform-api/src/com/intellij/openapi/ui/SplitterProportionsData.java index 51be0631ba..39d81272ac 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/SplitterProportionsData.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/SplitterProportionsData.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/StripeTable.java b/platform/platform-api/src/com/intellij/openapi/ui/StripeTable.java index 797962da32..10a96bf133 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/StripeTable.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/StripeTable.java @@ -1,17 +1,17 @@ /* * 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.ui; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TestDialog.java b/platform/platform-api/src/com/intellij/openapi/ui/TestDialog.java index 800ba3d20b..821b5cd387 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TestDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TestDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TestInputDialog.java b/platform/platform-api/src/com/intellij/openapi/ui/TestInputDialog.java index a0c1f8c03c..5bc857da00 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TestInputDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TestInputDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TestableUi.java b/platform/platform-api/src/com/intellij/openapi/ui/TestableUi.java index cc2f0c1116..85aeb7f8c2 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TestableUi.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TestableUi.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import java.util.Map; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TextComponentAccessor.java b/platform/platform-api/src/com/intellij/openapi/ui/TextComponentAccessor.java index fb65d728d3..827f978f22 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TextComponentAccessor.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TextComponentAccessor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java b/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java index 89ef5072cd..a38e39f106 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/ThreeComponentsSplitter.java b/platform/platform-api/src/com/intellij/openapi/ui/ThreeComponentsSplitter.java index a214408f80..05b094707d 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/ThreeComponentsSplitter.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/ThreeComponentsSplitter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TitlePanel.java b/platform/platform-api/src/com/intellij/openapi/ui/TitlePanel.java index 3ec3cc4561..d2ef7ef190 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TitlePanel.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TitlePanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/VerticalFlowLayout.java b/platform/platform-api/src/com/intellij/openapi/ui/VerticalFlowLayout.java index 98587e3838..e80b9e36a4 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/VerticalFlowLayout.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/VerticalFlowLayout.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/ActiveIcon.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/ActiveIcon.java index 20acde4a57..633ecee051 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/ActiveIcon.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/ActiveIcon.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/Balloon.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/Balloon.java index 9b40009325..d9d57238c6 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/Balloon.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/Balloon.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonBuilder.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonBuilder.java index b3287dd543..c9967c2156 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonBuilder.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonBuilder.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonHandler.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonHandler.java index 52cd058b1a..c672c8ecf8 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/BalloonHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; public interface BalloonHandler { diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/ComponentPopupBuilder.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/ComponentPopupBuilder.java index 7c918b1a29..f6a8bf5dd4 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/ComponentPopupBuilder.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/ComponentPopupBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/IconButton.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/IconButton.java index a398a67b86..0c981be502 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/IconButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/IconButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/IdePopupEventDispatcher.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/IdePopupEventDispatcher.java index 763dfec000..7c69ed1732 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/IdePopupEventDispatcher.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/IdePopupEventDispatcher.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopup.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopup.java index 7b9e7229df..ce9f03cfe1 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopup.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupAdapter.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupAdapter.java index d3735788e6..5f58c84e04 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; /** diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupFactory.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupFactory.java index 2f78664af6..d2f1e36e72 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupListener.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupListener.java index d79d64519e..2964c19db9 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupListener.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/JBPopupListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindow.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindow.java index 1c228ff601..d1b445f0d6 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindow.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindow.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; public interface LightweightWindow { diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindowEvent.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindowEvent.java index 31a27cce3f..6b286e4271 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindowEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/LightweightWindowEvent.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; public class LightweightWindowEvent { diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListItemDescriptor.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListItemDescriptor.java index 6d31bf24a5..98fdcb2e6a 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListItemDescriptor.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListItemDescriptor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopup.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopup.java index 6b7ff5e3cf..86ff18f455 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopup.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopupStep.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopupStep.java index 38aa4f20eb..fa7a18c345 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopupStep.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListPopupStep.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListSeparator.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListSeparator.java index 43e912dd5e..a10c15ef31 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/ListSeparator.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/ListSeparator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/MaskProvider.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/MaskProvider.java index e2c27c43a3..13b01a2da3 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/MaskProvider.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/MaskProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/MnemonicNavigationFilter.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/MnemonicNavigationFilter.java index 5ef29bf4b4..53cbc638c0 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/MnemonicNavigationFilter.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/MnemonicNavigationFilter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/MouseChecker.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/MouseChecker.java index b1ecaf210b..7dfab06a5d 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/MouseChecker.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/MouseChecker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupChooserBuilder.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupChooserBuilder.java index 756ae9a088..66f941ab8e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupChooserBuilder.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupChooserBuilder.java @@ -1,17 +1,17 @@ /* * 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.ui.popup; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupStep.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupStep.java index aba6cf8849..7075e84dd6 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupStep.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/PopupStep.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/SpeedSearchFilter.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/SpeedSearchFilter.java index 09a3d9d208..f35889ef28 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/SpeedSearchFilter.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/SpeedSearchFilter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/StackingPopupDispatcher.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/StackingPopupDispatcher.java index 54d1c94b1e..ba682bc7d8 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/StackingPopupDispatcher.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/StackingPopupDispatcher.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopup.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopup.java index ccadf8ff9a..40e6ec5b91 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopup.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopupStep.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopupStep.java index 8ff7a01066..4b9e6b04ab 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopupStep.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/TreePopupStep.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseListPopupStep.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseListPopupStep.java index 6440aeaa5e..c43502770a 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseListPopupStep.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseListPopupStep.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseStep.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseStep.java index 263070aaa8..45a2904e3e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseStep.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseStep.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseTreePopupStep.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseTreePopupStep.java index 8d8607365c..38852a4b48 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseTreePopupStep.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/BaseTreePopupStep.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/MinimizeButton.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/MinimizeButton.java index 8643cfdb3c..e33bc1eea1 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/MinimizeButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/MinimizeButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/PopupUtil.java b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/PopupUtil.java index 845f2c86c1..b8d9f8f87e 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/popup/util/PopupUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/popup/util/PopupUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup.util; import com.intellij.openapi.ui.popup.JBPopup; diff --git a/platform/platform-api/src/com/intellij/openapi/util/ActionCallback.java b/platform/platform-api/src/com/intellij/openapi/util/ActionCallback.java index 1b0375fd80..03907326c4 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/ActionCallback.java +++ b/platform/platform-api/src/com/intellij/openapi/util/ActionCallback.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/ActiveRunnable.java b/platform/platform-api/src/com/intellij/openapi/util/ActiveRunnable.java index a0609fa253..df59623806 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/ActiveRunnable.java +++ b/platform/platform-api/src/com/intellij/openapi/util/ActiveRunnable.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.util.ui.update.ComparableObject; diff --git a/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java b/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java index 0f832eb42d..56703f6c89 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java +++ b/platform/platform-api/src/com/intellij/openapi/util/AsyncResult.java @@ -1,3 +1,18 @@ +/* + * 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.util; public class AsyncResult extends ActionCallback { diff --git a/platform/platform-api/src/com/intellij/openapi/util/DimensionService.java b/platform/platform-api/src/com/intellij/openapi/util/DimensionService.java index 19b0f22868..ae2e32d2db 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/DimensionService.java +++ b/platform/platform-api/src/com/intellij/openapi/util/DimensionService.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/EdtRunnable.java b/platform/platform-api/src/com/intellij/openapi/util/EdtRunnable.java index c0fa7ec93f..8e470f548a 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/EdtRunnable.java +++ b/platform/platform-api/src/com/intellij/openapi/util/EdtRunnable.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-api/src/com/intellij/openapi/util/ExceptionMessages.java b/platform/platform-api/src/com/intellij/openapi/util/ExceptionMessages.java index ba25358e8f..4f573273ac 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/ExceptionMessages.java +++ b/platform/platform-api/src/com/intellij/openapi/util/ExceptionMessages.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/ExecutionCallback.java b/platform/platform-api/src/com/intellij/openapi/util/ExecutionCallback.java index 20a05e37d2..f642769873 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/ExecutionCallback.java +++ b/platform/platform-api/src/com/intellij/openapi/util/ExecutionCallback.java @@ -1,3 +1,18 @@ +/* + * 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.util; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-api/src/com/intellij/openapi/util/Expirable.java b/platform/platform-api/src/com/intellij/openapi/util/Expirable.java index 5bdee8a062..074177d5be 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/Expirable.java +++ b/platform/platform-api/src/com/intellij/openapi/util/Expirable.java @@ -1,3 +1,18 @@ +/* + * 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.util; public interface Expirable { diff --git a/platform/platform-api/src/com/intellij/openapi/util/Iconable.java b/platform/platform-api/src/com/intellij/openapi/util/Iconable.java index 7d12b0bb25..34251cf03c 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/Iconable.java +++ b/platform/platform-api/src/com/intellij/openapi/util/Iconable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionCollector.java b/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionCollector.java index 01598dcab3..6b1d95e425 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionCollector.java +++ b/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionCollector.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.util; diff --git a/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionFactory.java b/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionFactory.java index 65ca1ccf9b..f5c9a7c7f1 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/util/KeyedExtensionFactory.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/util/MixinExtension.java b/platform/platform-api/src/com/intellij/openapi/util/MixinExtension.java index 4f45d9ec7e..32a1bd4084 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/MixinExtension.java +++ b/platform/platform-api/src/com/intellij/openapi/util/MixinExtension.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-api/src/com/intellij/openapi/util/ModificationTracker.java b/platform/platform-api/src/com/intellij/openapi/util/ModificationTracker.java index 8993727ff7..5fc9b00918 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/ModificationTracker.java +++ b/platform/platform-api/src/com/intellij/openapi/util/ModificationTracker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/ModificationTrackerListener.java b/platform/platform-api/src/com/intellij/openapi/util/ModificationTrackerListener.java index ccb4313079..d924a23af9 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/ModificationTrackerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/util/ModificationTrackerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/PasswordPromptDialog.java b/platform/platform-api/src/com/intellij/openapi/util/PasswordPromptDialog.java index 0a4ed847ae..aca60ac47d 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/PasswordPromptDialog.java +++ b/platform/platform-api/src/com/intellij/openapi/util/PasswordPromptDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/PasswordUtil.java b/platform/platform-api/src/com/intellij/openapi/util/PasswordUtil.java index c91d3ef07c..7dc5ffa751 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/PasswordUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/util/PasswordUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/SimpleTimer.java b/platform/platform-api/src/com/intellij/openapi/util/SimpleTimer.java index f94a2d9d07..e7498b0404 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/SimpleTimer.java +++ b/platform/platform-api/src/com/intellij/openapi/util/SimpleTimer.java @@ -1,3 +1,18 @@ +/* + * 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.util; import java.util.*; diff --git a/platform/platform-api/src/com/intellij/openapi/util/SimpleTimerTask.java b/platform/platform-api/src/com/intellij/openapi/util/SimpleTimerTask.java index 046c771c16..84689d7a87 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/SimpleTimerTask.java +++ b/platform/platform-api/src/com/intellij/openapi/util/SimpleTimerTask.java @@ -1,3 +1,18 @@ +/* + * 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.util; public class SimpleTimerTask { diff --git a/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleActivity.java b/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleActivity.java index 5c29cd0b5c..88055b41f9 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleActivity.java +++ b/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleActivity.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleProcess.java b/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleProcess.java index 3d8394d15b..02a79b60ef 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleProcess.java +++ b/platform/platform-api/src/com/intellij/openapi/util/process/InterruptibleProcess.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/util/process/ProcessCloseUtil.java b/platform/platform-api/src/com/intellij/openapi/util/process/ProcessCloseUtil.java index d2343af406..7081c5fa1b 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/process/ProcessCloseUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/util/process/ProcessCloseUtil.java @@ -1,3 +1,18 @@ +/* + * 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.util.process; import com.intellij.openapi.application.Application; diff --git a/platform/platform-api/src/com/intellij/openapi/util/registry/Registry.java b/platform/platform-api/src/com/intellij/openapi/util/registry/Registry.java index 420f80dd39..cf0d446483 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/registry/Registry.java +++ b/platform/platform-api/src/com/intellij/openapi/util/registry/Registry.java @@ -1,3 +1,18 @@ +/* + * 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.util.registry; import com.intellij.util.containers.HashMap; diff --git a/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryState.java b/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryState.java index f42817f9d4..e56d3bc9cb 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryState.java +++ b/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryState.java @@ -1,3 +1,18 @@ +/* + * 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.util.registry; import com.intellij.openapi.components.BaseComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValue.java b/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValue.java index 0a7fe46ca8..633330d9be 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValue.java +++ b/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValue.java @@ -1,3 +1,18 @@ +/* + * 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.util.registry; import com.intellij.openapi.util.Disposer; diff --git a/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValueListener.java b/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValueListener.java index fb9a520cce..adf83aa5af 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValueListener.java +++ b/platform/platform-api/src/com/intellij/openapi/util/registry/RegistryValueListener.java @@ -1,3 +1,18 @@ +/* + * 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.util.registry; public interface RegistryValueListener { diff --git a/platform/platform-api/src/com/intellij/openapi/util/registry/ui/RegistryCheckBox.java b/platform/platform-api/src/com/intellij/openapi/util/registry/ui/RegistryCheckBox.java index 52ffda4fa6..657f8dd85a 100644 --- a/platform/platform-api/src/com/intellij/openapi/util/registry/ui/RegistryCheckBox.java +++ b/platform/platform-api/src/com/intellij/openapi/util/registry/ui/RegistryCheckBox.java @@ -1,3 +1,18 @@ +/* + * 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.util.registry.ui; import com.intellij.openapi.ui.CheckBoxWithDescription; diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatus.java b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatus.java index 10478aa1fd..b0a8cb2c5d 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatus.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatus.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusFactory.java b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusFactory.java index 69ce49b7f1..2746b5102a 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusListener.java b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusListener.java index 93aa3d2bec..a556fb4e10 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusManager.java b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusManager.java index 6324a9c2d4..ce72384d8d 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusManager.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/FileStatusManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/VcsBundle.java b/platform/platform-api/src/com/intellij/openapi/vcs/VcsBundle.java index 2b3c0f01cb..23da2c2ece 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/VcsBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/VcsBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/impl/CancellableRunnable.java b/platform/platform-api/src/com/intellij/openapi/vcs/impl/CancellableRunnable.java index 4a624873d8..e9cbbe692f 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/impl/CancellableRunnable.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/impl/CancellableRunnable.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.impl; public interface CancellableRunnable extends Runnable { diff --git a/platform/platform-api/src/com/intellij/openapi/vcs/impl/ProcessWaiter.java b/platform/platform-api/src/com/intellij/openapi/vcs/impl/ProcessWaiter.java index 31c680b5e0..10cdf3d2a7 100644 --- a/platform/platform-api/src/com/intellij/openapi/vcs/impl/ProcessWaiter.java +++ b/platform/platform-api/src/com/intellij/openapi/vcs/impl/ProcessWaiter.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.impl; import com.intellij.openapi.application.Application; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/CharsetToolkit.java b/platform/platform-api/src/com/intellij/openapi/vfs/CharsetToolkit.java index 6fa9255cb5..f48f0bda01 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/CharsetToolkit.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/CharsetToolkit.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFile.java b/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFile.java index 80f781611c..149eee4eeb 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFile.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFile.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFileSystem.java b/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFileSystem.java index 2ca16cff41..d62c43e91e 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFileSystem.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/DeprecatedVirtualFileSystem.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/FilePath.java b/platform/platform-api/src/com/intellij/openapi/vfs/FilePath.java index cafd122d2f..5a9c1c295b 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/FilePath.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/FilePath.java @@ -1,3 +1,18 @@ +/* + * 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 com.intellij.openapi.util.io.FileUtil; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/InvalidVirtualFileAccessException.java b/platform/platform-api/src/com/intellij/openapi/vfs/InvalidVirtualFileAccessException.java index f0ee5029cd..f685926ea3 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/InvalidVirtualFileAccessException.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/InvalidVirtualFileAccessException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/JarFileSystem.java b/platform/platform-api/src/com/intellij/openapi/vfs/JarFileSystem.java index 9dc0ebb40c..0e670ca69a 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/JarFileSystem.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/JarFileSystem.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileOperationsHandler.java b/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileOperationsHandler.java index 952bc3d35a..60bdb2ab44 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileOperationsHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileOperationsHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileSystem.java b/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileSystem.java index 52e5d987da..3c9d352c91 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileSystem.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/LocalFileSystem.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptEvent.java index 697e934152..87469a402f 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptListener.java index 4793b285ae..7675eca959 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/ModificationAttemptListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/ReadonlyStatusHandler.java b/platform/platform-api/src/com/intellij/openapi/vfs/ReadonlyStatusHandler.java index 6fc3e22969..63237aeeb0 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/ReadonlyStatusHandler.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/ReadonlyStatusHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/SafeWriteRequestor.java b/platform/platform-api/src/com/intellij/openapi/vfs/SafeWriteRequestor.java index 1d57a00739..de77ac28e6 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/SafeWriteRequestor.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/SafeWriteRequestor.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/SmartEncodingInputStream.java b/platform/platform-api/src/com/intellij/openapi/vfs/SmartEncodingInputStream.java index af6240589c..aa1602a450 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/SmartEncodingInputStream.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/SmartEncodingInputStream.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VfsBundle.java b/platform/platform-api/src/com/intellij/openapi/vfs/VfsBundle.java index f1ffbe3b51..0da9c32ea7 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VfsBundle.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VfsBundle.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VfsUtil.java b/platform/platform-api/src/com/intellij/openapi/vfs/VfsUtil.java index 82320c5b6f..7b9c25030f 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VfsUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VfsUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFile.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFile.java index 9730fb25cb..aba97becb3 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFile.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFile.java @@ -1,17 +1,17 @@ /* * 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.vfs; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileAdapter.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileAdapter.java index d5624de9eb..6a8e338ef0 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileAdapter.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileCopyEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileCopyEvent.java index 29cf60424b..b9be1dca04 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileCopyEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileCopyEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileEvent.java index 8cf783a4ee..32d1e002e1 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileFilter.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileFilter.java index 9b6df0b3c0..20749d1342 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileFilter.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileFilter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListener.java index 355b6a2251..f24f52e882 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListenerBase.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListenerBase.java index 8f59e37f5e..ef0492884a 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListenerBase.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileListenerBase.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManager.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManager.java index 73c17e3999..98a96477ba 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManager.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManagerListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManagerListener.java index a925f0a6ee..3033fe2a25 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManagerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileManagerListener.java @@ -1,6 +1,6 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileMoveEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileMoveEvent.java index d65773753e..7bdf92c51e 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileMoveEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileMoveEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFilePropertyEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFilePropertyEvent.java index 4d027a89cc..ee43821f02 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFilePropertyEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFilePropertyEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileSystem.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileSystem.java index 926d19567f..1be5ef64d5 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileSystem.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileSystem.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWithId.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWithId.java index e7f0da394a..d27663e7bd 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWithId.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWithId.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java index 710c2f2127..70c19ef55a 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/VirtualFileWrapper.java @@ -1,17 +1,17 @@ /* * 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.vfs; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/WrappingVirtualFile.java b/platform/platform-api/src/com/intellij/openapi/vfs/WrappingVirtualFile.java dissimilarity index 63% index 57d7fd98b1..f065c139b4 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/WrappingVirtualFile.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/WrappingVirtualFile.java @@ -1,28 +1,28 @@ -/* - * 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 com.intellij.openapi.project.Project; -import org.jetbrains.annotations.Nullable; - -/** - * @author Gregory.Shrago - */ -public interface WrappingVirtualFile { - @Nullable - T getWrappedObject(final Project project); -} +/* + * 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 com.intellij.openapi.project.Project; +import org.jetbrains.annotations.Nullable; + +/** + * @author Gregory.Shrago + */ +public interface WrappingVirtualFile { + @Nullable + T getWrappedObject(final Project project); +} diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingTo.java b/platform/platform-api/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingTo.java index de8b602c78..e238f51219 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingTo.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingTo.java @@ -1,3 +1,18 @@ +/* + * 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.encoding; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingManager.java b/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingManager.java index 1e538733bc..b0dcced9e3 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingManager.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingManager.java @@ -1,3 +1,18 @@ +/* + * 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.encoding; import com.intellij.openapi.components.ApplicationComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingProjectManager.java b/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingProjectManager.java index 8c002eb727..27ed79d083 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingProjectManager.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/encoding/EncodingProjectManager.java @@ -1,3 +1,18 @@ +/* + * 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.encoding; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpFileSystem.java b/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpFileSystem.java index 4c68cac138..9297fd4c84 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpFileSystem.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpFileSystem.java @@ -1,3 +1,18 @@ +/* + * 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.ex.http; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpVirtualFileListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpVirtualFileListener.java index 862d54256b..c15867ce84 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpVirtualFileListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/ex/http/HttpVirtualFileListener.java @@ -1,3 +1,18 @@ +/* + * 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.ex.http; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/BulkFileListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/BulkFileListener.java index c71f2087b8..5f6683d66e 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/BulkFileListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/BulkFileListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileAttribute.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileAttribute.java index d22580fa68..1620c218b9 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileAttribute.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileAttribute.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileSystemInterface.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileSystemInterface.java index c190dcaf91..4dd0ce8f09 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileSystemInterface.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/FileSystemInterface.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/ManagingFS.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/ManagingFS.java index 9906b5b7b9..bc3122889a 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/ManagingFS.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/ManagingFS.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFile.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFile.java index 644e2e1c9a..a4618099f7 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFile.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFile.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFileSystem.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFileSystem.java index 98706aee7d..1515e7775b 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFileSystem.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/NewVirtualFileSystem.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshQueue.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshQueue.java index 03f035c7ef..7aaa56ac06 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshQueue.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshQueue.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshSession.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshSession.java index 167895a6a9..af0d5b847f 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshSession.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/RefreshSession.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/VirtualFileFilteringListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/VirtualFileFilteringListener.java index fcaa8bf7a8..fd0c5f5000 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/VirtualFileFilteringListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/VirtualFileFilteringListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileContentChangeEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileContentChangeEvent.java index 34a26f6775..1f0b0c1b19 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileContentChangeEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileContentChangeEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCopyEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCopyEvent.java index 3184ff4a25..e2920beddc 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCopyEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCopyEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCreateEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCreateEvent.java index 4e9f8f3715..10ae851caf 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCreateEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileCreateEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileDeleteEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileDeleteEvent.java index 3775618f79..cc11e3e878 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileDeleteEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileDeleteEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileEvent.java index 2c58a0985e..b903e8d24f 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileMoveEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileMoveEvent.java index be3afd3234..bebe17156d 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileMoveEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFileMoveEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFilePropertyChangeEvent.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFilePropertyChangeEvent.java index e889ee8b98..d766c88363 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFilePropertyChangeEvent.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/events/VFilePropertyChangeEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/NullVirtualFile.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/NullVirtualFile.java index 3a8f2bd83d..f44236bcaf 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/NullVirtualFile.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/NullVirtualFile.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.impl; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/StubVirtualFile.java b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/StubVirtualFile.java index 4b141e32ea..48765456e6 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/StubVirtualFile.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/newvfs/impl/StubVirtualFile.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.impl; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointer.java b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointer.java index 9f5883dedb..6ab568523f 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointer.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerContainer.java b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerContainer.java index 42bd02fb65..c3ccd118c8 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerContainer.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerContainer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerFactory.java b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerFactory.java index ad8cdb0a82..d272d79bba 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerListener.java b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerListener.java index 3d2a7b87f1..943ff65c6e 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerManager.java b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerManager.java index 6282f86565..5daa432b88 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerManager.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/pointers/VirtualFilePointerManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/tracker/VirtualFileTracker.java b/platform/platform-api/src/com/intellij/openapi/vfs/tracker/VirtualFileTracker.java index 6aa95482cf..738e9d69c8 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/tracker/VirtualFileTracker.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/tracker/VirtualFileTracker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/watcher/ChangeKind.java b/platform/platform-api/src/com/intellij/openapi/vfs/watcher/ChangeKind.java index 37bad93825..8ce2a5e457 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/watcher/ChangeKind.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/watcher/ChangeKind.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.watcher; diff --git a/platform/platform-api/src/com/intellij/openapi/vfs/watcher/NotAvailableException.java b/platform/platform-api/src/com/intellij/openapi/vfs/watcher/NotAvailableException.java index a13183558d..630d6f0375 100644 --- a/platform/platform-api/src/com/intellij/openapi/vfs/watcher/NotAvailableException.java +++ b/platform/platform-api/src/com/intellij/openapi/vfs/watcher/NotAvailableException.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/FocusCommand.java b/platform/platform-api/src/com/intellij/openapi/wm/FocusCommand.java index 3ad17defc2..e5b9fe16bd 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/FocusCommand.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/FocusCommand.java @@ -1,3 +1,18 @@ +/* + * 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.wm; import com.intellij.openapi.ui.popup.util.PopupUtil; diff --git a/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java b/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java index de0ddf41c1..bff58f0d24 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/IdeFrame.java b/platform/platform-api/src/com/intellij/openapi/wm/IdeFrame.java index 8c69ce71ff..ec499701d1 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/IdeFrame.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/IdeFrame.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPane.java b/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPane.java index 9b528b0967..f4510f56ea 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPane.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPane.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPaneUtil.java b/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPaneUtil.java index 10f6ba61bf..a7df77b2cf 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPaneUtil.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/IdeGlassPaneUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/KeyEventProcessor.java b/platform/platform-api/src/com/intellij/openapi/wm/KeyEventProcessor.java index 4f6ce28582..4426ea32e0 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/KeyEventProcessor.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/KeyEventProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.wm; import java.awt.event.KeyEvent; diff --git a/platform/platform-api/src/com/intellij/openapi/wm/PassThroughtIdeFocusManager.java b/platform/platform-api/src/com/intellij/openapi/wm/PassThroughtIdeFocusManager.java index 5f02bc49de..50af2ab7c8 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/PassThroughtIdeFocusManager.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/PassThroughtIdeFocusManager.java @@ -1,3 +1,18 @@ +/* + * 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.wm; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-api/src/com/intellij/openapi/wm/StatusBar.java b/platform/platform-api/src/com/intellij/openapi/wm/StatusBar.java index 20a88cf328..c6d6881fb4 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/StatusBar.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/StatusBar.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/StatusBarCustomComponentFactory.java b/platform/platform-api/src/com/intellij/openapi/wm/StatusBarCustomComponentFactory.java index f867e3d4df..662f066dae 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/StatusBarCustomComponentFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/StatusBarCustomComponentFactory.java @@ -1,3 +1,18 @@ +/* + * 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.wm; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindow.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindow.java index 5a0b26b975..1d1cc9784f 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindow.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindow.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowAnchor.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowAnchor.java index e71d70132b..871c0a2cd3 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowAnchor.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowAnchor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowEP.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowEP.java index bb88e946e8..eafe05f30d 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowEP.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowEP.java @@ -1,17 +1,17 @@ /* * 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.wm; diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowFactory.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowFactory.java dissimilarity index 67% index 0912fe63b0..47b2c63ccd 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowFactory.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowFactory.java @@ -1,26 +1,26 @@ -/* - * 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.wm; - -import com.intellij.openapi.project.Project; - -/** - * @author yole - */ -public interface ToolWindowFactory { - void createToolWindowContent(Project project, ToolWindow toolWindow); -} +/* + * 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.wm; + +import com.intellij.openapi.project.Project; + +/** + * @author yole + */ +public interface ToolWindowFactory { + void createToolWindowContent(Project project, ToolWindow toolWindow); +} diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowId.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowId.java index 4a8a393b8d..0aabb763db 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowId.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowId.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowManager.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowManager.java index bfb6c0b0cc..38481d8a9e 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowManager.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowType.java b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowType.java index 4decdec6f0..d33dc93e07 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowType.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/ToolWindowType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/WindowInfo.java b/platform/platform-api/src/com/intellij/openapi/wm/WindowInfo.java index fe0393e379..6e6793a943 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/WindowInfo.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/WindowInfo.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/WindowManager.java b/platform/platform-api/src/com/intellij/openapi/wm/WindowManager.java index f753ec5006..4439d4d5d0 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/WindowManager.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/WindowManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/openapi/wm/WindowManagerListener.java b/platform/platform-api/src/com/intellij/openapi/wm/WindowManagerListener.java index 27b334c1e3..61a095d6db 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/WindowManagerListener.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/WindowManagerListener.java @@ -1,3 +1,18 @@ +/* + * 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.wm; import java.util.EventListener; diff --git a/platform/platform-api/src/com/intellij/openapi/wm/impl/content/GraphicsConfig.java b/platform/platform-api/src/com/intellij/openapi/wm/impl/content/GraphicsConfig.java index 09c68c0f91..8f03b42a00 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/impl/content/GraphicsConfig.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/impl/content/GraphicsConfig.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/patterns/CaseInsensitiveValuePatternCondition.java b/platform/platform-api/src/com/intellij/patterns/CaseInsensitiveValuePatternCondition.java index ca8fd5afca..bc3e4232dc 100644 --- a/platform/platform-api/src/com/intellij/patterns/CaseInsensitiveValuePatternCondition.java +++ b/platform/platform-api/src/com/intellij/patterns/CaseInsensitiveValuePatternCondition.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/CharPattern.java b/platform/platform-api/src/com/intellij/patterns/CharPattern.java index 86b424f0ae..122f59abb8 100644 --- a/platform/platform-api/src/com/intellij/patterns/CharPattern.java +++ b/platform/platform-api/src/com/intellij/patterns/CharPattern.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/CollectionPattern.java b/platform/platform-api/src/com/intellij/patterns/CollectionPattern.java index f7732c91f3..820eb3383d 100644 --- a/platform/platform-api/src/com/intellij/patterns/CollectionPattern.java +++ b/platform/platform-api/src/com/intellij/patterns/CollectionPattern.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/ElementPattern.java b/platform/platform-api/src/com/intellij/patterns/ElementPattern.java index 95fd2622f8..ab923648c8 100644 --- a/platform/platform-api/src/com/intellij/patterns/ElementPattern.java +++ b/platform/platform-api/src/com/intellij/patterns/ElementPattern.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/ElementPatternCondition.java b/platform/platform-api/src/com/intellij/patterns/ElementPatternCondition.java index 094b94b490..45b0a16909 100644 --- a/platform/platform-api/src/com/intellij/patterns/ElementPatternCondition.java +++ b/platform/platform-api/src/com/intellij/patterns/ElementPatternCondition.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/InitialPatternCondition.java b/platform/platform-api/src/com/intellij/patterns/InitialPatternCondition.java index fa5d4ccb9a..686f46dc9d 100644 --- a/platform/platform-api/src/com/intellij/patterns/InitialPatternCondition.java +++ b/platform/platform-api/src/com/intellij/patterns/InitialPatternCondition.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/ObjectPattern.java b/platform/platform-api/src/com/intellij/patterns/ObjectPattern.java index 50e8724d72..8d8d87f518 100644 --- a/platform/platform-api/src/com/intellij/patterns/ObjectPattern.java +++ b/platform/platform-api/src/com/intellij/patterns/ObjectPattern.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/PatternCondition.java b/platform/platform-api/src/com/intellij/patterns/PatternCondition.java index ca7aaea254..68f342c568 100644 --- a/platform/platform-api/src/com/intellij/patterns/PatternCondition.java +++ b/platform/platform-api/src/com/intellij/patterns/PatternCondition.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/PropertyPatternCondition.java b/platform/platform-api/src/com/intellij/patterns/PropertyPatternCondition.java index cc88649742..81fcd2f3dd 100644 --- a/platform/platform-api/src/com/intellij/patterns/PropertyPatternCondition.java +++ b/platform/platform-api/src/com/intellij/patterns/PropertyPatternCondition.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/StandardPatterns.java b/platform/platform-api/src/com/intellij/patterns/StandardPatterns.java index 503855cfd8..6841037d58 100644 --- a/platform/platform-api/src/com/intellij/patterns/StandardPatterns.java +++ b/platform/platform-api/src/com/intellij/patterns/StandardPatterns.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/StringPattern.java b/platform/platform-api/src/com/intellij/patterns/StringPattern.java index 560eb42d5c..9d6a23a9bf 100644 --- a/platform/platform-api/src/com/intellij/patterns/StringPattern.java +++ b/platform/platform-api/src/com/intellij/patterns/StringPattern.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/TreeElementPattern.java b/platform/platform-api/src/com/intellij/patterns/TreeElementPattern.java index 3b88904435..188115af33 100644 --- a/platform/platform-api/src/com/intellij/patterns/TreeElementPattern.java +++ b/platform/platform-api/src/com/intellij/patterns/TreeElementPattern.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/patterns/ValuePatternCondition.java b/platform/platform-api/src/com/intellij/patterns/ValuePatternCondition.java index 8f45858e06..2cd9a1926b 100644 --- a/platform/platform-api/src/com/intellij/patterns/ValuePatternCondition.java +++ b/platform/platform-api/src/com/intellij/patterns/ValuePatternCondition.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.patterns; diff --git a/platform/platform-api/src/com/intellij/pom/Navigatable.java b/platform/platform-api/src/com/intellij/pom/Navigatable.java index 2e09c87e56..dd0d01476d 100644 --- a/platform/platform-api/src/com/intellij/pom/Navigatable.java +++ b/platform/platform-api/src/com/intellij/pom/Navigatable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/pom/PomPresentation.java b/platform/platform-api/src/com/intellij/pom/PomPresentation.java index dec7b80b33..55d0bcb99c 100644 --- a/platform/platform-api/src/com/intellij/pom/PomPresentation.java +++ b/platform/platform-api/src/com/intellij/pom/PomPresentation.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/pom/Presentable.java b/platform/platform-api/src/com/intellij/pom/Presentable.java index feeb473d20..ade9dbad8e 100644 --- a/platform/platform-api/src/com/intellij/pom/Presentable.java +++ b/platform/platform-api/src/com/intellij/pom/Presentable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/projectImport/ProjectOpenProcessor.java b/platform/platform-api/src/com/intellij/projectImport/ProjectOpenProcessor.java index 03729014ad..7a90cbd39f 100644 --- a/platform/platform-api/src/com/intellij/projectImport/ProjectOpenProcessor.java +++ b/platform/platform-api/src/com/intellij/projectImport/ProjectOpenProcessor.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.projectImport; diff --git a/platform/platform-api/src/com/intellij/psi/PsiLock.java b/platform/platform-api/src/com/intellij/psi/PsiLock.java index a5fc066a45..bf07ddf44c 100644 --- a/platform/platform-api/src/com/intellij/psi/PsiLock.java +++ b/platform/platform-api/src/com/intellij/psi/PsiLock.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/statistics/Statistician.java b/platform/platform-api/src/com/intellij/psi/statistics/Statistician.java index 952c0afd0a..ee5c364405 100644 --- a/platform/platform-api/src/com/intellij/psi/statistics/Statistician.java +++ b/platform/platform-api/src/com/intellij/psi/statistics/Statistician.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.psi.statistics; diff --git a/platform/platform-api/src/com/intellij/psi/statistics/StatisticsExtensionPoint.java b/platform/platform-api/src/com/intellij/psi/statistics/StatisticsExtensionPoint.java index e9abc8ae5e..91018024fb 100644 --- a/platform/platform-api/src/com/intellij/psi/statistics/StatisticsExtensionPoint.java +++ b/platform/platform-api/src/com/intellij/psi/statistics/StatisticsExtensionPoint.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.psi.statistics; diff --git a/platform/platform-api/src/com/intellij/psi/statistics/StatisticsInfo.java b/platform/platform-api/src/com/intellij/psi/statistics/StatisticsInfo.java index e002eef462..1a54aa5b09 100644 --- a/platform/platform-api/src/com/intellij/psi/statistics/StatisticsInfo.java +++ b/platform/platform-api/src/com/intellij/psi/statistics/StatisticsInfo.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.psi.statistics; diff --git a/platform/platform-api/src/com/intellij/psi/statistics/StatisticsManager.java b/platform/platform-api/src/com/intellij/psi/statistics/StatisticsManager.java index 1ddd145ebc..ca0a203f64 100644 --- a/platform/platform-api/src/com/intellij/psi/statistics/StatisticsManager.java +++ b/platform/platform-api/src/com/intellij/psi/statistics/StatisticsManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/tree/IElementType.java b/platform/platform-api/src/com/intellij/psi/tree/IElementType.java index 7861f3713a..eac5aee9b6 100644 --- a/platform/platform-api/src/com/intellij/psi/tree/IElementType.java +++ b/platform/platform-api/src/com/intellij/psi/tree/IElementType.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/tree/TokenSet.java b/platform/platform-api/src/com/intellij/psi/tree/TokenSet.java index 9b59438a3e..da79cc4a4e 100644 --- a/platform/platform-api/src/com/intellij/psi/tree/TokenSet.java +++ b/platform/platform-api/src/com/intellij/psi/tree/TokenSet.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/util/CachedValue.java b/platform/platform-api/src/com/intellij/psi/util/CachedValue.java dissimilarity index 71% index 0ad9696637..370084c9a4 100644 --- a/platform/platform-api/src/com/intellij/psi/util/CachedValue.java +++ b/platform/platform-api/src/com/intellij/psi/util/CachedValue.java @@ -1,25 +1,25 @@ -/* - * 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.psi.util; - -public interface CachedValue { - - T getValue(); - - CachedValueProvider getValueProvider(); - - boolean hasUpToDateValue(); -} +/* + * 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.psi.util; + +public interface CachedValue { + + T getValue(); + + CachedValueProvider getValueProvider(); + + boolean hasUpToDateValue(); +} diff --git a/platform/platform-api/src/com/intellij/psi/util/CachedValueProvider.java b/platform/platform-api/src/com/intellij/psi/util/CachedValueProvider.java index 04e6a3cc58..c9d0dc6387 100644 --- a/platform/platform-api/src/com/intellij/psi/util/CachedValueProvider.java +++ b/platform/platform-api/src/com/intellij/psi/util/CachedValueProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/util/CachedValuesManager.java b/platform/platform-api/src/com/intellij/psi/util/CachedValuesManager.java index a362717fe7..275f48a78d 100644 --- a/platform/platform-api/src/com/intellij/psi/util/CachedValuesManager.java +++ b/platform/platform-api/src/com/intellij/psi/util/CachedValuesManager.java @@ -1,17 +1,17 @@ /* * 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.psi.util; diff --git a/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValue.java b/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValue.java index 0ae977e58f..1af4829022 100644 --- a/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValue.java +++ b/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValue.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValueProvider.java b/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValueProvider.java index 9de8c42488..92ef534270 100644 --- a/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValueProvider.java +++ b/platform/platform-api/src/com/intellij/psi/util/ParameterizedCachedValueProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/psi/util/PsiFormatUtilBase.java b/platform/platform-api/src/com/intellij/psi/util/PsiFormatUtilBase.java index c7cbc82f0b..c69d65d6b7 100644 --- a/platform/platform-api/src/com/intellij/psi/util/PsiFormatUtilBase.java +++ b/platform/platform-api/src/com/intellij/psi/util/PsiFormatUtilBase.java @@ -1,17 +1,17 @@ /* * 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.psi.util; diff --git a/platform/platform-api/src/com/intellij/testFramework/DummyFileIdGenerator.java b/platform/platform-api/src/com/intellij/testFramework/DummyFileIdGenerator.java index 55f00af4a3..33c954624c 100644 --- a/platform/platform-api/src/com/intellij/testFramework/DummyFileIdGenerator.java +++ b/platform/platform-api/src/com/intellij/testFramework/DummyFileIdGenerator.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.testFramework; diff --git a/platform/platform-api/src/com/intellij/testFramework/LightVirtualFile.java b/platform/platform-api/src/com/intellij/testFramework/LightVirtualFile.java index 894e155737..4fc6a30b58 100644 --- a/platform/platform-api/src/com/intellij/testFramework/LightVirtualFile.java +++ b/platform/platform-api/src/com/intellij/testFramework/LightVirtualFile.java @@ -1,3 +1,18 @@ +/* + * 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.testFramework; import com.intellij.lang.Language; diff --git a/platform/platform-api/src/com/intellij/ui/AbstractBox.java b/platform/platform-api/src/com/intellij/ui/AbstractBox.java index 6a7d8ed89d..1b841aa342 100644 --- a/platform/platform-api/src/com/intellij/ui/AbstractBox.java +++ b/platform/platform-api/src/com/intellij/ui/AbstractBox.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/AbstractFieldPanel.java b/platform/platform-api/src/com/intellij/ui/AbstractFieldPanel.java index 755964137f..6703c357a7 100644 --- a/platform/platform-api/src/com/intellij/ui/AbstractFieldPanel.java +++ b/platform/platform-api/src/com/intellij/ui/AbstractFieldPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/AddDeleteListPanel.java b/platform/platform-api/src/com/intellij/ui/AddDeleteListPanel.java index ca1392a13f..7c07349aec 100644 --- a/platform/platform-api/src/com/intellij/ui/AddDeleteListPanel.java +++ b/platform/platform-api/src/com/intellij/ui/AddDeleteListPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/AddEditRemovePanel.java b/platform/platform-api/src/com/intellij/ui/AddEditRemovePanel.java index cea66dbee0..00d4795ecc 100644 --- a/platform/platform-api/src/com/intellij/ui/AddEditRemovePanel.java +++ b/platform/platform-api/src/com/intellij/ui/AddEditRemovePanel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.Table; diff --git a/platform/platform-api/src/com/intellij/ui/AutoScrollFromSourceHandler.java b/platform/platform-api/src/com/intellij/ui/AutoScrollFromSourceHandler.java index b857c68ddb..2df46b8e33 100644 --- a/platform/platform-api/src/com/intellij/ui/AutoScrollFromSourceHandler.java +++ b/platform/platform-api/src/com/intellij/ui/AutoScrollFromSourceHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/AutoScrollToSourceHandler.java b/platform/platform-api/src/com/intellij/ui/AutoScrollToSourceHandler.java index 6324708934..fa94967384 100644 --- a/platform/platform-api/src/com/intellij/ui/AutoScrollToSourceHandler.java +++ b/platform/platform-api/src/com/intellij/ui/AutoScrollToSourceHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/BooleanTableCellEditor.java b/platform/platform-api/src/com/intellij/ui/BooleanTableCellEditor.java index f3a1a3a023..a23f9889f4 100644 --- a/platform/platform-api/src/com/intellij/ui/BooleanTableCellEditor.java +++ b/platform/platform-api/src/com/intellij/ui/BooleanTableCellEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/BooleanTableCellRenderer.java b/platform/platform-api/src/com/intellij/ui/BooleanTableCellRenderer.java index 25499d80e5..2faf9e618f 100644 --- a/platform/platform-api/src/com/intellij/ui/BooleanTableCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/BooleanTableCellRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/BrowserHyperlinkListener.java b/platform/platform-api/src/com/intellij/ui/BrowserHyperlinkListener.java index 55ffd6a163..de2bdab63e 100644 --- a/platform/platform-api/src/com/intellij/ui/BrowserHyperlinkListener.java +++ b/platform/platform-api/src/com/intellij/ui/BrowserHyperlinkListener.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-api/src/com/intellij/ui/CheckboxTreeBase.java b/platform/platform-api/src/com/intellij/ui/CheckboxTreeBase.java index 7488fe797b..9c0146cdf7 100644 --- a/platform/platform-api/src/com/intellij/ui/CheckboxTreeBase.java +++ b/platform/platform-api/src/com/intellij/ui/CheckboxTreeBase.java @@ -1,18 +1,18 @@ /* -* Copyright 2000-2007 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. -*/ + * 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.ui; diff --git a/platform/platform-api/src/com/intellij/ui/CheckedTreeNode.java b/platform/platform-api/src/com/intellij/ui/CheckedTreeNode.java index a141b9bda0..69b4aaa7e1 100644 --- a/platform/platform-api/src/com/intellij/ui/CheckedTreeNode.java +++ b/platform/platform-api/src/com/intellij/ui/CheckedTreeNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ClearTextAction.java b/platform/platform-api/src/com/intellij/ui/ClearTextAction.java index cdf840d629..44019a2ef1 100644 --- a/platform/platform-api/src/com/intellij/ui/ClearTextAction.java +++ b/platform/platform-api/src/com/intellij/ui/ClearTextAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/CollectionComboBoxModel.java b/platform/platform-api/src/com/intellij/ui/CollectionComboBoxModel.java index d1dc91e163..c08c7b6a02 100644 --- a/platform/platform-api/src/com/intellij/ui/CollectionComboBoxModel.java +++ b/platform/platform-api/src/com/intellij/ui/CollectionComboBoxModel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/CollectionListModel.java b/platform/platform-api/src/com/intellij/ui/CollectionListModel.java index a04c728af0..3cdb25f9b1 100644 --- a/platform/platform-api/src/com/intellij/ui/CollectionListModel.java +++ b/platform/platform-api/src/com/intellij/ui/CollectionListModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ColorChooser.java b/platform/platform-api/src/com/intellij/ui/ColorChooser.java index 5ab75f9330..a82749c87f 100644 --- a/platform/platform-api/src/com/intellij/ui/ColorChooser.java +++ b/platform/platform-api/src/com/intellij/ui/ColorChooser.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ColorPanel.java b/platform/platform-api/src/com/intellij/ui/ColorPanel.java index 35ffbd30cb..d21369dfe1 100644 --- a/platform/platform-api/src/com/intellij/ui/ColorPanel.java +++ b/platform/platform-api/src/com/intellij/ui/ColorPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ColoredListCellRenderer.java b/platform/platform-api/src/com/intellij/ui/ColoredListCellRenderer.java index 8ee8030b1f..e7e435914e 100644 --- a/platform/platform-api/src/com/intellij/ui/ColoredListCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/ColoredListCellRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ColoredTableCellRenderer.java b/platform/platform-api/src/com/intellij/ui/ColoredTableCellRenderer.java index d7968b1aad..ecd8da698b 100644 --- a/platform/platform-api/src/com/intellij/ui/ColoredTableCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/ColoredTableCellRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ColoredTreeCellRenderer.java b/platform/platform-api/src/com/intellij/ui/ColoredTreeCellRenderer.java index c67dffb917..8bc4da4f20 100644 --- a/platform/platform-api/src/com/intellij/ui/ColoredTreeCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/ColoredTreeCellRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ComboBoxFieldPanel.java b/platform/platform-api/src/com/intellij/ui/ComboBoxFieldPanel.java index 06222e91b9..70a8cfd966 100644 --- a/platform/platform-api/src/com/intellij/ui/ComboBoxFieldPanel.java +++ b/platform/platform-api/src/com/intellij/ui/ComboBoxFieldPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ComboboxWithBrowseButton.java b/platform/platform-api/src/com/intellij/ui/ComboboxWithBrowseButton.java index 8e4f514f1c..95998f4476 100644 --- a/platform/platform-api/src/com/intellij/ui/ComboboxWithBrowseButton.java +++ b/platform/platform-api/src/com/intellij/ui/ComboboxWithBrowseButton.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/CommandButtonGroup.java b/platform/platform-api/src/com/intellij/ui/CommandButtonGroup.java index 6417579014..fc7e0c30b0 100644 --- a/platform/platform-api/src/com/intellij/ui/CommandButtonGroup.java +++ b/platform/platform-api/src/com/intellij/ui/CommandButtonGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ComponentTreeWatcher.java b/platform/platform-api/src/com/intellij/ui/ComponentTreeWatcher.java index 7b21d91592..7269f97748 100644 --- a/platform/platform-api/src/com/intellij/ui/ComponentTreeWatcher.java +++ b/platform/platform-api/src/com/intellij/ui/ComponentTreeWatcher.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/CustomizeColoredTreeCellRenderer.java b/platform/platform-api/src/com/intellij/ui/CustomizeColoredTreeCellRenderer.java index 55b5a42bd8..36ef595823 100644 --- a/platform/platform-api/src/com/intellij/ui/CustomizeColoredTreeCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/CustomizeColoredTreeCellRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-api/src/com/intellij/ui/DefaultIconDeferrer.java b/platform/platform-api/src/com/intellij/ui/DefaultIconDeferrer.java index 220e1d1eca..2bb88da0a1 100644 --- a/platform/platform-api/src/com/intellij/ui/DefaultIconDeferrer.java +++ b/platform/platform-api/src/com/intellij/ui/DefaultIconDeferrer.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ui; diff --git a/platform/platform-api/src/com/intellij/ui/DeferredIcon.java b/platform/platform-api/src/com/intellij/ui/DeferredIcon.java index 54fb57a6b7..f184988a06 100644 --- a/platform/platform-api/src/com/intellij/ui/DeferredIcon.java +++ b/platform/platform-api/src/com/intellij/ui/DeferredIcon.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ui; diff --git a/platform/platform-api/src/com/intellij/ui/DocumentAdapter.java b/platform/platform-api/src/com/intellij/ui/DocumentAdapter.java index 2dfa81774d..9938a943c6 100644 --- a/platform/platform-api/src/com/intellij/ui/DocumentAdapter.java +++ b/platform/platform-api/src/com/intellij/ui/DocumentAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/DocumentBasedComponent.java b/platform/platform-api/src/com/intellij/ui/DocumentBasedComponent.java index 1dccf1d4b3..6ca307deb2 100644 --- a/platform/platform-api/src/com/intellij/ui/DocumentBasedComponent.java +++ b/platform/platform-api/src/com/intellij/ui/DocumentBasedComponent.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-api/src/com/intellij/ui/DottedBorder.java b/platform/platform-api/src/com/intellij/ui/DottedBorder.java index aad6be2c2a..d93bef8234 100644 --- a/platform/platform-api/src/com/intellij/ui/DottedBorder.java +++ b/platform/platform-api/src/com/intellij/ui/DottedBorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-api/src/com/intellij/ui/DrawUtil.java b/platform/platform-api/src/com/intellij/ui/DrawUtil.java index b3a9726649..7e2195ced5 100644 --- a/platform/platform-api/src/com/intellij/ui/DrawUtil.java +++ b/platform/platform-api/src/com/intellij/ui/DrawUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/EdgeBorder.java b/platform/platform-api/src/com/intellij/ui/EdgeBorder.java index a94d5dd281..79563f2d6e 100644 --- a/platform/platform-api/src/com/intellij/ui/EdgeBorder.java +++ b/platform/platform-api/src/com/intellij/ui/EdgeBorder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/EditableRowTable.java b/platform/platform-api/src/com/intellij/ui/EditableRowTable.java index f9a2c7a86a..e061217080 100644 --- a/platform/platform-api/src/com/intellij/ui/EditableRowTable.java +++ b/platform/platform-api/src/com/intellij/ui/EditableRowTable.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/EditorComboBoxRenderer.java b/platform/platform-api/src/com/intellij/ui/EditorComboBoxRenderer.java index ac0ccc3904..1113c4cfb4 100644 --- a/platform/platform-api/src/com/intellij/ui/EditorComboBoxRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/EditorComboBoxRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/EditorNotificationPanel.java b/platform/platform-api/src/com/intellij/ui/EditorNotificationPanel.java index 258261923f..e443aee5aa 100644 --- a/platform/platform-api/src/com/intellij/ui/EditorNotificationPanel.java +++ b/platform/platform-api/src/com/intellij/ui/EditorNotificationPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ide.DataManager; diff --git a/platform/platform-api/src/com/intellij/ui/EnumComboBoxModel.java b/platform/platform-api/src/com/intellij/ui/EnumComboBoxModel.java index cac562a572..ef70df682a 100644 --- a/platform/platform-api/src/com/intellij/ui/EnumComboBoxModel.java +++ b/platform/platform-api/src/com/intellij/ui/EnumComboBoxModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ErrorLabel.java b/platform/platform-api/src/com/intellij/ui/ErrorLabel.java index a130701ad6..3f7df6fb4b 100644 --- a/platform/platform-api/src/com/intellij/ui/ErrorLabel.java +++ b/platform/platform-api/src/com/intellij/ui/ErrorLabel.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui; diff --git a/platform/platform-api/src/com/intellij/ui/FieldPanel.java b/platform/platform-api/src/com/intellij/ui/FieldPanel.java index 8f376c7ed0..d0952b99f8 100644 --- a/platform/platform-api/src/com/intellij/ui/FieldPanel.java +++ b/platform/platform-api/src/com/intellij/ui/FieldPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/FilterComponent.java b/platform/platform-api/src/com/intellij/ui/FilterComponent.java index 7843c5fbf1..7ca76f6918 100644 --- a/platform/platform-api/src/com/intellij/ui/FilterComponent.java +++ b/platform/platform-api/src/com/intellij/ui/FilterComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/FilteringListModel.java b/platform/platform-api/src/com/intellij/ui/FilteringListModel.java index dc89ded043..8f29c0df11 100644 --- a/platform/platform-api/src/com/intellij/ui/FilteringListModel.java +++ b/platform/platform-api/src/com/intellij/ui/FilteringListModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/GroupedElementsRenderer.java b/platform/platform-api/src/com/intellij/ui/GroupedElementsRenderer.java index 370aa1197c..b8092e64c4 100644 --- a/platform/platform-api/src/com/intellij/ui/GroupedElementsRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/GroupedElementsRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ui.components.panels.OpaquePanel; diff --git a/platform/platform-api/src/com/intellij/ui/GuiUtils.java b/platform/platform-api/src/com/intellij/ui/GuiUtils.java index 199106b2dc..ff7db4427a 100644 --- a/platform/platform-api/src/com/intellij/ui/GuiUtils.java +++ b/platform/platform-api/src/com/intellij/ui/GuiUtils.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/HighlightableCellRenderer.java b/platform/platform-api/src/com/intellij/ui/HighlightableCellRenderer.java index f5922e3e56..34a2fe4dbc 100644 --- a/platform/platform-api/src/com/intellij/ui/HighlightableCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/HighlightableCellRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-api/src/com/intellij/ui/HighlightableComponent.java b/platform/platform-api/src/com/intellij/ui/HighlightableComponent.java index 4e657c3b74..bba9c7999f 100644 --- a/platform/platform-api/src/com/intellij/ui/HighlightableComponent.java +++ b/platform/platform-api/src/com/intellij/ui/HighlightableComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/HighlightedRegion.java b/platform/platform-api/src/com/intellij/ui/HighlightedRegion.java index fda8f7dadc..46935c0c4c 100644 --- a/platform/platform-api/src/com/intellij/ui/HighlightedRegion.java +++ b/platform/platform-api/src/com/intellij/ui/HighlightedRegion.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/HighlightedText.java b/platform/platform-api/src/com/intellij/ui/HighlightedText.java index 11989296af..8e5c46b3dd 100644 --- a/platform/platform-api/src/com/intellij/ui/HighlightedText.java +++ b/platform/platform-api/src/com/intellij/ui/HighlightedText.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/HyperlinkLabel.java b/platform/platform-api/src/com/intellij/ui/HyperlinkLabel.java index 54ccc6a6d5..7370ec885b 100644 --- a/platform/platform-api/src/com/intellij/ui/HyperlinkLabel.java +++ b/platform/platform-api/src/com/intellij/ui/HyperlinkLabel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/IconDeferrer.java b/platform/platform-api/src/com/intellij/ui/IconDeferrer.java index 057c67a81c..7baa21c280 100644 --- a/platform/platform-api/src/com/intellij/ui/IconDeferrer.java +++ b/platform/platform-api/src/com/intellij/ui/IconDeferrer.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ui; diff --git a/platform/platform-api/src/com/intellij/ui/IdeBorderFactory.java b/platform/platform-api/src/com/intellij/ui/IdeBorderFactory.java index 0ac3d9f8f9..dfa3e7b7a4 100644 --- a/platform/platform-api/src/com/intellij/ui/IdeBorderFactory.java +++ b/platform/platform-api/src/com/intellij/ui/IdeBorderFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/InplaceButton.java b/platform/platform-api/src/com/intellij/ui/InplaceButton.java index abc4ec8468..54089056f6 100644 --- a/platform/platform-api/src/com/intellij/ui/InplaceButton.java +++ b/platform/platform-api/src/com/intellij/ui/InplaceButton.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.ui.popup.IconButton; diff --git a/platform/platform-api/src/com/intellij/ui/InsertPathAction.java b/platform/platform-api/src/com/intellij/ui/InsertPathAction.java index 7d0544152b..f1c52776b9 100644 --- a/platform/platform-api/src/com/intellij/ui/InsertPathAction.java +++ b/platform/platform-api/src/com/intellij/ui/InsertPathAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/JScrollPane2.java b/platform/platform-api/src/com/intellij/ui/JScrollPane2.java index 3b7659c4bd..e9b5b4f059 100644 --- a/platform/platform-api/src/com/intellij/ui/JScrollPane2.java +++ b/platform/platform-api/src/com/intellij/ui/JScrollPane2.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/LayeredIcon.java b/platform/platform-api/src/com/intellij/ui/LayeredIcon.java index 9db0dedcc6..14e252db27 100644 --- a/platform/platform-api/src/com/intellij/ui/LayeredIcon.java +++ b/platform/platform-api/src/com/intellij/ui/LayeredIcon.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/LineEndDecorator.java b/platform/platform-api/src/com/intellij/ui/LineEndDecorator.java index 9d3397e4cd..110ee6a788 100644 --- a/platform/platform-api/src/com/intellij/ui/LineEndDecorator.java +++ b/platform/platform-api/src/com/intellij/ui/LineEndDecorator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ListScrollingUtil.java b/platform/platform-api/src/com/intellij/ui/ListScrollingUtil.java index 526184cdfd..9b8736df34 100644 --- a/platform/platform-api/src/com/intellij/ui/ListScrollingUtil.java +++ b/platform/platform-api/src/com/intellij/ui/ListScrollingUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ListUtil.java b/platform/platform-api/src/com/intellij/ui/ListUtil.java index 2da4719b58..505d17fa18 100644 --- a/platform/platform-api/src/com/intellij/ui/ListUtil.java +++ b/platform/platform-api/src/com/intellij/ui/ListUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/LoadingNode.java b/platform/platform-api/src/com/intellij/ui/LoadingNode.java index 7dfb6ec1a4..790d5efb71 100644 --- a/platform/platform-api/src/com/intellij/ui/LoadingNode.java +++ b/platform/platform-api/src/com/intellij/ui/LoadingNode.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-api/src/com/intellij/ui/MouseDragHelper.java b/platform/platform-api/src/com/intellij/ui/MouseDragHelper.java index 77d464f05e..e15e44b177 100644 --- a/platform/platform-api/src/com/intellij/ui/MouseDragHelper.java +++ b/platform/platform-api/src/com/intellij/ui/MouseDragHelper.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/ui/MultiLineTooltipUI.java b/platform/platform-api/src/com/intellij/ui/MultiLineTooltipUI.java index e74fb7e80a..553c134228 100644 --- a/platform/platform-api/src/com/intellij/ui/MultiLineTooltipUI.java +++ b/platform/platform-api/src/com/intellij/ui/MultiLineTooltipUI.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/NonFocusableCheckBox.java b/platform/platform-api/src/com/intellij/ui/NonFocusableCheckBox.java index d1821e039e..74a5297b68 100644 --- a/platform/platform-api/src/com/intellij/ui/NonFocusableCheckBox.java +++ b/platform/platform-api/src/com/intellij/ui/NonFocusableCheckBox.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/NumberDocument.java b/platform/platform-api/src/com/intellij/ui/NumberDocument.java index fcea49478b..2ef260aaa7 100644 --- a/platform/platform-api/src/com/intellij/ui/NumberDocument.java +++ b/platform/platform-api/src/com/intellij/ui/NumberDocument.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.text.AttributeSet; diff --git a/platform/platform-api/src/com/intellij/ui/OptionGroup.java b/platform/platform-api/src/com/intellij/ui/OptionGroup.java index 687f61be40..e13e7d31f9 100644 --- a/platform/platform-api/src/com/intellij/ui/OptionGroup.java +++ b/platform/platform-api/src/com/intellij/ui/OptionGroup.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/OrderPanel.java b/platform/platform-api/src/com/intellij/ui/OrderPanel.java index c2f9127c63..76883cd2fd 100644 --- a/platform/platform-api/src/com/intellij/ui/OrderPanel.java +++ b/platform/platform-api/src/com/intellij/ui/OrderPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/OrderPanelListener.java b/platform/platform-api/src/com/intellij/ui/OrderPanelListener.java index ca0457582d..2d62326ce3 100644 --- a/platform/platform-api/src/com/intellij/ui/OrderPanelListener.java +++ b/platform/platform-api/src/com/intellij/ui/OrderPanelListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/PanelWithButtons.java b/platform/platform-api/src/com/intellij/ui/PanelWithButtons.java index 916be4f34e..fcc2087cd9 100644 --- a/platform/platform-api/src/com/intellij/ui/PanelWithButtons.java +++ b/platform/platform-api/src/com/intellij/ui/PanelWithButtons.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/PopupHandler.java b/platform/platform-api/src/com/intellij/ui/PopupHandler.java index c19aefb740..a46b95a7e9 100644 --- a/platform/platform-api/src/com/intellij/ui/PopupHandler.java +++ b/platform/platform-api/src/com/intellij/ui/PopupHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/RawCommandLineEditor.java b/platform/platform-api/src/com/intellij/ui/RawCommandLineEditor.java index 293af243f2..f2af238df0 100644 --- a/platform/platform-api/src/com/intellij/ui/RawCommandLineEditor.java +++ b/platform/platform-api/src/com/intellij/ui/RawCommandLineEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ReorderableListController.java b/platform/platform-api/src/com/intellij/ui/ReorderableListController.java index 24ab2daf9a..72f40f3d79 100644 --- a/platform/platform-api/src/com/intellij/ui/ReorderableListController.java +++ b/platform/platform-api/src/com/intellij/ui/ReorderableListController.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/RightAlignedLabelUI.java b/platform/platform-api/src/com/intellij/ui/RightAlignedLabelUI.java index 8d93f8b006..c20023153a 100644 --- a/platform/platform-api/src/com/intellij/ui/RightAlignedLabelUI.java +++ b/platform/platform-api/src/com/intellij/ui/RightAlignedLabelUI.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/RoundedLineBorder.java b/platform/platform-api/src/com/intellij/ui/RoundedLineBorder.java index eb1e9f417a..86f4d70486 100644 --- a/platform/platform-api/src/com/intellij/ui/RoundedLineBorder.java +++ b/platform/platform-api/src/com/intellij/ui/RoundedLineBorder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/RowEditableTableModel.java b/platform/platform-api/src/com/intellij/ui/RowEditableTableModel.java index 12235ac901..6b4468d44b 100644 --- a/platform/platform-api/src/com/intellij/ui/RowEditableTableModel.java +++ b/platform/platform-api/src/com/intellij/ui/RowEditableTableModel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.table.TableModel; diff --git a/platform/platform-api/src/com/intellij/ui/RowIcon.java b/platform/platform-api/src/com/intellij/ui/RowIcon.java index b419e87268..01b80b79fd 100644 --- a/platform/platform-api/src/com/intellij/ui/RowIcon.java +++ b/platform/platform-api/src/com/intellij/ui/RowIcon.java @@ -1,6 +1,6 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ScreenUtil.java b/platform/platform-api/src/com/intellij/ui/ScreenUtil.java index 970a84434c..607785e9ec 100644 --- a/platform/platform-api/src/com/intellij/ui/ScreenUtil.java +++ b/platform/platform-api/src/com/intellij/ui/ScreenUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ScrollPaneFactory.java b/platform/platform-api/src/com/intellij/ui/ScrollPaneFactory.java index bd66fb59e7..6eff713e84 100644 --- a/platform/platform-api/src/com/intellij/ui/ScrollPaneFactory.java +++ b/platform/platform-api/src/com/intellij/ui/ScrollPaneFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/SearchTextField.java b/platform/platform-api/src/com/intellij/ui/SearchTextField.java index dff6b3a753..5a5afdca53 100644 --- a/platform/platform-api/src/com/intellij/ui/SearchTextField.java +++ b/platform/platform-api/src/com/intellij/ui/SearchTextField.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ui; diff --git a/platform/platform-api/src/com/intellij/ui/SearchTextFieldWithStoredHistory.java b/platform/platform-api/src/com/intellij/ui/SearchTextFieldWithStoredHistory.java index 340c17ac0a..e70a8ea3e4 100644 --- a/platform/platform-api/src/com/intellij/ui/SearchTextFieldWithStoredHistory.java +++ b/platform/platform-api/src/com/intellij/ui/SearchTextFieldWithStoredHistory.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ui; diff --git a/platform/platform-api/src/com/intellij/ui/SeparatorFactory.java b/platform/platform-api/src/com/intellij/ui/SeparatorFactory.java index b8dc3ef54a..f15c86dab0 100644 --- a/platform/platform-api/src/com/intellij/ui/SeparatorFactory.java +++ b/platform/platform-api/src/com/intellij/ui/SeparatorFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/SeparatorWithText.java b/platform/platform-api/src/com/intellij/ui/SeparatorWithText.java index fbd9c56eab..5fa975b445 100644 --- a/platform/platform-api/src/com/intellij/ui/SeparatorWithText.java +++ b/platform/platform-api/src/com/intellij/ui/SeparatorWithText.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java b/platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java index b19eb23feb..2c235d6014 100644 --- a/platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java +++ b/platform/platform-api/src/com/intellij/ui/SimpleColoredComponent.java @@ -1,17 +1,17 @@ /* * 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.ui; diff --git a/platform/platform-api/src/com/intellij/ui/SimpleColoredRenderer.java b/platform/platform-api/src/com/intellij/ui/SimpleColoredRenderer.java index 09dcbd2107..ed25a38047 100644 --- a/platform/platform-api/src/com/intellij/ui/SimpleColoredRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/SimpleColoredRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/SimpleColoredText.java b/platform/platform-api/src/com/intellij/ui/SimpleColoredText.java index a5d49a4547..d568198030 100644 --- a/platform/platform-api/src/com/intellij/ui/SimpleColoredText.java +++ b/platform/platform-api/src/com/intellij/ui/SimpleColoredText.java @@ -1,17 +1,17 @@ /* * 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.ui; diff --git a/platform/platform-api/src/com/intellij/ui/SimpleTextAttributes.java b/platform/platform-api/src/com/intellij/ui/SimpleTextAttributes.java index 2f97918d94..8c80788c8a 100644 --- a/platform/platform-api/src/com/intellij/ui/SimpleTextAttributes.java +++ b/platform/platform-api/src/com/intellij/ui/SimpleTextAttributes.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/SortedComboBoxModel.java b/platform/platform-api/src/com/intellij/ui/SortedComboBoxModel.java index d86663ca48..93de977cf8 100644 --- a/platform/platform-api/src/com/intellij/ui/SortedComboBoxModel.java +++ b/platform/platform-api/src/com/intellij/ui/SortedComboBoxModel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.util.Comparing; diff --git a/platform/platform-api/src/com/intellij/ui/StatusBarInformer.java b/platform/platform-api/src/com/intellij/ui/StatusBarInformer.java index 960da54186..c10526fab9 100644 --- a/platform/platform-api/src/com/intellij/ui/StatusBarInformer.java +++ b/platform/platform-api/src/com/intellij/ui/StatusBarInformer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TableCellState.java b/platform/platform-api/src/com/intellij/ui/TableCellState.java index 4b02f75f0d..d46082320d 100644 --- a/platform/platform-api/src/com/intellij/ui/TableCellState.java +++ b/platform/platform-api/src/com/intellij/ui/TableCellState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TableScrollingUtil.java b/platform/platform-api/src/com/intellij/ui/TableScrollingUtil.java index e807b86c9f..ec6567a56a 100644 --- a/platform/platform-api/src/com/intellij/ui/TableScrollingUtil.java +++ b/platform/platform-api/src/com/intellij/ui/TableScrollingUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-api/src/com/intellij/ui/TextComponent.java b/platform/platform-api/src/com/intellij/ui/TextComponent.java index 91e689e5e4..a096da5266 100644 --- a/platform/platform-api/src/com/intellij/ui/TextComponent.java +++ b/platform/platform-api/src/com/intellij/ui/TextComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TextComponentUndoProvider.java b/platform/platform-api/src/com/intellij/ui/TextComponentUndoProvider.java index dca78884cd..693ae99049 100644 --- a/platform/platform-api/src/com/intellij/ui/TextComponentUndoProvider.java +++ b/platform/platform-api/src/com/intellij/ui/TextComponentUndoProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TextFieldWithHistory.java b/platform/platform-api/src/com/intellij/ui/TextFieldWithHistory.java index 19215f17d0..a7029d90b3 100644 --- a/platform/platform-api/src/com/intellij/ui/TextFieldWithHistory.java +++ b/platform/platform-api/src/com/intellij/ui/TextFieldWithHistory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TextFieldWithStoredHistory.java b/platform/platform-api/src/com/intellij/ui/TextFieldWithStoredHistory.java index 766e678434..a2bcc73d5a 100644 --- a/platform/platform-api/src/com/intellij/ui/TextFieldWithStoredHistory.java +++ b/platform/platform-api/src/com/intellij/ui/TextFieldWithStoredHistory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TitledSeparator.java b/platform/platform-api/src/com/intellij/ui/TitledSeparator.java index 2b0264a1b1..5a57b193a3 100644 --- a/platform/platform-api/src/com/intellij/ui/TitledSeparator.java +++ b/platform/platform-api/src/com/intellij/ui/TitledSeparator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/ToolTipHandlerProvider.java b/platform/platform-api/src/com/intellij/ui/ToolTipHandlerProvider.java index 2cd0df2c34..f605730527 100644 --- a/platform/platform-api/src/com/intellij/ui/ToolTipHandlerProvider.java +++ b/platform/platform-api/src/com/intellij/ui/ToolTipHandlerProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TreeCopyProvider.java b/platform/platform-api/src/com/intellij/ui/TreeCopyProvider.java index d65b3ffb19..0ee014c545 100644 --- a/platform/platform-api/src/com/intellij/ui/TreeCopyProvider.java +++ b/platform/platform-api/src/com/intellij/ui/TreeCopyProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/TreeUIHelper.java b/platform/platform-api/src/com/intellij/ui/TreeUIHelper.java index 71fe35f42f..35c8b263a6 100644 --- a/platform/platform-api/src/com/intellij/ui/TreeUIHelper.java +++ b/platform/platform-api/src/com/intellij/ui/TreeUIHelper.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-api/src/com/intellij/ui/UI.java b/platform/platform-api/src/com/intellij/ui/UI.java index a7d4451d26..40178d964e 100644 --- a/platform/platform-api/src/com/intellij/ui/UI.java +++ b/platform/platform-api/src/com/intellij/ui/UI.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/UserActivityListener.java b/platform/platform-api/src/com/intellij/ui/UserActivityListener.java index 077fca1c6c..94384bb930 100644 --- a/platform/platform-api/src/com/intellij/ui/UserActivityListener.java +++ b/platform/platform-api/src/com/intellij/ui/UserActivityListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/UserActivityProviderComponent.java b/platform/platform-api/src/com/intellij/ui/UserActivityProviderComponent.java index 3e040dc370..3210d704a1 100644 --- a/platform/platform-api/src/com/intellij/ui/UserActivityProviderComponent.java +++ b/platform/platform-api/src/com/intellij/ui/UserActivityProviderComponent.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.event.ChangeListener; diff --git a/platform/platform-api/src/com/intellij/ui/UserActivityWatcher.java b/platform/platform-api/src/com/intellij/ui/UserActivityWatcher.java index 8773687d55..ca8da22cf5 100644 --- a/platform/platform-api/src/com/intellij/ui/UserActivityWatcher.java +++ b/platform/platform-api/src/com/intellij/ui/UserActivityWatcher.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/ValidatingTextField.java b/platform/platform-api/src/com/intellij/ui/components/ValidatingTextField.java index ebb633f2f6..d640987b4b 100644 --- a/platform/platform-api/src/com/intellij/ui/components/ValidatingTextField.java +++ b/platform/platform-api/src/com/intellij/ui/components/ValidatingTextField.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/labels/BoldLabel.java b/platform/platform-api/src/com/intellij/ui/components/labels/BoldLabel.java index beceec14d0..91410be819 100644 --- a/platform/platform-api/src/com/intellij/ui/components/labels/BoldLabel.java +++ b/platform/platform-api/src/com/intellij/ui/components/labels/BoldLabel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/labels/LinkLabel.java b/platform/platform-api/src/com/intellij/ui/components/labels/LinkLabel.java index bc4aaed50b..b1c4a46625 100644 --- a/platform/platform-api/src/com/intellij/ui/components/labels/LinkLabel.java +++ b/platform/platform-api/src/com/intellij/ui/components/labels/LinkLabel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/labels/LinkListener.java b/platform/platform-api/src/com/intellij/ui/components/labels/LinkListener.java index 90bfde2199..f31ea7ec36 100644 --- a/platform/platform-api/src/com/intellij/ui/components/labels/LinkListener.java +++ b/platform/platform-api/src/com/intellij/ui/components/labels/LinkListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/FlowLayoutWrapper.java b/platform/platform-api/src/com/intellij/ui/components/panels/FlowLayoutWrapper.java index ac78769b52..f2d634466e 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/FlowLayoutWrapper.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/FlowLayoutWrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/HorizontalBox.java b/platform/platform-api/src/com/intellij/ui/components/panels/HorizontalBox.java index 127d894f63..e01e855345 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/HorizontalBox.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/HorizontalBox.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/NonOpaquePanel.java b/platform/platform-api/src/com/intellij/ui/components/panels/NonOpaquePanel.java index 33c7eca747..06a7e36495 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/NonOpaquePanel.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/NonOpaquePanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/OpaquePanel.java b/platform/platform-api/src/com/intellij/ui/components/panels/OpaquePanel.java index e3a6ad0b52..ae2d05b4bf 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/OpaquePanel.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/OpaquePanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/OpaqueWrapper.java b/platform/platform-api/src/com/intellij/ui/components/panels/OpaqueWrapper.java index 276fc6463c..d1825d2a36 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/OpaqueWrapper.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/OpaqueWrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/ValidatingComponent.java b/platform/platform-api/src/com/intellij/ui/components/panels/ValidatingComponent.java index 0fb331b565..2b66b1bd0e 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/ValidatingComponent.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/ValidatingComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/VerticalBox.java b/platform/platform-api/src/com/intellij/ui/components/panels/VerticalBox.java index 74c7ecd56b..cbde206596 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/VerticalBox.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/VerticalBox.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/components/panels/Wrapper.java b/platform/platform-api/src/com/intellij/ui/components/panels/Wrapper.java index d784aeb053..3cb66dc047 100644 --- a/platform/platform-api/src/com/intellij/ui/components/panels/Wrapper.java +++ b/platform/platform-api/src/com/intellij/ui/components/panels/Wrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/AlertIcon.java b/platform/platform-api/src/com/intellij/ui/content/AlertIcon.java index a8abffe799..ec60ed401f 100644 --- a/platform/platform-api/src/com/intellij/ui/content/AlertIcon.java +++ b/platform/platform-api/src/com/intellij/ui/content/AlertIcon.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/content/Content.java b/platform/platform-api/src/com/intellij/ui/content/Content.java index f2fcd7d1a5..9ef8e14bd1 100644 --- a/platform/platform-api/src/com/intellij/ui/content/Content.java +++ b/platform/platform-api/src/com/intellij/ui/content/Content.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/ContentFactory.java b/platform/platform-api/src/com/intellij/ui/content/ContentFactory.java index 007d5b5177..7f23e7537c 100644 --- a/platform/platform-api/src/com/intellij/ui/content/ContentFactory.java +++ b/platform/platform-api/src/com/intellij/ui/content/ContentFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/ContentManager.java b/platform/platform-api/src/com/intellij/ui/content/ContentManager.java index 49d742ba60..99e79681f6 100644 --- a/platform/platform-api/src/com/intellij/ui/content/ContentManager.java +++ b/platform/platform-api/src/com/intellij/ui/content/ContentManager.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/ContentManagerAdapter.java b/platform/platform-api/src/com/intellij/ui/content/ContentManagerAdapter.java index 22acfc10a6..e8b1b73db5 100644 --- a/platform/platform-api/src/com/intellij/ui/content/ContentManagerAdapter.java +++ b/platform/platform-api/src/com/intellij/ui/content/ContentManagerAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/ContentManagerEvent.java b/platform/platform-api/src/com/intellij/ui/content/ContentManagerEvent.java index 65f74ac59e..9aae91aaba 100644 --- a/platform/platform-api/src/com/intellij/ui/content/ContentManagerEvent.java +++ b/platform/platform-api/src/com/intellij/ui/content/ContentManagerEvent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/ContentManagerListener.java b/platform/platform-api/src/com/intellij/ui/content/ContentManagerListener.java index 758ab6bb7c..097712bb02 100644 --- a/platform/platform-api/src/com/intellij/ui/content/ContentManagerListener.java +++ b/platform/platform-api/src/com/intellij/ui/content/ContentManagerListener.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/content/ContentUI.java b/platform/platform-api/src/com/intellij/ui/content/ContentUI.java index 6f9e9b5da8..925afbb213 100644 --- a/platform/platform-api/src/com/intellij/ui/content/ContentUI.java +++ b/platform/platform-api/src/com/intellij/ui/content/ContentUI.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/dualView/CellWrapper.java b/platform/platform-api/src/com/intellij/ui/dualView/CellWrapper.java index 5d79e7ece1..5a4a562319 100644 --- a/platform/platform-api/src/com/intellij/ui/dualView/CellWrapper.java +++ b/platform/platform-api/src/com/intellij/ui/dualView/CellWrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/dualView/DualTreeElement.java b/platform/platform-api/src/com/intellij/ui/dualView/DualTreeElement.java index 06359a300a..29416f7867 100644 --- a/platform/platform-api/src/com/intellij/ui/dualView/DualTreeElement.java +++ b/platform/platform-api/src/com/intellij/ui/dualView/DualTreeElement.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/dualView/DualView.java b/platform/platform-api/src/com/intellij/ui/dualView/DualView.java index f096241169..73c3bceb3e 100644 --- a/platform/platform-api/src/com/intellij/ui/dualView/DualView.java +++ b/platform/platform-api/src/com/intellij/ui/dualView/DualView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/dualView/DualViewColumnInfo.java b/platform/platform-api/src/com/intellij/ui/dualView/DualViewColumnInfo.java index 39188b5c49..c793a25ae0 100644 --- a/platform/platform-api/src/com/intellij/ui/dualView/DualViewColumnInfo.java +++ b/platform/platform-api/src/com/intellij/ui/dualView/DualViewColumnInfo.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/dualView/TreeTableView.java b/platform/platform-api/src/com/intellij/ui/dualView/TreeTableView.java index fb60efb34c..b2dd914f31 100644 --- a/platform/platform-api/src/com/intellij/ui/dualView/TreeTableView.java +++ b/platform/platform-api/src/com/intellij/ui/dualView/TreeTableView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/errorView/ContentManagerProvider.java b/platform/platform-api/src/com/intellij/ui/errorView/ContentManagerProvider.java index 3530cf91a6..676144fa89 100644 --- a/platform/platform-api/src/com/intellij/ui/errorView/ContentManagerProvider.java +++ b/platform/platform-api/src/com/intellij/ui/errorView/ContentManagerProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/errorView/ErrorViewFactory.java b/platform/platform-api/src/com/intellij/ui/errorView/ErrorViewFactory.java index 197289bca0..1d2d302200 100644 --- a/platform/platform-api/src/com/intellij/ui/errorView/ErrorViewFactory.java +++ b/platform/platform-api/src/com/intellij/ui/errorView/ErrorViewFactory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/messager/Callout.java b/platform/platform-api/src/com/intellij/ui/messager/Callout.java index 84ad9b616d..3849c100f0 100644 --- a/platform/platform-api/src/com/intellij/ui/messager/Callout.java +++ b/platform/platform-api/src/com/intellij/ui/messager/Callout.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/messager/CalloutComponent.java b/platform/platform-api/src/com/intellij/ui/messager/CalloutComponent.java index 3f0e721ef2..7ba868294b 100644 --- a/platform/platform-api/src/com/intellij/ui/messager/CalloutComponent.java +++ b/platform/platform-api/src/com/intellij/ui/messager/CalloutComponent.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/navigation/BackAction.java b/platform/platform-api/src/com/intellij/ui/navigation/BackAction.java index 7d5d5dcf62..e94f16d786 100644 --- a/platform/platform-api/src/com/intellij/ui/navigation/BackAction.java +++ b/platform/platform-api/src/com/intellij/ui/navigation/BackAction.java @@ -1,3 +1,18 @@ +/* + * 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.ui.navigation; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-api/src/com/intellij/ui/navigation/ForwardAction.java b/platform/platform-api/src/com/intellij/ui/navigation/ForwardAction.java index b6d2339c53..50c9732ca9 100644 --- a/platform/platform-api/src/com/intellij/ui/navigation/ForwardAction.java +++ b/platform/platform-api/src/com/intellij/ui/navigation/ForwardAction.java @@ -1,3 +1,18 @@ +/* + * 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.ui.navigation; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-api/src/com/intellij/ui/navigation/History.java b/platform/platform-api/src/com/intellij/ui/navigation/History.java index 8df5e51c28..5ebe6a2cca 100644 --- a/platform/platform-api/src/com/intellij/ui/navigation/History.java +++ b/platform/platform-api/src/com/intellij/ui/navigation/History.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/navigation/HistoryListener.java b/platform/platform-api/src/com/intellij/ui/navigation/HistoryListener.java index 5816047116..3c9545be00 100644 --- a/platform/platform-api/src/com/intellij/ui/navigation/HistoryListener.java +++ b/platform/platform-api/src/com/intellij/ui/navigation/HistoryListener.java @@ -1,3 +1,18 @@ +/* + * 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.ui.navigation; public interface HistoryListener { diff --git a/platform/platform-api/src/com/intellij/ui/navigation/NavigationAction.java b/platform/platform-api/src/com/intellij/ui/navigation/NavigationAction.java index 4ac4a0916d..2195982782 100644 --- a/platform/platform-api/src/com/intellij/ui/navigation/NavigationAction.java +++ b/platform/platform-api/src/com/intellij/ui/navigation/NavigationAction.java @@ -1,3 +1,18 @@ +/* + * 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.ui.navigation; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-api/src/com/intellij/ui/navigation/Place.java b/platform/platform-api/src/com/intellij/ui/navigation/Place.java index 585fa8bb2d..d07c935dc4 100644 --- a/platform/platform-api/src/com/intellij/ui/navigation/Place.java +++ b/platform/platform-api/src/com/intellij/ui/navigation/Place.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/roots/FilePathClipper.java b/platform/platform-api/src/com/intellij/ui/roots/FilePathClipper.java index 78aab8f4ce..3302dc993d 100644 --- a/platform/platform-api/src/com/intellij/ui/roots/FilePathClipper.java +++ b/platform/platform-api/src/com/intellij/ui/roots/FilePathClipper.java @@ -1,3 +1,18 @@ +/* + * 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.ui.roots; import com.intellij.util.ui.FilePathSplittingPolicy; diff --git a/platform/platform-api/src/com/intellij/ui/roots/IconActionComponent.java b/platform/platform-api/src/com/intellij/ui/roots/IconActionComponent.java index 19f114cadd..33593eecfd 100644 --- a/platform/platform-api/src/com/intellij/ui/roots/IconActionComponent.java +++ b/platform/platform-api/src/com/intellij/ui/roots/IconActionComponent.java @@ -1,3 +1,18 @@ +/* + * 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.ui.roots; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/roots/ResizingWrapper.java b/platform/platform-api/src/com/intellij/ui/roots/ResizingWrapper.java index 95963be6b2..2b754ea666 100644 --- a/platform/platform-api/src/com/intellij/ui/roots/ResizingWrapper.java +++ b/platform/platform-api/src/com/intellij/ui/roots/ResizingWrapper.java @@ -1,3 +1,18 @@ +/* + * 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.ui.roots; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/roots/ScalableIconComponent.java b/platform/platform-api/src/com/intellij/ui/roots/ScalableIconComponent.java index e2ddbcb5df..5825306c4c 100644 --- a/platform/platform-api/src/com/intellij/ui/roots/ScalableIconComponent.java +++ b/platform/platform-api/src/com/intellij/ui/roots/ScalableIconComponent.java @@ -1,3 +1,18 @@ +/* + * 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.ui.roots; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/roots/ToolbarPanel.java b/platform/platform-api/src/com/intellij/ui/roots/ToolbarPanel.java index 0adece93b2..6e215b0fb5 100644 --- a/platform/platform-api/src/com/intellij/ui/roots/ToolbarPanel.java +++ b/platform/platform-api/src/com/intellij/ui/roots/ToolbarPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ui.roots; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-api/src/com/intellij/ui/speedSearch/ElementFilter.java b/platform/platform-api/src/com/intellij/ui/speedSearch/ElementFilter.java index e8e64cfeef..f53acb1311 100644 --- a/platform/platform-api/src/com/intellij/ui/speedSearch/ElementFilter.java +++ b/platform/platform-api/src/com/intellij/ui/speedSearch/ElementFilter.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.speedSearch; diff --git a/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearch.java b/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearch.java index 007274b8ec..f8e3f191af 100644 --- a/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearch.java +++ b/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearch.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.speedSearch; diff --git a/platform/platform-api/src/com/intellij/ui/table/BaseTableView.java b/platform/platform-api/src/com/intellij/ui/table/BaseTableView.java index 722565c5b5..59a0643d45 100644 --- a/platform/platform-api/src/com/intellij/ui/table/BaseTableView.java +++ b/platform/platform-api/src/com/intellij/ui/table/BaseTableView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/table/ItemsProvider.java b/platform/platform-api/src/com/intellij/ui/table/ItemsProvider.java index 4b31bc3867..edd60f0caa 100644 --- a/platform/platform-api/src/com/intellij/ui/table/ItemsProvider.java +++ b/platform/platform-api/src/com/intellij/ui/table/ItemsProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/table/SelectionProvider.java b/platform/platform-api/src/com/intellij/ui/table/SelectionProvider.java index 7d02666f1d..087536da04 100644 --- a/platform/platform-api/src/com/intellij/ui/table/SelectionProvider.java +++ b/platform/platform-api/src/com/intellij/ui/table/SelectionProvider.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/table/TableHeaderRenderer.java b/platform/platform-api/src/com/intellij/ui/table/TableHeaderRenderer.java index e854281e35..b631be2983 100644 --- a/platform/platform-api/src/com/intellij/ui/table/TableHeaderRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/table/TableHeaderRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/table/TableView.java b/platform/platform-api/src/com/intellij/ui/table/TableView.java index 1b27f51f4d..33744066c8 100644 --- a/platform/platform-api/src/com/intellij/ui/table/TableView.java +++ b/platform/platform-api/src/com/intellij/ui/table/TableView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/tabs/JBTabs.java b/platform/platform-api/src/com/intellij/ui/tabs/JBTabs.java index 0d128405a9..849ea9ece8 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/JBTabs.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/JBTabs.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPosition.java b/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPosition.java index 727619ab90..b8bf7df266 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPosition.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPosition.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs; public enum JBTabsPosition { diff --git a/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPresentation.java b/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPresentation.java index 4cb8a4d934..cfcb66148f 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPresentation.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/JBTabsPresentation.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs; import com.intellij.util.ui.TimedDeadzone; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/TabInfo.java b/platform/platform-api/src/com/intellij/ui/tabs/TabInfo.java index cabebb2964..39a680408f 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/TabInfo.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/TabInfo.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/TabsListener.java b/platform/platform-api/src/com/intellij/ui/tabs/TabsListener.java index 07ddfb503a..08888ee751 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/TabsListener.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/TabsListener.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs; public interface TabsListener { diff --git a/platform/platform-api/src/com/intellij/ui/tabs/UiDecorator.java b/platform/platform-api/src/com/intellij/ui/tabs/UiDecorator.java index ddf60df46b..8a523e180e 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/UiDecorator.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/UiDecorator.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionButton.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionButton.java index e6e3fc5e69..9233d28b70 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionButton.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionButton.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionPanel.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionPanel.java index becef753ca..b488e7d806 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionPanel.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/ActionPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/DragHelper.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/DragHelper.java index 3f80018d12..9b22e29565 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/DragHelper.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/DragHelper.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.ui.InplaceButton; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsImpl.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsImpl.java index ddb6643392..0248a46f20 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsImpl.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsTest.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsTest.java index 38b9ebcd76..ad21413471 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsTest.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/JBTabsTest.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/LayoutPassInfo.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/LayoutPassInfo.java index e7d52880e7..c8e2bc301e 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/LayoutPassInfo.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/LayoutPassInfo.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.ui.tabs.TabInfo; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/ShapeTransform.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/ShapeTransform.java index f40b56d228..9646030b97 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/ShapeTransform.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/ShapeTransform.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import javax.swing.*; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLabel.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLabel.java index 54fd4fe0f3..8e2673775a 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLabel.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLabel.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLayout.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLayout.java index b7816b2be8..8022a4457d 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLayout.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/TabLayout.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import java.awt.*; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/TabsBorder.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/TabsBorder.java index c0a45e632f..24ab9afb02 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/TabsBorder.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/TabsBorder.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl; import com.intellij.ui.tabs.JBTabsPresentation; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/MoreIcon.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/MoreIcon.java index aacc8099c2..db92d51b79 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/MoreIcon.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/MoreIcon.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.singleRow; import com.intellij.openapi.ui.popup.ActiveIcon; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayout.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayout.java index 615fb6061a..d2f8096a0b 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayout.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayout.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.singleRow; import com.intellij.ui.tabs.TabInfo; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayoutStrategy.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayoutStrategy.java index c20cb55a88..7b7810998a 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayoutStrategy.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowLayoutStrategy.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.singleRow; import com.intellij.ui.tabs.impl.JBTabsImpl; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowPassInfo.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowPassInfo.java index 31fb5679a2..87b3dd61e9 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowPassInfo.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/singleRow/SingleRowPassInfo.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.singleRow; import com.intellij.ui.tabs.TabInfo; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableLayout.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableLayout.java index 5aa16c7031..6d74616104 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableLayout.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableLayout.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.table; import com.intellij.ui.tabs.TabInfo; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TablePassInfo.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TablePassInfo.java index a4b78daa39..176660a0da 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TablePassInfo.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TablePassInfo.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.table; import com.intellij.ui.tabs.TabInfo; diff --git a/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableRow.java b/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableRow.java index fee5df47fd..5cbab8c373 100644 --- a/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableRow.java +++ b/platform/platform-api/src/com/intellij/ui/tabs/impl/table/TableRow.java @@ -1,3 +1,18 @@ +/* + * 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.ui.tabs.impl.table; import com.intellij.ui.tabs.TabInfo; diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/CachingSimpleNode.java b/platform/platform-api/src/com/intellij/ui/treeStructure/CachingSimpleNode.java index 2ba00f4f43..fd51e6a145 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/CachingSimpleNode.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/CachingSimpleNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/FolderNode.java b/platform/platform-api/src/com/intellij/ui/treeStructure/FolderNode.java index 3426b0ac50..f5551076dd 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/FolderNode.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/FolderNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/InplaceEditor.java b/platform/platform-api/src/com/intellij/ui/treeStructure/InplaceEditor.java index ffd5a32f8b..c8457a625e 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/InplaceEditor.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/InplaceEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/NullNode.java b/platform/platform-api/src/com/intellij/ui/treeStructure/NullNode.java index 561c506768..50210460e8 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/NullNode.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/NullNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/PatchedDefaultMutableTreeNode.java b/platform/platform-api/src/com/intellij/ui/treeStructure/PatchedDefaultMutableTreeNode.java index 3ae3c95927..c09f0f1e7b 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/PatchedDefaultMutableTreeNode.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/PatchedDefaultMutableTreeNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/RootFolder.java b/platform/platform-api/src/com/intellij/ui/treeStructure/RootFolder.java index 1a4bdb9622..ea0fd05260 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/RootFolder.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/RootFolder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleMutableNode.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleMutableNode.java index e76bd20fb7..4d65e970fa 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleMutableNode.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleMutableNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNode.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNode.java index 24a624b940..245d5fc45e 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNode.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNode.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeRenderer.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeRenderer.java index 5b8e84c9a2..af48696557 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeVisitor.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeVisitor.java index 6229f495e4..15fa617c87 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeVisitor.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleNodeVisitor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleRoot.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleRoot.java index fc2ad6e411..523dc0b8af 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleRoot.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleRoot.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTree.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTree.java index 84c1fbc6f6..5e714e77df 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTree.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTree.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeBuilder.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeBuilder.java index b7f5e759e0..44ed2b44e6 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeBuilder.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeBuilder.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeStructure.java b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeStructure.java index 175f555aa9..c68ea636d0 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeStructure.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/SimpleTreeStructure.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/Tree.java b/platform/platform-api/src/com/intellij/ui/treeStructure/Tree.java index 8a71605694..eb0f4003af 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/Tree.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/Tree.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/WeightBasedComparator.java b/platform/platform-api/src/com/intellij/ui/treeStructure/WeightBasedComparator.java index 7bec976f31..1464dc3d64 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/WeightBasedComparator.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/WeightBasedComparator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/actions/CollapseAllAction.java b/platform/platform-api/src/com/intellij/ui/treeStructure/actions/CollapseAllAction.java index 5fb77ec383..1b8a066877 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/actions/CollapseAllAction.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/actions/CollapseAllAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/actions/ExpandAllAction.java b/platform/platform-api/src/com/intellij/ui/treeStructure/actions/ExpandAllAction.java index 002adfe9a5..56c7374baa 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/actions/ExpandAllAction.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/actions/ExpandAllAction.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeBuilder.java b/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeBuilder.java index ca9f2331a1..e0131a08e2 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeBuilder.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeBuilder.java @@ -1,3 +1,18 @@ +/* + * 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.ui.treeStructure.filtered; import com.intellij.ide.util.treeView.AbstractTreeBuilder; diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeStructure.java b/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeStructure.java index e5fb05caaf..2f0b19c463 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeStructure.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/filtered/FilteringTreeStructure.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.treeStructure.filtered; diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModel.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModel.java index 46be25134d..7740b1772d 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModel.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModelOnColumns.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModelOnColumns.java index f8115d4e45..ecf3dabefa 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModelOnColumns.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/ListTreeTableModelOnColumns.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/StripedTreeTable.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/StripedTreeTable.java index 33e2ee6994..21856f34a9 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/StripedTreeTable.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/StripedTreeTable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeColumnInfo.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeColumnInfo.java index da8fd0f894..d2351123af 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeColumnInfo.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeColumnInfo.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTable.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTable.java index fb88fb8997..e6fe92c797 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTable.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellEditor.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellEditor.java index d56461654b..916641ce67 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellEditor.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellEditor.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellRenderer.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellRenderer.java index 68936104d4..c5aa1242a2 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellRenderer.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableCellRenderer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModel.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModel.java index 5d52910ba3..d75c6e4859 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModel.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModelAdapter.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModelAdapter.java index 27b3003692..d7d35a9658 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModelAdapter.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableModelAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableTree.java b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableTree.java index f91d80519c..68607d2bbf 100644 --- a/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableTree.java +++ b/platform/platform-api/src/com/intellij/ui/treeStructure/treetable/TreeTableTree.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/Alarm.java b/platform/platform-api/src/com/intellij/util/Alarm.java index e62fca79fb..8cdeae613f 100644 --- a/platform/platform-api/src/com/intellij/util/Alarm.java +++ b/platform/platform-api/src/com/intellij/util/Alarm.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ContentsUtil.java b/platform/platform-api/src/com/intellij/util/ContentsUtil.java index 646742813c..dc189e3288 100644 --- a/platform/platform-api/src/com/intellij/util/ContentsUtil.java +++ b/platform/platform-api/src/com/intellij/util/ContentsUtil.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.ui.content.ContentManager; diff --git a/platform/platform-api/src/com/intellij/util/EditSourceOnDoubleClickHandler.java b/platform/platform-api/src/com/intellij/util/EditSourceOnDoubleClickHandler.java index 6533ea8b47..fe14492f35 100644 --- a/platform/platform-api/src/com/intellij/util/EditSourceOnDoubleClickHandler.java +++ b/platform/platform-api/src/com/intellij/util/EditSourceOnDoubleClickHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/EditSourceOnEnterKeyHandler.java b/platform/platform-api/src/com/intellij/util/EditSourceOnEnterKeyHandler.java index f386bec633..d203451256 100644 --- a/platform/platform-api/src/com/intellij/util/EditSourceOnEnterKeyHandler.java +++ b/platform/platform-api/src/com/intellij/util/EditSourceOnEnterKeyHandler.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/IconUtil.java b/platform/platform-api/src/com/intellij/util/IconUtil.java index 5b1bf7898b..ae0e5233ba 100644 --- a/platform/platform-api/src/com/intellij/util/IconUtil.java +++ b/platform/platform-api/src/com/intellij/util/IconUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/Icons.java b/platform/platform-api/src/com/intellij/util/Icons.java index 6e4d4eda25..2fcee910bf 100644 --- a/platform/platform-api/src/com/intellij/util/Icons.java +++ b/platform/platform-api/src/com/intellij/util/Icons.java @@ -1,17 +1,17 @@ /* * 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.util; diff --git a/platform/platform-api/src/com/intellij/util/InstanceofCheckerGenerator.java b/platform/platform-api/src/com/intellij/util/InstanceofCheckerGenerator.java index e710a950d4..564e783338 100644 --- a/platform/platform-api/src/com/intellij/util/InstanceofCheckerGenerator.java +++ b/platform/platform-api/src/com/intellij/util/InstanceofCheckerGenerator.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.util; diff --git a/platform/platform-api/src/com/intellij/util/KeyedLazyInstance.java b/platform/platform-api/src/com/intellij/util/KeyedLazyInstance.java index c34dd88dbb..cbb7333049 100644 --- a/platform/platform-api/src/com/intellij/util/KeyedLazyInstance.java +++ b/platform/platform-api/src/com/intellij/util/KeyedLazyInstance.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.util; diff --git a/platform/platform-api/src/com/intellij/util/KeyedLazyInstanceEP.java b/platform/platform-api/src/com/intellij/util/KeyedLazyInstanceEP.java index 00ea0ab64b..f2f699e725 100644 --- a/platform/platform-api/src/com/intellij/util/KeyedLazyInstanceEP.java +++ b/platform/platform-api/src/com/intellij/util/KeyedLazyInstanceEP.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.extensions.AbstractExtensionPointBean; diff --git a/platform/platform-api/src/com/intellij/util/MixinEP.java b/platform/platform-api/src/com/intellij/util/MixinEP.java index 16426c1ac3..6a8032641d 100644 --- a/platform/platform-api/src/com/intellij/util/MixinEP.java +++ b/platform/platform-api/src/com/intellij/util/MixinEP.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.extensions.AbstractExtensionPointBean; diff --git a/platform/platform-api/src/com/intellij/util/OpenSourceUtil.java b/platform/platform-api/src/com/intellij/util/OpenSourceUtil.java index 0d28ffabfd..b724104ac2 100644 --- a/platform/platform-api/src/com/intellij/util/OpenSourceUtil.java +++ b/platform/platform-api/src/com/intellij/util/OpenSourceUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/PathUtil.java b/platform/platform-api/src/com/intellij/util/PathUtil.java index f4919776ff..25cdb59948 100644 --- a/platform/platform-api/src/com/intellij/util/PathUtil.java +++ b/platform/platform-api/src/com/intellij/util/PathUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/Time.java b/platform/platform-api/src/com/intellij/util/Time.java index 8f51330c7f..339cce8dcc 100644 --- a/platform/platform-api/src/com/intellij/util/Time.java +++ b/platform/platform-api/src/com/intellij/util/Time.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/SwingWorker.java b/platform/platform-api/src/com/intellij/util/concurrency/SwingWorker.java index 42abec3e96..47a5de7ba4 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/SwingWorker.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/SwingWorker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/WorkerThread.java b/platform/platform-api/src/com/intellij/util/concurrency/WorkerThread.java index 33644c56c5..6f227a9afb 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/WorkerThread.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/WorkerThread.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/AbstractWaiter.java b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/AbstractWaiter.java index ceaca3f980..adda8f80d8 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/AbstractWaiter.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/AbstractWaiter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnable.java b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnable.java index 856a096c4f..5cbc64dd91 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnable.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnableWrapper.java b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnableWrapper.java index 029d103efe..e376b0c69f 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnableWrapper.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/ActiveRunnableWrapper.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/CommandWaiter.java b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/CommandWaiter.java index 6dec286b81..cb1aa96784 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/CommandWaiter.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/CommandWaiter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWaiter.java b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWaiter.java index f4105ac7bd..6fdb691474 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWaiter.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWaiter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWorker.java b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWorker.java index 022cd3c061..3724cbe939 100644 --- a/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWorker.java +++ b/platform/platform-api/src/com/intellij/util/concurrency/readwrite/WriteActionWorker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/AbstractProperty.java b/platform/platform-api/src/com/intellij/util/config/AbstractProperty.java index d488935d15..4c46e2362e 100644 --- a/platform/platform-api/src/com/intellij/util/config/AbstractProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/AbstractProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/BooleanProperty.java b/platform/platform-api/src/com/intellij/util/config/BooleanProperty.java index b4180a3a9e..5fd95701c3 100644 --- a/platform/platform-api/src/com/intellij/util/config/BooleanProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/BooleanProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/ExternalizablePropertyContainer.java b/platform/platform-api/src/com/intellij/util/config/ExternalizablePropertyContainer.java index 6610263d5a..9811835b7e 100644 --- a/platform/platform-api/src/com/intellij/util/config/ExternalizablePropertyContainer.java +++ b/platform/platform-api/src/com/intellij/util/config/ExternalizablePropertyContainer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/Externalizer.java b/platform/platform-api/src/com/intellij/util/config/Externalizer.java index c9d6686de2..822020cf0c 100644 --- a/platform/platform-api/src/com/intellij/util/config/Externalizer.java +++ b/platform/platform-api/src/com/intellij/util/config/Externalizer.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/IntProperty.java b/platform/platform-api/src/com/intellij/util/config/IntProperty.java index a08b860408..6e98b89ff5 100644 --- a/platform/platform-api/src/com/intellij/util/config/IntProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/IntProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/ListProperty.java b/platform/platform-api/src/com/intellij/util/config/ListProperty.java index 0fd3b702d4..400562cf72 100644 --- a/platform/platform-api/src/com/intellij/util/config/ListProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/ListProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/Storage.java b/platform/platform-api/src/com/intellij/util/config/Storage.java index 5081274021..7f2fc6d733 100644 --- a/platform/platform-api/src/com/intellij/util/config/Storage.java +++ b/platform/platform-api/src/com/intellij/util/config/Storage.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/StorageAccessors.java b/platform/platform-api/src/com/intellij/util/config/StorageAccessors.java index f5d9645c88..0454b2c41c 100644 --- a/platform/platform-api/src/com/intellij/util/config/StorageAccessors.java +++ b/platform/platform-api/src/com/intellij/util/config/StorageAccessors.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/StorageProperty.java b/platform/platform-api/src/com/intellij/util/config/StorageProperty.java index dc8ba23ce6..3ed8393944 100644 --- a/platform/platform-api/src/com/intellij/util/config/StorageProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/StorageProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/StringProperty.java b/platform/platform-api/src/com/intellij/util/config/StringProperty.java index 9642a7bfcd..785440d7bd 100644 --- a/platform/platform-api/src/com/intellij/util/config/StringProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/StringProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/ToggleBooleanProperty.java b/platform/platform-api/src/com/intellij/util/config/ToggleBooleanProperty.java index 4d3ccea1f7..bb2f934e1f 100644 --- a/platform/platform-api/src/com/intellij/util/config/ToggleBooleanProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/ToggleBooleanProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/config/ValueProperty.java b/platform/platform-api/src/com/intellij/util/config/ValueProperty.java index 7fa7eaf581..ae4e648337 100644 --- a/platform/platform-api/src/com/intellij/util/config/ValueProperty.java +++ b/platform/platform-api/src/com/intellij/util/config/ValueProperty.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/io/ReadOnlyAttributeUtil.java b/platform/platform-api/src/com/intellij/util/io/ReadOnlyAttributeUtil.java index 3368a93ea2..38aa4d495b 100644 --- a/platform/platform-api/src/com/intellij/util/io/ReadOnlyAttributeUtil.java +++ b/platform/platform-api/src/com/intellij/util/io/ReadOnlyAttributeUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/AuthenticationDialog.java b/platform/platform-api/src/com/intellij/util/net/AuthenticationDialog.java index 08108f1e19..b6ae7fbd2e 100644 --- a/platform/platform-api/src/com/intellij/util/net/AuthenticationDialog.java +++ b/platform/platform-api/src/com/intellij/util/net/AuthenticationDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/AuthenticationPanel.java b/platform/platform-api/src/com/intellij/util/net/AuthenticationPanel.java index 89102edd7b..2e9b6f641f 100644 --- a/platform/platform-api/src/com/intellij/util/net/AuthenticationPanel.java +++ b/platform/platform-api/src/com/intellij/util/net/AuthenticationPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsDialog.java b/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsDialog.java index ec3370c69d..1d823738e5 100644 --- a/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsDialog.java +++ b/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsPanel.java b/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsPanel.java index 4caa842e1b..482732475d 100644 --- a/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsPanel.java +++ b/platform/platform-api/src/com/intellij/util/net/HTTPProxySettingsPanel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/HttpConfigurable.java b/platform/platform-api/src/com/intellij/util/net/HttpConfigurable.java index 14d37e8674..228a3a3064 100644 --- a/platform/platform-api/src/com/intellij/util/net/HttpConfigurable.java +++ b/platform/platform-api/src/com/intellij/util/net/HttpConfigurable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/IOExceptionDialog.java b/platform/platform-api/src/com/intellij/util/net/IOExceptionDialog.java index 4442d8852e..2dbed1f359 100644 --- a/platform/platform-api/src/com/intellij/util/net/IOExceptionDialog.java +++ b/platform/platform-api/src/com/intellij/util/net/IOExceptionDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/net/NetUtils.java b/platform/platform-api/src/com/intellij/util/net/NetUtils.java index 11b9260223..2c2138820b 100644 --- a/platform/platform-api/src/com/intellij/util/net/NetUtils.java +++ b/platform/platform-api/src/com/intellij/util/net/NetUtils.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/AnimatedIcon.java b/platform/platform-api/src/com/intellij/util/ui/AnimatedIcon.java index b24c734537..ea3db09bb0 100644 --- a/platform/platform-api/src/com/intellij/util/ui/AnimatedIcon.java +++ b/platform/platform-api/src/com/intellij/util/ui/AnimatedIcon.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/Animator.java b/platform/platform-api/src/com/intellij/util/ui/Animator.java index 9ae2d1e448..96d2adbf7c 100644 --- a/platform/platform-api/src/com/intellij/util/ui/Animator.java +++ b/platform/platform-api/src/com/intellij/util/ui/Animator.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/AsyncProcessIcon.java b/platform/platform-api/src/com/intellij/util/ui/AsyncProcessIcon.java index 37cd3c725d..81e7608a63 100644 --- a/platform/platform-api/src/com/intellij/util/ui/AsyncProcessIcon.java +++ b/platform/platform-api/src/com/intellij/util/ui/AsyncProcessIcon.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/BaseButtonBehavior.java b/platform/platform-api/src/com/intellij/util/ui/BaseButtonBehavior.java index 64b5d03205..d834cabcaa 100644 --- a/platform/platform-api/src/com/intellij/util/ui/BaseButtonBehavior.java +++ b/platform/platform-api/src/com/intellij/util/ui/BaseButtonBehavior.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/CalendarView.java b/platform/platform-api/src/com/intellij/util/ui/CalendarView.java index 8e9b8d2a51..6ce7fed138 100644 --- a/platform/platform-api/src/com/intellij/util/ui/CalendarView.java +++ b/platform/platform-api/src/com/intellij/util/ui/CalendarView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/DialogUtil.java b/platform/platform-api/src/com/intellij/util/ui/DialogUtil.java index 7ec988d236..a40134fee4 100644 --- a/platform/platform-api/src/com/intellij/util/ui/DialogUtil.java +++ b/platform/platform-api/src/com/intellij/util/ui/DialogUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/EditorAdapter.java b/platform/platform-api/src/com/intellij/util/ui/EditorAdapter.java index c1bfc063d8..52f6a9d177 100644 --- a/platform/platform-api/src/com/intellij/util/ui/EditorAdapter.java +++ b/platform/platform-api/src/com/intellij/util/ui/EditorAdapter.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/ErrorTreeView.java b/platform/platform-api/src/com/intellij/util/ui/ErrorTreeView.java index 67aad4c39f..dae0b2582f 100644 --- a/platform/platform-api/src/com/intellij/util/ui/ErrorTreeView.java +++ b/platform/platform-api/src/com/intellij/util/ui/ErrorTreeView.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/FileLabel.java b/platform/platform-api/src/com/intellij/util/ui/FileLabel.java index 9a87daca9a..e09739f279 100644 --- a/platform/platform-api/src/com/intellij/util/ui/FileLabel.java +++ b/platform/platform-api/src/com/intellij/util/ui/FileLabel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/IntegerSpinnerModel.java b/platform/platform-api/src/com/intellij/util/ui/IntegerSpinnerModel.java index 706ca81016..7b57a27215 100644 --- a/platform/platform-api/src/com/intellij/util/ui/IntegerSpinnerModel.java +++ b/platform/platform-api/src/com/intellij/util/ui/IntegerSpinnerModel.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/MessageCategory.java b/platform/platform-api/src/com/intellij/util/ui/MessageCategory.java index 43408463ea..ede5d3aca3 100644 --- a/platform/platform-api/src/com/intellij/util/ui/MessageCategory.java +++ b/platform/platform-api/src/com/intellij/util/ui/MessageCategory.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/MutableErrorTreeView.java b/platform/platform-api/src/com/intellij/util/ui/MutableErrorTreeView.java index 36b21d3220..ad152b83d1 100644 --- a/platform/platform-api/src/com/intellij/util/ui/MutableErrorTreeView.java +++ b/platform/platform-api/src/com/intellij/util/ui/MutableErrorTreeView.java @@ -1,3 +1,18 @@ +/* + * 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.util.ui; import com.intellij.ide.errorTreeView.SimpleErrorData; diff --git a/platform/platform-api/src/com/intellij/util/ui/OptionsDialog.java b/platform/platform-api/src/com/intellij/util/ui/OptionsDialog.java index 626cdcb44a..3b87c57c84 100644 --- a/platform/platform-api/src/com/intellij/util/ui/OptionsDialog.java +++ b/platform/platform-api/src/com/intellij/util/ui/OptionsDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/OptionsMessageDialog.java b/platform/platform-api/src/com/intellij/util/ui/OptionsMessageDialog.java index a8b1d37e01..bff71ff778 100644 --- a/platform/platform-api/src/com/intellij/util/ui/OptionsMessageDialog.java +++ b/platform/platform-api/src/com/intellij/util/ui/OptionsMessageDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/RangeBlinker.java b/platform/platform-api/src/com/intellij/util/ui/RangeBlinker.java index 4db89ed1a1..3ed4e6d7c1 100644 --- a/platform/platform-api/src/com/intellij/util/ui/RangeBlinker.java +++ b/platform/platform-api/src/com/intellij/util/ui/RangeBlinker.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/SelectDateDialog.java b/platform/platform-api/src/com/intellij/util/ui/SelectDateDialog.java index 9d9c1f1fff..c08b6b67bf 100644 --- a/platform/platform-api/src/com/intellij/util/ui/SelectDateDialog.java +++ b/platform/platform-api/src/com/intellij/util/ui/SelectDateDialog.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/TimedDeadzone.java b/platform/platform-api/src/com/intellij/util/ui/TimedDeadzone.java index 6e3875183a..5652fd95ea 100644 --- a/platform/platform-api/src/com/intellij/util/ui/TimedDeadzone.java +++ b/platform/platform-api/src/com/intellij/util/ui/TimedDeadzone.java @@ -1,3 +1,18 @@ +/* + * 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.util.ui; import com.intellij.util.Alarm; diff --git a/platform/platform-api/src/com/intellij/util/ui/Tree.java b/platform/platform-api/src/com/intellij/util/ui/Tree.java index f5fa8c3ecb..bbb9a243a5 100644 --- a/platform/platform-api/src/com/intellij/util/ui/Tree.java +++ b/platform/platform-api/src/com/intellij/util/ui/Tree.java @@ -1,3 +1,18 @@ +/* + * 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.util.ui; import javax.swing.tree.TreeModel; diff --git a/platform/platform-api/src/com/intellij/util/ui/TreeWithEmptyText.java b/platform/platform-api/src/com/intellij/util/ui/TreeWithEmptyText.java index 89fb10e3bf..5af30f6ed1 100644 --- a/platform/platform-api/src/com/intellij/util/ui/TreeWithEmptyText.java +++ b/platform/platform-api/src/com/intellij/util/ui/TreeWithEmptyText.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/tree/IndexTreePathState.java b/platform/platform-api/src/com/intellij/util/ui/tree/IndexTreePathState.java index 3e2fe21d08..e6871daa44 100644 --- a/platform/platform-api/src/com/intellij/util/ui/tree/IndexTreePathState.java +++ b/platform/platform-api/src/com/intellij/util/ui/tree/IndexTreePathState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/tree/TreePathState.java b/platform/platform-api/src/com/intellij/util/ui/tree/TreePathState.java index 6124778de6..c95f91b4b3 100644 --- a/platform/platform-api/src/com/intellij/util/ui/tree/TreePathState.java +++ b/platform/platform-api/src/com/intellij/util/ui/tree/TreePathState.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/tree/TreeUtil.java b/platform/platform-api/src/com/intellij/util/ui/tree/TreeUtil.java index 174286e38f..f9cf2411bc 100644 --- a/platform/platform-api/src/com/intellij/util/ui/tree/TreeUtil.java +++ b/platform/platform-api/src/com/intellij/util/ui/tree/TreeUtil.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/update/Activatable.java b/platform/platform-api/src/com/intellij/util/ui/update/Activatable.java index 90fa21dc3b..d0cfc9f015 100644 --- a/platform/platform-api/src/com/intellij/util/ui/update/Activatable.java +++ b/platform/platform-api/src/com/intellij/util/ui/update/Activatable.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/update/LazyUiDisposable.java b/platform/platform-api/src/com/intellij/util/ui/update/LazyUiDisposable.java index 2c7ec8604f..05579be331 100644 --- a/platform/platform-api/src/com/intellij/util/ui/update/LazyUiDisposable.java +++ b/platform/platform-api/src/com/intellij/util/ui/update/LazyUiDisposable.java @@ -1,3 +1,18 @@ +/* + * 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.util.ui.update; import com.intellij.openapi.Disposable; diff --git a/platform/platform-api/src/com/intellij/util/ui/update/MergingUpdateQueue.java b/platform/platform-api/src/com/intellij/util/ui/update/MergingUpdateQueue.java index 050a4771b7..674f0df320 100644 --- a/platform/platform-api/src/com/intellij/util/ui/update/MergingUpdateQueue.java +++ b/platform/platform-api/src/com/intellij/util/ui/update/MergingUpdateQueue.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/update/UiNotifyConnector.java b/platform/platform-api/src/com/intellij/util/ui/update/UiNotifyConnector.java index 427a0cc40d..a27b7011fd 100644 --- a/platform/platform-api/src/com/intellij/util/ui/update/UiNotifyConnector.java +++ b/platform/platform-api/src/com/intellij/util/ui/update/UiNotifyConnector.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/util/ui/update/Update.java b/platform/platform-api/src/com/intellij/util/ui/update/Update.java index 0fe91e5e76..7f0c33d765 100644 --- a/platform/platform-api/src/com/intellij/util/ui/update/Update.java +++ b/platform/platform-api/src/com/intellij/util/ui/update/Update.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-api/src/com/intellij/xml/util/XmlStringUtil.java b/platform/platform-api/src/com/intellij/xml/util/XmlStringUtil.java index 88fd28e57b..b211e11310 100644 --- a/platform/platform-api/src/com/intellij/xml/util/XmlStringUtil.java +++ b/platform/platform-api/src/com/intellij/xml/util/XmlStringUtil.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.xml.util; diff --git a/platform/platform-api/src/com/intellij/xml/util/XmlTagUtilBase.java b/platform/platform-api/src/com/intellij/xml/util/XmlTagUtilBase.java index 9d9feb6fcc..b93a7b722e 100644 --- a/platform/platform-api/src/com/intellij/xml/util/XmlTagUtilBase.java +++ b/platform/platform-api/src/com/intellij/xml/util/XmlTagUtilBase.java @@ -1,3 +1,18 @@ +/* + * 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.xml.util; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/platform-impl.iml b/platform/platform-impl/platform-impl.iml index a316fbc6c2..c9fe3c4b01 100644 --- a/platform/platform-impl/platform-impl.iml +++ b/platform/platform-impl/platform-impl.iml @@ -6,22 +6,11 @@ - - - - - - - - - - - + - @@ -31,19 +20,9 @@ - - - - - - - - - - - + diff --git a/platform/platform-impl/src/com/intellij/application/options/ExportSchemeAction.java b/platform/platform-impl/src/com/intellij/application/options/ExportSchemeAction.java index fb3bb391e5..3b5dbeaad2 100644 --- a/platform/platform-impl/src/com/intellij/application/options/ExportSchemeAction.java +++ b/platform/platform-impl/src/com/intellij/application/options/ExportSchemeAction.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/application/options/ImportSchemeAction.java b/platform/platform-impl/src/com/intellij/application/options/ImportSchemeAction.java index 3697b342c1..73ab522e05 100644 --- a/platform/platform-impl/src/com/intellij/application/options/ImportSchemeAction.java +++ b/platform/platform-impl/src/com/intellij/application/options/ImportSchemeAction.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/application/options/PathMacrosCollector.java b/platform/platform-impl/src/com/intellij/application/options/PathMacrosCollector.java index aeb81837f0..988c6b78bb 100644 --- a/platform/platform-impl/src/com/intellij/application/options/PathMacrosCollector.java +++ b/platform/platform-impl/src/com/intellij/application/options/PathMacrosCollector.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.application.options; diff --git a/platform/platform-impl/src/com/intellij/application/options/PathMacrosImpl.java b/platform/platform-impl/src/com/intellij/application/options/PathMacrosImpl.java index 79c85b769e..6ddad28237 100644 --- a/platform/platform-impl/src/com/intellij/application/options/PathMacrosImpl.java +++ b/platform/platform-impl/src/com/intellij/application/options/PathMacrosImpl.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/application/options/ReplacePathToMacroMap.java b/platform/platform-impl/src/com/intellij/application/options/ReplacePathToMacroMap.java index 267dab6127..8f34803712 100644 --- a/platform/platform-impl/src/com/intellij/application/options/ReplacePathToMacroMap.java +++ b/platform/platform-impl/src/com/intellij/application/options/ReplacePathToMacroMap.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.application.options; diff --git a/platform/platform-impl/src/com/intellij/application/options/SaveSchemeDialog.java b/platform/platform-impl/src/com/intellij/application/options/SaveSchemeDialog.java index 26846c4b5f..82e83b84f7 100644 --- a/platform/platform-impl/src/com/intellij/application/options/SaveSchemeDialog.java +++ b/platform/platform-impl/src/com/intellij/application/options/SaveSchemeDialog.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/application/options/SchemesToImportPopup.java b/platform/platform-impl/src/com/intellij/application/options/SchemesToImportPopup.java index d8ebdefe3d..afeabec3a8 100644 --- a/platform/platform-impl/src/com/intellij/application/options/SchemesToImportPopup.java +++ b/platform/platform-impl/src/com/intellij/application/options/SchemesToImportPopup.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import com.intellij.openapi.options.ExternalizableScheme; diff --git a/platform/platform-impl/src/com/intellij/application/options/SelectFontDialog.java b/platform/platform-impl/src/com/intellij/application/options/SelectFontDialog.java index 893cc7120d..7b9e28ee88 100644 --- a/platform/platform-impl/src/com/intellij/application/options/SelectFontDialog.java +++ b/platform/platform-impl/src/com/intellij/application/options/SelectFontDialog.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import com.intellij.openapi.application.ApplicationBundle; diff --git a/platform/platform-impl/src/com/intellij/application/options/ShareSchemeDialog.java b/platform/platform-impl/src/com/intellij/application/options/ShareSchemeDialog.java index 226e72e841..22efc052e9 100644 --- a/platform/platform-impl/src/com/intellij/application/options/ShareSchemeDialog.java +++ b/platform/platform-impl/src/com/intellij/application/options/ShareSchemeDialog.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import com.intellij.openapi.options.Scheme; diff --git a/platform/platform-impl/src/com/intellij/application/options/ShareSchemePanel.java b/platform/platform-impl/src/com/intellij/application/options/ShareSchemePanel.java index 5bde1a3fb5..7080048966 100644 --- a/platform/platform-impl/src/com/intellij/application/options/ShareSchemePanel.java +++ b/platform/platform-impl/src/com/intellij/application/options/ShareSchemePanel.java @@ -1,3 +1,18 @@ +/* + * 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.application.options; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroConfigurable.java b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroConfigurable.java index 758c2fdd94..1b382ccede 100644 --- a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroConfigurable.java +++ b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.application.options.pathMacros; import com.intellij.openapi.application.ApplicationBundle; diff --git a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroEditor.java b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroEditor.java index 1a446b1a80..93be85ee42 100644 --- a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroEditor.java +++ b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroEditor.java @@ -1,3 +1,18 @@ +/* + * 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.application.options.pathMacros; import com.intellij.openapi.fileChooser.FileChooserDescriptor; diff --git a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroListEditor.java b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroListEditor.java index aa99052b1d..a6059cd484 100644 --- a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroListEditor.java +++ b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroListEditor.java @@ -1,3 +1,18 @@ +/* + * 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.application.options.pathMacros; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroTable.java b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroTable.java index 71315d3de5..49315fb2d2 100644 --- a/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroTable.java +++ b/platform/platform-impl/src/com/intellij/application/options/pathMacros/PathMacroTable.java @@ -1,3 +1,18 @@ +/* + * 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.application.options.pathMacros; import com.intellij.openapi.application.ApplicationBundle; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/DocumentFragmentTooltipRenderer.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/DocumentFragmentTooltipRenderer.java index 25577b3a50..4c221bc95e 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/DocumentFragmentTooltipRenderer.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/DocumentFragmentTooltipRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorFragmentComponent.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorFragmentComponent.java index 915267c287..e6877edb31 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorFragmentComponent.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorFragmentComponent.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorHintListener.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorHintListener.java index fc5ca07ec2..15d001bd16 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorHintListener.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/EditorHintListener.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/EscapeHandler.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/EscapeHandler.java index 4feb0739bd..8cf30f26a1 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/EscapeHandler.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/EscapeHandler.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/HintManagerImpl.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/HintManagerImpl.java index eaef4d11c3..5c8c1d567f 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/HintManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/HintManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/HintUtil.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/HintUtil.java index 8bb9ec9f72..5cb5239a53 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/HintUtil.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/HintUtil.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/LineTooltipRenderer.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/LineTooltipRenderer.java index b01a3ba621..8cd93fd594 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/LineTooltipRenderer.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/LineTooltipRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/PriorityQuestionAction.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/PriorityQuestionAction.java index ff8ed6d467..a1e1e39069 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/PriorityQuestionAction.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/PriorityQuestionAction.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; /** diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/ScrollAwareHint.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/ScrollAwareHint.java index 1d4e2a5699..eaca052a34 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/ScrollAwareHint.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/ScrollAwareHint.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; /** diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipController.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipController.java index f2a4f5ee44..c0e3ea2ede 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipController.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipController.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipGroup.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipGroup.java index e0c1fb4885..3e3d657812 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipGroup.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipGroup.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. + */ + /** * @author cdr */ diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipLinkHandlerEP.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipLinkHandlerEP.java index c18a1372d6..662712b6f1 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipLinkHandlerEP.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipLinkHandlerEP.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.codeInsight.hint; diff --git a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipRenderer.java b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipRenderer.java index ff8f8eb230..eebbbc79b6 100644 --- a/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipRenderer.java +++ b/platform/platform-impl/src/com/intellij/codeInsight/hint/TooltipRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.codeInsight.hint; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/codeStyle/DefaultCodeStyleFacade.java b/platform/platform-impl/src/com/intellij/codeStyle/DefaultCodeStyleFacade.java index ecb9c88e12..b943340f3b 100644 --- a/platform/platform-impl/src/com/intellij/codeStyle/DefaultCodeStyleFacade.java +++ b/platform/platform-impl/src/com/intellij/codeStyle/DefaultCodeStyleFacade.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.codeStyle; diff --git a/platform/platform-impl/src/com/intellij/concurrency/JobImpl.java b/platform/platform-impl/src/com/intellij/concurrency/JobImpl.java index 99d43af4c1..eb82ecf97a 100644 --- a/platform/platform-impl/src/com/intellij/concurrency/JobImpl.java +++ b/platform/platform-impl/src/com/intellij/concurrency/JobImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.concurrency; diff --git a/platform/platform-impl/src/com/intellij/concurrency/JobSchedulerImpl.java b/platform/platform-impl/src/com/intellij/concurrency/JobSchedulerImpl.java index 0e3d286236..6bcb1a95ec 100644 --- a/platform/platform-impl/src/com/intellij/concurrency/JobSchedulerImpl.java +++ b/platform/platform-impl/src/com/intellij/concurrency/JobSchedulerImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.concurrency; diff --git a/platform/platform-impl/src/com/intellij/concurrency/PrioritizedFutureTask.java b/platform/platform-impl/src/com/intellij/concurrency/PrioritizedFutureTask.java index 1c528cad89..ad7855f200 100644 --- a/platform/platform-impl/src/com/intellij/concurrency/PrioritizedFutureTask.java +++ b/platform/platform-impl/src/com/intellij/concurrency/PrioritizedFutureTask.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.concurrency; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/AbstractMessage.java b/platform/platform-impl/src/com/intellij/diagnostic/AbstractMessage.java index fed1cf1a11..eb561e47b2 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/AbstractMessage.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/AbstractMessage.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/DefaultIdeaErrorLogger.java b/platform/platform-impl/src/com/intellij/diagnostic/DefaultIdeaErrorLogger.java index fee0501eb4..0cb643701c 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/DefaultIdeaErrorLogger.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/DefaultIdeaErrorLogger.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/Diagnostic.java b/platform/platform-impl/src/com/intellij/diagnostic/Diagnostic.java index a3c4e9d63a..8fa51a26b2 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/Diagnostic.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/Diagnostic.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/DiagnosticBundle.java b/platform/platform-impl/src/com/intellij/diagnostic/DiagnosticBundle.java index 6b2a83fc90..975208e16d 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/DiagnosticBundle.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/DiagnosticBundle.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/DialogAppender.java b/platform/platform-impl/src/com/intellij/diagnostic/DialogAppender.java index e28fe5fb82..d27bc542ce 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/DialogAppender.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/DialogAppender.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/DropAnErrorAction.java b/platform/platform-impl/src/com/intellij/diagnostic/DropAnErrorAction.java index dc44a17e59..2af93eeae8 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/DropAnErrorAction.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/DropAnErrorAction.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfMemoryErrorAction.java b/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfMemoryErrorAction.java index 968d1205be..44f86c60b3 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfMemoryErrorAction.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfMemoryErrorAction.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfPermGenMemoryErrorAction.java b/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfPermGenMemoryErrorAction.java index f85da41a93..fa40af678c 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfPermGenMemoryErrorAction.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/DropAnOutOfPermGenMemoryErrorAction.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/EAPSendErrorDialog.java b/platform/platform-impl/src/com/intellij/diagnostic/EAPSendErrorDialog.java index fb3e882c5f..c4ec765e39 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/EAPSendErrorDialog.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/EAPSendErrorDialog.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/ErrorReportConfigurable.java b/platform/platform-impl/src/com/intellij/diagnostic/ErrorReportConfigurable.java index 8a4f76bb2a..0260b3e7ce 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/ErrorReportConfigurable.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/ErrorReportConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.components.ApplicationComponent; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/GroupedLogMessage.java b/platform/platform-impl/src/com/intellij/diagnostic/GroupedLogMessage.java index 06fd3a0484..9d61a9655f 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/GroupedLogMessage.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/GroupedLogMessage.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/ITNReporter.java b/platform/platform-impl/src/com/intellij/diagnostic/ITNReporter.java index e11c06810e..5e34a23317 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/ITNReporter.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/ITNReporter.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/IdeErrorsDialog.java b/platform/platform-impl/src/com/intellij/diagnostic/IdeErrorsDialog.java index b6741beffb..7178190bd3 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/IdeErrorsDialog.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/IdeErrorsDialog.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/IdeMessagePanel.java b/platform/platform-impl/src/com/intellij/diagnostic/IdeMessagePanel.java index 8247e633eb..d833ef360c 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/IdeMessagePanel.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/IdeMessagePanel.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/LogMessage.java b/platform/platform-impl/src/com/intellij/diagnostic/LogMessage.java index 004570aaa9..83744f668d 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/LogMessage.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/LogMessage.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/MessagePool.java b/platform/platform-impl/src/com/intellij/diagnostic/MessagePool.java index fdaf3b1b2a..b972dd16fb 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/MessagePool.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/MessagePool.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/MessagePoolListener.java b/platform/platform-impl/src/com/intellij/diagnostic/MessagePoolListener.java index 32bb63eb95..0e1a93459a 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/MessagePoolListener.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/MessagePoolListener.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.diagnostic; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/OutOfMemoryDialog.java b/platform/platform-impl/src/com/intellij/diagnostic/OutOfMemoryDialog.java index 68a56dec3b..05b2fab201 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/OutOfMemoryDialog.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/OutOfMemoryDialog.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.application.ApplicationNamesInfo; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/PerformanceWatcher.java b/platform/platform-impl/src/com/intellij/diagnostic/PerformanceWatcher.java index b22d86fc88..0100d537b7 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/PerformanceWatcher.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/PerformanceWatcher.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.application.ApplicationInfo; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/ReportMessages.java b/platform/platform-impl/src/com/intellij/diagnostic/ReportMessages.java index b22d8b7782..cc55787119 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/ReportMessages.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/ReportMessages.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author: Eugene Zhuravlev * Date: Mar 18, 2003 * Time: 1:25:33 PM diff --git a/platform/platform-impl/src/com/intellij/diagnostic/SubmitPerformanceReportAction.java b/platform/platform-impl/src/com/intellij/diagnostic/SubmitPerformanceReportAction.java index 4369c77f11..c153abcb27 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/SubmitPerformanceReportAction.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/SubmitPerformanceReportAction.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/diagnostic/VMOptions.java b/platform/platform-impl/src/com/intellij/diagnostic/VMOptions.java index 4c77ba34d2..0aff01def2 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/VMOptions.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/VMOptions.java @@ -1,3 +1,18 @@ +/* + * 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.diagnostic; import com.intellij.openapi.application.ApplicationNamesInfo; diff --git a/platform/platform-impl/src/com/intellij/errorreport/ErrorReportSender.java b/platform/platform-impl/src/com/intellij/errorreport/ErrorReportSender.java index f98c4785e2..bbc64cf959 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/ErrorReportSender.java +++ b/platform/platform-impl/src/com/intellij/errorreport/ErrorReportSender.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport; import com.intellij.diagnostic.DiagnosticBundle; diff --git a/platform/platform-impl/src/com/intellij/errorreport/bean/ErrorBean.java b/platform/platform-impl/src/com/intellij/errorreport/bean/ErrorBean.java index 5f9ea34bff..39ba8bb81a 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/bean/ErrorBean.java +++ b/platform/platform-impl/src/com/intellij/errorreport/bean/ErrorBean.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.bean; import com.intellij.util.SystemProperties; diff --git a/platform/platform-impl/src/com/intellij/errorreport/bean/ExceptionBean.java b/platform/platform-impl/src/com/intellij/errorreport/bean/ExceptionBean.java index 7951e4c784..5f12509cb6 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/bean/ExceptionBean.java +++ b/platform/platform-impl/src/com/intellij/errorreport/bean/ExceptionBean.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.bean; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/src/com/intellij/errorreport/bean/NotifierBean.java b/platform/platform-impl/src/com/intellij/errorreport/bean/NotifierBean.java index fb84db64e8..193fcfa82f 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/bean/NotifierBean.java +++ b/platform/platform-impl/src/com/intellij/errorreport/bean/NotifierBean.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.bean; /** diff --git a/platform/platform-impl/src/com/intellij/errorreport/error/InternalEAPException.java b/platform/platform-impl/src/com/intellij/errorreport/error/InternalEAPException.java index 439d3d5d2f..51dd0c6adf 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/error/InternalEAPException.java +++ b/platform/platform-impl/src/com/intellij/errorreport/error/InternalEAPException.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.error; /** diff --git a/platform/platform-impl/src/com/intellij/errorreport/error/NewBuildException.java b/platform/platform-impl/src/com/intellij/errorreport/error/NewBuildException.java index edb225a3f6..5dfdf5b9af 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/error/NewBuildException.java +++ b/platform/platform-impl/src/com/intellij/errorreport/error/NewBuildException.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.error; /** diff --git a/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchEAPUserException.java b/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchEAPUserException.java index fbf69468d5..fe56ebf49d 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchEAPUserException.java +++ b/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchEAPUserException.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.error; /** diff --git a/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchExceptionException.java b/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchExceptionException.java index 4be6e11e6f..52c90f3430 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchExceptionException.java +++ b/platform/platform-impl/src/com/intellij/errorreport/error/NoSuchExceptionException.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.error; /** diff --git a/platform/platform-impl/src/com/intellij/errorreport/error/SendException.java b/platform/platform-impl/src/com/intellij/errorreport/error/SendException.java index 00f9aead3f..6f21d33b16 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/error/SendException.java +++ b/platform/platform-impl/src/com/intellij/errorreport/error/SendException.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.error; /** diff --git a/platform/platform-impl/src/com/intellij/errorreport/itn/ITNProxy.java b/platform/platform-impl/src/com/intellij/errorreport/itn/ITNProxy.java index 640d005db7..5dc4379a49 100644 --- a/platform/platform-impl/src/com/intellij/errorreport/itn/ITNProxy.java +++ b/platform/platform-impl/src/com/intellij/errorreport/itn/ITNProxy.java @@ -1,3 +1,18 @@ +/* + * 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.errorreport.itn; import com.intellij.diagnostic.DiagnosticBundle; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/FeatureUsageTrackerImpl.java b/platform/platform-impl/src/com/intellij/featureStatistics/FeatureUsageTrackerImpl.java index 8e4a016320..5da8396ae8 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/FeatureUsageTrackerImpl.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/FeatureUsageTrackerImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2005 JetBrains s.r.o. All Rights Reserved. + * 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.featureStatistics; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/ProductivityFeaturesRegistryImpl.java b/platform/platform-impl/src/com/intellij/featureStatistics/ProductivityFeaturesRegistryImpl.java index 4702c84345..fb9e95868b 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/ProductivityFeaturesRegistryImpl.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/ProductivityFeaturesRegistryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.featureStatistics; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/ProgressFunProvider.java b/platform/platform-impl/src/com/intellij/featureStatistics/ProgressFunProvider.java index 14c18dc396..4a5bedbc48 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/ProgressFunProvider.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/ProgressFunProvider.java @@ -1,3 +1,18 @@ +/* + * 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.featureStatistics; import com.intellij.openapi.progress.ProgressFunComponentProvider; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsAction.java b/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsAction.java index bf79982b12..411441284f 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsAction.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsAction.java @@ -1,3 +1,18 @@ +/* + * 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.featureStatistics.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsDialog.java b/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsDialog.java index f3ef398365..ec15460a3a 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsDialog.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/actions/ShowFeatureUsageStatisticsDialog.java @@ -1,3 +1,18 @@ +/* + * 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.featureStatistics.actions; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/ui/AdaptiveTipDialog.java b/platform/platform-impl/src/com/intellij/featureStatistics/ui/AdaptiveTipDialog.java index 63bfa8e4ca..fc096e786b 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/ui/AdaptiveTipDialog.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/ui/AdaptiveTipDialog.java @@ -1,3 +1,18 @@ +/* + * 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.featureStatistics.ui; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/featureStatistics/ui/ProgressTipPanel.java b/platform/platform-impl/src/com/intellij/featureStatistics/ui/ProgressTipPanel.java index 3cfc642599..70c7d239e6 100644 --- a/platform/platform-impl/src/com/intellij/featureStatistics/ui/ProgressTipPanel.java +++ b/platform/platform-impl/src/com/intellij/featureStatistics/ui/ProgressTipPanel.java @@ -1,3 +1,18 @@ +/* + * 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.featureStatistics.ui; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/help/impl/HelpManagerImpl.java b/platform/platform-impl/src/com/intellij/help/impl/HelpManagerImpl.java index 299b3db388..8b071707d2 100644 --- a/platform/platform-impl/src/com/intellij/help/impl/HelpManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/help/impl/HelpManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.help.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpBroker.java b/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpBroker.java index 2ef4453a5d..a7555f9436 100644 --- a/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpBroker.java +++ b/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpBroker.java @@ -1,3 +1,18 @@ +/* + * 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.help.impl; import com.intellij.ui.AppUIUtil; diff --git a/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpContentViewUI.java b/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpContentViewUI.java index 59d10460df..d8fa6efcd2 100644 --- a/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpContentViewUI.java +++ b/platform/platform-impl/src/com/intellij/help/impl/IdeaHelpContentViewUI.java @@ -1,3 +1,18 @@ +/* + * 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.help.impl; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelp.java b/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelp.java index 291180d874..9eba8d2655 100644 --- a/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelp.java +++ b/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelp.java @@ -1,3 +1,18 @@ +/* + * 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.help.impl; import javax.help.DefaultHelpModel; diff --git a/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelpContentViewer.java b/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelpContentViewer.java index 3819fcb573..d1815121c1 100644 --- a/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelpContentViewer.java +++ b/platform/platform-impl/src/com/intellij/help/impl/IdeaJHelpContentViewer.java @@ -1,3 +1,18 @@ +/* + * 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.help.impl; import javax.help.JHelpContentViewer; diff --git a/platform/platform-impl/src/com/intellij/ide/AppLifecycleListener.java b/platform/platform-impl/src/com/intellij/ide/AppLifecycleListener.java index 1bde1995b9..6645f2e9a9 100644 --- a/platform/platform-impl/src/com/intellij/ide/AppLifecycleListener.java +++ b/platform/platform-impl/src/com/intellij/ide/AppLifecycleListener.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/ide/ApplicationLoadListener.java b/platform/platform-impl/src/com/intellij/ide/ApplicationLoadListener.java index 99e06c33eb..c91b306d5d 100644 --- a/platform/platform-impl/src/com/intellij/ide/ApplicationLoadListener.java +++ b/platform/platform-impl/src/com/intellij/ide/ApplicationLoadListener.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/ide/BrowserSettings.java b/platform/platform-impl/src/com/intellij/ide/BrowserSettings.java index 9da8842f2c..6a6fa0b422 100644 --- a/platform/platform-impl/src/com/intellij/ide/BrowserSettings.java +++ b/platform/platform-impl/src/com/intellij/ide/BrowserSettings.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.options.Configurable; diff --git a/platform/platform-impl/src/com/intellij/ide/BrowserSettingsPanel.java b/platform/platform-impl/src/com/intellij/ide/BrowserSettingsPanel.java index 0c717e996b..b7cfa7d892 100644 --- a/platform/platform-impl/src/com/intellij/ide/BrowserSettingsPanel.java +++ b/platform/platform-impl/src/com/intellij/ide/BrowserSettingsPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.ui.TextFieldWithBrowseButton; diff --git a/platform/platform-impl/src/com/intellij/ide/CopyPasteManagerEx.java b/platform/platform-impl/src/com/intellij/ide/CopyPasteManagerEx.java index cc22757005..6bc9d8e856 100644 --- a/platform/platform-impl/src/com/intellij/ide/CopyPasteManagerEx.java +++ b/platform/platform-impl/src/com/intellij/ide/CopyPasteManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/ide/DataAccessor.java b/platform/platform-impl/src/com/intellij/ide/DataAccessor.java index 672218d324..a586e2d748 100644 --- a/platform/platform-impl/src/com/intellij/ide/DataAccessor.java +++ b/platform/platform-impl/src/com/intellij/ide/DataAccessor.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/ide/FrameStateManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/FrameStateManagerImpl.java index b318780ba4..41e2c7518f 100644 --- a/platform/platform-impl/src/com/intellij/ide/FrameStateManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/FrameStateManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/ide/GeneralSettingsConfigurable.java b/platform/platform-impl/src/com/intellij/ide/GeneralSettingsConfigurable.java index 34fd0c4f61..4327ecd0b7 100644 --- a/platform/platform-impl/src/com/intellij/ide/GeneralSettingsConfigurable.java +++ b/platform/platform-impl/src/com/intellij/ide/GeneralSettingsConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/ide/IdeEventQueue.java b/platform/platform-impl/src/com/intellij/ide/IdeEventQueue.java index 4c473894b5..50d1e14f9a 100644 --- a/platform/platform-impl/src/com/intellij/ide/IdeEventQueue.java +++ b/platform/platform-impl/src/com/intellij/ide/IdeEventQueue.java @@ -1,3 +1,18 @@ +/* + * 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.ide; diff --git a/platform/platform-impl/src/com/intellij/ide/IdePopupManager.java b/platform/platform-impl/src/com/intellij/ide/IdePopupManager.java index d3c4a33df8..d4d1141d56 100644 --- a/platform/platform-impl/src/com/intellij/ide/IdePopupManager.java +++ b/platform/platform-impl/src/com/intellij/ide/IdePopupManager.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/ide/IdeRepaintManager.java b/platform/platform-impl/src/com/intellij/ide/IdeRepaintManager.java index 14415949ca..7f7a501fcf 100644 --- a/platform/platform-impl/src/com/intellij/ide/IdeRepaintManager.java +++ b/platform/platform-impl/src/com/intellij/ide/IdeRepaintManager.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Oct 30, 2006 diff --git a/platform/platform-impl/src/com/intellij/ide/MacOSApplicationProvider.java b/platform/platform-impl/src/com/intellij/ide/MacOSApplicationProvider.java index bcbc13230b..7f1ebf0fe8 100644 --- a/platform/platform-impl/src/com/intellij/ide/MacOSApplicationProvider.java +++ b/platform/platform-impl/src/com/intellij/ide/MacOSApplicationProvider.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.apple.eawt.Application; diff --git a/platform/platform-impl/src/com/intellij/ide/RecentDirectoryProjectsManager.java b/platform/platform-impl/src/com/intellij/ide/RecentDirectoryProjectsManager.java index 75e54c8de6..3784db00eb 100644 --- a/platform/platform-impl/src/com/intellij/ide/RecentDirectoryProjectsManager.java +++ b/platform/platform-impl/src/com/intellij/ide/RecentDirectoryProjectsManager.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.components.RoamingType; diff --git a/platform/platform-impl/src/com/intellij/ide/RecentProjectsManagerBase.java b/platform/platform-impl/src/com/intellij/ide/RecentProjectsManagerBase.java index 958b1bb8a8..f1b3063f7d 100644 --- a/platform/platform-impl/src/com/intellij/ide/RecentProjectsManagerBase.java +++ b/platform/platform-impl/src/com/intellij/ide/RecentProjectsManagerBase.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.ide.impl.ProjectUtil; diff --git a/platform/platform-impl/src/com/intellij/ide/SaveAndSyncHandler.java b/platform/platform-impl/src/com/intellij/ide/SaveAndSyncHandler.java index e4ad4c57e3..4ccb21f13d 100644 --- a/platform/platform-impl/src/com/intellij/ide/SaveAndSyncHandler.java +++ b/platform/platform-impl/src/com/intellij/ide/SaveAndSyncHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/ide/SwingCleanuper.java b/platform/platform-impl/src/com/intellij/ide/SwingCleanuper.java index 599f3fa60b..65e97cca94 100644 --- a/platform/platform-impl/src/com/intellij/ide/SwingCleanuper.java +++ b/platform/platform-impl/src/com/intellij/ide/SwingCleanuper.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.openapi.components.ApplicationComponent; diff --git a/platform/platform-impl/src/com/intellij/ide/TipOfTheDayManager.java b/platform/platform-impl/src/com/intellij/ide/TipOfTheDayManager.java index e316fb6269..f6b4e4ba5d 100644 --- a/platform/platform-impl/src/com/intellij/ide/TipOfTheDayManager.java +++ b/platform/platform-impl/src/com/intellij/ide/TipOfTheDayManager.java @@ -1,3 +1,18 @@ +/* + * 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.ide; import com.intellij.ide.util.TipDialog; diff --git a/platform/platform-impl/src/com/intellij/ide/XmlRpcServerImpl.java b/platform/platform-impl/src/com/intellij/ide/XmlRpcServerImpl.java index cf6d0e9518..56ddc6e1e1 100644 --- a/platform/platform-impl/src/com/intellij/ide/XmlRpcServerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/XmlRpcServerImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2005 JetBrains s.r.o. All Rights Reserved. + * 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.ide; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacro.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacro.java index 04f30c289f..5517599343 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacro.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacro.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurable.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurable.java index 908216b7c2..18e38d78c9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurable.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurationPanel.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurationPanel.java index a8fbbf1642..7febbfd7aa 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurationPanel.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroConfigurationPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroManager.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroManager.java index bbdb2bb80e..04f7311e7f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroManager.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/ActionMacroManager.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/EditMacrosDialog.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/EditMacrosDialog.java index 7dc7e8bd90..05159decd5 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/EditMacrosDialog.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/EditMacrosDialog.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro; import com.intellij.openapi.options.ex.SingleConfigurableEditor; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/EditMacrosAction.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/EditMacrosAction.java index 90928d36df..11b67d96eb 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/EditMacrosAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/EditMacrosAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro.actions; import com.intellij.ide.actionMacro.ActionMacro; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/MacrosGroup.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/MacrosGroup.java index 38ca03ab53..73c86574fe 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/MacrosGroup.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/MacrosGroup.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro.actions; import com.intellij.ide.actionMacro.ActionMacro; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/PlaybackLastMacroAction.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/PlaybackLastMacroAction.java index d57127b2bb..7d0e9fcfe6 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/PlaybackLastMacroAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/PlaybackLastMacroAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro.actions; import com.intellij.ide.actionMacro.ActionMacroManager; diff --git a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/StartStopMacroRecordingAction.java b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/StartStopMacroRecordingAction.java index a256b6df93..b508f088a8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/StartStopMacroRecordingAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actionMacro/actions/StartStopMacroRecordingAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actionMacro.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/AboutAction.java b/platform/platform-impl/src/com/intellij/ide/actions/AboutAction.java index d84511b55e..74e5034d90 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/AboutAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/AboutAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ActivateToolWindowAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ActivateToolWindowAction.java index 932dfbb557..9a962cd3c9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ActivateToolWindowAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ActivateToolWindowAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/AssociateFileType.java b/platform/platform-impl/src/com/intellij/ide/actions/AssociateFileType.java index dcf15965e3..f8325325ea 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/AssociateFileType.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/AssociateFileType.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/BackAction.java b/platform/platform-impl/src/com/intellij/ide/actions/BackAction.java index 8d1b52366b..71fbd5c59a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/BackAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/BackAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/BaseNavigateToSourceAction.java b/platform/platform-impl/src/com/intellij/ide/actions/BaseNavigateToSourceAction.java index 445ccf6cd8..981083b3f3 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/BaseNavigateToSourceAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/BaseNavigateToSourceAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/BaseShowRecentFilesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/BaseShowRecentFilesAction.java index e99ffe9f92..723282ecf8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/BaseShowRecentFilesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/BaseShowRecentFilesAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ChangeSplitterOrientationAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ChangeSplitterOrientationAction.java index 003ff07db6..fbc840a87b 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ChangeSplitterOrientationAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ChangeSplitterOrientationAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ChooseComponentsToExportDialog.java b/platform/platform-impl/src/com/intellij/ide/actions/ChooseComponentsToExportDialog.java index 545a0ebcc0..cb6e098774 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ChooseComponentsToExportDialog.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ChooseComponentsToExportDialog.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseActiveTabAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseActiveTabAction.java index 9f383dc35e..71ad68a17d 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseActiveTabAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseActiveTabAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsAction.java index a0d6ec6b79..93d011afe9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsButActiveAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsButActiveAction.java index 35bd73b279..b56f43433a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsButActiveAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseAllEditorsButActiveAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseAllUnpinnedEditorsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseAllUnpinnedEditorsAction.java index bc66228155..9cd166fb92 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseAllUnpinnedEditorsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseAllUnpinnedEditorsAction.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorAction.java index 14a63c27b7..4e5b15db7a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorsActionBase.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorsActionBase.java index 430da33d28..24c3fac911 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorsActionBase.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseEditorsActionBase.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseProjectAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseProjectAction.java index 92603f8309..ca3acdae63 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseProjectAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseProjectAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.RecentProjectsManagerBase; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseTabToolbarAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseTabToolbarAction.java index db0f148594..055e2ede99 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseTabToolbarAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseTabToolbarAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CloseWindowAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CloseWindowAction.java index fedbb785f1..1d829fa4fc 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CloseWindowAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CloseWindowAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CodeEditorActionGroup.java b/platform/platform-impl/src/com/intellij/ide/actions/CodeEditorActionGroup.java index c964ceaeb3..55cd497807 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CodeEditorActionGroup.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CodeEditorActionGroup.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CollapseAllAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CollapseAllAction.java index f47e0daa7a..6b5bb94213 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CollapseAllAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CollapseAllAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.TreeExpander; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CopyAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CopyAction.java index 4efe54da4b..29c5ba28be 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CopyAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CopyAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.CopyProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CopyPathsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CopyPathsAction.java index 21e66c69df..7ec0c57d36 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CopyPathsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CopyPathsAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CustomizeUIAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CustomizeUIAction.java index 647ce97d3f..24e6fda193 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CustomizeUIAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CustomizeUIAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.ui.customization.CustomizationConfigurable; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/CutAction.java b/platform/platform-impl/src/com/intellij/ide/actions/CutAction.java index 84e7aab640..d772de01d8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/CutAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/CutAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.CutProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/DeleteAction.java b/platform/platform-impl/src/com/intellij/ide/actions/DeleteAction.java index fe61870b54..015c0d65b5 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/DeleteAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/DeleteAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.DeleteProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/EditSourceAction.java b/platform/platform-impl/src/com/intellij/ide/actions/EditSourceAction.java index 17dee87659..0a1aa22287 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/EditSourceAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/EditSourceAction.java @@ -1,4 +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.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ExitAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ExitAction.java index dca4f13b42..52487a57f9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ExitAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ExitAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ExpandAllAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ExpandAllAction.java index 4bea5429a6..252074c4d6 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ExpandAllAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ExpandAllAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.TreeExpander; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ExportSettingsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ExportSettingsAction.java index 1ac115fce2..962bbf57c4 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ExportSettingsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ExportSettingsAction.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. + */ + /** * @author cdr */ diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileAction.java index ddfb871671..17069a0d8d 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.ExporterToTextFile; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileToolbarAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileToolbarAction.java index 39d0b0ef9a..1b123f40af 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileToolbarAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ExportToTextFileToolbarAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.ExporterToTextFile; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/FixLineSeparatorsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/FixLineSeparatorsAction.java index fe3b7d6443..0944fca0f5 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/FixLineSeparatorsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/FixLineSeparatorsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ForwardAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ForwardAction.java index bb003a2171..6bdd6407e1 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ForwardAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ForwardAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/GotoLineAction.java b/platform/platform-impl/src/com/intellij/ide/actions/GotoLineAction.java index 958ccc4ee9..670e6e9cf2 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/GotoLineAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/GotoLineAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/HelpTopicsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/HelpTopicsAction.java index 50a3b79a9c..edd27a173a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/HelpTopicsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/HelpTopicsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/HideAllToolWindowsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/HideAllToolWindowsAction.java index 38731bad8e..e5fce7b99b 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/HideAllToolWindowsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/HideAllToolWindowsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/HideSideWindowsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/HideSideWindowsAction.java index 8c5ffde429..ded182a965 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/HideSideWindowsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/HideSideWindowsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/HideToolWindowAction.java b/platform/platform-impl/src/com/intellij/ide/actions/HideToolWindowAction.java index 045fbda881..17fea6e3ea 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/HideToolWindowAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/HideToolWindowAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ImportSettingsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ImportSettingsAction.java index cfdf738864..ed5721e00a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ImportSettingsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ImportSettingsAction.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. + */ + /** * @author cdr */ diff --git a/platform/platform-impl/src/com/intellij/ide/actions/InvalidateCachesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/InvalidateCachesAction.java index bc1633ec95..44b3387bf8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/InvalidateCachesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/InvalidateCachesAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastEditAction.java b/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastEditAction.java index db0da3c613..22bdafb3a4 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastEditAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastEditAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastWindowAction.java b/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastWindowAction.java index 100dcd2f33..d3caef4a5c 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastWindowAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/JumpToLastWindowAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/MaintenanceAction.java b/platform/platform-impl/src/com/intellij/ide/actions/MaintenanceAction.java index 644513e0ed..b42a9a10cf 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/MaintenanceAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/MaintenanceAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/NewDummyProjectAction.java b/platform/platform-impl/src/com/intellij/ide/actions/NewDummyProjectAction.java index 679f50a792..65f7862db9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/NewDummyProjectAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/NewDummyProjectAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceAction.java b/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceAction.java index 7afdd32301..69280147f2 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.OccurenceNavigator; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceToolbarAction.java b/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceToolbarAction.java index 7658a579b4..1cca597cf3 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceToolbarAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/NextOccurenceToolbarAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.OccurenceNavigator; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/NextSplitAction.java b/platform/platform-impl/src/com/intellij/ide/actions/NextSplitAction.java index 4931fefe4f..03973a31b6 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/NextSplitAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/NextSplitAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/NextTabAction.java b/platform/platform-impl/src/com/intellij/ide/actions/NextTabAction.java index 3fb0128deb..c02778adb8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/NextTabAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/NextTabAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; public class NextTabAction extends TabNavigationActionBase { diff --git a/platform/platform-impl/src/com/intellij/ide/actions/OccurenceNavigatorActionBase.java b/platform/platform-impl/src/com/intellij/ide/actions/OccurenceNavigatorActionBase.java index 4d4aad00e5..f47d02b3ec 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/OccurenceNavigatorActionBase.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/OccurenceNavigatorActionBase.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/OnlineDocAction.java b/platform/platform-impl/src/com/intellij/ide/actions/OnlineDocAction.java index 2d8acde6b4..ea1d3790e7 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/OnlineDocAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/OnlineDocAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/OpenFileAction.java b/platform/platform-impl/src/com/intellij/ide/actions/OpenFileAction.java index b282aac3b0..699e6e24bd 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/OpenFileAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/OpenFileAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/OpenProjectFileChooserDescriptor.java b/platform/platform-impl/src/com/intellij/ide/actions/OpenProjectFileChooserDescriptor.java index 83dc6d26a1..e527436d6d 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/OpenProjectFileChooserDescriptor.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/OpenProjectFileChooserDescriptor.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.highlighter.ProjectFileType; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/OpenRemoteFileAction.java b/platform/platform-impl/src/com/intellij/ide/actions/OpenRemoteFileAction.java index 2576780674..c0062276e8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/OpenRemoteFileAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/OpenRemoteFileAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/OtherGroup.java b/platform/platform-impl/src/com/intellij/ide/actions/OtherGroup.java index bf2861e412..c5cd0b3284 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/OtherGroup.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/OtherGroup.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PasteAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PasteAction.java index 821a25c728..2a76ad1262 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PasteAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PasteAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.PasteProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PinActiveTabAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PinActiveTabAction.java index d625c9723b..2745828892 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PinActiveTabAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PinActiveTabAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PrevSplitAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PrevSplitAction.java index 52e2bdcec2..e75d862ffc 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PrevSplitAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PrevSplitAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceAction.java index a9e64239e5..1023069ff2 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.OccurenceNavigator; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceToolbarAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceToolbarAction.java index d0ca2f0d61..7487c5bdec 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceToolbarAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PreviousOccurenceToolbarAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.OccurenceNavigator; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PreviousTabAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PreviousTabAction.java index f80148d9cc..3f692fafbd 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PreviousTabAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PreviousTabAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; public class PreviousTabAction extends TabNavigationActionBase { diff --git a/platform/platform-impl/src/com/intellij/ide/actions/PruneEmptyDirectoriesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/PruneEmptyDirectoriesAction.java index 851e59aacb..824205cc3f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/PruneEmptyDirectoriesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/PruneEmptyDirectoriesAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeColorSchemeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeColorSchemeAction.java index 785daaf54f..c56ba7b00b 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeColorSchemeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeColorSchemeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeKeymapAction.java b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeKeymapAction.java index 9cb2b859bf..7f53fe29f9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeKeymapAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeKeymapAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeLookAndFeel.java b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeLookAndFeel.java index f54bd7f9e9..80d6534d82 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeLookAndFeel.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeLookAndFeel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.ui.LafManager; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeSchemesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeSchemesAction.java index 9f43e99635..f108695c70 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeSchemesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/QuickChangeSchemesAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.featureStatistics.FeatureUsageTracker; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/RecentProjectsGroup.java b/platform/platform-impl/src/com/intellij/ide/actions/RecentProjectsGroup.java index 0381d78a14..a0d76ea210 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/RecentProjectsGroup.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/RecentProjectsGroup.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.RecentProjectsManagerBase; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/RedoAction.java b/platform/platform-impl/src/com/intellij/ide/actions/RedoAction.java index 002e5e8ce3..7e0e3ec937 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/RedoAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/RedoAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.command.undo.UndoManager; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/RefCardAction.java b/platform/platform-impl/src/com/intellij/ide/actions/RefCardAction.java dissimilarity index 61% index 1bff82629a..f3d8ec5ef8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/RefCardAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/RefCardAction.java @@ -1,59 +1,43 @@ -/* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - */ -package com.intellij.ide.actions; - -import com.intellij.ide.BrowserUtil; -import com.intellij.openapi.actionSystem.ActionPlaces; -import com.intellij.openapi.actionSystem.AnAction; -import com.intellij.openapi.actionSystem.AnActionEvent; -import com.intellij.openapi.application.PathManager; -import com.intellij.openapi.util.SystemInfo; -import com.intellij.openapi.project.DumbAware; -import org.jetbrains.annotations.NonNls; - -/** - * @author Vladimir Kondratyev - */ -public class RefCardAction extends AnAction implements DumbAware { - @NonNls private static final String KEYMAP_URL = PathManager.getHomePath() + "/help/" + (SystemInfo.isMac ? "ReferenceCardForMac.pdf" : "ReferenceCard.pdf"); - - public void actionPerformed(AnActionEvent e) { - BrowserUtil.launchBrowser(KEYMAP_URL); - } - - public void update(AnActionEvent e) { - super.update(e); - if (!ActionPlaces.WELCOME_SCREEN.equals(e.getPlace())) { - e.getPresentation().setIcon(null); - } - } -} +/* + * 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.ide.actions; + +import com.intellij.ide.BrowserUtil; +import com.intellij.openapi.actionSystem.ActionPlaces; +import com.intellij.openapi.actionSystem.AnAction; +import com.intellij.openapi.actionSystem.AnActionEvent; +import com.intellij.openapi.application.PathManager; +import com.intellij.openapi.util.SystemInfo; +import com.intellij.openapi.project.DumbAware; +import org.jetbrains.annotations.NonNls; + +/** + * @author Vladimir Kondratyev + */ +public class RefCardAction extends AnAction implements DumbAware { + @NonNls private static final String KEYMAP_URL = PathManager.getHomePath() + "/help/" + (SystemInfo.isMac ? "ReferenceCardForMac.pdf" : "ReferenceCard.pdf"); + + public void actionPerformed(AnActionEvent e) { + BrowserUtil.launchBrowser(KEYMAP_URL); + } + + public void update(AnActionEvent e) { + super.update(e); + if (!ActionPlaces.WELCOME_SCREEN.equals(e.getPlace())) { + e.getPresentation().setIcon(null); + } + } +} diff --git a/platform/platform-impl/src/com/intellij/ide/actions/RefreshAction.java b/platform/platform-impl/src/com/intellij/ide/actions/RefreshAction.java index 51d758dfe1..15987fa7b1 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/RefreshAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/RefreshAction.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/RestoreDefaultLayoutAction.java b/platform/platform-impl/src/com/intellij/ide/actions/RestoreDefaultLayoutAction.java index e4b9552023..e80f6da40b 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/RestoreDefaultLayoutAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/RestoreDefaultLayoutAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/RunGcAction.java b/platform/platform-impl/src/com/intellij/ide/actions/RunGcAction.java index b9bc497ca4..d726cba544 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/RunGcAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/RunGcAction.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. + */ + /** * @author Vladimir Kondratyev */ diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SaveAllAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SaveAllAction.java index 509b712c57..6937b66730 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SaveAllAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SaveAllAction.java @@ -1,4 +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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SaveAsDirectoryBasedFormatAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SaveAsDirectoryBasedFormatAction.java index 56131f4a74..234bc5cd2c 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SaveAsDirectoryBasedFormatAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SaveAsDirectoryBasedFormatAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.impl.ProjectUtil; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ScrollTreeToCenterAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ScrollTreeToCenterAction.java index f49f1d9f2d..9a93c7b85a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ScrollTreeToCenterAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ScrollTreeToCenterAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SelectAllAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SelectAllAction.java index 4e0bce8d6c..c66184fdb8 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SelectAllAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SelectAllAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SendFeedbackAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SendFeedbackAction.java index 842ecfb5fe..0ab7904a1f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SendFeedbackAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SendFeedbackAction.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowFilePathAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowFilePathAction.java index 00eb574051..a29a74d0d6 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowFilePathAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowFilePathAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowPopupMenuAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowPopupMenuAction.java index e91ccd95d5..b5e37c487f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowPopupMenuAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowPopupMenuAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentFilesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentFilesAction.java index 31dd01146a..c738378fc4 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentFilesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentFilesAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentlyEditedFilesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentlyEditedFilesAction.java index d77a259c33..875f9b478a 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentlyEditedFilesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowRecentlyEditedFilesAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsAction.java index 3ebb74de9f..7231e7c786 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsUtilImpl.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsUtilImpl.java index 6825283b7d..2492b85246 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsUtilImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowSettingsUtilImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.util.PropertiesComponent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowStructureSettingsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowStructureSettingsAction.java index dd229cd442..a4781c8a02 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowStructureSettingsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowStructureSettingsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ShowTipsAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ShowTipsAction.java index 96dab1cf1e..7c95cbcd8f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ShowTipsAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ShowTipsAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.util.TipDialog; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SplitAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SplitAction.java index a61d7dca96..c9315ace26 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SplitAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SplitAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SplitHorizontallyAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SplitHorizontallyAction.java index 65b6b0421a..524cf1e917 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SplitHorizontallyAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SplitHorizontallyAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SplitVerticallyAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SplitVerticallyAction.java index 17546fa930..07e827f979 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SplitVerticallyAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SplitVerticallyAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SplitterActionBase.java b/platform/platform-impl/src/com/intellij/ide/actions/SplitterActionBase.java index 89e9ccc326..74aa8ee30b 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SplitterActionBase.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SplitterActionBase.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/StoreDefaultLayoutAction.java b/platform/platform-impl/src/com/intellij/ide/actions/StoreDefaultLayoutAction.java index 03e4e4d849..3354befc9f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/StoreDefaultLayoutAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/StoreDefaultLayoutAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/SynchronizeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/SynchronizeAction.java index de0de4b190..f15ba03db0 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/SynchronizeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/SynchronizeAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.SaveAndSyncHandler; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/TabNavigationActionBase.java b/platform/platform-impl/src/com/intellij/ide/actions/TabNavigationActionBase.java index 900809c186..28778b29fb 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/TabNavigationActionBase.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/TabNavigationActionBase.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/TechnicalSupportAction.java b/platform/platform-impl/src/com/intellij/ide/actions/TechnicalSupportAction.java index f52b9a3821..99d3089b8e 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/TechnicalSupportAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/TechnicalSupportAction.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectPropertiesAction.java b/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectPropertiesAction.java index 25c84a0948..26f97fb7a0 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectPropertiesAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectPropertiesAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectStructureAction.java b/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectStructureAction.java index 30c0c6fac6..22b98d5b36 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectStructureAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/TemplateProjectStructureAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToggleDockModeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ToggleDockModeAction.java index 8e27cae449..d34eebeb1c 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToggleDockModeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToggleDockModeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToggleFloatingModeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ToggleFloatingModeAction.java index c7916e8b88..c27d53d820 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToggleFloatingModeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToggleFloatingModeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToggleFullScreenModeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ToggleFullScreenModeAction.java index 24b167014f..ba1b861ac1 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToggleFullScreenModeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToggleFullScreenModeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/TogglePinnedModeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/TogglePinnedModeAction.java index 3abdf12fb3..eabcbbacd9 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/TogglePinnedModeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/TogglePinnedModeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToggleReadOnlyAttributeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ToggleReadOnlyAttributeAction.java index 2f4bbe90e0..72e8706425 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToggleReadOnlyAttributeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToggleReadOnlyAttributeAction.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. + */ + /** * @author Vladimir Kondratyev */ diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToggleSideModeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ToggleSideModeAction.java index 8009e690d7..222515baeb 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToggleSideModeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToggleSideModeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowSwitcher.java b/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowSwitcher.java index 0e01e507c9..69992ab347 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowSwitcher.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowSwitcher.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.featureStatistics.FeatureUsageTracker; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowsGroup.java b/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowsGroup.java index a404d3f467..01aee3f80f 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowsGroup.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ToolWindowsGroup.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/UndoAction.java b/platform/platform-impl/src/com/intellij/ide/actions/UndoAction.java index 6ab4fa56b5..4a01fb3737 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/UndoAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/UndoAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.command.undo.UndoManager; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/UndoRedoAction.java b/platform/platform-impl/src/com/intellij/ide/actions/UndoRedoAction.java index d055f543c5..c7e959f434 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/UndoRedoAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/UndoRedoAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.idea.ActionsBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAction.java b/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAction.java index 16b672af36..090f1aeddb 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAllAction.java b/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAllAction.java index 2519d2d03e..10b32d11fc 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAllAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/UnsplitAllAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ViewSourceAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ViewSourceAction.java index e27a3bde29..a9461422f7 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ViewSourceAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ViewSourceAction.java @@ -1,4 +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.ide.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ViewStatusBarAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ViewStatusBarAction.java index 422df73ee8..76e6ad8a3b 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ViewStatusBarAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ViewStatusBarAction.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. + */ + /** * @author Vladimir Kondratyev */ diff --git a/platform/platform-impl/src/com/intellij/ide/actions/ViewToolbarAction.java b/platform/platform-impl/src/com/intellij/ide/actions/ViewToolbarAction.java index 78f9bef481..bd26ee4091 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/ViewToolbarAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/ViewToolbarAction.java @@ -1,4 +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.ide.actions; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/tree/BaseTreeNodeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/tree/BaseTreeNodeAction.java index d2230962ab..5b6dd4c3ba 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/tree/BaseTreeNodeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/tree/BaseTreeNodeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions.tree; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/tree/CollapseTreeNodeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/tree/CollapseTreeNodeAction.java index d36cedacb0..3991362943 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/tree/CollapseTreeNodeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/tree/CollapseTreeNodeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions.tree; import com.intellij.ui.TreeExpandCollapse; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/tree/ExpandTreeNodeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/tree/ExpandTreeNodeAction.java index 51646b8d86..4d12f5d52d 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/tree/ExpandTreeNodeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/tree/ExpandTreeNodeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions.tree; import com.intellij.ui.TreeExpandCollapse; diff --git a/platform/platform-impl/src/com/intellij/ide/actions/tree/FullyExpandTreeNodeAction.java b/platform/platform-impl/src/com/intellij/ide/actions/tree/FullyExpandTreeNodeAction.java index 7dcf61e7bf..7cf1b01991 100644 --- a/platform/platform-impl/src/com/intellij/ide/actions/tree/FullyExpandTreeNodeAction.java +++ b/platform/platform-impl/src/com/intellij/ide/actions/tree/FullyExpandTreeNodeAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.actions.tree; import com.intellij.ui.TreeExpandCollapse; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/DnDDemo.java b/platform/platform-impl/src/com/intellij/ide/dnd/DnDDemo.java index c6ad597dc6..5da848ec18 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/DnDDemo.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/DnDDemo.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.dnd; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/DnDEnabler.java b/platform/platform-impl/src/com/intellij/ide/dnd/DnDEnabler.java index 8e5652be79..1e93fb82bc 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/DnDEnabler.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/DnDEnabler.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ide.dnd; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/DnDEventImpl.java b/platform/platform-impl/src/com/intellij/ide/dnd/DnDEventImpl.java index 3deb03b89b..69d63a7671 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/DnDEventImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/DnDEventImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.dnd; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/DnDManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/dnd/DnDManagerImpl.java index 73249cbec9..d1a8826995 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/DnDManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/DnDManagerImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.dnd; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/DndLock.java b/platform/platform-impl/src/com/intellij/ide/dnd/DndLock.java index 82f356080e..0a7d4c112a 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/DndLock.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/DndLock.java @@ -1,3 +1,18 @@ +/* + * 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.ide.dnd; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/DropTargetHighlighter.java b/platform/platform-impl/src/com/intellij/ide/dnd/DropTargetHighlighter.java index f83035fe15..25a011b330 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/DropTargetHighlighter.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/DropTargetHighlighter.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.dnd; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/Highlighters.java b/platform/platform-impl/src/com/intellij/ide/dnd/Highlighters.java index 0b0d6e36fb..a7860bc205 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/Highlighters.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/Highlighters.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.dnd; diff --git a/platform/platform-impl/src/com/intellij/ide/dnd/aware/DnDAwareTree.java b/platform/platform-impl/src/com/intellij/ide/dnd/aware/DnDAwareTree.java index 37a60bfb44..2bb5f22c11 100644 --- a/platform/platform-impl/src/com/intellij/ide/dnd/aware/DnDAwareTree.java +++ b/platform/platform-impl/src/com/intellij/ide/dnd/aware/DnDAwareTree.java @@ -1,3 +1,18 @@ +/* + * 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.ide.dnd.aware; import com.intellij.ide.dnd.DnDAware; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/CallingBackColoredTreeCellRenderer.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/CallingBackColoredTreeCellRenderer.java index 5f8fe07da1..a85a9f74f5 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/CallingBackColoredTreeCellRenderer.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/CallingBackColoredTreeCellRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.ui.ColoredTreeCellRenderer; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeElement.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeElement.java index 7e742b7663..36a5c46d93 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeElement.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeElement.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeNodeDescriptor.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeNodeDescriptor.java index 7d239ee53f..664fef8af5 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeNodeDescriptor.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorTreeNodeDescriptor.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewStructure.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewStructure.java index c4568b910d..5ab911bf74 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewStructure.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewStructure.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewTreeBuilder.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewTreeBuilder.java index 77576f5bf4..043fcb0709 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewTreeBuilder.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/ErrorViewTreeBuilder.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/FixedHotfixGroupElement.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/FixedHotfixGroupElement.java index c0d1a8b86f..fe859b315e 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/FixedHotfixGroupElement.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/FixedHotfixGroupElement.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/GroupingElement.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/GroupingElement.java index 42afc63cfb..97ed507c89 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/GroupingElement.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/GroupingElement.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/HotfixGroupElement.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/HotfixGroupElement.java index 6ccbc2d237..f5e55891c8 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/HotfixGroupElement.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/HotfixGroupElement.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/NavigatableMessageElement.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/NavigatableMessageElement.java index 0e466a6b9e..1ae28abb05 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/NavigatableMessageElement.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/NavigatableMessageElement.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeRenderer.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeRenderer.java index 8d42b9863e..99a2a9f32f 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeRenderer.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeViewPanel.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeViewPanel.java index 18f80327c2..94852d9b90 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeViewPanel.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/NewErrorTreeViewPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView; import com.intellij.ide.*; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/SimpleMessageElement.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/SimpleMessageElement.java index 9153b0e7e9..f8ad983a41 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/SimpleMessageElement.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/SimpleMessageElement.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestErrorViewAction.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestErrorViewAction.java index 84f5566e5a..64188cd9b4 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestErrorViewAction.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestErrorViewAction.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestNewErrorViewAction.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestNewErrorViewAction.java index d0361f2c40..369f225890 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestNewErrorViewAction.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/actions/TestNewErrorViewAction.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.errorTreeView.actions; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorTreeViewConfiguration.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorTreeViewConfiguration.java index 5f1a51b36d..f4524c13f1 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorTreeViewConfiguration.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorTreeViewConfiguration.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView.impl; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorViewTextExporter.java b/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorViewTextExporter.java index d6953d9c1a..97fe34402c 100644 --- a/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorViewTextExporter.java +++ b/platform/platform-impl/src/com/intellij/ide/errorTreeView/impl/ErrorViewTextExporter.java @@ -1,3 +1,18 @@ +/* + * 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.ide.errorTreeView.impl; import com.intellij.ide.ExporterToTextFile; diff --git a/platform/platform-impl/src/com/intellij/ide/highlighter/ArchiveFileType.java b/platform/platform-impl/src/com/intellij/ide/highlighter/ArchiveFileType.java dissimilarity index 62% index 3d0b32891f..de21b733bd 100644 --- a/platform/platform-impl/src/com/intellij/ide/highlighter/ArchiveFileType.java +++ b/platform/platform-impl/src/com/intellij/ide/highlighter/ArchiveFileType.java @@ -1,75 +1,59 @@ -/* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - */ -package com.intellij.ide.highlighter; - -import com.intellij.ide.IdeBundle; -import com.intellij.openapi.fileTypes.FileType; -import com.intellij.openapi.util.IconLoader; -import com.intellij.openapi.vfs.VirtualFile; -import org.jetbrains.annotations.NotNull; - -import javax.swing.*; - -public class ArchiveFileType implements FileType { - private static final Icon ICON = IconLoader.getIcon("/fileTypes/archive.png"); - - @NotNull - public String getName() { - return "ARCHIVE"; - } - - @NotNull - public String getDescription() { - return IdeBundle.message("filetype.description.archive.files"); - } - - @NotNull - public String getDefaultExtension() { - return ""; - } - - public Icon getIcon() { - return ICON; - } - - public boolean isBinary() { - return true; - } - - public boolean isReadOnly() { - return false; - } - - public String getCharset(@NotNull VirtualFile file, final byte[] content) { - return null; - } -} \ No newline at end of file +/* + * 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.ide.highlighter; + +import com.intellij.ide.IdeBundle; +import com.intellij.openapi.fileTypes.FileType; +import com.intellij.openapi.util.IconLoader; +import com.intellij.openapi.vfs.VirtualFile; +import org.jetbrains.annotations.NotNull; + +import javax.swing.*; + +public class ArchiveFileType implements FileType { + private static final Icon ICON = IconLoader.getIcon("/fileTypes/archive.png"); + + @NotNull + public String getName() { + return "ARCHIVE"; + } + + @NotNull + public String getDescription() { + return IdeBundle.message("filetype.description.archive.files"); + } + + @NotNull + public String getDefaultExtension() { + return ""; + } + + public Icon getIcon() { + return ICON; + } + + public boolean isBinary() { + return true; + } + + public boolean isReadOnly() { + return false; + } + + public String getCharset(@NotNull VirtualFile file, final byte[] content) { + return null; + } +} \ No newline at end of file diff --git a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/SyntaxTable.java b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/SyntaxTable.java index dc18579dc0..e17ef84499 100644 --- a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/SyntaxTable.java +++ b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/SyntaxTable.java @@ -1,3 +1,18 @@ +/* + * 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.ide.highlighter.custom; import java.util.Set; diff --git a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/CustomFileTypeEditor.java b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/CustomFileTypeEditor.java index 3e32ef39c1..5fc24a9606 100644 --- a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/CustomFileTypeEditor.java +++ b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/CustomFileTypeEditor.java @@ -1,3 +1,18 @@ +/* + * 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.ide.highlighter.custom.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ModifyKeywordDialog.java b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ModifyKeywordDialog.java index 098773dc91..67ae5d6324 100644 --- a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ModifyKeywordDialog.java +++ b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ModifyKeywordDialog.java @@ -1,3 +1,18 @@ +/* + * 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.ide.highlighter.custom.impl; import com.intellij.openapi.ui.DialogWrapper; diff --git a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ReadFileType.java b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ReadFileType.java index 61e4b11529..bc63896eda 100644 --- a/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ReadFileType.java +++ b/platform/platform-impl/src/com/intellij/ide/highlighter/custom/impl/ReadFileType.java @@ -1,3 +1,18 @@ +/* + * 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.ide.highlighter.custom.impl; import com.intellij.ide.highlighter.custom.SyntaxTable; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/CommonActionsManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/impl/CommonActionsManagerImpl.java index a669854627..6f57a5ff7c 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/CommonActionsManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/CommonActionsManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl; import com.intellij.ide.*; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/ContentManagerWatcher.java b/platform/platform-impl/src/com/intellij/ide/impl/ContentManagerWatcher.java index 178a94f9a4..ac59ecef52 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/ContentManagerWatcher.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/ContentManagerWatcher.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl; import com.intellij.openapi.wm.ToolWindow; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/DataManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/impl/DataManagerImpl.java index d2eb655111..8a64a2cc85 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/DataManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/DataManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/DataValidator.java b/platform/platform-impl/src/com/intellij/ide/impl/DataValidator.java index b1a05b845f..f3a307bf52 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/DataValidator.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/DataValidator.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/ProjectUtil.java b/platform/platform-impl/src/com/intellij/ide/impl/ProjectUtil.java index 8c329662c6..5b938ba844 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/ProjectUtil.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/ProjectUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/SelectInEditorManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/impl/SelectInEditorManagerImpl.java index 22a8750380..b97cbc23fc 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/SelectInEditorManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/SelectInEditorManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl; import com.intellij.ide.SelectInEditorManager; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/TypeSafeDataProviderAdapter.java b/platform/platform-impl/src/com/intellij/ide/impl/TypeSafeDataProviderAdapter.java index 0e8070accf..dc94380c80 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/TypeSafeDataProviderAdapter.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/TypeSafeDataProviderAdapter.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CopyProviderRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CopyProviderRule.java index ab1349b5c4..5f6df26679 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CopyProviderRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CopyProviderRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.ide.CopyProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CutProviderRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CutProviderRule.java index c6bd7416f6..ca992ec2d5 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CutProviderRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/CutProviderRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.ide.CutProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileEditorRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileEditorRule.java index 3baa835c78..bf48775108 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileEditorRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileEditorRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileTextRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileTextRule.java index 10af240835..abbecb38d4 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileTextRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/FileTextRule.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Aug 16, 2002 diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/GetDataRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/GetDataRule.java index c4bda9b05b..acec313166 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/GetDataRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/GetDataRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.openapi.actionSystem.DataProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/InactiveEditorRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/InactiveEditorRule.java index 65062aedb0..2839e8c36a 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/InactiveEditorRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/InactiveEditorRule.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ide.impl.dataRules; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/NavigatableArrayRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/NavigatableArrayRule.java index 21fc02d09d..e755cd91fb 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/NavigatableArrayRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/NavigatableArrayRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/PasteProviderRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/PasteProviderRule.java index 8c05a9f401..6e6c7cbd8b 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/PasteProviderRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/PasteProviderRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.ide.PasteProvider; diff --git a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/ProjectFileDirectoryRule.java b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/ProjectFileDirectoryRule.java index 8d8e249ad8..b10f9cc686 100644 --- a/platform/platform-impl/src/com/intellij/ide/impl/dataRules/ProjectFileDirectoryRule.java +++ b/platform/platform-impl/src/com/intellij/ide/impl/dataRules/ProjectFileDirectoryRule.java @@ -1,3 +1,18 @@ +/* + * 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.ide.impl.dataRules; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/ActionInstallPlugin.java b/platform/platform-impl/src/com/intellij/ide/plugins/ActionInstallPlugin.java index 149e5ec3a2..9dc628dad2 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/ActionInstallPlugin.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/ActionInstallPlugin.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/ActionUninstallPlugin.java b/platform/platform-impl/src/com/intellij/ide/plugins/ActionUninstallPlugin.java index eda6486fd2..27fe731317 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/ActionUninstallPlugin.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/ActionUninstallPlugin.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/AvailablePluginsTableModel.java b/platform/platform-impl/src/com/intellij/ide/plugins/AvailablePluginsTableModel.java index 9d5fe884a8..8105b92333 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/AvailablePluginsTableModel.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/AvailablePluginsTableModel.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsTableModel.java b/platform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsTableModel.java index 96849ed53a..90fc6b7a49 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsTableModel.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsTableModel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginInstaller.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginInstaller.java index bbf8c59331..5cd36727a8 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginInstaller.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginInstaller.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerColumnInfo.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerColumnInfo.java index 84030ec320..84382fa57f 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerColumnInfo.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerColumnInfo.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurable.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurable.java index a9d40d79a3..53204f5816 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurable.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerMain.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerMain.java index 5dfa856afc..b043800ecf 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerMain.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerMain.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerUISettings.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerUISettings.java index 9c4853a240..005bb98bc7 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerUISettings.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerUISettings.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginNode.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginNode.java index ee6daa3271..c5fcd1d51e 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginNode.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginNode.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.openapi.components.ComponentConfig; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginTable.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginTable.java index a175c37c22..856c451a34 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginTable.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginTable.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ui.TableUtil; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/PluginTableModel.java b/platform/platform-impl/src/com/intellij/ide/plugins/PluginTableModel.java index 8fc4d947ca..e99d52a0a6 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/PluginTableModel.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/PluginTableModel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.openapi.extensions.PluginId; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryContentHandler.java b/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryContentHandler.java index d2ef83ea01..af06f44fab 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryContentHandler.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryContentHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.openapi.extensions.PluginId; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryHelper.java b/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryHelper.java index efcff2d5cd..0229c95d9b 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryHelper.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/RepositoryHelper.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/RootPluginDescriptor.java b/platform/platform-impl/src/com/intellij/ide/plugins/RootPluginDescriptor.java index 0df05362d6..30cdb63433 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/RootPluginDescriptor.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/RootPluginDescriptor.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2005 JetBrains s.r.o. All Rights Reserved. + * 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.ide.plugins; diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/SortableProvider.java b/platform/platform-impl/src/com/intellij/ide/plugins/SortableProvider.java index 3cc2f48100..489fd647f5 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/SortableProvider.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/SortableProvider.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; /** diff --git a/platform/platform-impl/src/com/intellij/ide/plugins/TableColumnsProportionData.java b/platform/platform-impl/src/com/intellij/ide/plugins/TableColumnsProportionData.java index 64dead5575..37252039b9 100644 --- a/platform/platform-impl/src/com/intellij/ide/plugins/TableColumnsProportionData.java +++ b/platform/platform-impl/src/com/intellij/ide/plugins/TableColumnsProportionData.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/ide/reporter/ConnectionException.java b/platform/platform-impl/src/com/intellij/ide/reporter/ConnectionException.java index 3a1cc336d5..7bd9b76e8d 100644 --- a/platform/platform-impl/src/com/intellij/ide/reporter/ConnectionException.java +++ b/platform/platform-impl/src/com/intellij/ide/reporter/ConnectionException.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.reporter; diff --git a/platform/platform-impl/src/com/intellij/ide/startup/BackgroundableCacheUpdater.java b/platform/platform-impl/src/com/intellij/ide/startup/BackgroundableCacheUpdater.java index bb608a753e..35e9f164ed 100644 --- a/platform/platform-impl/src/com/intellij/ide/startup/BackgroundableCacheUpdater.java +++ b/platform/platform-impl/src/com/intellij/ide/startup/BackgroundableCacheUpdater.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.startup; diff --git a/platform/platform-impl/src/com/intellij/ide/startup/StartupManagerEx.java b/platform/platform-impl/src/com/intellij/ide/startup/StartupManagerEx.java index af905afcb9..f8fea69298 100644 --- a/platform/platform-impl/src/com/intellij/ide/startup/StartupManagerEx.java +++ b/platform/platform-impl/src/com/intellij/ide/startup/StartupManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.ide.startup; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/ide/startup/impl/FileSystemSynchronizerImpl.java b/platform/platform-impl/src/com/intellij/ide/startup/impl/FileSystemSynchronizerImpl.java index 4cb6c90f4b..025848c91e 100644 --- a/platform/platform-impl/src/com/intellij/ide/startup/impl/FileSystemSynchronizerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/startup/impl/FileSystemSynchronizerImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.startup.impl; diff --git a/platform/platform-impl/src/com/intellij/ide/startup/impl/StartupManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/startup/impl/StartupManagerImpl.java index 11e0a36828..e8c8147a50 100644 --- a/platform/platform-impl/src/com/intellij/ide/startup/impl/StartupManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/startup/impl/StartupManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.startup.impl; import com.intellij.ide.startup.StartupManagerEx; diff --git a/platform/platform-impl/src/com/intellij/ide/startupWizard/SelectPluginsStep.java b/platform/platform-impl/src/com/intellij/ide/startupWizard/SelectPluginsStep.java index 5f4f7a1ac0..9650896972 100644 --- a/platform/platform-impl/src/com/intellij/ide/startupWizard/SelectPluginsStep.java +++ b/platform/platform-impl/src/com/intellij/ide/startupWizard/SelectPluginsStep.java @@ -1,3 +1,18 @@ +/* + * 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.ide.startupWizard; import com.intellij.ide.plugins.IdeaPluginDescriptor; diff --git a/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizard.java b/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizard.java index 98c10aa269..e9b7a19462 100644 --- a/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizard.java +++ b/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizard.java @@ -1,3 +1,18 @@ +/* + * 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.ide.startupWizard; import com.intellij.ide.plugins.PluginManager; diff --git a/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardAction.java b/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardAction.java index a2aa0ffb6e..691e14807b 100644 --- a/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardAction.java +++ b/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardAction.java @@ -1,3 +1,18 @@ +/* + * 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.ide.startupWizard; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardModel.java b/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardModel.java index b927c895dc..a71da36b47 100644 --- a/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardModel.java +++ b/platform/platform-impl/src/com/intellij/ide/startupWizard/StartupWizardModel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.startupWizard; import com.intellij.ide.plugins.IdeaPluginDescriptor; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/AppearanceConfigurable.java b/platform/platform-impl/src/com/intellij/ide/ui/AppearanceConfigurable.java index 5ca0ef8704..ca6d6d1d70 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/AppearanceConfigurable.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/AppearanceConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/HeadlessLafManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/ui/HeadlessLafManagerImpl.java index 7024fc005d..d47adc806b 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/HeadlessLafManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/HeadlessLafManagerImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ide.ui; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/LafManagerImpl.java b/platform/platform-impl/src/com/intellij/ide/ui/LafManagerImpl.java index db0521f035..5a3e4e21f4 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/LafManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/LafManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/customization/ActionUrl.java b/platform/platform-impl/src/com/intellij/ide/ui/customization/ActionUrl.java index b1a0eaaf0f..9cea16dcc9 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/customization/ActionUrl.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/customization/ActionUrl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui.customization; import com.intellij.openapi.actionSystem.ActionGroup; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomActionsSchema.java b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomActionsSchema.java index 6b882c1063..26e5c28aef 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomActionsSchema.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomActionsSchema.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui.customization; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizableActionsPanel.java b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizableActionsPanel.java index c06b8be37f..a477d2ac39 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizableActionsPanel.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizableActionsPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui.customization; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationConfigurable.java b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationConfigurable.java index bb7080d584..951dc073a0 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationConfigurable.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui.customization; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationUtil.java b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationUtil.java index dfad5b9283..7312285f9f 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationUtil.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/customization/CustomizationUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ide.ui.customization; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/search/DefaultSearchableConfigurable.java b/platform/platform-impl/src/com/intellij/ide/ui/search/DefaultSearchableConfigurable.java index fe9f5a6811..40f219c866 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/search/DefaultSearchableConfigurable.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/search/DefaultSearchableConfigurable.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ide.ui.search; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/search/PorterStemmerUtil.java b/platform/platform-impl/src/com/intellij/ide/ui/search/PorterStemmerUtil.java index bac421f34b..c1dc0df849 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/search/PorterStemmerUtil.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/search/PorterStemmerUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 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. diff --git a/platform/platform-impl/src/com/intellij/ide/ui/search/SearchUtil.java b/platform/platform-impl/src/com/intellij/ide/ui/search/SearchUtil.java index dc371a2b18..2adfa61d05 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/search/SearchUtil.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/search/SearchUtil.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ide.ui.search; diff --git a/platform/platform-impl/src/com/intellij/ide/ui/search/SearchableOptionsRegistrarImpl.java b/platform/platform-impl/src/com/intellij/ide/ui/search/SearchableOptionsRegistrarImpl.java index 8af3d5420b..6c29be7e37 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/search/SearchableOptionsRegistrarImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/ui/search/SearchableOptionsRegistrarImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ide.ui.search; diff --git a/platform/platform-impl/src/com/intellij/ide/util/AppPropertiesComponentImpl.java b/platform/platform-impl/src/com/intellij/ide/util/AppPropertiesComponentImpl.java index 2960e67714..0262bc99e3 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/AppPropertiesComponentImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/util/AppPropertiesComponentImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.openapi.components.ApplicationComponent; diff --git a/platform/platform-impl/src/com/intellij/ide/util/ChooseElementsDialog.java b/platform/platform-impl/src/com/intellij/ide/util/ChooseElementsDialog.java index 80a6d09937..f4558bfa4b 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/ChooseElementsDialog.java +++ b/platform/platform-impl/src/com/intellij/ide/util/ChooseElementsDialog.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/ide/util/ElementsChooser.java b/platform/platform-impl/src/com/intellij/ide/util/ElementsChooser.java index 7072482fbc..d505e1c0a5 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/ElementsChooser.java +++ b/platform/platform-impl/src/com/intellij/ide/util/ElementsChooser.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.ui.ScrollPaneFactory; diff --git a/platform/platform-impl/src/com/intellij/ide/util/ExportToFileUtil.java b/platform/platform-impl/src/com/intellij/ide/util/ExportToFileUtil.java index 631a8d2935..50aef06206 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/ExportToFileUtil.java +++ b/platform/platform-impl/src/com/intellij/ide/util/ExportToFileUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/util/GotoLineNumberDialog.java b/platform/platform-impl/src/com/intellij/ide/util/GotoLineNumberDialog.java index 41b129c70d..ea6282d016 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/GotoLineNumberDialog.java +++ b/platform/platform-impl/src/com/intellij/ide/util/GotoLineNumberDialog.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/util/ProjectPropertiesComponentImpl.java b/platform/platform-impl/src/com/intellij/ide/util/ProjectPropertiesComponentImpl.java index 3f7951a334..25ecfaf75c 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/ProjectPropertiesComponentImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/util/ProjectPropertiesComponentImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.openapi.components.ProjectComponent; diff --git a/platform/platform-impl/src/com/intellij/ide/util/PropertiesComponentImpl.java b/platform/platform-impl/src/com/intellij/ide/util/PropertiesComponentImpl.java index d832fb97be..2ba64b19a7 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/PropertiesComponentImpl.java +++ b/platform/platform-impl/src/com/intellij/ide/util/PropertiesComponentImpl.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.ide.util; diff --git a/platform/platform-impl/src/com/intellij/ide/util/TipDialog.java b/platform/platform-impl/src/com/intellij/ide/util/TipDialog.java index f6f7a2590c..6542dae233 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/TipDialog.java +++ b/platform/platform-impl/src/com/intellij/ide/util/TipDialog.java @@ -1,4 +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.ide.util; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/ide/util/TipPanel.java b/platform/platform-impl/src/com/intellij/ide/util/TipPanel.java index 1dd541710d..7ae8551023 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/TipPanel.java +++ b/platform/platform-impl/src/com/intellij/ide/util/TipPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util; import com.intellij.featureStatistics.FeatureDescriptor; diff --git a/platform/platform-impl/src/com/intellij/ide/util/TipUIUtil.java b/platform/platform-impl/src/com/intellij/ide/util/TipUIUtil.java index 7efe326b22..f63177a381 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/TipUIUtil.java +++ b/platform/platform-impl/src/com/intellij/ide/util/TipUIUtil.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ide.util; diff --git a/platform/platform-impl/src/com/intellij/ide/util/treeView/AlphaComparator.java b/platform/platform-impl/src/com/intellij/ide/util/treeView/AlphaComparator.java index c57d6265b6..d389b5a033 100644 --- a/platform/platform-impl/src/com/intellij/ide/util/treeView/AlphaComparator.java +++ b/platform/platform-impl/src/com/intellij/ide/util/treeView/AlphaComparator.java @@ -1,3 +1,18 @@ +/* + * 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.ide.util.treeView; import java.util.Comparator; diff --git a/platform/platform-impl/src/com/intellij/idea/CommandLineApplication.java b/platform/platform-impl/src/com/intellij/idea/CommandLineApplication.java index fe2ed08c32..15a0949c27 100644 --- a/platform/platform-impl/src/com/intellij/idea/CommandLineApplication.java +++ b/platform/platform-impl/src/com/intellij/idea/CommandLineApplication.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.ide.impl.DataManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/idea/IdeaApplication.java b/platform/platform-impl/src/com/intellij/idea/IdeaApplication.java index 60eeb3e331..1068c54e6f 100644 --- a/platform/platform-impl/src/com/intellij/idea/IdeaApplication.java +++ b/platform/platform-impl/src/com/intellij/idea/IdeaApplication.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.ExtensionPoints; diff --git a/platform/platform-impl/src/com/intellij/idea/IdeaLogger.java b/platform/platform-impl/src/com/intellij/idea/IdeaLogger.java index c03c1288f2..9d36f6b2e7 100644 --- a/platform/platform-impl/src/com/intellij/idea/IdeaLogger.java +++ b/platform/platform-impl/src/com/intellij/idea/IdeaLogger.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.openapi.application.ApplicationInfo; diff --git a/platform/platform-impl/src/com/intellij/idea/IdeaTestApplication.java b/platform/platform-impl/src/com/intellij/idea/IdeaTestApplication.java index 9ec8a7bd09..5860b7857f 100644 --- a/platform/platform-impl/src/com/intellij/idea/IdeaTestApplication.java +++ b/platform/platform-impl/src/com/intellij/idea/IdeaTestApplication.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.ide.plugins.IdeaPluginDescriptor; diff --git a/platform/platform-impl/src/com/intellij/idea/Launcher.java b/platform/platform-impl/src/com/intellij/idea/Launcher.java index 8d304d8086..90c3c61308 100644 --- a/platform/platform-impl/src/com/intellij/idea/Launcher.java +++ b/platform/platform-impl/src/com/intellij/idea/Launcher.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import java.io.*; diff --git a/platform/platform-impl/src/com/intellij/idea/LoggerFactory.java b/platform/platform-impl/src/com/intellij/idea/LoggerFactory.java index a59cb4d3be..eda1fa84d7 100644 --- a/platform/platform-impl/src/com/intellij/idea/LoggerFactory.java +++ b/platform/platform-impl/src/com/intellij/idea/LoggerFactory.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.openapi.application.PathManager; diff --git a/platform/platform-impl/src/com/intellij/idea/SocketLock.java b/platform/platform-impl/src/com/intellij/idea/SocketLock.java index 505c23923b..54073deefe 100644 --- a/platform/platform-impl/src/com/intellij/idea/SocketLock.java +++ b/platform/platform-impl/src/com/intellij/idea/SocketLock.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/idea/StartupUtil.java b/platform/platform-impl/src/com/intellij/idea/StartupUtil.java index bbf06c825d..5d21651000 100644 --- a/platform/platform-impl/src/com/intellij/idea/StartupUtil.java +++ b/platform/platform-impl/src/com/intellij/idea/StartupUtil.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.openapi.application.ApplicationNamesInfo; diff --git a/platform/platform-impl/src/com/intellij/internal/ReloadProjectAction.java b/platform/platform-impl/src/com/intellij/internal/ReloadProjectAction.java index 329441379f..80dd75075c 100644 --- a/platform/platform-impl/src/com/intellij/internal/ReloadProjectAction.java +++ b/platform/platform-impl/src/com/intellij/internal/ReloadProjectAction.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.internal; diff --git a/platform/platform-impl/src/com/intellij/internal/RestartInfoAction.java b/platform/platform-impl/src/com/intellij/internal/RestartInfoAction.java index e0e5420fec..1a72294782 100644 --- a/platform/platform-impl/src/com/intellij/internal/RestartInfoAction.java +++ b/platform/platform-impl/src/com/intellij/internal/RestartInfoAction.java @@ -1,3 +1,18 @@ +/* + * 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.internal; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/internal/ToggleDumbModeAction.java b/platform/platform-impl/src/com/intellij/internal/ToggleDumbModeAction.java index 9b02f4a0f5..350e05bb67 100644 --- a/platform/platform-impl/src/com/intellij/internal/ToggleDumbModeAction.java +++ b/platform/platform-impl/src/com/intellij/internal/ToggleDumbModeAction.java @@ -1,3 +1,18 @@ +/* + * 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.internal; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/internal/encodings/DecodeBytesAction.java b/platform/platform-impl/src/com/intellij/internal/encodings/DecodeBytesAction.java index 59fc935dc3..ad4cd0b3f8 100644 --- a/platform/platform-impl/src/com/intellij/internal/encodings/DecodeBytesAction.java +++ b/platform/platform-impl/src/com/intellij/internal/encodings/DecodeBytesAction.java @@ -1,3 +1,18 @@ +/* + * 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.internal.encodings; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/internal/encodings/EncodingViewer.java b/platform/platform-impl/src/com/intellij/internal/encodings/EncodingViewer.java index 39917d7759..8beea507d6 100644 --- a/platform/platform-impl/src/com/intellij/internal/encodings/EncodingViewer.java +++ b/platform/platform-impl/src/com/intellij/internal/encodings/EncodingViewer.java @@ -1,3 +1,18 @@ +/* + * 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.internal.encodings; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/internal/focus/FocusDebuggerAction.java b/platform/platform-impl/src/com/intellij/internal/focus/FocusDebuggerAction.java index 12bc4c58ea..2fb19fadea 100644 --- a/platform/platform-impl/src/com/intellij/internal/focus/FocusDebuggerAction.java +++ b/platform/platform-impl/src/com/intellij/internal/focus/FocusDebuggerAction.java @@ -1,3 +1,18 @@ +/* + * 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.internal.focus; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/IdeNotificationArea.java b/platform/platform-impl/src/com/intellij/notification/impl/IdeNotificationArea.java index ad59b86e69..62e98c9b70 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/IdeNotificationArea.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/IdeNotificationArea.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/NotificationModel.java b/platform/platform-impl/src/com/intellij/notification/impl/NotificationModel.java index 1784b1532c..b9e1781c38 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/NotificationModel.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/NotificationModel.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.notification.Notification; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/NotificationModelListener.java b/platform/platform-impl/src/com/intellij/notification/impl/NotificationModelListener.java index 8ff199c434..d2ca5fecb8 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/NotificationModelListener.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/NotificationModelListener.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/NotificationSettings.java b/platform/platform-impl/src/com/intellij/notification/impl/NotificationSettings.java index 8a34364533..8854b3b590 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/NotificationSettings.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/NotificationSettings.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.notification.NotificationDisplayType; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfigurable.java b/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfigurable.java index fd813b9a3f..d4c8bc6804 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfigurable.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.notification.impl.ui.NotificationsConfigurablePanel; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfiguration.java b/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfiguration.java index 3753dadeca..20ec0db74c 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfiguration.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/NotificationsConfiguration.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.notification.Notification; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/NotificationsManagerImpl.java b/platform/platform-impl/src/com/intellij/notification/impl/NotificationsManagerImpl.java index 4a38116d95..ac076e5ece 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/NotificationsManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/NotificationsManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.notification.*; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ProjectNotificationsComponent.java b/platform/platform-impl/src/com/intellij/notification/impl/ProjectNotificationsComponent.java index 7460d3cb57..2b9270b432 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ProjectNotificationsComponent.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ProjectNotificationsComponent.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl; import com.intellij.notification.Notifications; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/actions/NotificationTestAction.java b/platform/platform-impl/src/com/intellij/notification/impl/actions/NotificationTestAction.java index 67e21d9176..5a9be92f87 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/actions/NotificationTestAction.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/actions/NotificationTestAction.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.actions; import com.intellij.notification.Notification; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationComponent.java b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationComponent.java index fbc0224e8e..c876faf73e 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationComponent.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationComponent.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.ui; import com.intellij.concurrency.JobScheduler; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsConfigurablePanel.java b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsConfigurablePanel.java index 64eaaf265b..c7c58ba225 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsConfigurablePanel.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsConfigurablePanel.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.ui; import com.intellij.notification.NotificationDisplayType; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsListPanel.java b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsListPanel.java index f66cef05a0..f7fa5cc529 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsListPanel.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsListPanel.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.ui; import com.intellij.notification.Notification; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsUtil.java b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsUtil.java index 63e648c065..b8d2aabebd 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsUtil.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ui/NotificationsUtil.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.ui; import com.intellij.notification.Notification; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButton.java b/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButton.java index 9582753c5c..23cd52a575 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButton.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButton.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButtonUI.java b/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButtonUI.java index 6b68fbead1..2341c7a6b8 100644 --- a/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButtonUI.java +++ b/platform/platform-impl/src/com/intellij/notification/impl/ui/StickyButtonUI.java @@ -1,3 +1,18 @@ +/* + * 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.notification.impl.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionButtonLook.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionButtonLook.java index ac52ff8060..35334d3184 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionButtonLook.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionButtonLook.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.ex; import com.intellij.openapi.actionSystem.ActionButtonComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionManagerEx.java index 7837579ba1..7d963bcab6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/ActionManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/AnActionListener.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/AnActionListener.java index d51c49bca8..879080c803 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/AnActionListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/AnActionListener.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 15, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickList.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickList.java index e2b914b6cb..da1b00c450 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickList.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickList.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickListsManager.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickListsManager.java index c1ca122268..5dbe027a04 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickListsManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/ex/QuickListsManager.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.ex; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButton.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButton.java index 9da0facabd..3fd1c3ed53 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButton.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButton.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButtonWithText.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButtonWithText.java index 0d423eab46..e693bc6899 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButtonWithText.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionButtonWithText.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionManagerImpl.java index fd0039746d..3d50db775f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenu.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenu.java index 765fbe1bae..ea4ea5d4f3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenu.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenu.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenuItem.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenuItem.java index a81034d3a2..b6420e24c5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenuItem.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionMenuItem.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPopupMenuImpl.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPopupMenuImpl.java index bc24f3888d..b004cc8a6a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPopupMenuImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPopupMenuImpl.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPreloader.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPreloader.java index e0bc9d0324..928b6a6adc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPreloader.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPreloader.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionToolbarImpl.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionToolbarImpl.java index e1ccfe656b..4fa570d010 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionToolbarImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionToolbarImpl.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ButtonToolbarImpl.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ButtonToolbarImpl.java index 9ed024a646..e8e3b98e58 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ButtonToolbarImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ButtonToolbarImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/IdeaActionButtonLook.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/IdeaActionButtonLook.java index 37616a9aba..dbfc86afbc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/IdeaActionButtonLook.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/IdeaActionButtonLook.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.ActionButtonComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/JBAwtEventQueueImpl.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/JBAwtEventQueueImpl.java index 40d3b6b4f0..750a7fa970 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/JBAwtEventQueueImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/JBAwtEventQueueImpl.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.JBAwtEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/PresentationFactory.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/PresentationFactory.java index 73ba23ed44..7138a5b6d0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/PresentationFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/PresentationFactory.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ProxyShortcutSet.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ProxyShortcutSet.java index e11592cc40..b627c13e0b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ProxyShortcutSet.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ProxyShortcutSet.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.Shortcut; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/SimpleDataContext.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/SimpleDataContext.java index 568fdca15b..cd979d6947 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/SimpleDataContext.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/SimpleDataContext.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/StubItem.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/StubItem.java index 4eef7b5f4c..31c850557e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/StubItem.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/StubItem.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/Utils.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/Utils.java index 2aa4df804a..1f2a950aff 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/Utils.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/Utils.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/WeakTimerListener.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/WeakTimerListener.java index bf3049b1eb..74b1cb077b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/WeakTimerListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/WeakTimerListener.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl; import com.intellij.openapi.actionSystem.ex.ActionManagerEx; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionBean.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionBean.java index 94ae36f5c6..82afa01e0d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionBean.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionGroupBean.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionGroupBean.java index 2c438b72b7..0bd75db341 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionGroupBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionGroupBean.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionManagerConfiguration.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionManagerConfiguration.java index b1296f4582..a83a088a57 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionManagerConfiguration.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionManagerConfiguration.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionReferenceBean.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionReferenceBean.java index 2c8bce28a7..12b6f22c6e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionReferenceBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/ActionReferenceBean.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/AddToGroupBean.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/AddToGroupBean.java index 223dd42d99..031295c8cc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/AddToGroupBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/AddToGroupBean.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/KeyboardShortcutBean.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/KeyboardShortcutBean.java index ad03bc529a..055c00f1cd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/KeyboardShortcutBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/KeyboardShortcutBean.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/SeparatorBean.java b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/SeparatorBean.java index 555f70d952..bf9544daf5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/SeparatorBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/config/SeparatorBean.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem.impl.config; import com.intellij.openapi.actionSystem.impl.ActionManagerImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/ConfigImportHelper.java b/platform/platform-impl/src/com/intellij/openapi/application/ConfigImportHelper.java index 7cfd4b6029..6bcb23278d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/ConfigImportHelper.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/ConfigImportHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/openapi/application/ImportOldConfigsPanel.java b/platform/platform-impl/src/com/intellij/openapi/application/ImportOldConfigsPanel.java index e3c42b1c93..9db1364884 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/ImportOldConfigsPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/ImportOldConfigsPanel.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/openapi/application/PluginPathManager.java b/platform/platform-impl/src/com/intellij/openapi/application/PluginPathManager.java index 8874d228d9..5e1869bb87 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/PluginPathManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/PluginPathManager.java @@ -1,3 +1,18 @@ +/* + * 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.application; import java.io.File; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationEx.java b/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationEx.java index 83467fa3f2..4607f2a864 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationEx.java @@ -1,3 +1,18 @@ +/* + * 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.application.ex; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationInfoEx.java b/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationInfoEx.java index a097950f11..18d105eefa 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationInfoEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationInfoEx.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Sep 16, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationManagerEx.java index 0e2140c4c3..0d43ab2172 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/ex/ApplicationManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.application.ex; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/ex/DecodeDefaultsUtil.java b/platform/platform-impl/src/com/intellij/openapi/application/ex/DecodeDefaultsUtil.java index a31dc335ff..8b4eb180c6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/ex/DecodeDefaultsUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/ex/DecodeDefaultsUtil.java @@ -1,3 +1,18 @@ +/* + * 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.application.ex; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationImpl.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationImpl.java index 087a360d5b..502b89ba5d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationImpl.java @@ -1,3 +1,18 @@ +/* + * 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.application.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationInfoImpl.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationInfoImpl.java index 86e0e772e3..a0a86d0477 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationInfoImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/ApplicationInfoImpl.java @@ -1,4 +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.application.impl; import com.intellij.openapi.application.ApplicationNamesInfo; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/ConfirmExitDialog.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/ConfirmExitDialog.java index 0b7c08f223..f1cc095cb9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/ConfirmExitDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/ConfirmExitDialog.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.application.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/LaterInvocator.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/LaterInvocator.java index a396452122..e48983837d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/LaterInvocator.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/LaterInvocator.java @@ -1,3 +1,18 @@ +/* + * 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.application.impl; import com.intellij.ide.IdeEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityInvokatorImpl.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityInvokatorImpl.java index ace22a1fb3..0420f4804e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityInvokatorImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityInvokatorImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.application.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityStateEx.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityStateEx.java index c5b0bfde37..533b4b22f7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityStateEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/ModalityStateEx.java @@ -1,3 +1,18 @@ +/* + * 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.application.impl; import com.intellij.openapi.application.ModalityState; diff --git a/platform/platform-impl/src/com/intellij/openapi/application/impl/Win32Restarter.java b/platform/platform-impl/src/com/intellij/openapi/application/impl/Win32Restarter.java index 20cdab1352..b6fa35e9da 100644 --- a/platform/platform-impl/src/com/intellij/openapi/application/impl/Win32Restarter.java +++ b/platform/platform-impl/src/com/intellij/openapi/application/impl/Win32Restarter.java @@ -1,3 +1,18 @@ +/* + * 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.application.impl; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/CommandProcessorEx.java b/platform/platform-impl/src/com/intellij/openapi/command/CommandProcessorEx.java index e17754d8d7..deba1eec54 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/CommandProcessorEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/CommandProcessorEx.java @@ -1,3 +1,18 @@ +/* + * 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.command; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/CannotUndoReportDialog.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/CannotUndoReportDialog.java index 48c3d2239e..f56f638867 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/CannotUndoReportDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/CannotUndoReportDialog.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.command.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandMerger.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandMerger.java index 11196294bc..8e61bbb59e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandMerger.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandMerger.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.command.UndoConfirmationPolicy; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandProcessorImpl.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandProcessorImpl.java index 0a0d97a3bc..81a9f6531a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandProcessorImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/CommandProcessorImpl.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/CurrentEditorProvider.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/CurrentEditorProvider.java index ad4c3dcfc2..f1625270ee 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/CurrentEditorProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/CurrentEditorProvider.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.fileEditor.FileEditor; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByDocument.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByDocument.java index 689edf9712..7aad7fd299 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByDocument.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByDocument.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByVirtualFile.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByVirtualFile.java index 93e0ea5ee1..25c33c45aa 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByVirtualFile.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceByVirtualFile.java @@ -1,5 +1,5 @@ /* - * 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. diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceManagerImpl.java index bbea25e8b8..972895a78c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentReferenceManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentUndoProvider.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentUndoProvider.java index e3235e2dfc..2c628bf611 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentUndoProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/DocumentUndoProvider.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/DummyProject.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/DummyProject.java index f06b546cb7..0238d7a8b3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/DummyProject.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/DummyProject.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.components.BaseComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorAndState.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorAndState.java index 5010f1a154..835732de87 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorAndState.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorAndState.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.fileEditor.FileEditorState; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorChangeAction.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorChangeAction.java index cfeb000e4f..70e068e1d4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorChangeAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/EditorChangeAction.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.command.undo.DocumentReference; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/FocusBasedCurrentEditorProvider.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/FocusBasedCurrentEditorProvider.java index 2d9c3bdae1..e81732220e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/FocusBasedCurrentEditorProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/FocusBasedCurrentEditorProvider.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/NonUndoableAction.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/NonUndoableAction.java index 55696761fd..704f3c2196 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/NonUndoableAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/NonUndoableAction.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.command.undo.DocumentReference; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/Redo.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/Redo.java index ac240fc5c6..2aa86cb535 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/Redo.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/Redo.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/Undo.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/Undo.java index a68d748a19..bda80ab3ee 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/Undo.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/Undo.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoManagerImpl.java index 89937f5806..396a6552b9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoProvider.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoProvider.java index dcb062588c..c18753c874 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoProvider.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedo.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedo.java index 5f1f74754f..b23fe50990 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedo.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedo.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedoStacksHolder.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedoStacksHolder.java index dcc5319f53..8e98c1f57e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedoStacksHolder.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoRedoStacksHolder.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.openapi.command.undo.DocumentReference; diff --git a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoableGroup.java b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoableGroup.java index 5d8520db34..54402c0e77 100644 --- a/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoableGroup.java +++ b/platform/platform-impl/src/com/intellij/openapi/command/impl/UndoableGroup.java @@ -1,3 +1,18 @@ +/* + * 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.command.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/ExpandMacroToPathMap.java b/platform/platform-impl/src/com/intellij/openapi/components/ExpandMacroToPathMap.java index defdfccf4d..1d14bdb663 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/ExpandMacroToPathMap.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/ExpandMacroToPathMap.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.components; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/PathMacroManager.java b/platform/platform-impl/src/com/intellij/openapi/components/PathMacroManager.java index d5af7ffa82..7a8a18f79d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/PathMacroManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/PathMacroManager.java @@ -1,3 +1,18 @@ +/* + * 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.components; import com.intellij.application.options.ReplacePathToMacroMap; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/PathMacroMap.java b/platform/platform-impl/src/com/intellij/openapi/components/PathMacroMap.java index 46844d1153..ec3efbe7a0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/PathMacroMap.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/PathMacroMap.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.components; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/PathMacroSubstitutor.java b/platform/platform-impl/src/com/intellij/openapi/components/PathMacroSubstitutor.java index ce73910d61..ff5e2515f8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/PathMacroSubstitutor.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/PathMacroSubstitutor.java @@ -1,3 +1,18 @@ +/* + * 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.components; import org.jdom.Element; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/TrackingPathMacroSubstitutor.java b/platform/platform-impl/src/com/intellij/openapi/components/TrackingPathMacroSubstitutor.java index 1d8452d189..46a6d15f3d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/TrackingPathMacroSubstitutor.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/TrackingPathMacroSubstitutor.java @@ -1,3 +1,18 @@ +/* + * 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.components; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentManagerEx.java index 0ac6ac8b27..351589fb48 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.components.ex; import com.intellij.ide.plugins.IdeaPluginDescriptor; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentRegistrar.java b/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentRegistrar.java index a948e081fe..beea0ed63a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentRegistrar.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/ex/ComponentRegistrar.java @@ -1,3 +1,18 @@ +/* + * 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.components.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/ApplicationPathMacroManager.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/ApplicationPathMacroManager.java index 6784cb10ac..5c0a9850e3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/ApplicationPathMacroManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/ApplicationPathMacroManager.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/BasePathMacroManager.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/BasePathMacroManager.java index 42786531cc..e60ad95801 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/BasePathMacroManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/BasePathMacroManager.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; import com.intellij.application.options.PathMacrosImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/CachingComponentAdapter.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/CachingComponentAdapter.java index 5387d6c598..db025b32d4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/CachingComponentAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/CachingComponentAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; import org.picocontainer.ComponentAdapter; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerConfigurator.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerConfigurator.java index 979f75132d..888a8b9cb8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerConfigurator.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerConfigurator.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; import com.intellij.ide.plugins.IdeaPluginDescriptor; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerImpl.java index d941aae2e5..4f9388fee6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/ComponentManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; import com.intellij.diagnostic.PluginException; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/ProjectPathMacroManager.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/ProjectPathMacroManager.java index d384412b89..202d640133 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/ProjectPathMacroManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/ProjectPathMacroManager.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; import com.intellij.application.options.PathMacrosImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/ServiceManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/ServiceManagerImpl.java index ecb418d67c..48026ddab7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/ServiceManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/ServiceManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ApplicationStoreImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ApplicationStoreImpl.java index 229196c3de..9edc9ceadf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ApplicationStoreImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ApplicationStoreImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.application.options.PathMacrosImpl; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BaseFileConfigurableStoreImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BaseFileConfigurableStoreImpl.java index 2f7e44c12b..ef8d09903f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BaseFileConfigurableStoreImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BaseFileConfigurableStoreImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.ComponentManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BatchUpdateListener.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BatchUpdateListener.java index 3c3df8a377..46742d5c86 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BatchUpdateListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/BatchUpdateListener.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.util.messages.Topic; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentRoamingManager.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentRoamingManager.java index 0ff2ab4c67..542ebd47e0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentRoamingManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentRoamingManager.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.RoamingType; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentStoreImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentStoreImpl.java index c7be8edf99..4b00cfe4bf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentStoreImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentStoreImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.diagnostic.IdeErrorsDialog; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionListener.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionListener.java index 57592f0560..f452d66f76 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionListener.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; public interface ComponentVersionListener { diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionProvider.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionProvider.java index fe2b55508d..f7778ffd8e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ComponentVersionProvider.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundExternalizationSession.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundExternalizationSession.java index 33f08d192e..f01ebe3fd1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundExternalizationSession.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundExternalizationSession.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.StateStorage; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundSaveSession.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundSaveSession.java index d4ace200d8..0127948aaf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundSaveSession.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/CompoundSaveSession.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.StateStorage; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultProjectStoreImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultProjectStoreImpl.java index 732e648bc8..e1b473d448 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultProjectStoreImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultProjectStoreImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultStateSerializer.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultStateSerializer.java index dea151a18f..f184b563de 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultStateSerializer.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultStateSerializer.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.StateStorage; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultsStateStorage.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultsStateStorage.java index e992df3d4b..dad6fa8f16 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultsStateStorage.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DefaultsStateStorage.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.application.ex.DecodeDefaultsUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DirectoryBasedStorage.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DirectoryBasedStorage.java index 49540c2b92..948ff4d364 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DirectoryBasedStorage.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/DirectoryBasedStorage.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.application.options.PathMacrosCollector; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/FileBasedStorage.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/FileBasedStorage.java index 80cd1bfe56..22af3f4bae 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/FileBasedStorage.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/FileBasedStorage.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IApplicationStore.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IApplicationStore.java index 42f0bf46ce..bcaea669d5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IApplicationStore.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IApplicationStore.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IComponentStore.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IComponentStore.java index 072988b3f4..be980a36e5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IComponentStore.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IComponentStore.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.StateStorage; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IModuleStore.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IModuleStore.java index 2f284e2812..bee6e771f5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IModuleStore.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IModuleStore.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IProjectStore.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IProjectStore.java index 57d76ce997..324c1c8239 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IProjectStore.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/IProjectStore.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.StateStorage; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/InvalidComponentDataException.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/InvalidComponentDataException.java index 2b25214060..189cf6c642 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/InvalidComponentDataException.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/InvalidComponentDataException.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.util.InvalidDataException; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/PlatformProjectStoreClassProvider.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/PlatformProjectStoreClassProvider.java index 7883f30fd5..9743d27e88 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/PlatformProjectStoreClassProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/PlatformProjectStoreClassProvider.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.project.impl.ProjectStoreClassProvider; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStateStorageManager.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStateStorageManager.java index fd45dc3527..73d054ed79 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStateStorageManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStateStorageManager.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.application.PathManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStoreImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStoreImpl.java index 8368de5e10..1a6a45ca37 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStoreImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/ProjectStoreImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/RoamingTypeExtensionPointBean.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/RoamingTypeExtensionPointBean.java index 9666ab16a5..edf8af9edc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/RoamingTypeExtensionPointBean.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/RoamingTypeExtensionPointBean.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.util.xmlb.annotations.Attribute; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManager.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManager.java index b583603b7d..0616086ded 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManager.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.components.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManagerImpl.java index 7bc0664ec1..bcbf5630e7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StateStorageManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StorageUtil.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StorageUtil.java index 6c9d7c32db..88f8954638 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StorageUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StorageUtil.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.openapi.application.ApplicationInfo; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StoresFactory.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StoresFactory.java index efce99d23d..18ad00dac9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StoresFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/StoresFactory.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; public class StoresFactory { diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/UnknownMacroNotification.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/UnknownMacroNotification.java index 4f71890290..78ae0d215a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/UnknownMacroNotification.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/UnknownMacroNotification.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.notification.Notification; diff --git a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/XmlElementStorage.java b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/XmlElementStorage.java index 9cb39d0a2e..2c9bfc0194 100644 --- a/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/XmlElementStorage.java +++ b/platform/platform-impl/src/com/intellij/openapi/components/impl/stores/XmlElementStorage.java @@ -1,3 +1,18 @@ +/* + * 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.components.impl.stores; import com.intellij.application.options.PathMacrosCollector; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/BaseDiffAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/BaseDiffAction.java index 2ce0fe7136..bfd5768e39 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/BaseDiffAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/BaseDiffAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareClipboardWithSelection.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareClipboardWithSelection.java index ad3039d68d..12e49e3c18 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareClipboardWithSelection.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareClipboardWithSelection.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFileWithEditor.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFileWithEditor.java index 505773f3f0..7acf5353aa 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFileWithEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFileWithEditor.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFiles.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFiles.java index 02da84bc93..894e6b7fca 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFiles.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/CompareFiles.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffActions.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffActions.java index 1b5c3aa756..3d5a2646ad 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffActions.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffActions.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffWalkerAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffWalkerAction.java index 0ee6650f92..90d256061b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffWalkerAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/DiffWalkerAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/FocusOppositePaneAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/FocusOppositePaneAction.java index 011acf084d..1b12338158 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/FocusOppositePaneAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/FocusOppositePaneAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/IgnoreWhiteSpacesAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/IgnoreWhiteSpacesAction.java index 079d3bda19..9356e5eb3d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/IgnoreWhiteSpacesAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/IgnoreWhiteSpacesAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeActionGroup.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeActionGroup.java index 45e7c9a1c6..2a5779cdcb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeActionGroup.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeActionGroup.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeFilesAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeFilesAction.java index cfb4864da9..37e5038f60 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeFilesAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeFilesAction.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeOperations.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeOperations.java index 47c053c10e..bf5b3f869d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeOperations.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/MergeOperations.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/NextDiffAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/NextDiffAction.java index b28ee57f71..abbac159b2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/NextDiffAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/NextDiffAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/actions/PreviousDiffAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/actions/PreviousDiffAction.java index 3afc3d3917..d4191de70a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/actions/PreviousDiffAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/actions/PreviousDiffAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.actions; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffContentFactory.java b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffContentFactory.java index 10ab92b91a..44bc0b7f0a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffContentFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffContentFactory.java @@ -1,3 +1,18 @@ +/* + * 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.diff.ex; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffFragment.java b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffFragment.java index 504b3060ce..c6db5b0315 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffFragment.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffFragment.java @@ -1,3 +1,18 @@ +/* + * 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.diff.ex; public class DiffFragment { diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelEx.java b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelEx.java index 05c943fd6d..34cd9dae55 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelEx.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Jul 31, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelOptions.java b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelOptions.java index 5ec1962fbb..ba46d2d966 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelOptions.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffPanelOptions.java @@ -1,3 +1,18 @@ +/* + * 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.diff.ex; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffStatusBar.java b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffStatusBar.java index 998b287f1e..a8e9290bbd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffStatusBar.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/ex/DiffStatusBar.java @@ -1,3 +1,18 @@ +/* + * 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.diff.ex; import com.intellij.openapi.editor.colors.EditorColorsManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/ComparisonPolicy.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/ComparisonPolicy.java index e7421fd023..14ed3b76c2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/ComparisonPolicy.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/ComparisonPolicy.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/ContentChangeListener.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/ContentChangeListener.java index ef0697b563..d7b6ae4fd9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/ContentChangeListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/ContentChangeListener.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/CurrentLineMarker.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/CurrentLineMarker.java index 28d8b84a8d..1f7a5d491d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/CurrentLineMarker.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/CurrentLineMarker.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffFragmentBuilder.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffFragmentBuilder.java index cd77969872..d499823eab 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffFragmentBuilder.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffFragmentBuilder.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Class DiffFragmentBuilder * @author Jeka */ diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactory.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactory.java index 8d4ca635d1..0bd3169b51 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactory.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.editor.highlighter.EditorHighlighter; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactoryImpl.java index f2d37514dc..bf12345edf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffHighlighterFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.editor.highlighter.EditorHighlighter; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffPanelImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffPanelImpl.java index 3df54eb657..7cbc297d3c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffPanelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffPanelImpl.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffRange.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffRange.java index 6a8266b0a5..e31d31e798 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffRange.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffRange.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSideView.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSideView.java index a6f3bcc81f..982f310103 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSideView.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSideView.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSidesContainer.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSidesContainer.java index 21ca98d77e..03bbd9c9fd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSidesContainer.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSidesContainer.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.fileEditor.OpenFileDescriptor; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSplitter.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSplitter.java index b2d46f5ce2..9a5badd107 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSplitter.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffSplitter.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.diff.impl.splitter.DiffDividerPaint; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarComponent.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarComponent.java index 3cf5fbe3ca..5716aa6a54 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarComponent.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarComponent.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.diff.DiffRequest; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarImpl.java index 64bf3e07e1..6375ee6fed 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffToolbarImpl.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffUtil.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffUtil.java index d4e61e3846..d0601ba5c9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffUtil.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffVersionComponent.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffVersionComponent.java index 4522c9e341..63fe4c70e7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffVersionComponent.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/DiffVersionComponent.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditingSides.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditingSides.java index a02c3ba388..17f29833b4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditingSides.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditingSides.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.diff.impl.highlighting.FragmentSide; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditorSource.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditorSource.java index 7d02277e41..470feb3e39 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditorSource.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/EditorSource.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/FrameWrapper.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/FrameWrapper.java index f9263aee85..9205af2bd5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/FrameWrapper.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/FrameWrapper.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/Rediffers.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/Rediffers.java index c325742f74..a29e519301 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/Rediffers.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/Rediffers.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/TwoSidesContainer.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/TwoSidesContainer.java index abb0d6aa7f..83e5d45b22 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/TwoSidesContainer.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/TwoSidesContainer.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BaseExternalTool.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BaseExternalTool.java index 71aba338bf..9a4b0b55bb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BaseExternalTool.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BaseExternalTool.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.execution.ExecutionException; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BinaryDiffTool.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BinaryDiffTool.java index 8f26317fef..a4ea8a1a71 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BinaryDiffTool.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/BinaryDiffTool.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/CompositeDiffTool.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/CompositeDiffTool.java index 9433c88fda..58b430f424 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/CompositeDiffTool.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/CompositeDiffTool.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffManagerImpl.java index cdff2b2189..043258a01e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.execution.configurations.GeneralCommandLine; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffOptionsForm.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffOptionsForm.java index dd4525a994..d281225265 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffOptionsForm.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/DiffOptionsForm.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.openapi.diff.DiffBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFiles.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFiles.java index 07ab2f69fa..6497dafcfc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFiles.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFiles.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.openapi.diff.DiffContent; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFolders.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFolders.java index ee789ad1b6..04cfb096b5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFolders.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/ExtCompareFolders.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.openapi.diff.DiffRequest; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/FrameDiffTool.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/FrameDiffTool.java index 638415cf1e..7245297d19 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/FrameDiffTool.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/external/FrameDiffTool.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.external; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/Fragment.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/Fragment.java index 090e061dd4..e79d62e10e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/Fragment.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/Fragment.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.fragments; import com.intellij.openapi.diff.impl.highlighting.DiffMarkup; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentList.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentList.java index b6371af79e..8274d024f4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentList.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentList.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.fragments; import com.intellij.openapi.diff.impl.highlighting.FragmentSide; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentListImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentListImpl.java index af336a3e68..056b386fa2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentListImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/FragmentListImpl.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.fragments; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/InlineFragment.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/InlineFragment.java index 9a7ee89009..ae70e6bf3f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/InlineFragment.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/InlineFragment.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.fragments; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineBlock.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineBlock.java index fe84bf1f04..69d4b66365 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineBlock.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineBlock.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.fragments; import com.intellij.openapi.diff.impl.util.TextDiffType; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineFragment.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineFragment.java index 13a28ee8d5..144395a19c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineFragment.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/fragments/LineFragment.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.fragments; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/BufferedStringList.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/BufferedStringList.java index 879558b517..d0a8441960 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/BufferedStringList.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/BufferedStringList.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.util.ArrayUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffMarkup.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffMarkup.java index 66cc1052ec..40b9ae7176 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffMarkup.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffMarkup.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffPanelState.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffPanelState.java index 66e03a6efe..6de15eeee1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffPanelState.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/DiffPanelState.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/EditorPlaceHolder.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/EditorPlaceHolder.java index 5ee6dd8371..6b836eee83 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/EditorPlaceHolder.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/EditorPlaceHolder.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/FragmentSide.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/FragmentSide.java index 54a42287ee..8119a53df8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/FragmentSide.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/FragmentSide.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineBlockDivider.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineBlockDivider.java index 568a6169b0..3061a6ef8f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineBlockDivider.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineBlockDivider.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineRenderer.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineRenderer.java index 7bb68f99d6..9cc36b2972 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineRenderer.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/LineRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/List2D.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/List2D.java index cb8f88d8a7..f57d127fdb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/List2D.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/List2D.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/SimpleDiffPanelState.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/SimpleDiffPanelState.java index 6c2edd8872..a03ed667b7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/SimpleDiffPanelState.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/SimpleDiffPanelState.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/Util.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/Util.java index b6a5995607..d0e72eff5b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/Util.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/highlighting/Util.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.highlighting; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/Change.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/Change.java index 6be4bfa347..5c92f9475b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/Change.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/Change.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeCounter.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeCounter.java index c167788b98..24ecfef705 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeCounter.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeCounter.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeList.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeList.java index 2db54613cd..fc2bd54376 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeList.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeList.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeType.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeType.java index 8f274cbfe2..e444ae6765 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeType.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ChangeType.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ConflictChange.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ConflictChange.java index de1e9934c4..f7a8f6e2a5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ConflictChange.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ConflictChange.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diff.impl.highlighting.FragmentSide; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/DiffRangeMarker.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/DiffRangeMarker.java index b7aa52b7ef..57e18d288b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/DiffRangeMarker.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/DiffRangeMarker.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilder.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilder.java index 2da335d25b..10cbbabd69 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilder.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeBuilder.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diff.impl.highlighting.FragmentSide; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeConflict.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeConflict.java index 859fe09a67..85f31b07c8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeConflict.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeConflict.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeList.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeList.java index 2fceafee73..08961b5371 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeList.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeList.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeSearchHelper.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeSearchHelper.java index 8a2a1e556b..5d57adf66c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeSearchHelper.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/MergeSearchHelper.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/SimpleChange.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/SimpleChange.java index bb391b52de..7aeea7b63e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/SimpleChange.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/SimpleChange.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/ApplyNonConflicts.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/ApplyNonConflicts.java index a126ffe8c4..901a82d692 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/ApplyNonConflicts.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/ApplyNonConflicts.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge.ui; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/EditorPlace.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/EditorPlace.java index 4c5977e4ca..7624bc5fd8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/EditorPlace.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/EditorPlace.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/MergePanel2.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/MergePanel2.java index 178f252f0b..2425300d28 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/MergePanel2.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/MergePanel2.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/OpenPartialDiffAction.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/OpenPartialDiffAction.java index 9966ff145e..6e81936f76 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/OpenPartialDiffAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/incrementalMerge/ui/OpenPartialDiffAction.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.incrementalMerge.ui; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/DiffRequestFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/DiffRequestFactoryImpl.java index 0be57439e1..e6fa6b5a98 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/DiffRequestFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/DiffRequestFactoryImpl.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeRequestImpl.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeRequestImpl.java index f511ff4fde..ae89c27050 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeRequestImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeRequestImpl.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.mergeTool; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeTool.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeTool.java index 1403bd3032..7a81ca08cd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeTool.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeTool.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.mergeTool; import com.intellij.openapi.diff.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeVersion.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeVersion.java index c6344896d3..bee802264a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeVersion.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/mergeTool/MergeVersion.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.mergeTool; import com.intellij.ide.highlighter.ModuleFileType; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/ByWord.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/ByWord.java index f267a8494f..23a153b3e2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/ByWord.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/ByWord.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffCorrection.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffCorrection.java index 23ae9e5a70..3b47b4c2c2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffCorrection.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffCorrection.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffFragmentsProcessor.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffFragmentsProcessor.java index 4e4cf6bab8..a4dad84c9c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffFragmentsProcessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffFragmentsProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffPolicy.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffPolicy.java index 99710468fe..b11a74abc9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffPolicy.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/DiffPolicy.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Formatting.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Formatting.java index 3f4b45de3f..39e0657e24 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Formatting.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Formatting.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.util.TextRange; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/FragmentsCollector.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/FragmentsCollector.java index 026175ef03..6cb92a49d0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/FragmentsCollector.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/FragmentsCollector.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/LineFragmentsCollector.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/LineFragmentsCollector.java index 8d031d333d..1397bf8ac4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/LineFragmentsCollector.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/LineFragmentsCollector.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diff.ex.DiffFragment; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/PreferWholeLines.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/PreferWholeLines.java index c813bc9902..edcac10b3e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/PreferWholeLines.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/PreferWholeLines.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/TextCompareProcessor.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/TextCompareProcessor.java index e3cb9de5c9..5278ff3c40 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/TextCompareProcessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/TextCompareProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/UniteSameType.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/UniteSameType.java index 76937c09f7..97f117c51c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/UniteSameType.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/UniteSameType.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Word.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Word.java index c55e93a6b8..3279fc4c15 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Word.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/processing/Word.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.processing; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DiffDividerPaint.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DiffDividerPaint.java index 23d5430be3..d00754fe91 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DiffDividerPaint.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DiffDividerPaint.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; import com.intellij.openapi.diff.impl.EditingSides; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DividerPoligon.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DividerPoligon.java index bd71958ac1..5669d1082c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DividerPoligon.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/DividerPoligon.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; import com.intellij.openapi.diff.impl.EditingSides; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/FoldingTransformation.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/FoldingTransformation.java index ee96ffc12f..cb55737295 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/FoldingTransformation.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/FoldingTransformation.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Interval.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Interval.java index 17f57ae935..3e24316087 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Interval.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Interval.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; import java.util.Comparator; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LineBlocks.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LineBlocks.java index 713e3499fc..5bfed8fa38 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LineBlocks.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LineBlocks.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LinearTransformation.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LinearTransformation.java index 6f8c948609..578788ecfc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LinearTransformation.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/LinearTransformation.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; class LinearTransformation implements Transformation { diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Transformation.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Transformation.java index 88d369afae..8bc4ade16e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Transformation.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Transformation.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; public interface Transformation { diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Trapezium.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Trapezium.java index 1044998278..d3b945392e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Trapezium.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/splitter/Trapezium.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.splitter; import com.intellij.openapi.diff.impl.highlighting.FragmentSide; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContentDocumentListener.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContentDocumentListener.java index 4524d4e95d..5e57225be6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContentDocumentListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContentDocumentListener.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContextLogger.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContextLogger.java index ca7c5823a7..0bb71db590 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContextLogger.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ContextLogger.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffDivider.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffDivider.java index 38c2655108..15ade80ec8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffDivider.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffDivider.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffPanelOutterComponent.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffPanelOutterComponent.java index 0a70814e09..e001f7518b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffPanelOutterComponent.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DiffPanelOutterComponent.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DocumentUtil.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DocumentUtil.java index 49f791835f..b1567ece92 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DocumentUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/DocumentUtil.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FocusDiffSide.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FocusDiffSide.java index 4450539e43..d5fa5276e1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FocusDiffSide.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FocusDiffSide.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FontSizeSynchronizer.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FontSizeSynchronizer.java index 14623ea8dc..6103f62cd6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FontSizeSynchronizer.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/FontSizeSynchronizer.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/GutterActionRenderer.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/GutterActionRenderer.java index fec856d2c0..2b80ba671c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/GutterActionRenderer.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/GutterActionRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/LabeledEditor.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/LabeledEditor.java index 9632cf7453..fc0c5714e0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/LabeledEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/LabeledEditor.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.diff.DiffBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/SyncScrollSupport.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/SyncScrollSupport.java index 2569b8b9b1..8cb5266086 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/SyncScrollSupport.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/SyncScrollSupport.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/TextDiffType.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/TextDiffType.java index 3fb0a590fe..a29f130cfe 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/TextDiffType.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/TextDiffType.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import com.intellij.openapi.diff.DiffBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ThreePanels.java b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ThreePanels.java index 472ba79f89..90c3572dab 100644 --- a/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ThreePanels.java +++ b/platform/platform-impl/src/com/intellij/openapi/diff/impl/util/ThreePanels.java @@ -1,3 +1,18 @@ +/* + * 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.diff.impl.util; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/EditorDropHandler.java b/platform/platform-impl/src/com/intellij/openapi/editor/EditorDropHandler.java index 1e31e796cd..067cf5272d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/EditorDropHandler.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/EditorDropHandler.java @@ -1,3 +1,18 @@ +/* + * 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.editor; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/BackspaceAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/BackspaceAction.java index 355e1cf440..24327465e8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/BackspaceAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/BackspaceAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/CopyAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/CopyAction.java index a72365bc19..6778516e3d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/CopyAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/CopyAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutAction.java index 63def96841..d2fd65cbcf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutLineEndAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutLineEndAction.java index ff48f60fe1..6e27c3eaa7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutLineEndAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/CutLineEndAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteAction.java index 0c844039b4..af8466bd92 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteLineAtCaretAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteLineAtCaretAction.java index 1a2826ca19..f0ffe2296c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteLineAtCaretAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteLineAtCaretAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordEndAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordEndAction.java index acf01ac300..ae6b408bc6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordEndAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordEndAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordStartAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordStartAction.java index 88e1f3c26f..e109e5b029 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordStartAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DeleteToWordStartAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DuplicateAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DuplicateAction.java index 2d74728420..bc1d90c8e7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/DuplicateAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/DuplicateAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/EditorActionUtil.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/EditorActionUtil.java index fa7e7e1899..aff8e62e15 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/EditorActionUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/EditorActionUtil.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 6, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/EnterAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/EnterAction.java index 80d4b43529..aa8ee94982 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/EnterAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/EnterAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/EscapeAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/EscapeAction.java index 2b8badc6fc..c84b3e667c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/EscapeAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/EscapeAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 15, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/InactiveEditorAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/InactiveEditorAction.java index 05424f00c3..f26b2f9db5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/InactiveEditorAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/InactiveEditorAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.editor.actions; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/IndentSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/IndentSelectionAction.java index bdebb606c0..f8cc2a258a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/IndentSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/IndentSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/JoinLinesAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/JoinLinesAction.java index f1c267e9d1..5d1ea9ab43 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/JoinLinesAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/JoinLinesAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 20, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndAction.java index c052a600a3..3f831ce5ce 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndWithSelectionAction.java index 0980795489..4c79c7b9c3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineEndWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartAction.java index 6f0158d469..e7cae7fff9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartWithSelectionAction.java index 744e21c128..67519fe8a2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/LineStartWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownAction.java index 6ab1939ad5..755154ffee 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownWithSelectionAction.java index 77c787070e..9f42927fbd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretDownWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftAction.java index b4ed83fd68..e8da5a9b46 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftOrRightHandler.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftOrRightHandler.java index b706b0d1c6..94665f8068 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftOrRightHandler.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftOrRightHandler.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.editor.actions; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftWithSelectionAction.java index 9fa71f8a8e..efede34746 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretLeftWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightAction.java index 978fefc2fd..f8ce4e2cb9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightWithSelectionAction.java index de6cfc9383..79347419e7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretRightWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpAction.java index f988e18712..ad598e0cda 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpWithSelectionAction.java index a4327ad28a..2ae7d5c1bf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveCaretUpWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownAndScrollAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownAndScrollAction.java index 8d81f53335..7d4a3d79f5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownAndScrollAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownAndScrollAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownWithSelectionAndScrollAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownWithSelectionAndScrollAction.java index 503db83d9c..bbf28baebf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownWithSelectionAndScrollAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveDownWithSelectionAndScrollAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpAndScrollAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpAndScrollAction.java index bb73279631..31e9d177f7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpAndScrollAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpAndScrollAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpWithSelectionAndScrollAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpWithSelectionAndScrollAction.java index 6aea7c98be..a6e0aa9025 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpWithSelectionAndScrollAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MoveUpWithSelectionAndScrollAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MultiplePasteAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MultiplePasteAction.java index 04fcbea578..4846893c04 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/MultiplePasteAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/MultiplePasteAction.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actions; import com.intellij.ide.CopyPasteManagerEx; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordAction.java index 4898a7aba5..bc0d6bc096 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordWithSelectionAction.java index 1b91af3461..3d2f6ae0b3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/NextWordWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomAction.java index 5a6e386518..662e0cfc6a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomWithSelectionAction.java index 54d44e935a..d0fd59c2be 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageBottomWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownAction.java index 1d339d9c78..09b8312ea9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownWithSelectionAction.java index 8499b4b9df..fa703dd030 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageDownWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopAction.java index f8b18639f8..336bfe3067 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopWithSelectionAction.java index ac6e6ac138..9fb8469033 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageTopWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpAction.java index 227bb6909d..0035e44254 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpWithSelectionAction.java index a65a985135..bd4ea45325 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PageUpWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteAction.java index 3c29a6cc70..b3ccaa42c9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteFromX11Action.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteFromX11Action.java index e6a3a1df13..b3e0ef248a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteFromX11Action.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PasteFromX11Action.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordAction.java index c5c392d53e..0a144d33ac 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordWithSelectionAction.java index 0a5b3b7226..b6adda0e07 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/PreviousWordWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollDownAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollDownAction.java index 450de02086..3435b5ef69 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollDownAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollDownAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollToCenterAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollToCenterAction.java index e96ebab359..234392adbe 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollToCenterAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollToCenterAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 16, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollUpAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollUpAction.java index f424792b93..acc05475a8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollUpAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ScrollUpAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/SelectLineAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/SelectLineAction.java index 64c995965a..a205b24d5a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/SelectLineAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/SelectLineAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 22, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/SimplePasteAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/SimplePasteAction.java index bbec19660e..9612b0d095 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/SimplePasteAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/SimplePasteAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/SplitLineAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/SplitLineAction.java index e059a8f162..4ff8945d99 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/SplitLineAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/SplitLineAction.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actions; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/StartNewLineAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/StartNewLineAction.java index 79904e1a8b..1c05cd796f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/StartNewLineAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/StartNewLineAction.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actions; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TabAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TabAction.java index d0d3a3fe33..a590a220f5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TabAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TabAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextComponentEditorAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextComponentEditorAction.java index 407c1959b1..ae531890e8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextComponentEditorAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextComponentEditorAction.java @@ -1,3 +1,18 @@ +/* + * 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.editor.actions; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndAction.java index da6227307d..60772df751 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndWithSelectionAction.java index d547da16d9..30df1b53b5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextEndWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartAction.java index cdf221af0e..837762954e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartWithSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartWithSelectionAction.java index e48af5ae10..28075f95f2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartWithSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/TextStartWithSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleCaseAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleCaseAction.java index d1d6d7b481..d3ae2925b1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleCaseAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleCaseAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 20, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleColumnModeAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleColumnModeAction.java index cf8742816b..10e4271dbd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleColumnModeAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleColumnModeAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleInsertStateAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleInsertStateAction.java index a2be5e9570..67d553921f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleInsertStateAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleInsertStateAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowLineNumbersAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowLineNumbersAction.java index 4a0f053a26..1eb9a311fe 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowLineNumbersAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowLineNumbersAction.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.editor.actions; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowWhitespacesAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowWhitespacesAction.java index a46af300fc..d9f1176ad0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowWhitespacesAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/ToggleShowWhitespacesAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnindentSelectionAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnindentSelectionAction.java index 2c28a1fb57..5834b1890d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnindentSelectionAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnindentSelectionAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 13, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnselectWordAtCaretAction.java b/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnselectWordAtCaretAction.java index e85aaa3fba..7f9f555927 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnselectWordAtCaretAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/actions/UnselectWordAtCaretAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: May 14, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/ex/DefaultColorSchemesManager.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/ex/DefaultColorSchemesManager.java index 711e538660..68ca75088c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/ex/DefaultColorSchemesManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/ex/DefaultColorSchemesManager.java @@ -1,3 +1,18 @@ +/* + * 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.editor.colors.ex; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/AbstractColorsScheme.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/AbstractColorsScheme.java index 1a537f4136..c81dcb7481 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/AbstractColorsScheme.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/AbstractColorsScheme.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/BundledColorSchemesProvider.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/BundledColorSchemesProvider.java index 7844b5bac5..1e47118c13 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/BundledColorSchemesProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/BundledColorSchemesProvider.java @@ -1,3 +1,18 @@ +/* + * 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.editor.colors.impl; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/DefaultColorsScheme.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/DefaultColorsScheme.java index cc76eeeb64..99023b7893 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/DefaultColorsScheme.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/DefaultColorsScheme.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsManagerImpl.java index aadf20d5e6..2cdc8837cf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsManagerImpl.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsSchemeImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsSchemeImpl.java index a2cf3b8577..0197a141bc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsSchemeImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/EditorColorsSchemeImpl.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsScheme.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsScheme.java index 709d6e92ac..43b1ed0521 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsScheme.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsScheme.java @@ -1,3 +1,18 @@ +/* + * 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.editor.colors.impl; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsSchemeImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsSchemeImpl.java index c80308e9e1..f7a777edb9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsSchemeImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/colors/impl/ReadOnlyColorsSchemeImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.colors.impl; import com.intellij.openapi.editor.colors.EditorColorsScheme; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentBulkUpdateListener.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentBulkUpdateListener.java index f77dfc27f1..f380a2453e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentBulkUpdateListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentBulkUpdateListener.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.editor.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentEx.java index 42c3ea4071..7af234fdb4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/DocumentEx.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditReadOnlyListener.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditReadOnlyListener.java index 64e2a339ee..0f2b7c4bcd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditReadOnlyListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditReadOnlyListener.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEventMulticasterEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEventMulticasterEx.java index 5952626e81..b3da73fa9d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEventMulticasterEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEventMulticasterEx.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.event.EditorEventMulticaster; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEx.java index 19fcf42af6..8a10e95653 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorEx.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.ide.CopyProvider; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorGutterComponentEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorGutterComponentEx.java index 9e1b7eeb83..7c25b20800 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorGutterComponentEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorGutterComponentEx.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.EditorGutter; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorMarkupModel.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorMarkupModel.java index f3af8eb56a..3e98518909 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorMarkupModel.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorMarkupModel.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorSettingsExternalizable.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorSettingsExternalizable.java index f25bee80cd..a229be13cf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorSettingsExternalizable.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/EditorSettingsExternalizable.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripTooltipRendererProvider.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripTooltipRendererProvider.java index 6d3d659d4b..f78f9eed91 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripTooltipRendererProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripTooltipRendererProvider.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.editor.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeAdapter.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeAdapter.java index f7dc0f2c2a..d4137b27f9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeEvent.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeEvent.java index 7aaba7beda..e6b29ce3e8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeEvent.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeEvent.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeListener.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeListener.java index 22cd783be8..1bdcf4b244 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/ErrorStripeListener.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import java.util.EventListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/FocusChangeListener.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/FocusChangeListener.java index 1eaad226bb..864d0506ca 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/FocusChangeListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/FocusChangeListener.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/FoldingModelEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/FoldingModelEx.java index 120f7b8b2d..54a8f18126 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/FoldingModelEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/FoldingModelEx.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.FoldRegion; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/LineIterator.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/LineIterator.java index 1e6a1affcc..a9548cd12b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/LineIterator.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/LineIterator.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/MarkupModelEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/MarkupModelEx.java index 1ae46ff354..c0d30ecbd1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/MarkupModelEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/MarkupModelEx.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex; import com.intellij.openapi.editor.impl.HighlighterList; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/PrioritizedDocumentListener.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/PrioritizedDocumentListener.java index 5fb0ebd478..e1d2fbda4a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/PrioritizedDocumentListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/PrioritizedDocumentListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeHighlighterEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeHighlighterEx.java index 857e80394a..f2c3a261ce 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeHighlighterEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeHighlighterEx.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 10, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeMarkerEx.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeMarkerEx.java index 13ac389816..73a83e0db2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeMarkerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/RangeMarkerEx.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 10, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EditorUtil.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EditorUtil.java index 5013b1726f..aa0435971c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EditorUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EditorUtil.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex.util; import com.intellij.openapi.application.Result; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EmptyEditorHighlighter.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EmptyEditorHighlighter.java index 08e79725fa..a839190de2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EmptyEditorHighlighter.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/EmptyEditorHighlighter.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex.util; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LexerEditorHighlighter.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LexerEditorHighlighter.java index 3201906674..cd0c587193 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LexerEditorHighlighter.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LexerEditorHighlighter.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex.util; import com.intellij.lexer.Lexer; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LimitedRangeHighlighterIterator.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LimitedRangeHighlighterIterator.java index 0435248f97..0a07d71316 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LimitedRangeHighlighterIterator.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/LimitedRangeHighlighterIterator.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex.util; import com.intellij.openapi.editor.highlighter.HighlighterIterator; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArray.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArray.java index 35fa7dd9d5..c935c12c33 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArray.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArray.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex.util; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArrayWithData.java b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArrayWithData.java index e4b0ad8e3f..9d67b04e4d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArrayWithData.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/ex/util/SegmentArrayWithData.java @@ -1,3 +1,18 @@ +/* + * 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.editor.ex.util; public class SegmentArrayWithData extends SegmentArray { diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactoryImpl.java index f363dc7fde..8fdb208e39 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/highlighter/EditorHighlighterFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.highlighter; import com.intellij.openapi.fileTypes.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/BorderEffect.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/BorderEffect.java index 0a503b4ee0..1c0ddfa433 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/BorderEffect.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/BorderEffect.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.LogicalPosition; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/CaretModelImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/CaretModelImpl.java index f073504d23..c89912f99f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/CaretModelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/CaretModelImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 18, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/CharArray.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/CharArray.java index 6ada8c80b4..837b73f76c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/CharArray.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/CharArray.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.event.DocumentEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/ComplementaryFontsRegistry.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/ComplementaryFontsRegistry.java index 29b985c7dd..44f4e7b332 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/ComplementaryFontsRegistry.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/ComplementaryFontsRegistry.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import gnu.trove.TIntHashSet; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/ContextMenuImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/ContextMenuImpl.java index c11aa0c095..9ce8e4438f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/ContextMenuImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/ContextMenuImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentImpl.java index 67aa852a7e..57537a3c73 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentMarkupModelManager.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentMarkupModelManager.java index f8b7abb0bb..3e8384ff3e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentMarkupModelManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/DocumentMarkupModelManager.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.components.ProjectComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorActionManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorActionManagerImpl.java index 485bc6e9ec..cdcceea472 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorActionManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorActionManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorComponentImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorComponentImpl.java index a0c18d1273..cd1fce386c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorComponentImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorComponentImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorFactoryImpl.java index fad2a04d55..36289b2211 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.injected.editor.DocumentWindow; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorGutterComponentImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorGutterComponentImpl.java index d51acbcefd..d15f70fe6f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorGutterComponentImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorGutterComponentImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 6, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java index 75f73cdf4a..4ccea3f46a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorMarkupModelImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorMarkupModelImpl.java index acbdada13a..ac754787dc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorMarkupModelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorMarkupModelImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Apr 19, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldRegionImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldRegionImpl.java index a379e2a539..3162ec67a7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldRegionImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldRegionImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Apr 22, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldingModelImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldingModelImpl.java index 7ffe24e0ba..5f364de8d7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldingModelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/FoldingModelImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 4, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/FontInfo.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/FontInfo.java index 51e3e61fd6..8b612758e4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/FontInfo.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/FontInfo.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import gnu.trove.TIntHashSet; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/HighlighterList.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/HighlighterList.java index 4d06f09c21..68fba26522 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/HighlighterList.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/HighlighterList.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/IterationState.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/IterationState.java index cf6ba165d7..f5e8a8c8ce 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/IterationState.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/IterationState.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.application.ex.ApplicationManagerEx; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/LeftHandScrollbarLayout.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/LeftHandScrollbarLayout.java index fadc7b9034..9145e2e61c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/LeftHandScrollbarLayout.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/LeftHandScrollbarLayout.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineIteratorImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineIteratorImpl.java index 5f6876a557..5507380fb0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineIteratorImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineIteratorImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.ex.LineIterator; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineSet.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineSet.java index 68da19533b..e2ccbea22d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineSet.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/LineSet.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/MarkupModelImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/MarkupModelImpl.java index e074f75037..1c11ac7077 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/MarkupModelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/MarkupModelImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Apr 19, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentLineMarker.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentLineMarker.java index 7fa938b281..380f8fc7d4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentLineMarker.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentLineMarker.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.event.DocumentEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentRangeMarker.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentRangeMarker.java index bc87e4b39a..2235bd6cb4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentRangeMarker.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/PersistentRangeMarker.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.event.DocumentEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeHighlighterImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeHighlighterImpl.java index 6886c7ff20..d9de2c9fdf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeHighlighterImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeHighlighterImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeIterator.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeIterator.java index 3236bd7187..9837464fbb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeIterator.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeIterator.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeMarkerImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeMarkerImpl.java index 7dd93da4b1..472e04a485 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeMarkerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/RangeMarkerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/ScrollingModelImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/ScrollingModelImpl.java index 842ee39fa2..2e9237cb06 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/ScrollingModelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/ScrollingModelImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 10, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/SelectionModelImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/SelectionModelImpl.java index bdd6dd0af8..6a40d9211d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/SelectionModelImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/SelectionModelImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Apr 19, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/SettingsImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/SettingsImpl.java index 6421188ab3..7aca891702 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/SettingsImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/SettingsImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Jun 19, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/VisibleEditorsTracker.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/VisibleEditorsTracker.java index 17c91f9f98..ddb0889e40 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/VisibleEditorsTracker.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/VisibleEditorsTracker.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/DocumentEventImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/DocumentEventImpl.java index f2e8ce0d7a..a6b9cc701a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/DocumentEventImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/DocumentEventImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl.event; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/EditorEventMulticasterImpl.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/EditorEventMulticasterImpl.java index 03283b148d..48d8126849 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/EditorEventMulticasterImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/EditorEventMulticasterImpl.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl.event; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelEvent.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelEvent.java index 625e216e9d..5e48c4e3d9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelEvent.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelEvent.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl.event; import com.intellij.openapi.editor.markup.MarkupModel; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelListener.java b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelListener.java index d20f6a2345..1cd0b01b53 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/impl/event/MarkupModelListener.java @@ -1,3 +1,18 @@ +/* + * 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.editor.impl.event; import java.util.EventListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/markup/MarkupEditorFilterFactory.java b/platform/platform-impl/src/com/intellij/openapi/editor/markup/MarkupEditorFilterFactory.java index c7f158f78c..557e3dcc46 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/markup/MarkupEditorFilterFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/markup/MarkupEditorFilterFactory.java @@ -1,3 +1,18 @@ +/* + * 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.editor.markup; import com.intellij.openapi.diff.DiffManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextAreaDocument.java b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextAreaDocument.java index 2cafe1af36..f61c83fd52 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextAreaDocument.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextAreaDocument.java @@ -1,3 +1,18 @@ +/* + * 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.editor.textarea; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentCaretModel.java b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentCaretModel.java index 382fe5d835..d9a606945e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentCaretModel.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentCaretModel.java @@ -1,3 +1,18 @@ +/* + * 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.editor.textarea; import com.intellij.openapi.editor.CaretModel; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentDocument.java b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentDocument.java index ec58e018e3..79057126e6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentDocument.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentDocument.java @@ -1,3 +1,18 @@ +/* + * 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.editor.textarea; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentEditor.java b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentEditor.java index 2dc883ef25..943e0260f4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentEditor.java @@ -1,3 +1,18 @@ +/* + * 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.editor.textarea; import com.intellij.openapi.editor.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentScrollingModel.java b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentScrollingModel.java index e6b8864b9a..e6a1aa865f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentScrollingModel.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentScrollingModel.java @@ -1,3 +1,18 @@ +/* + * 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.editor.textarea; import com.intellij.openapi.editor.ScrollingModel; diff --git a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentSelectionModel.java b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentSelectionModel.java index 4349f565e8..dff4311b47 100644 --- a/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentSelectionModel.java +++ b/platform/platform-impl/src/com/intellij/openapi/editor/textarea/TextComponentSelectionModel.java @@ -1,3 +1,18 @@ +/* + * 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.editor.textarea; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileChooserAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileChooserAction.java index 9fe96b017b..5070d00f98 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileChooserAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileChooserAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileDeleteAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileDeleteAction.java index 564f52c105..da1918d1c5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileDeleteAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/FileDeleteAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.ide.DeleteProvider; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoHomeAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoHomeAction.java index 352d29b1e4..139f0b1f3b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoHomeAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoHomeAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoProjectDirectory.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoProjectDirectory.java index 228b2c7ad0..75565ad8f1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoProjectDirectory.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/GotoProjectDirectory.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFileAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFileAction.java index b6634cc04a..b7f599b2d1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFileAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFileAction.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2007 JetBrains s.r.o. All Rights Reserved. + * 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.actions; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFolderAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFolderAction.java index 2ce581396a..7ac6db7280 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFolderAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/NewFolderAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/RefreshFileChooserAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/RefreshFileChooserAction.java index 0cb4b1cc78..c829a26834 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/RefreshFileChooserAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/RefreshFileChooserAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/ShowHiddensAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/ShowHiddensAction.java index b30aeeaf44..1c8a1c162b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/ShowHiddensAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/ShowHiddensAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/TooglePathShowingAction.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/TooglePathShowingAction.java index e6572eebbf..e7659d7bcc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/TooglePathShowingAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/TooglePathShowingAction.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/VirtualFileDeleteProvider.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/VirtualFileDeleteProvider.java index c9ddf187ed..572556aa98 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/VirtualFileDeleteProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/actions/VirtualFileDeleteProvider.java @@ -1,3 +1,18 @@ +/* + * 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.actions; import com.intellij.ide.DeleteProvider; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserDialogImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserDialogImpl.java index 31dbdcdc20..737802158f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserDialogImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserDialogImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserKeys.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserKeys.java index 2d1cfef318..79c0366c4b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserKeys.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileChooserKeys.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.openapi.actionSystem.DataKey; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileDrop.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileDrop.java index 58f044b39b..dd492b07d3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileDrop.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileDrop.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileLookup.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileLookup.java index 136727f1ad..3389965fc1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileLookup.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileLookup.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileNodeDescriptor.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileNodeDescriptor.java index 47dff0911e..b81cd1939b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileNodeDescriptor.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileNodeDescriptor.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.ide.util.treeView.NodeDescriptor; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSaverDialogImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSaverDialogImpl.java index 51894b019c..23ceff4d2f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSaverDialogImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSaverDialogImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.openapi.fileChooser.FileSystemTree; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeFactoryImpl.java index 1ef74b41d5..1a9de1a775 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeFactoryImpl.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeImpl.java index f90add0039..c233804d63 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileSystemTreeImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.ide.util.treeView.AbstractTreeBuilder; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileTextFieldImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileTextFieldImpl.java index 944dce9e82..ef2c684ad6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileTextFieldImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/FileTextFieldImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.codeInsight.hint.HintUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/LocalFsFinder.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/LocalFsFinder.java index fcff2351e1..a33f927ead 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/LocalFsFinder.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/LocalFsFinder.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.openapi.fileChooser.FileChooserDescriptor; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/RootFileElement.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/RootFileElement.java index dce68ba789..fb00382729 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/RootFileElement.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/ex/RootFileElement.java @@ -1,3 +1,18 @@ +/* + * 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.ex; import com.intellij.openapi.fileChooser.FileElement; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileChooserFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileChooserFactoryImpl.java index d7ff0228b0..2f8624a96d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileChooserFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileChooserFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileComparator.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileComparator.java index 6ace903a23..a78b783e03 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileComparator.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileComparator.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeBuilder.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeBuilder.java index f082917e13..b5bc328d7b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeBuilder.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeBuilder.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeStructure.java b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeStructure.java index c869e40987..d0c59ce3b5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeStructure.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileChooser/impl/FileTreeStructure.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. + */ + /** * @author Yura Cangea */ diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java index ab653285b5..8f155e8e5c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.ex; import com.intellij.openapi.fileEditor.FileEditor; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorProviderManager.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorProviderManager.java index 02a6213978..57301aed10 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorProviderManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/FileEditorProviderManager.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.ex; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/IdeDocumentHistory.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/IdeDocumentHistory.java index 14c2004811..61e1a64061 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/IdeDocumentHistory.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/ex/IdeDocumentHistory.java @@ -1,4 +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.fileEditor.ex; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorComposite.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorComposite.java index a556a8c35f..07845e46ad 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorComposite.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorComposite.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorHistoryManager.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorHistoryManager.java index 0aac28551f..c79d847c71 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorHistoryManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorHistoryManager.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabColorProvider.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabColorProvider.java index acd656a67e..babf76dd37 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabColorProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabColorProvider.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabTitleProvider.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabTitleProvider.java index 815390d101..e3531b05ca 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabTitleProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabTitleProvider.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabbedContainer.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabbedContainer.java index 8d42b39f28..0ee379ca3b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabbedContainer.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorTabbedContainer.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.ide.IdeEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWindow.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWindow.java index e4ddd60fa0..c0be493599 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWindow.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWindow.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.java index dda9f91430..d4536369e0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorsSplitters.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorsSplitters.java index ad81a592e7..e86e6426f0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorsSplitters.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorsSplitters.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.application.ModalityState; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileDocumentManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileDocumentManagerImpl.java index fea2a27b15..1c45bccc1d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileDocumentManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileDocumentManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.AppTopics; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorInfoPane.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorInfoPane.java index 8e265cfa21..f531af0159 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorInfoPane.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorInfoPane.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.fileEditor.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java index 32d72c6543..f3971ade2b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.AppTopics; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorProviderManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorProviderManagerImpl.java index 43d22edde2..1f852ad740 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorProviderManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorProviderManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.extensions.ExtensionPointListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/HistoryEntry.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/HistoryEntry.java index 33766972e8..be5d0f03bc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/HistoryEntry.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/HistoryEntry.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.fileEditor.FileEditorProvider; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/IdeDocumentHistoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/IdeDocumentHistoryImpl.java index 121ea46e01..6b68886be3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/IdeDocumentHistoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/IdeDocumentHistoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/LoadTextUtil.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/LoadTextUtil.java index 3bb2b807dd..b6a3c4203b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/LoadTextUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/LoadTextUtil.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/MoveEditorToOppositeTabGroupAction.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/MoveEditorToOppositeTabGroupAction.java index 87e89f5933..7fb8d390c8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/MoveEditorToOppositeTabGroupAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/MoveEditorToOppositeTabGroupAction.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectNextEditorTabAction.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectNextEditorTabAction.java index c606354427..15dfa39a76 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectNextEditorTabAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectNextEditorTabAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileEditor.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectPreviousEditorTabAction.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectPreviousEditorTabAction.java index 7caa38d059..3f17ddf6d9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectPreviousEditorTabAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/SelectPreviousEditorTabAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.fileEditor.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper.java index 547099436a..8f1b0bcf69 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/TrailingSpacesStripper.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl; import com.intellij.openapi.command.CommandProcessor; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/WaverGraphicsDecorator.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/WaverGraphicsDecorator.java index 59c53cd95b..52e9d3a5ff 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/WaverGraphicsDecorator.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/WaverGraphicsDecorator.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.fileEditor.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/DownloadRemoteFilePanel.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/DownloadRemoteFilePanel.java index 23ab044080..0c4d0ed07b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/DownloadRemoteFilePanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/DownloadRemoteFilePanel.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.http; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditor.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditor.java index 3eac64c980..2f8ba7ba97 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditor.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.http; import com.intellij.codeHighlighting.BackgroundEditorHighlighter; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditorProvider.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditorProvider.java index 5a5c22a73a..dbd4ccfb08 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditorProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditorProvider.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.http; import com.intellij.openapi.fileEditor.FileEditor; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/CodeFoldingState.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/CodeFoldingState.java index eef8091088..9e8f2d9de8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/CodeFoldingState.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/CodeFoldingState.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.text; public interface CodeFoldingState { diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/FileDropHandler.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/FileDropHandler.java index 4068c22f49..4152fa83ee 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/FileDropHandler.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/FileDropHandler.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.text; import com.intellij.openapi.editor.EditorDropHandler; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorComponent.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorComponent.java index bf131f668b..6559e94d27 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorComponent.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorComponent.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.text; import com.intellij.AppTopics; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorImpl.java index 611cca8e6c..87c00d3e15 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorImpl.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.text; import com.intellij.codeHighlighting.BackgroundEditorHighlighter; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorProvider.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorProvider.java index 317b21eafe..2488277f59 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorProvider.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.text; import com.intellij.codeHighlighting.BackgroundEditorHighlighter; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorState.java b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorState.java index 3cbccf8b8a..7d43a829cd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorState.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorState.java @@ -1,3 +1,18 @@ +/* + * 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.fileEditor.impl.text; import com.intellij.openapi.fileEditor.FileEditorState; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/FileTypesBundle.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/FileTypesBundle.java index 471b90abd6..fc45536132 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/FileTypesBundle.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/FileTypesBundle.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextFileType.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextFileType.java dissimilarity index 69% index ea7c98b893..c5cc2e1fc5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextFileType.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextFileType.java @@ -1,64 +1,48 @@ -/* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * - */ -package com.intellij.openapi.fileTypes; - -import com.intellij.openapi.util.IconLoader; -import org.jetbrains.annotations.NotNull; - -import javax.swing.*; - -public class PlainTextFileType extends LanguageFileType { - private static final Icon ICON = IconLoader.getIcon("/fileTypes/text.png"); - - public PlainTextFileType() { - super(PlainTextLanguage.INSTANCE); - } - - @NotNull - public String getName() { - return "PLAIN_TEXT"; - } - - @NotNull - public String getDescription() { - return FileTypesBundle.message("filetype.plaintext.description"); - } - - @NotNull - public String getDefaultExtension() { - return "txt"; - } - - public Icon getIcon() { - return ICON; - } -} \ No newline at end of file +/* + * 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.fileTypes; + +import com.intellij.openapi.util.IconLoader; +import org.jetbrains.annotations.NotNull; + +import javax.swing.*; + +public class PlainTextFileType extends LanguageFileType { + private static final Icon ICON = IconLoader.getIcon("/fileTypes/text.png"); + + public PlainTextFileType() { + super(PlainTextLanguage.INSTANCE); + } + + @NotNull + public String getName() { + return "PLAIN_TEXT"; + } + + @NotNull + public String getDescription() { + return FileTypesBundle.message("filetype.plaintext.description"); + } + + @NotNull + public String getDefaultExtension() { + return "txt"; + } + + public Icon getIcon() { + return ICON; + } +} \ No newline at end of file diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextLanguage.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextLanguage.java index 551f27f79c..c4a6279d5e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextLanguage.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/PlainTextLanguage.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.fileTypes; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/CustomFileTypeFactory.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/CustomFileTypeFactory.java index 8bb4f482c1..839cfd6e38 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/CustomFileTypeFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/CustomFileTypeFactory.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.ex; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/ExternalizableFileType.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/ExternalizableFileType.java index 597dbdec01..957eea0e0d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/ExternalizableFileType.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/ExternalizableFileType.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.ex; import com.intellij.openapi.util.JDOMExternalizable; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FakeFileType.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FakeFileType.java index 9cb2f88a44..ee2c8f00a5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FakeFileType.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FakeFileType.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: valentin * Date: 29.01.2004 diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeChooser.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeChooser.java index a492479d17..25eec3e66c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeChooser.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeChooser.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.ex; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeIdentifiableByVirtualFile.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeIdentifiableByVirtualFile.java index dbe380ab39..0ca4102d5f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeIdentifiableByVirtualFile.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeIdentifiableByVirtualFile.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: valentin * Date: 29.01.2004 diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeManagerEx.java index 8f0b6f3943..52deacf061 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/ex/FileTypeManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.ex; import com.intellij.openapi.fileTypes.FileType; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/AbstractFileType.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/AbstractFileType.java index f8b5f7727e..e71e53459c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/AbstractFileType.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/AbstractFileType.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.impl; import com.intellij.ide.highlighter.FileTypeRegistrator; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeAssocTable.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeAssocTable.java index bf5675b115..d051f9be87 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeAssocTable.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeAssocTable.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.fileTypes.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeManagerImpl.java index 06f039e857..cb59cae1d9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.impl; import com.intellij.AppTopics; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeRenderer.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeRenderer.java index 38b2df4baa..6ef38d1db3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeRenderer.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.impl; import com.intellij.openapi.fileTypes.FileType; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/ImportedFileType.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/ImportedFileType.java index 91f71c22f5..5ca0efb4be 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/ImportedFileType.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/ImportedFileType.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.impl; import com.intellij.ide.highlighter.custom.SyntaxTable; diff --git a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/PlatformFileTypeFactory.java b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/PlatformFileTypeFactory.java index 4e4c4f3d79..b3cb7d7c19 100644 --- a/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/PlatformFileTypeFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/PlatformFileTypeFactory.java @@ -1,3 +1,18 @@ +/* + * 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.fileTypes.impl; import com.intellij.ide.highlighter.ArchiveFileType; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/ex/KeymapManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/keymap/ex/KeymapManagerEx.java index a2269c5173..c382228255 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/ex/KeymapManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/ex/KeymapManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.ex; import com.intellij.openapi.keymap.Keymap; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/ex/WeakKeymapManagerListener.java b/platform/platform-impl/src/com/intellij/openapi/keymap/ex/WeakKeymapManagerListener.java index 6dd9f8bc69..d38d1771f9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/ex/WeakKeymapManagerListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/ex/WeakKeymapManagerListener.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.ex; import com.intellij.openapi.keymap.Keymap; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ActionProcessor.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ActionProcessor.java index c912fcc2d0..3e0d301331 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ActionProcessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ActionProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/BundledKeymapProvider.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/BundledKeymapProvider.java index bfd5e2c526..553cce2896 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/BundledKeymapProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/BundledKeymapProvider.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/Converter01.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/Converter01.java index b5e94a153d..e63fa9ddf9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/Converter01.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/Converter01.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.util.InvalidDataException; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymap.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymap.java index 8af07206d2..d003c34750 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymap.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymap.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymapImpl.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymapImpl.java index 65257e8648..c113ab917c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymapImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/DefaultKeymapImpl.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.actionSystem.IdeActions; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeKeyEventDispatcher.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeKeyEventDispatcher.java index 33d38570c9..24ba340120 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeKeyEventDispatcher.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeKeyEventDispatcher.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeMouseEventDispatcher.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeMouseEventDispatcher.java index 1a35fc067a..8190d29820 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeMouseEventDispatcher.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeMouseEventDispatcher.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeyProcessorContext.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeyProcessorContext.java index 5b9e5bc158..956ed343e1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeyProcessorContext.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeyProcessorContext.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapGroupFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapGroupFactoryImpl.java index 62d899fad3..84b9e5dd06 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapGroupFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapGroupFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.keymap.KeymapGroup; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapImpl.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapImpl.java index d0f70b4e79..a5205b9b9f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapImpl.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapManagerImpl.java index b6942609c0..e32cd0ac2d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/KeymapManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.application.PathManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/MacOSDefaultKeymap.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/MacOSDefaultKeymap.java index 09079245dc..4b09cf827a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/MacOSDefaultKeymap.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/MacOSDefaultKeymap.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl; import com.intellij.openapi.actionSystem.KeyboardShortcut; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/GestureActionEvent.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/GestureActionEvent.java index 48ab5fdb14..c60a5a0b2d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/GestureActionEvent.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/GestureActionEvent.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.keyGestures; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyGestureState.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyGestureState.java index b7cda2e159..aa66fde7d6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyGestureState.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyGestureState.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.keyGestures; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyboardGestureProcessor.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyboardGestureProcessor.java index 2c4a94cf74..64eb993cd9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyboardGestureProcessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/KeyboardGestureProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.keyGestures; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/StateContext.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/StateContext.java index 6f5f7e3f42..d86f2c2702 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/StateContext.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/keyGestures/StateContext.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.keyGestures; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTree.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTree.java index e2a310716d..ce1e240a23 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTree.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTree.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTreeUtil.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTreeUtil.java index 8e588a74d5..bdf8be45b2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTreeUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ActionsTreeUtil.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.ide.actionMacro.ActionMacro; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditKeymapsDialog.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditKeymapsDialog.java index 60d7eb19c4..be4989328e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditKeymapsDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditKeymapsDialog.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.options.ex.SingleConfigurableEditor; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditQuickListDialog.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditQuickListDialog.java index a7ade9e392..88f3672866 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditQuickListDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/EditQuickListDialog.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.actionSystem.ex.QuickList; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/Group.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/Group.java index 94ffaa1e8a..0ad016aa14 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/Group.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/Group.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeyboardShortcutDialog.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeyboardShortcutDialog.java index 4ce04638f3..81232801fe 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeyboardShortcutDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeyboardShortcutDialog.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapConfigurable.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapConfigurable.java index 92d4c30173..b66f291165 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapConfigurable.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.keymap.KeyMapBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapPanel.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapPanel.java index a36a6c82fc..5486135e64 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/KeymapPanel.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/MouseShortcutDialog.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/MouseShortcutDialog.java index 40267b8df3..5176e9578c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/MouseShortcutDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/MouseShortcutDialog.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.actionSystem.MouseShortcut; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListPanel.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListPanel.java index 48a204ec1d..8bc469d6cf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListPanel.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListsPanel.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListsPanel.java index 36bef6b40b..85dfc92298 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListsPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/QuickListsPanel.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.keymap.impl.ui; diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ShortcutTextField.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ShortcutTextField.java index 4cb7ff6fd4..bc05040317 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ShortcutTextField.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/ShortcutTextField.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/TestGestureAction.java b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/TestGestureAction.java index d6f9e93d91..2a9d0ab397 100644 --- a/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/TestGestureAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/keymap/impl/ui/TestGestureAction.java @@ -1,3 +1,18 @@ +/* + * 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.keymap.impl.ui; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/AbstractSchemesManager.java b/platform/platform-impl/src/com/intellij/openapi/options/AbstractSchemesManager.java index 9f71cd5b4e..6566229194 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/AbstractSchemesManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/AbstractSchemesManager.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/CompositeConfigurable.java b/platform/platform-impl/src/com/intellij/openapi/options/CompositeConfigurable.java index 73e4235776..0b9e5ade8d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/CompositeConfigurable.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/CompositeConfigurable.java @@ -1,12 +1,22 @@ +/* + * 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.options; import java.util.List; -/* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. - */ - public abstract class CompositeConfigurable extends BaseConfigurable { private List myConfigurables; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerFactoryImpl.java index 9a53ad215d..7ac5c6f594 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerImpl.java index 370d7f08be..57eca9c2ad 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/SchemesManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.openapi.application.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/TabbedConfigurable.java b/platform/platform-impl/src/com/intellij/openapi/options/TabbedConfigurable.java index 454f37c2f5..091eb5d716 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/TabbedConfigurable.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/TabbedConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.options; import com.intellij.ui.TabbedPaneWrapper; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/BeanValueAccessor.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/BeanValueAccessor.java index 1d12fdd351..3814c890df 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/BeanValueAccessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/BeanValueAccessor.java @@ -1,3 +1,18 @@ +/* + * 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.options.binding; import java.beans.BeanInfo; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/BindControl.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/BindControl.java index 2d66e04eb3..d1e0d9f617 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/BindControl.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/BindControl.java @@ -1,3 +1,18 @@ +/* + * 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.options.binding; import java.lang.annotation.ElementType; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/BindableConfigurable.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/BindableConfigurable.java index a3786a8c96..a8c19e2ff5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/BindableConfigurable.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/BindableConfigurable.java @@ -1,17 +1,17 @@ /* * 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.options.binding; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlBinder.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlBinder.java index ec74b24036..74509ccaa9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlBinder.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlBinder.java @@ -1,17 +1,17 @@ /* * 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.options.binding; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlValueAccessor.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlValueAccessor.java index 1e3d0e5103..9db7a1f8b3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlValueAccessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/ControlValueAccessor.java @@ -1,3 +1,18 @@ +/* + * 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.options.binding; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueAccessor.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueAccessor.java index 0e80d2195f..a67dabaaea 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueAccessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueAccessor.java @@ -1,17 +1,17 @@ /* * 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.options.binding; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueTypeConverter.java b/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueTypeConverter.java index edc2204512..b91fc1adc8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueTypeConverter.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/binding/ValueTypeConverter.java @@ -1,3 +1,18 @@ +/* + * 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.options.binding; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/ConfigurableFilter.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/ConfigurableFilter.java index 9ccb8028e6..97462adf91 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/ConfigurableFilter.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/ConfigurableFilter.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.openapi.options.Configurable; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelMnemonicsUtil.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelMnemonicsUtil.java index 70ecfbc776..b83571bf1f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelMnemonicsUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelMnemonicsUtil.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. + */ + /** * @author cdr */ diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelSettingsEditor.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelSettingsEditor.java index fe8a292bd2..7eed305802 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelSettingsEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/ControlPanelSettingsEditor.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/ExplorerSettingsEditor.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/ExplorerSettingsEditor.java index e73325070b..167783d962 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/ExplorerSettingsEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/ExplorerSettingsEditor.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/GlassPanel.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/GlassPanel.java index bfc14fcb6b..a00e5939c1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/GlassPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/GlassPanel.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.options.ex; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/IdeConfigurablesGroup.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/IdeConfigurablesGroup.java index 8c23a103c2..2cd7788f49 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/IdeConfigurablesGroup.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/IdeConfigurablesGroup.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurableWrapper.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurableWrapper.java index 05dccdcb71..d23f8805b4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurableWrapper.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurableWrapper.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.openapi.options.Configurable; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurablesGroup.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurablesGroup.java index 1b9249e0d0..9cadef712d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurablesGroup.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/ProjectConfigurablesGroup.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.openapi.options.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/ex/SingleConfigurableEditor.java b/platform/platform-impl/src/com/intellij/openapi/options/ex/SingleConfigurableEditor.java index 5815e67b8e..fb633e07cb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/ex/SingleConfigurableEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/ex/SingleConfigurableEditor.java @@ -1,3 +1,18 @@ +/* + * 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.options.ex; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditor.java b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditor.java index 3bae9de0cf..7a3a1eee83 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditor.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditor.java @@ -1,3 +1,18 @@ +/* + * 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.options.newEditor; import com.intellij.ide.ui.search.ConfigurableHit; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorColleague.java b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorColleague.java index c49248fcc0..62d4737620 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorColleague.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorColleague.java @@ -1,3 +1,18 @@ +/* + * 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.options.newEditor; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorContext.java b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorContext.java index c00c5e5fc8..323c8952a4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorContext.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorContext.java @@ -1,3 +1,18 @@ +/* + * 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.options.newEditor; import com.intellij.openapi.options.Configurable; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorDialog.java b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorDialog.java index b746c2d0ec..c1764c8d5c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditorDialog.java @@ -1,3 +1,18 @@ +/* + * 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.options.newEditor; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsTree.java b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsTree.java index b863f39a35..2634cfa2f2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsTree.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsTree.java @@ -1,3 +1,18 @@ +/* + * 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.options.newEditor; import com.intellij.ide.util.treeView.NodeDescriptor; diff --git a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/ShowSearchFieldAction.java b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/ShowSearchFieldAction.java index ab0db9bb55..537d1dc424 100644 --- a/platform/platform-impl/src/com/intellij/openapi/options/newEditor/ShowSearchFieldAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/options/newEditor/ShowSearchFieldAction.java @@ -1,3 +1,18 @@ +/* + * 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.options.newEditor; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/impl/BackgroundableProcessIndicator.java b/platform/platform-impl/src/com/intellij/openapi/progress/impl/BackgroundableProcessIndicator.java index da95f476c7..5ba60105a7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/impl/BackgroundableProcessIndicator.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/impl/BackgroundableProcessIndicator.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: max * Date: Aug 20, 2006 diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/impl/ProgressManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/progress/impl/ProgressManagerImpl.java index b1849259b9..4d96581f45 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/impl/ProgressManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/impl/ProgressManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.progress.impl; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/BlockingProgressIndicator.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/BlockingProgressIndicator.java index d4957696b3..be8e628bbc 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/BlockingProgressIndicator.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/BlockingProgressIndicator.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.progress.util; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ColorProgressBar.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ColorProgressBar.java index 2c1ad8a171..0da4cb0dc0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ColorProgressBar.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ColorProgressBar.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/CommandLineProgress.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/CommandLineProgress.java index 603333dcb7..849fc421d0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/CommandLineProgress.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/CommandLineProgress.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/DispatchThreadProgressWindow.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/DispatchThreadProgressWindow.java index 0a25de1f0c..ad3cd4b7f0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/DispatchThreadProgressWindow.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/DispatchThreadProgressWindow.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.ide.IdeEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/MaxIntervalCalculator.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/MaxIntervalCalculator.java index 4d2190dfe2..e1f219da0a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/MaxIntervalCalculator.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/MaxIntervalCalculator.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; public class MaxIntervalCalculator { diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressBar.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressBar.java index db072768df..095d2b72f6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressBar.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressBar.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorBase.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorBase.java index 50040674f5..56d9546df2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorBase.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorBase.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListener.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListener.java index 2a284c4d9c..afd1ba4be9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListener.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListenerAdapter.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListenerAdapter.java index e143867704..be1bfd4eb4 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListenerAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorListenerAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; /** diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressStream.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressStream.java index 0b15c632ed..de49fe3924 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressStream.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressStream.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.openapi.progress.ProgressIndicator; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindow.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindow.java index 0e83c1f5d0..0900e9fb8a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindow.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindow.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.ide.IdeEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindowWithNotification.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindowWithNotification.java index 4ba966b2fe..7890c9f1e7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindowWithNotification.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWindowWithNotification.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWrapper.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWrapper.java index fd49a7f780..8f6918cbd1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWrapper.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressWrapper.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: cdr * Date: Sep 26, 2007 diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/SmoothProgressAdapter.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/SmoothProgressAdapter.java index eb4e8e82e6..bc1484a3d9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/SmoothProgressAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/SmoothProgressAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/progress/util/StatusBarProgress.java b/platform/platform-impl/src/com/intellij/openapi/progress/util/StatusBarProgress.java index 52f3377b3c..45975853e2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/progress/util/StatusBarProgress.java +++ b/platform/platform-impl/src/com/intellij/openapi/progress/util/StatusBarProgress.java @@ -1,3 +1,18 @@ +/* + * 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.progress.util; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/DumbModeIndicator.java b/platform/platform-impl/src/com/intellij/openapi/project/DumbModeIndicator.java index d2018babae..fd99ad6a4c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/DumbModeIndicator.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/DumbModeIndicator.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/DumbServiceImpl.java b/platform/platform-impl/src/com/intellij/openapi/project/DumbServiceImpl.java index 489a7dbca3..92ec65421b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/DumbServiceImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/DumbServiceImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectEx.java b/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectEx.java index 5f88ac097d..18697eab7d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectEx.java @@ -1,3 +1,18 @@ +/* + * 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.project.ex; import com.intellij.openapi.components.impl.stores.IProjectStore; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java index a5a71ebff5..f53e51f644 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/ex/ProjectManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.project.ex; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProject.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProject.java index 4ad99fec3e..e9247d2823 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProject.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProject.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProjectLocator.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProjectLocator.java index df44c0275a..8d91977720 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProjectLocator.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/DefaultProjectLocator.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/DefineMacrosDialog.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/DefineMacrosDialog.java index c2b656ac7d..bea7143c7b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/DefineMacrosDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/DefineMacrosDialog.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectDetailsComponent.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectDetailsComponent.java index 8890ac0e06..db81f264d1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectDetailsComponent.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectDetailsComponent.java @@ -1,3 +1,18 @@ +/* + * 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.project.impl; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectImpl.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectImpl.java index ac88a85697..ea7c44357a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectImpl.java @@ -1,3 +1,18 @@ +/* + * 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.project.impl; import com.intellij.diagnostic.PluginException; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectLifecycleListener.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectLifecycleListener.java index 33b217ce9b..66811115bf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectLifecycleListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectLifecycleListener.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectMacrosUtil.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectMacrosUtil.java index 662e92cb8c..14104dad4a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectMacrosUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectMacrosUtil.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 25-Sep-2007 */ diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectManagerImpl.java index 1655378aef..7580acc086 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.project.impl; import com.intellij.ide.AppLifecycleListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectReloadStateImpl.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectReloadStateImpl.java index ac1f2c482d..972e5467b2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectReloadStateImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectReloadStateImpl.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectStoreClassProvider.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectStoreClassProvider.java index 59a4a925fb..a55a42eed3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectStoreClassProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/ProjectStoreClassProvider.java @@ -1,3 +1,18 @@ +/* + * 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.project.impl; import com.intellij.openapi.components.impl.stores.IComponentStore; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/TooManyProjectLeakedException.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/TooManyProjectLeakedException.java index 18a025d5ef..8986b4f8c0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/TooManyProjectLeakedException.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/TooManyProjectLeakedException.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/project/impl/UndefinedMacrosConfigurable.java b/platform/platform-impl/src/com/intellij/openapi/project/impl/UndefinedMacrosConfigurable.java index dde9aac079..fe414a20f9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/project/impl/UndefinedMacrosConfigurable.java +++ b/platform/platform-impl/src/com/intellij/openapi/project/impl/UndefinedMacrosConfigurable.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.project.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/roots/ui/configuration/actions/IconWithTextAction.java b/platform/platform-impl/src/com/intellij/openapi/roots/ui/configuration/actions/IconWithTextAction.java index 8bb58d37f6..97679fbf3e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/roots/ui/configuration/actions/IconWithTextAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/roots/ui/configuration/actions/IconWithTextAction.java @@ -1,3 +1,18 @@ +/* + * 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.roots.ui.configuration.actions; import com.intellij.openapi.actionSystem.ActionPlaces; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/ex/MessagesEx.java b/platform/platform-impl/src/com/intellij/openapi/ui/ex/MessagesEx.java index 795ff39056..586e8bbf29 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/ex/MessagesEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/ex/MessagesEx.java @@ -1,3 +1,18 @@ +/* + * 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.ui.ex; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/ex/MultiLineLabel.java b/platform/platform-impl/src/com/intellij/openapi/ui/ex/MultiLineLabel.java index 7c030a801c..c25dd56a13 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/ex/MultiLineLabel.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/ex/MultiLineLabel.java @@ -1,3 +1,18 @@ +/* + * 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.ui.ex; import com.intellij.openapi.ui.MultiLineLabelUI; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerFactoryImpl.java index 151097a834..8a3e29fe2b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.impl; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerImpl.java b/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerImpl.java index 25aef17458..49181f6e4a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/impl/DialogWrapperPeerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/impl/FocusTrackbackProvider.java b/platform/platform-impl/src/com/intellij/openapi/ui/impl/FocusTrackbackProvider.java index c2c10d918e..3fe7f87ee3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/impl/FocusTrackbackProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/impl/FocusTrackbackProvider.java @@ -1,3 +1,18 @@ +/* + * 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.ui.impl; import com.intellij.ui.FocusTrackback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/impl/GlassPaneDialogWrapperPeer.java b/platform/platform-impl/src/com/intellij/openapi/ui/impl/GlassPaneDialogWrapperPeer.java index 5748000fba..0f30bbb7c3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/impl/GlassPaneDialogWrapperPeer.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/impl/GlassPaneDialogWrapperPeer.java @@ -1,3 +1,18 @@ +/* + * 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.ui.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/impl/ShadowBorderPainter.java b/platform/platform-impl/src/com/intellij/openapi/ui/impl/ShadowBorderPainter.java index eca74e3bfe..128835529b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/impl/ShadowBorderPainter.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/impl/ShadowBorderPainter.java @@ -1,3 +1,18 @@ +/* + * 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.ui.impl; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackCommand.java index ad68dd9e61..13497ee915 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackRunner.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackRunner.java index 8af797ec9c..7ccee038d6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackRunner.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/PlaybackRunner.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback; import com.intellij.openapi.ui.playback.commands.AssertFocused; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AbstractCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AbstractCommand.java index 90e78bc17f..30811b7fab 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AbstractCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AbstractCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.ui.playback.PlaybackCommand; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ActionCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ActionCommand.java index 62b5c5dd79..aea325d081 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ActionCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ActionCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.ui.playback.PlaybackRunner; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AlphaNumericTypeCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AlphaNumericTypeCommand.java index 8e0f2ee9cc..f54fdbad24 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AlphaNumericTypeCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AlphaNumericTypeCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AssertFocused.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AssertFocused.java index d96e15e8da..37224d5c8f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AssertFocused.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/AssertFocused.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.ui.TestableUi; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/DelayCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/DelayCommand.java index 0230bead5c..88263634bb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/DelayCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/DelayCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/EmptyCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/EmptyCommand.java index b9e4d47328..a43e6b18bd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/EmptyCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/EmptyCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ErrorCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ErrorCommand.java index a18ac6c7ee..13f4ee9329 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ErrorCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/ErrorCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyShortcutCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyShortcutCommand.java index e232bf7cea..489e06991f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyShortcutCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyShortcutCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyStokeMap.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyStokeMap.java index d55b2a912d..f3831b5597 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyStokeMap.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/KeyStokeMap.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/StopCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/StopCommand.java index a34a4cc5d5..f35e11de6e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/StopCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/StopCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/TypeCommand.java b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/TypeCommand.java index 0b0f565cfa..a4f1d864a8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/TypeCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/ui/playback/commands/TypeCommand.java @@ -1,3 +1,18 @@ +/* + * 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.ui.playback.commands; import com.intellij.openapi.ui.playback.commands.KeyStokeMap; diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/AbstractUpdateDialog.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/AbstractUpdateDialog.java index 2fb534d153..00212be88d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/AbstractUpdateDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/AbstractUpdateDialog.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 04-Dec-2007 */ diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/CheckForUpdateAction.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/CheckForUpdateAction.java index a7a9d9bdf0..557197bcc7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/CheckForUpdateAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/CheckForUpdateAction.java @@ -1,3 +1,18 @@ +/* + * 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.updateSettings.impl; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/DetectedPluginsPanel.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/DetectedPluginsPanel.java index 32fdf9f6a5..fae9d89b85 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/DetectedPluginsPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/DetectedPluginsPanel.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 04-Dec-2007 */ diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/LabelTextReplacingUtil.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/LabelTextReplacingUtil.java index edd2f296e0..fd533f4529 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/LabelTextReplacingUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/LabelTextReplacingUtil.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.updateSettings.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/NoUpdatesDialog.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/NoUpdatesDialog.java index 5409f16a80..00977d47ca 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/NoUpdatesDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/NoUpdatesDialog.java @@ -1,3 +1,18 @@ +/* + * 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.updateSettings.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/PluginDownloader.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/PluginDownloader.java index ff9d30efd2..ad756b8230 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/PluginDownloader.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/PluginDownloader.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 10-Aug-2007 */ diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateChecker.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateChecker.java index c030ec8064..ef523983eb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateChecker.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateChecker.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Oct 31, 2002 diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateInfoDialog.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateInfoDialog.java index 1fc6b2548c..80f13949d1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateInfoDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateInfoDialog.java @@ -1,3 +1,18 @@ +/* + * 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.updateSettings.impl; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettings.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettings.java index 8e729edc33..00f2a0fcab 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettings.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettings.java @@ -1,3 +1,18 @@ +/* + * 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.updateSettings.impl; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettingsConfigurable.java b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettingsConfigurable.java index 3805ed8610..aae54f9750 100644 --- a/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettingsConfigurable.java +++ b/platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/UpdateSettingsConfigurable.java @@ -1,3 +1,18 @@ +/* + * 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.updateSettings.impl; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/util/JDOMExternalizableAdapter.java b/platform/platform-impl/src/com/intellij/openapi/util/JDOMExternalizableAdapter.java index 01bf397ac3..e5c2f8b6e2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/util/JDOMExternalizableAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/util/JDOMExternalizableAdapter.java @@ -1,17 +1,17 @@ /* * 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.util; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/ClickableTreeCellRenderer.java b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/ClickableTreeCellRenderer.java index cd1215f738..9ed384ab94 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/ClickableTreeCellRenderer.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/ClickableTreeCellRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.changes.issueLinks; import org.jetbrains.annotations.Nullable; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/LinkMouseListenerBase.java b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/LinkMouseListenerBase.java index 049309135a..bd070857b7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/LinkMouseListenerBase.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/LinkMouseListenerBase.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.changes.issueLinks; import com.intellij.util.ui.TreeWithEmptyText; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeLinkMouseListener.java b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeLinkMouseListener.java index 9a4a5a8b85..fc1dba6b1f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeLinkMouseListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeLinkMouseListener.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.changes.issueLinks; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeNodePartListener.java b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeNodePartListener.java index ca83f71790..6923127e00 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeNodePartListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/changes/issueLinks/TreeNodePartListener.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.changes.issueLinks; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusFactoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusFactoryImpl.java index ecad2df2a2..b38a3283f3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.impl; import com.intellij.openapi.editor.colors.ColorKey; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusImpl.java b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusImpl.java index dafc3b920c..afc46c8af9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusImpl.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.impl; import com.intellij.openapi.editor.colors.ColorKey; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusManagerImpl.java index 05055c155a..2c6bf2891f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusProvider.java b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusProvider.java index 7f4df321d3..c94aa64cab 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/impl/FileStatusProvider.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.impl; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileInfo.java b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileInfo.java index e11850d6b1..050eb7c53b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileInfo.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileInfo.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.vcs.readOnlyHandler; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileListRenderer.java b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileListRenderer.java index a5c4fae9a9..a58c24a4a7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileListRenderer.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/FileListRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.readOnlyHandler; import com.intellij.openapi.util.io.FileUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleType.java b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleType.java index cf9d1016d2..59cf6ec316 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleType.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleType.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.vcs.readOnlyHandler; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleTypeFactory.java b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleTypeFactory.java index 32e74a5787..9c81cc2e19 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleTypeFactory.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/HandleTypeFactory.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.readOnlyHandler; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/ReadonlyStatusHandlerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/ReadonlyStatusHandlerImpl.java index 85e71ab3ac..ff765f8053 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/ReadonlyStatusHandlerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/ReadonlyStatusHandlerImpl.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.vcs.readOnlyHandler; diff --git a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/WritingAccessProvider.java b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/WritingAccessProvider.java index 400e0a6468..86c23cf1c5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/WritingAccessProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/vcs/readOnlyHandler/WritingAccessProvider.java @@ -1,3 +1,18 @@ +/* + * 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.vcs.readOnlyHandler; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeEncodingUpdateGroup.java b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeEncodingUpdateGroup.java index 41bf38c1ff..fcac923c9e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeEncodingUpdateGroup.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeEncodingUpdateGroup.java @@ -1,3 +1,18 @@ +/* + * 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.encoding; import com.intellij.openapi.actionSystem.AnActionEvent; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingGroup.java b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingGroup.java index 0b9923ee18..0bdcec5b3c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingGroup.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChangeFileEncodingGroup.java @@ -1,3 +1,18 @@ +/* + * 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.encoding; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseEncodingDialog.java b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseEncodingDialog.java index 2527bc0f20..53ede596b3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseEncodingDialog.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseEncodingDialog.java @@ -1,3 +1,18 @@ +/* + * 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.encoding; import com.intellij.openapi.ui.DialogWrapper; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseFileEncodingAction.java b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseFileEncodingAction.java index 4b93f90f3d..0e7e6e8518 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseFileEncodingAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/ChooseFileEncodingAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: cdr * Date: Jul 19, 2007 diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingManagerImpl.java index 80cbcd95f7..3886d0faf2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingManagerImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: cdr * Date: Jul 17, 2007 diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingProjectManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingProjectManagerImpl.java index 99d17e5ee9..e179ed6bd5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingProjectManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/encoding/EncodingProjectManagerImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: cdr * Date: Jul 17, 2007 diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerAdapter.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerAdapter.java index a1cf7f9bd2..c4c1f0ce78 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerAdapter.java @@ -1,4 +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.ex; import com.intellij.openapi.vfs.VirtualFileManagerListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerEx.java index 5ec9184068..8f6139c610 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/VirtualFileManagerEx.java @@ -1,4 +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.ex; import com.intellij.ide.startup.CacheUpdater; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/DummyFileSystem.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/DummyFileSystem.java index 87778570f5..635280e9a6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/DummyFileSystem.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/DummyFileSystem.java @@ -1,3 +1,18 @@ +/* + * 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.ex.dummy; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDataImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDataImpl.java index f9891800dd..6278e69e08 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDataImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDataImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ex.dummy; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDirectoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDirectoryImpl.java index ca77fe0ee7..cf2fa2dd6b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDirectoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileDirectoryImpl.java @@ -1,4 +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.ex.dummy; import com.intellij.openapi.vfs.VfsBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileImpl.java index 008f2de72a..4a9913230a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/dummy/VirtualFileImpl.java @@ -1,4 +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.ex.dummy; import com.intellij.openapi.vfs.DeprecatedVirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/temp/TempFileSystem.java b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/temp/TempFileSystem.java index 539a19c1ff..36abaab136 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/ex/temp/TempFileSystem.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/ex/temp/TempFileSystem.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.ex.temp; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/BulkVirtualFileListenerAdapter.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/BulkVirtualFileListenerAdapter.java index 78363195c4..31b3d04dc6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/BulkVirtualFileListenerAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/BulkVirtualFileListenerAdapter.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/IdentityVirtualFilePointer.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/IdentityVirtualFilePointer.java index 854637b5cb..70f0efc34f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/IdentityVirtualFilePointer.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/IdentityVirtualFilePointer.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/NullVirtualFilePointer.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/NullVirtualFilePointer.java index 555a66317d..fa2c18ae46 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/NullVirtualFilePointer.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/NullVirtualFilePointer.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFileManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFileManagerImpl.java index f607130e0f..70696b772e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFileManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFileManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.ide.startup.CacheUpdater; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerContainerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerContainerImpl.java index ae8d21c6d6..4d8c4ca8bf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerContainerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerContainerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerImpl.java index 6305ebe2ad..8fb7d9b180 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerManagerImpl.java index 4986dfb369..dff8e8615b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/VirtualFilePointerManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/DefaultRemoteContentProvider.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/DefaultRemoteContentProvider.java index b0cdb774e4..0119a63fac 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/DefaultRemoteContentProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/DefaultRemoteContentProvider.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingAdapter.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingAdapter.java index c8d98efbca..45112d1e03 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingListener.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingListener.java index 35c0fac55c..8d734627ba 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingListener.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpFileSystemImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpFileSystemImpl.java index 14cb64101d..2479abbe3c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpFileSystemImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpFileSystemImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpVirtualFile.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpVirtualFile.java index b882f92de9..29707c1650 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpVirtualFile.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpVirtualFile.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.vfs.DeprecatedVirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/LocalFileStorage.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/LocalFileStorage.java index 004e969e02..e772c3b2a6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/LocalFileStorage.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/LocalFileStorage.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.application.PathManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteContentProvider.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteContentProvider.java index 21153d1ecd..4cae591f34 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteContentProvider.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteContentProvider.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.vfs.VirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileInfo.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileInfo.java index e174d99c22..5d64d7dfa2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileInfo.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileInfo.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.application.Result; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileManager.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileManager.java index 9bc3c6526b..3304003de6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileManager.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.util.Trinity; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileUtil.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileUtil.java index f7076a8772..43507a33cd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileUtil.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileUtil.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.lang.Language; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/VirtualFileImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/VirtualFileImpl.java index 2f040f7939..8e745ceee1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/VirtualFileImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/http/VirtualFileImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl.http; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarFileSystemImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarFileSystemImpl.java index 3369d8a827..e40e181663 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarFileSystemImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarFileSystemImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl.jar; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarHandler.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarHandler.java index 222a4032cd..b8cdb70a5e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarHandler.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/jar/JarHandler.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.impl.jar; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/FileWatcher.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/FileWatcher.java index eeab31c683..1ac2c913a1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/FileWatcher.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/FileWatcher.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.impl.local; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/LocalFileSystemImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/LocalFileSystemImpl.java index 8487694a20..c72ef27407 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/LocalFileSystemImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/LocalFileSystemImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl.local; import com.intellij.openapi.application.Application; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileImpl.java index a03dae28c0..096816d83e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileImpl.java @@ -1,3 +1,18 @@ +/* + * 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.impl.local; import com.intellij.openapi.vfs.DeprecatedVirtualFile; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileInfoAction.java b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileInfoAction.java index 68ad588d5f..de1cce3e9b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileInfoAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/VirtualFileInfoAction.java @@ -1,3 +1,18 @@ +/* + * 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.impl.local; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshProgress.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshProgress.java index 8da0189d92..6216183514 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshProgress.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshProgress.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshQueueImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshQueueImpl.java index 117f131dd9..5de36fccab 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshQueueImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshQueueImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshSessionImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshSessionImpl.java index 6055bf1748..340d4f7b61 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshSessionImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/RefreshSessionImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/FakeVirtualFile.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/FakeVirtualFile.java index 2768f8fef5..00e470fb8d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/FakeVirtualFile.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/FakeVirtualFile.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualDirectoryImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualDirectoryImpl.java index 582af31357..4db774472a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualDirectoryImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualDirectoryImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileImpl.java index 4af78610ed..c135978b35 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileSystemEntry.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileSystemEntry.java index 6b531e236d..014b46c108 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileSystemEntry.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/impl/VirtualFileSystemEntry.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.impl; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/CheckSanityAction.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/CheckSanityAction.java index b42cc514a4..10290777ee 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/CheckSanityAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/CheckSanityAction.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.persistent; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/FSRecords.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/FSRecords.java index 94d51942ac..42b926a599 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/FSRecords.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/FSRecords.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.persistent; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/PersistentFS.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/PersistentFS.java index 5b3a4b87ba..d382bd1e7c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/PersistentFS.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/PersistentFS.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.persistent; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/RefreshWorker.java b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/RefreshWorker.java index 7d837426c3..15642a7ab2 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/RefreshWorker.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/RefreshWorker.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.openapi.vfs.newvfs.persistent; diff --git a/platform/platform-impl/src/com/intellij/openapi/vfs/tracker/VirtualFileTrackerImpl.java b/platform/platform-impl/src/com/intellij/openapi/vfs/tracker/VirtualFileTrackerImpl.java index 8e24f908ba..19a38381bd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/vfs/tracker/VirtualFileTrackerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/vfs/tracker/VirtualFileTrackerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.tracker; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/IdeFocusTraversalPolicy.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/IdeFocusTraversalPolicy.java index 6ea6a04d3d..2a624d0113 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/IdeFocusTraversalPolicy.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/IdeFocusTraversalPolicy.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/LayoutFocusTraversalPolicyExt.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/LayoutFocusTraversalPolicyExt.java index 4b82191adb..57949b4f57 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/LayoutFocusTraversalPolicyExt.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/LayoutFocusTraversalPolicyExt.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ProgressIndicatorEx.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ProgressIndicatorEx.java index dee796ff18..d3a687e4d1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ProgressIndicatorEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ProgressIndicatorEx.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.openapi.progress.ProgressIndicator; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/StatusBarEx.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/StatusBarEx.java index f6fee64eac..097c5a1d12 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/StatusBarEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/StatusBarEx.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.notification.impl.IdeNotificationArea; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowEx.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowEx.java index ae02cb12bf..cef11b7030 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowEx.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.openapi.wm.ToolWindow; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerAdapter.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerAdapter.java index cf7177fd93..cbe101e04e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerAdapter.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerAdapter.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. + */ + /** * @author Vladimir Kondratyev */ diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerEx.java index 832eadb85e..27ef6b8963 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerListener.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerListener.java index 45505ac99d..72f5c98112 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/ToolWindowManagerListener.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.openapi.wm.ToolWindowManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/ex/WindowManagerEx.java b/platform/platform-impl/src/com/intellij/openapi/wm/ex/WindowManagerEx.java index 33b372802c..2caa33a09f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/ex/WindowManagerEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/ex/WindowManagerEx.java @@ -1,3 +1,18 @@ +/* + * 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.wm.ex; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/AWTUtilitiesWrapper.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/AWTUtilitiesWrapper.java index d5462e8496..51ede83b5c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/AWTUtilitiesWrapper.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/AWTUtilitiesWrapper.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import java.awt.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActivatableLineBorder.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActivatableLineBorder.java index f870f24eaa..6838671fdf 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActivatableLineBorder.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActivatableLineBorder.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActiveStack.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActiveStack.java index f545f9beef..eeac4c4768 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActiveStack.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ActiveStack.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import java.util.Iterator; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/CommandProcessor.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/CommandProcessor.java index 57b0bdb1ea..01d994bbce 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/CommandProcessor.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/CommandProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/DesktopLayout.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/DesktopLayout.java index e0543855c7..3df08c80dd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/DesktopLayout.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/DesktopLayout.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/FloatingDecorator.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/FloatingDecorator.java index 8d952d7625..55e5329c53 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/FloatingDecorator.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/FloatingDecorator.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/FrameTitleBuilder.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/FrameTitleBuilder.java index f7224afb7d..ce0250378b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/FrameTitleBuilder.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/FrameTitleBuilder.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/HierarchyWatcher.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/HierarchyWatcher.java index 8f68718159..48d52460f3 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/HierarchyWatcher.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/HierarchyWatcher.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import java.awt.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerHeadless.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerHeadless.java index 06171fb156..6a612a5740 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerHeadless.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerHeadless.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.util.ActionCallback; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerImpl.java index b0425de983..a858378bce 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFocusManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.ui.popup.JBPopup; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFrameImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFrameImpl.java index 65a8408e4c..60fc192c15 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFrameImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeFrameImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.AppLifecycleListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneEx.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneEx.java index a864de22af..210a8f8d1f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneEx.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneEx.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.wm.IdeGlassPane; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneImpl.java index 0338c47a13..b846457682 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeGlassPaneImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.IdeEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeMenuBar.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeMenuBar.java index f35f2c370d..0e61f323fb 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeMenuBar.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeMenuBar.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPane.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPane.java index b9f8369157..e65e507ecd 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPane.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPane.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.AppLifecycleListener; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPaneNorthExtension.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPaneNorthExtension.java index 6fbd2c27bf..454b18301f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPaneNorthExtension.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/IdeRootPaneNorthExtension.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * User: anna * Date: 12-Nov-2007 */ diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecorator.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecorator.java index d979510378..0a6aff282a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecorator.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecorator.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecoratorListener.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecoratorListener.java index 54cc5b1045..6e4434dd18 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecoratorListener.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/InternalDecoratorListener.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.wm.ToolWindowAnchor; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/PlatformFrameTitleBuilder.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/PlatformFrameTitleBuilder.java index 375a96285b..f4332899f5 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/PlatformFrameTitleBuilder.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/PlatformFrameTitleBuilder.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/SideStack.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/SideStack.java index b376120d82..cbcb98cc2b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/SideStack.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/SideStack.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/Stripe.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/Stripe.java index 0d36a9c1b5..ec3eb8fa63 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/Stripe.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/Stripe.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButton.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButton.java index e91c81c29e..be8c999427 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButton.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButton.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.actions.ActivateToolWindowAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButtonUI.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButtonUI.java index 065ad628fd..864da4b6af 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButtonUI.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/StripeButtonUI.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.wm.ToolWindowAnchor; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/Surface.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/Surface.java index 1452e9eb62..013a53fb68 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/Surface.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/Surface.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.wm.ToolWindowAnchor; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/TestWindowManager.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/TestWindowManager.java index 8c0fd5b3f2..113c19f572 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/TestWindowManager.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/TestWindowManager.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.components.ApplicationComponent; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/TitlePanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/TitlePanel.java index 0af4cd24fd..ddfce76f47 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/TitlePanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/TitlePanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.util.IconLoader; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowHeadlessManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowHeadlessManagerImpl.java index f46e4dac2a..540a3f72e1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowHeadlessManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowHeadlessManagerImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowImpl.java index b8c4c7b082..9b20ebf430 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.impl.ContentManagerWatcher; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowManagerImpl.java index 308360f213..6c149af7d9 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowsPane.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowsPane.java index 35afa331e9..36f0d21641 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowsPane.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/ToolWindowsPane.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.ui.UISettings; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/VisibilityWatcher.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/VisibilityWatcher.java index ecc948e16a..1f82919166 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/VisibilityWatcher.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/VisibilityWatcher.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowInfoImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowInfoImpl.java index d8d8e35dfd..efaf73f5f7 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowInfoImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowInfoImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.openapi.util.Comparing; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowManagerImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowManagerImpl.java index b7f552b340..4b1bcc8c6d 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowWatcher.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowWatcher.java index 0b8f8ca834..34b546490c 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowWatcher.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/WindowWatcher.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/ApplyWindowInfoCmd.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/ApplyWindowInfoCmd.java index eed4469c74..df8a868195 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/ApplyWindowInfoCmd.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/ApplyWindowInfoCmd.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. + */ + /** * @author Vladimir Kondratyev */ diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/FinalizableCommand.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/FinalizableCommand.java index 238809e63f..249391cc25 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/FinalizableCommand.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/FinalizableCommand.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.commands; import com.intellij.openapi.util.Condition; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/InvokeLaterCmd.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/InvokeLaterCmd.java index aa0fac5faa..09cf1f257b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/InvokeLaterCmd.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/InvokeLaterCmd.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.commands; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInEditorComponentCmd.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInEditorComponentCmd.java index 908c41f8a1..c416a67519 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInEditorComponentCmd.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInEditorComponentCmd.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. + */ + /** * @author Vladimir Kondratyev */ diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInToolWindowCmd.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInToolWindowCmd.java index 7d763c3b98..116318fd73 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInToolWindowCmd.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/RequestFocusInToolWindowCmd.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.commands; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/UpdateRootPaneCmd.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/UpdateRootPaneCmd.java index 36cafd7792..2576578571 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/UpdateRootPaneCmd.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/commands/UpdateRootPaneCmd.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.commands; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/BaseLabel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/BaseLabel.java index 88bacf44eb..072cfcbd7f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/BaseLabel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/BaseLabel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.content; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ContentTabLabel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ContentTabLabel.java index 80a9a0a42c..02fcd575af 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ContentTabLabel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ContentTabLabel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.content; import com.intellij.openapi.wm.ToolWindow; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ToolWindowContentUi.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ToolWindowContentUi.java index b5b331f5bb..eeea9d00f8 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ToolWindowContentUi.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ToolWindowContentUi.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.content; import com.intellij.ide.IdeEventQueue; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessAction.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessAction.java index 5b39d5803b..616478f244 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessAction.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessActionIndefinite.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessActionIndefinite.java index 3aef4b89a2..faee0e029f 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessActionIndefinite.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/AddTestProcessActionIndefinite.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.openapi.actionSystem.AnAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/EncodingPanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/EncodingPanel.java index 909576b267..cea02c107a 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/EncodingPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/EncodingPanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InfoAndProgressPanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InfoAndProgressPanel.java index 45b57a9c03..8626d6acc0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InfoAndProgressPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InfoAndProgressPanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.idea.ActionsBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InlineProgressIndicator.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InlineProgressIndicator.java index 79e9274161..7ced1f1638 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InlineProgressIndicator.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InlineProgressIndicator.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InsertOverwritePanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InsertOverwritePanel.java index 296d032636..bd43ef4de6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InsertOverwritePanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InsertOverwritePanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.ui.UIBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/MemoryUsagePanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/MemoryUsagePanel.java index f42651b648..2927046330 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/MemoryUsagePanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/MemoryUsagePanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.concurrency.JobScheduler; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/PositionPanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/PositionPanel.java index 4fbe3d87f0..438becda9e 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/PositionPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/PositionPanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ProcessPopup.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ProcessPopup.java index d3062d0d5a..d7b2d671a6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ProcessPopup.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ProcessPopup.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.ide.IdeBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ShowProcessWindowAction.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ShowProcessWindowAction.java index 1631a66c76..5bc4c6b6b0 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ShowProcessWindowAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ShowProcessWindowAction.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.idea.ActionsBundle; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarImpl.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarImpl.java index 1d50667607..2d235a55ed 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarImpl.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarImpl.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.diagnostic.IdeMessagePanel; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarPatch.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarPatch.java index 4868001288..a6a32add40 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarPatch.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarPatch.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.openapi.editor.Editor; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarTooltipper.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarTooltipper.java index 1ca974c16b..13b5fa29ce 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarTooltipper.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/StatusBarTooltipper.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.openapi.wm.StatusBar; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/TextPanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/TextPanel.java index 8678439b26..d550eda902 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/TextPanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/TextPanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.codeInsight.hint.HintUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ToggleReadOnlyAttributePanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ToggleReadOnlyAttributePanel.java index 1ba3f2790e..986e31c712 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ToggleReadOnlyAttributePanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/status/ToggleReadOnlyAttributePanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.status; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/ReadHelpAction.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/ReadHelpAction.java index 47e4595bdc..cabefa0bc6 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/ReadHelpAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/ReadHelpAction.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.welcomeScreen; import com.intellij.ide.actions.HelpTopicsAction; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/RecentProjectsAction.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/RecentProjectsAction.java index ff8a0effd9..00e040e175 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/RecentProjectsAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/RecentProjectsAction.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.welcomeScreen; import com.intellij.ide.RecentProjectsManagerBase; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomePopupAction.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomePopupAction.java index 7e71e11fd7..484f612cc1 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomePopupAction.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomePopupAction.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.welcomeScreen; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScreen.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScreen.java index 88020aba88..2c08b139ed 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScreen.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScreen.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.welcomeScreen; import com.intellij.ide.BrowserUtil; diff --git a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScrollablePanel.java b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScrollablePanel.java index 1abb7a58a1..6ee0a4388b 100644 --- a/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScrollablePanel.java +++ b/platform/platform-impl/src/com/intellij/openapi/wm/impl/welcomeScreen/WelcomeScrollablePanel.java @@ -1,3 +1,18 @@ +/* + * 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.wm.impl.welcomeScreen; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/packageDependencies/ui/TreeExpansionMonitor.java b/platform/platform-impl/src/com/intellij/packageDependencies/ui/TreeExpansionMonitor.java index 0774f37ae2..51f0ef496c 100644 --- a/platform/platform-impl/src/com/intellij/packageDependencies/ui/TreeExpansionMonitor.java +++ b/platform/platform-impl/src/com/intellij/packageDependencies/ui/TreeExpansionMonitor.java @@ -1,3 +1,18 @@ +/* + * 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.packageDependencies.ui; import com.intellij.openapi.util.Comparing; diff --git a/platform/platform-impl/src/com/intellij/platform/DirectoryProjectConfigurator.java b/platform/platform-impl/src/com/intellij/platform/DirectoryProjectConfigurator.java index 4cc3bc8af4..35d0f3ac76 100644 --- a/platform/platform-impl/src/com/intellij/platform/DirectoryProjectConfigurator.java +++ b/platform/platform-impl/src/com/intellij/platform/DirectoryProjectConfigurator.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/platform/DirectoryProjectGenerator.java b/platform/platform-impl/src/com/intellij/platform/DirectoryProjectGenerator.java index 71509e0df8..788f24baed 100644 --- a/platform/platform-impl/src/com/intellij/platform/DirectoryProjectGenerator.java +++ b/platform/platform-impl/src/com/intellij/platform/DirectoryProjectGenerator.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.openapi.extensions.ExtensionPointName; diff --git a/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindow.java b/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindow.java index 66e1573f99..fb32a8f21b 100644 --- a/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindow.java +++ b/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindow.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.platform; diff --git a/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindowOpener.java b/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindowOpener.java index 2ae87a5872..8138840255 100644 --- a/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindowOpener.java +++ b/platform/platform-impl/src/com/intellij/platform/FilesystemToolwindowOpener.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.openapi.components.AbstractProjectComponent; diff --git a/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectAction.java b/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectAction.java index cc5ed9d971..f3f7649f7d 100644 --- a/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectAction.java +++ b/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectAction.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.ide.GeneralSettings; diff --git a/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectDialog.java b/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectDialog.java index 3c62a2d2fb..da3416d958 100644 --- a/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectDialog.java +++ b/platform/platform-impl/src/com/intellij/platform/NewDirectoryProjectDialog.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.ide.GeneralSettings; diff --git a/platform/platform-impl/src/com/intellij/platform/OpenDirectoryProjectAction.java b/platform/platform-impl/src/com/intellij/platform/OpenDirectoryProjectAction.java index 619268b6ed..3dc15b3ecc 100644 --- a/platform/platform-impl/src/com/intellij/platform/OpenDirectoryProjectAction.java +++ b/platform/platform-impl/src/com/intellij/platform/OpenDirectoryProjectAction.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.ide.actions.OpenProjectFileChooserDescriptor; diff --git a/platform/platform-impl/src/com/intellij/platform/PlatformFileProjectDirectoryRule.java b/platform/platform-impl/src/com/intellij/platform/PlatformFileProjectDirectoryRule.java index b2c8717283..ef38609a5f 100644 --- a/platform/platform-impl/src/com/intellij/platform/PlatformFileProjectDirectoryRule.java +++ b/platform/platform-impl/src/com/intellij/platform/PlatformFileProjectDirectoryRule.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.ide.impl.dataRules.GetDataRule; diff --git a/platform/platform-impl/src/com/intellij/platform/PlatformProjectOpenProcessor.java b/platform/platform-impl/src/com/intellij/platform/PlatformProjectOpenProcessor.java index 704866b967..53a0ff26d4 100644 --- a/platform/platform-impl/src/com/intellij/platform/PlatformProjectOpenProcessor.java +++ b/platform/platform-impl/src/com/intellij/platform/PlatformProjectOpenProcessor.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/platform/PlatformProjectStarter.java b/platform/platform-impl/src/com/intellij/platform/PlatformProjectStarter.java index 93f87804c6..d167729585 100644 --- a/platform/platform-impl/src/com/intellij/platform/PlatformProjectStarter.java +++ b/platform/platform-impl/src/com/intellij/platform/PlatformProjectStarter.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.platform; diff --git a/platform/platform-impl/src/com/intellij/platform/ProjectBaseDirectory.java b/platform/platform-impl/src/com/intellij/platform/ProjectBaseDirectory.java index a3591928dd..4f29e0f16b 100644 --- a/platform/platform-impl/src/com/intellij/platform/ProjectBaseDirectory.java +++ b/platform/platform-impl/src/com/intellij/platform/ProjectBaseDirectory.java @@ -1,3 +1,18 @@ +/* + * 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.platform; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-impl/src/com/intellij/psi/ExternalChangeAction.java b/platform/platform-impl/src/com/intellij/psi/ExternalChangeAction.java index 9137614fdd..00bf3fc874 100644 --- a/platform/platform-impl/src/com/intellij/psi/ExternalChangeAction.java +++ b/platform/platform-impl/src/com/intellij/psi/ExternalChangeAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsManagerImpl.java b/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsManagerImpl.java index a86e4867d9..bcac9e54ca 100644 --- a/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.psi.statistics.impl; import com.intellij.CommonBundle; diff --git a/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsUnit.java b/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsUnit.java index 294104572f..5099260d18 100644 --- a/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsUnit.java +++ b/platform/platform-impl/src/com/intellij/psi/statistics/impl/StatisticsUnit.java @@ -1,3 +1,18 @@ +/* + * 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.psi.statistics.impl; import com.intellij.psi.statistics.StatisticsManager; diff --git a/platform/platform-impl/src/com/intellij/psi/statistics/impl/WrongFormatException.java b/platform/platform-impl/src/com/intellij/psi/statistics/impl/WrongFormatException.java index 8a932bdb0a..30211fee0b 100644 --- a/platform/platform-impl/src/com/intellij/psi/statistics/impl/WrongFormatException.java +++ b/platform/platform-impl/src/com/intellij/psi/statistics/impl/WrongFormatException.java @@ -1,3 +1,18 @@ +/* + * 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.psi.statistics.impl; class WrongFormatException extends Exception{ diff --git a/platform/platform-impl/src/com/intellij/ui/AbstractToolTipHandler.java b/platform/platform-impl/src/com/intellij/ui/AbstractToolTipHandler.java index deb2c6e68c..73a09c838a 100644 --- a/platform/platform-impl/src/com/intellij/ui/AbstractToolTipHandler.java +++ b/platform/platform-impl/src/com/intellij/ui/AbstractToolTipHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/ui/AppUIUtil.java b/platform/platform-impl/src/com/intellij/ui/AppUIUtil.java index 9e6450d723..ed5bff5040 100644 --- a/platform/platform-impl/src/com/intellij/ui/AppUIUtil.java +++ b/platform/platform-impl/src/com/intellij/ui/AppUIUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.application.impl.ApplicationInfoImpl; diff --git a/platform/platform-impl/src/com/intellij/ui/BalloonImpl.java b/platform/platform-impl/src/com/intellij/ui/BalloonImpl.java index 671309b0ea..9c002ce511 100644 --- a/platform/platform-impl/src/com/intellij/ui/BalloonImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/BalloonImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/ui/BalloonLayout.java b/platform/platform-impl/src/com/intellij/ui/BalloonLayout.java index 5896afa171..eea81d2b91 100644 --- a/platform/platform-impl/src/com/intellij/ui/BalloonLayout.java +++ b/platform/platform-impl/src/com/intellij/ui/BalloonLayout.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/ui/CheckboxTree.java b/platform/platform-impl/src/com/intellij/ui/CheckboxTree.java index 9e56a66b6c..d2453cf2da 100644 --- a/platform/platform-impl/src/com/intellij/ui/CheckboxTree.java +++ b/platform/platform-impl/src/com/intellij/ui/CheckboxTree.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import java.awt.event.KeyEvent; diff --git a/platform/platform-impl/src/com/intellij/ui/Colors.java b/platform/platform-impl/src/com/intellij/ui/Colors.java index ee769e4bff..7f6760e90c 100644 --- a/platform/platform-impl/src/com/intellij/ui/Colors.java +++ b/platform/platform-impl/src/com/intellij/ui/Colors.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import java.awt.*; diff --git a/platform/platform-impl/src/com/intellij/ui/ComboboxSpeedSearch.java b/platform/platform-impl/src/com/intellij/ui/ComboboxSpeedSearch.java index b78594cf71..ef12b0ac6b 100644 --- a/platform/platform-impl/src/com/intellij/ui/ComboboxSpeedSearch.java +++ b/platform/platform-impl/src/com/intellij/ui/ComboboxSpeedSearch.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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. */ /* diff --git a/platform/platform-impl/src/com/intellij/ui/CompTitledBorder.java b/platform/platform-impl/src/com/intellij/ui/CompTitledBorder.java index 5363976950..68e290f8dc 100644 --- a/platform/platform-impl/src/com/intellij/ui/CompTitledBorder.java +++ b/platform/platform-impl/src/com/intellij/ui/CompTitledBorder.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/DialogButtonGroup.java b/platform/platform-impl/src/com/intellij/ui/DialogButtonGroup.java index 53e443b90b..a67de6cad3 100644 --- a/platform/platform-impl/src/com/intellij/ui/DialogButtonGroup.java +++ b/platform/platform-impl/src/com/intellij/ui/DialogButtonGroup.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/EditorComboBox.java b/platform/platform-impl/src/com/intellij/ui/EditorComboBox.java index d2c496c6fe..732a018faa 100644 --- a/platform/platform-impl/src/com/intellij/ui/EditorComboBox.java +++ b/platform/platform-impl/src/com/intellij/ui/EditorComboBox.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/ui/EditorComboBoxEditor.java b/platform/platform-impl/src/com/intellij/ui/EditorComboBoxEditor.java index ac38fa43a6..7e5b17e0c5 100644 --- a/platform/platform-impl/src/com/intellij/ui/EditorComboBoxEditor.java +++ b/platform/platform-impl/src/com/intellij/ui/EditorComboBoxEditor.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.editor.Document; diff --git a/platform/platform-impl/src/com/intellij/ui/EditorTextField.java b/platform/platform-impl/src/com/intellij/ui/EditorTextField.java index ea7894f3d6..543409e48e 100644 --- a/platform/platform-impl/src/com/intellij/ui/EditorTextField.java +++ b/platform/platform-impl/src/com/intellij/ui/EditorTextField.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.actionSystem.DataConstants; diff --git a/platform/platform-impl/src/com/intellij/ui/FieldPanelWithChangeSupport.java b/platform/platform-impl/src/com/intellij/ui/FieldPanelWithChangeSupport.java index c38840bea2..b9604ffd6c 100644 --- a/platform/platform-impl/src/com/intellij/ui/FieldPanelWithChangeSupport.java +++ b/platform/platform-impl/src/com/intellij/ui/FieldPanelWithChangeSupport.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.options.BaseConfigurableWithChangeSupport; diff --git a/platform/platform-impl/src/com/intellij/ui/FocusTrackback.java b/platform/platform-impl/src/com/intellij/ui/FocusTrackback.java index c37e1fd3e2..b5a7ba473e 100644 --- a/platform/platform-impl/src/com/intellij/ui/FocusTrackback.java +++ b/platform/platform-impl/src/com/intellij/ui/FocusTrackback.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ide.DataManager; diff --git a/platform/platform-impl/src/com/intellij/ui/Focusable.java b/platform/platform-impl/src/com/intellij/ui/Focusable.java index 67e9d68401..ffc8467b22 100644 --- a/platform/platform-impl/src/com/intellij/ui/Focusable.java +++ b/platform/platform-impl/src/com/intellij/ui/Focusable.java @@ -1,3 +1,18 @@ +/* + * 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.ui; /** diff --git a/platform/platform-impl/src/com/intellij/ui/GrowlNotifications.java b/platform/platform-impl/src/com/intellij/ui/GrowlNotifications.java index 12ab08a246..48386cfa84 100644 --- a/platform/platform-impl/src/com/intellij/ui/GrowlNotifications.java +++ b/platform/platform-impl/src/com/intellij/ui/GrowlNotifications.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.application.ApplicationNamesInfo; diff --git a/platform/platform-impl/src/com/intellij/ui/HeavyweightHint.java b/platform/platform-impl/src/com/intellij/ui/HeavyweightHint.java index 949aaa9c4b..958d136d04 100644 --- a/platform/platform-impl/src/com/intellij/ui/HeavyweightHint.java +++ b/platform/platform-impl/src/com/intellij/ui/HeavyweightHint.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/ui/Hint.java b/platform/platform-impl/src/com/intellij/ui/Hint.java index d46d3c2b74..7c3f3832aa 100644 --- a/platform/platform-impl/src/com/intellij/ui/Hint.java +++ b/platform/platform-impl/src/com/intellij/ui/Hint.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/ui/HintListener.java b/platform/platform-impl/src/com/intellij/ui/HintListener.java index a715cd769f..1b818e459f 100644 --- a/platform/platform-impl/src/com/intellij/ui/HintListener.java +++ b/platform/platform-impl/src/com/intellij/ui/HintListener.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import java.util.EventListener; diff --git a/platform/platform-impl/src/com/intellij/ui/HorizontalLabeledIcon.java b/platform/platform-impl/src/com/intellij/ui/HorizontalLabeledIcon.java index aa132cf262..76b9144d87 100644 --- a/platform/platform-impl/src/com/intellij/ui/HorizontalLabeledIcon.java +++ b/platform/platform-impl/src/com/intellij/ui/HorizontalLabeledIcon.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.text.StringTokenizer; diff --git a/platform/platform-impl/src/com/intellij/ui/HoverHyperlinkLabel.java b/platform/platform-impl/src/com/intellij/ui/HoverHyperlinkLabel.java index 850dd304fc..f76ca316ee 100644 --- a/platform/platform-impl/src/com/intellij/ui/HoverHyperlinkLabel.java +++ b/platform/platform-impl/src/com/intellij/ui/HoverHyperlinkLabel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/src/com/intellij/ui/IdeGraphics2D.java b/platform/platform-impl/src/com/intellij/ui/IdeGraphics2D.java index 8eb096fc43..59ce62bbf4 100644 --- a/platform/platform-impl/src/com/intellij/ui/IdeGraphics2D.java +++ b/platform/platform-impl/src/com/intellij/ui/IdeGraphics2D.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/IdeaBlueMetalTheme.java b/platform/platform-impl/src/com/intellij/ui/IdeaBlueMetalTheme.java index 53e2bd4afc..afbb28adb0 100644 --- a/platform/platform-impl/src/com/intellij/ui/IdeaBlueMetalTheme.java +++ b/platform/platform-impl/src/com/intellij/ui/IdeaBlueMetalTheme.java @@ -1,4 +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.ui; import javax.swing.plaf.ColorUIResource; diff --git a/platform/platform-impl/src/com/intellij/ui/JBTabsPaneImpl.java b/platform/platform-impl/src/com/intellij/ui/JBTabsPaneImpl.java index bbfda76209..bec0ef3d16 100644 --- a/platform/platform-impl/src/com/intellij/ui/JBTabsPaneImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/JBTabsPaneImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/ui/LabeledIcon.java b/platform/platform-impl/src/com/intellij/ui/LabeledIcon.java index 8af8970769..5ef719dfbd 100644 --- a/platform/platform-impl/src/com/intellij/ui/LabeledIcon.java +++ b/platform/platform-impl/src/com/intellij/ui/LabeledIcon.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.text.StringTokenizer; diff --git a/platform/platform-impl/src/com/intellij/ui/LicenseeInfoProvider.java b/platform/platform-impl/src/com/intellij/ui/LicenseeInfoProvider.java index 2a1d740c2f..1678513bdd 100644 --- a/platform/platform-impl/src/com/intellij/ui/LicenseeInfoProvider.java +++ b/platform/platform-impl/src/com/intellij/ui/LicenseeInfoProvider.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.components.ServiceManager; diff --git a/platform/platform-impl/src/com/intellij/ui/LightweightHint.java b/platform/platform-impl/src/com/intellij/ui/LightweightHint.java index 59e79be9ed..8533c9f2b1 100644 --- a/platform/platform-impl/src/com/intellij/ui/LightweightHint.java +++ b/platform/platform-impl/src/com/intellij/ui/LightweightHint.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/ui/ListSpeedSearch.java b/platform/platform-impl/src/com/intellij/ui/ListSpeedSearch.java index 62583b6004..1ba521c4ba 100644 --- a/platform/platform-impl/src/com/intellij/ui/ListSpeedSearch.java +++ b/platform/platform-impl/src/com/intellij/ui/ListSpeedSearch.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.Function; diff --git a/platform/platform-impl/src/com/intellij/ui/ListToolTipHandler.java b/platform/platform-impl/src/com/intellij/ui/ListToolTipHandler.java index 9058c09ed2..4569728fe7 100644 --- a/platform/platform-impl/src/com/intellij/ui/ListToolTipHandler.java +++ b/platform/platform-impl/src/com/intellij/ui/ListToolTipHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/ListenerUtil.java b/platform/platform-impl/src/com/intellij/ui/ListenerUtil.java index abc383971f..4992a92791 100644 --- a/platform/platform-impl/src/com/intellij/ui/ListenerUtil.java +++ b/platform/platform-impl/src/com/intellij/ui/ListenerUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import java.awt.*; diff --git a/platform/platform-impl/src/com/intellij/ui/MoveComponentListener.java b/platform/platform-impl/src/com/intellij/ui/MoveComponentListener.java index ebf1f2d899..c8b258b108 100644 --- a/platform/platform-impl/src/com/intellij/ui/MoveComponentListener.java +++ b/platform/platform-impl/src/com/intellij/ui/MoveComponentListener.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/MultilineTreeCellRenderer.java b/platform/platform-impl/src/com/intellij/ui/MultilineTreeCellRenderer.java index e5d3588c02..3bba1d2bd4 100644 --- a/platform/platform-impl/src/com/intellij/ui/MultilineTreeCellRenderer.java +++ b/platform/platform-impl/src/com/intellij/ui/MultilineTreeCellRenderer.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ArrayUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/OneSideRoundedLineBorder.java b/platform/platform-impl/src/com/intellij/ui/OneSideRoundedLineBorder.java index d17ae50640..139f05601a 100644 --- a/platform/platform-impl/src/com/intellij/ui/OneSideRoundedLineBorder.java +++ b/platform/platform-impl/src/com/intellij/ui/OneSideRoundedLineBorder.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/PasswordFieldPanel.java b/platform/platform-impl/src/com/intellij/ui/PasswordFieldPanel.java index 633fbd4b91..2f730dac7c 100644 --- a/platform/platform-impl/src/com/intellij/ui/PasswordFieldPanel.java +++ b/platform/platform-impl/src/com/intellij/ui/PasswordFieldPanel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/PrevNextActionsDescriptor.java b/platform/platform-impl/src/com/intellij/ui/PrevNextActionsDescriptor.java index d134876ef3..e06e88c940 100644 --- a/platform/platform-impl/src/com/intellij/ui/PrevNextActionsDescriptor.java +++ b/platform/platform-impl/src/com/intellij/ui/PrevNextActionsDescriptor.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author max */ package com.intellij.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/RecentsManager.java b/platform/platform-impl/src/com/intellij/ui/RecentsManager.java index 72867143d8..deea9c065d 100644 --- a/platform/platform-impl/src/com/intellij/ui/RecentsManager.java +++ b/platform/platform-impl/src/com/intellij/ui/RecentsManager.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-impl/src/com/intellij/ui/ReferenceEditorWithBrowseButton.java b/platform/platform-impl/src/com/intellij/ui/ReferenceEditorWithBrowseButton.java index e5b1564fa0..9ff9b28b12 100644 --- a/platform/platform-impl/src/com/intellij/ui/ReferenceEditorWithBrowseButton.java +++ b/platform/platform-impl/src/com/intellij/ui/ReferenceEditorWithBrowseButton.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/ResizeComponentListener.java b/platform/platform-impl/src/com/intellij/ui/ResizeComponentListener.java index b7ef6c5a71..f2fd2e4c75 100644 --- a/platform/platform-impl/src/com/intellij/ui/ResizeComponentListener.java +++ b/platform/platform-impl/src/com/intellij/ui/ResizeComponentListener.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/SelectionSaver.java b/platform/platform-impl/src/com/intellij/ui/SelectionSaver.java index fdbc339ffd..f0e7bdbaf5 100644 --- a/platform/platform-impl/src/com/intellij/ui/SelectionSaver.java +++ b/platform/platform-impl/src/com/intellij/ui/SelectionSaver.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/SeparatorComponent.java b/platform/platform-impl/src/com/intellij/ui/SeparatorComponent.java index 5ee57377ac..ae20a803a5 100644 --- a/platform/platform-impl/src/com/intellij/ui/SeparatorComponent.java +++ b/platform/platform-impl/src/com/intellij/ui/SeparatorComponent.java @@ -1,13 +1,23 @@ +/* + * 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.ui; import javax.swing.*; import java.awt.*; -/* -* Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. -* Use is subject to license terms. -*/ - public class SeparatorComponent extends JComponent { private int myVGap = 3; private Color myColor = Color.lightGray; diff --git a/platform/platform-impl/src/com/intellij/ui/SeparatorOrientation.java b/platform/platform-impl/src/com/intellij/ui/SeparatorOrientation.java index 4fb4a90b98..bea84d6e2e 100644 --- a/platform/platform-impl/src/com/intellij/ui/SeparatorOrientation.java +++ b/platform/platform-impl/src/com/intellij/ui/SeparatorOrientation.java @@ -1,3 +1,18 @@ +/* + * 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.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/SideBorder2.java b/platform/platform-impl/src/com/intellij/ui/SideBorder2.java index f8302f3522..e227a0210e 100644 --- a/platform/platform-impl/src/com/intellij/ui/SideBorder2.java +++ b/platform/platform-impl/src/com/intellij/ui/SideBorder2.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/SpeedSearchBase.java b/platform/platform-impl/src/com/intellij/ui/SpeedSearchBase.java index f4dce27213..205bb1bf6d 100644 --- a/platform/platform-impl/src/com/intellij/ui/SpeedSearchBase.java +++ b/platform/platform-impl/src/com/intellij/ui/SpeedSearchBase.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.featureStatistics.FeatureUsageTracker; diff --git a/platform/platform-impl/src/com/intellij/ui/Splash.java b/platform/platform-impl/src/com/intellij/ui/Splash.java index 5d082e6faa..6a575d7a42 100644 --- a/platform/platform-impl/src/com/intellij/ui/Splash.java +++ b/platform/platform-impl/src/com/intellij/ui/Splash.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.application.impl.ApplicationInfoImpl; diff --git a/platform/platform-impl/src/com/intellij/ui/SplittingUtil.java b/platform/platform-impl/src/com/intellij/ui/SplittingUtil.java index 9ba02ba86f..2a8ac3eaea 100644 --- a/platform/platform-impl/src/com/intellij/ui/SplittingUtil.java +++ b/platform/platform-impl/src/com/intellij/ui/SplittingUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ArrayUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/StateRestoringCheckBox.java b/platform/platform-impl/src/com/intellij/ui/StateRestoringCheckBox.java index 68d768e88a..aa267c2f69 100644 --- a/platform/platform-impl/src/com/intellij/ui/StateRestoringCheckBox.java +++ b/platform/platform-impl/src/com/intellij/ui/StateRestoringCheckBox.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * @author Eugene Zhuravlev */ package com.intellij.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/StrikeoutLabel.java b/platform/platform-impl/src/com/intellij/ui/StrikeoutLabel.java index 2fbded6765..537c8a8e04 100644 --- a/platform/platform-impl/src/com/intellij/ui/StrikeoutLabel.java +++ b/platform/platform-impl/src/com/intellij/ui/StrikeoutLabel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/SystemNotifications.java b/platform/platform-impl/src/com/intellij/ui/SystemNotifications.java index b379c44c14..267cced4a4 100644 --- a/platform/platform-impl/src/com/intellij/ui/SystemNotifications.java +++ b/platform/platform-impl/src/com/intellij/ui/SystemNotifications.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/ui/SystemNotificationsImpl.java b/platform/platform-impl/src/com/intellij/ui/SystemNotificationsImpl.java index 52f4637d89..2c6f965a03 100644 --- a/platform/platform-impl/src/com/intellij/ui/SystemNotificationsImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/SystemNotificationsImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.components.PersistentStateComponent; diff --git a/platform/platform-impl/src/com/intellij/ui/TabbedPane.java b/platform/platform-impl/src/com/intellij/ui/TabbedPane.java index 2dcc81ba7c..62f3e5ef97 100644 --- a/platform/platform-impl/src/com/intellij/ui/TabbedPane.java +++ b/platform/platform-impl/src/com/intellij/ui/TabbedPane.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/TabbedPaneImpl.java b/platform/platform-impl/src/com/intellij/ui/TabbedPaneImpl.java index cb0f23118f..14317239db 100644 --- a/platform/platform-impl/src/com/intellij/ui/TabbedPaneImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/TabbedPaneImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.actionSystem.ActionManager; diff --git a/platform/platform-impl/src/com/intellij/ui/TabbedPaneWrapper.java b/platform/platform-impl/src/com/intellij/ui/TabbedPaneWrapper.java index 54082160b2..17930f2ff9 100644 --- a/platform/platform-impl/src/com/intellij/ui/TabbedPaneWrapper.java +++ b/platform/platform-impl/src/com/intellij/ui/TabbedPaneWrapper.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/ui/TableCellEditorWithButton.java b/platform/platform-impl/src/com/intellij/ui/TableCellEditorWithButton.java index 7c084d478d..2cd45c769c 100644 --- a/platform/platform-impl/src/com/intellij/ui/TableCellEditorWithButton.java +++ b/platform/platform-impl/src/com/intellij/ui/TableCellEditorWithButton.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.openapi.ui.FixedSizeButton; diff --git a/platform/platform-impl/src/com/intellij/ui/TableCellKey.java b/platform/platform-impl/src/com/intellij/ui/TableCellKey.java index 03ba8df72f..759102fbda 100644 --- a/platform/platform-impl/src/com/intellij/ui/TableCellKey.java +++ b/platform/platform-impl/src/com/intellij/ui/TableCellKey.java @@ -1,3 +1,18 @@ +/* + * 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.ui; /** diff --git a/platform/platform-impl/src/com/intellij/ui/TableToolTipHandler.java b/platform/platform-impl/src/com/intellij/ui/TableToolTipHandler.java index 5b8a7a8715..960adf5e58 100644 --- a/platform/platform-impl/src/com/intellij/ui/TableToolTipHandler.java +++ b/platform/platform-impl/src/com/intellij/ui/TableToolTipHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/TableViewSpeedSearch.java b/platform/platform-impl/src/com/intellij/ui/TableViewSpeedSearch.java index 5510895919..95088583da 100644 --- a/platform/platform-impl/src/com/intellij/ui/TableViewSpeedSearch.java +++ b/platform/platform-impl/src/com/intellij/ui/TableViewSpeedSearch.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ui.table.TableView; diff --git a/platform/platform-impl/src/com/intellij/ui/TextAccessor.java b/platform/platform-impl/src/com/intellij/ui/TextAccessor.java index beb6a6745b..1ad45870ae 100644 --- a/platform/platform-impl/src/com/intellij/ui/TextAccessor.java +++ b/platform/platform-impl/src/com/intellij/ui/TextAccessor.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: Alexey * Date: 03.04.2005 diff --git a/platform/platform-impl/src/com/intellij/ui/ToolTipHandlerProviderImpl.java b/platform/platform-impl/src/com/intellij/ui/ToolTipHandlerProviderImpl.java index 34e1f9f383..4e9ada2142 100644 --- a/platform/platform-impl/src/com/intellij/ui/ToolTipHandlerProviderImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/ToolTipHandlerProviderImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/TreeExpandCollapse.java b/platform/platform-impl/src/com/intellij/ui/TreeExpandCollapse.java index 3f46670730..baf86acc57 100644 --- a/platform/platform-impl/src/com/intellij/ui/TreeExpandCollapse.java +++ b/platform/platform-impl/src/com/intellij/ui/TreeExpandCollapse.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/TreeList.java b/platform/platform-impl/src/com/intellij/ui/TreeList.java index 3a12b0dc72..278c7f286d 100644 --- a/platform/platform-impl/src/com/intellij/ui/TreeList.java +++ b/platform/platform-impl/src/com/intellij/ui/TreeList.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/ui/TreeSpeedSearch.java b/platform/platform-impl/src/com/intellij/ui/TreeSpeedSearch.java index f072db78f2..125bb9cf8c 100644 --- a/platform/platform-impl/src/com/intellij/ui/TreeSpeedSearch.java +++ b/platform/platform-impl/src/com/intellij/ui/TreeSpeedSearch.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.ide.util.treeView.NodeDescriptor; diff --git a/platform/platform-impl/src/com/intellij/ui/TreeTableSpeedSearch.java b/platform/platform-impl/src/com/intellij/ui/TreeTableSpeedSearch.java index 9cd308b8ae..9e15f4fe5b 100644 --- a/platform/platform-impl/src/com/intellij/ui/TreeTableSpeedSearch.java +++ b/platform/platform-impl/src/com/intellij/ui/TreeTableSpeedSearch.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui; diff --git a/platform/platform-impl/src/com/intellij/ui/TreeToolTipHandler.java b/platform/platform-impl/src/com/intellij/ui/TreeToolTipHandler.java index 8f821c11c4..0dbe7cfbc8 100644 --- a/platform/platform-impl/src/com/intellij/ui/TreeToolTipHandler.java +++ b/platform/platform-impl/src/com/intellij/ui/TreeToolTipHandler.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/TreeUIHelperImpl.java b/platform/platform-impl/src/com/intellij/ui/TreeUIHelperImpl.java index a8ec42731a..55c4944cf0 100644 --- a/platform/platform-impl/src/com/intellij/ui/TreeUIHelperImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/TreeUIHelperImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.EditSourceOnDoubleClickHandler; diff --git a/platform/platform-impl/src/com/intellij/ui/content/ComponentContentUI.java b/platform/platform-impl/src/com/intellij/ui/content/ComponentContentUI.java index 5a00b72f48..e9b9440486 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/ComponentContentUI.java +++ b/platform/platform-impl/src/com/intellij/ui/content/ComponentContentUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content; diff --git a/platform/platform-impl/src/com/intellij/ui/content/ContentFactoryImpl.java b/platform/platform-impl/src/com/intellij/ui/content/ContentFactoryImpl.java index 1bfa1c5955..ac82ddf0cf 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/ContentFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/content/ContentFactoryImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content; import com.intellij.ui.content.impl.ContentImpl; diff --git a/platform/platform-impl/src/com/intellij/ui/content/ContentManagerUtil.java b/platform/platform-impl/src/com/intellij/ui/content/ContentManagerUtil.java index 75f750bdb6..78008b05ba 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/ContentManagerUtil.java +++ b/platform/platform-impl/src/com/intellij/ui/content/ContentManagerUtil.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content; import com.intellij.openapi.actionSystem.DataContext; diff --git a/platform/platform-impl/src/com/intellij/ui/content/MessageView.java b/platform/platform-impl/src/com/intellij/ui/content/MessageView.java index 9ed1c1437d..1260386a6b 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/MessageView.java +++ b/platform/platform-impl/src/com/intellij/ui/content/MessageView.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content; import com.intellij.openapi.project.Project; diff --git a/platform/platform-impl/src/com/intellij/ui/content/TabbedPaneContentUI.java b/platform/platform-impl/src/com/intellij/ui/content/TabbedPaneContentUI.java index fb13cb5269..15093b3fdf 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/TabbedPaneContentUI.java +++ b/platform/platform-impl/src/com/intellij/ui/content/TabbedPaneContentUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ui/content/impl/ContentImpl.java b/platform/platform-impl/src/com/intellij/ui/content/impl/ContentImpl.java index d58d45ac58..34570a2b29 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/impl/ContentImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/content/impl/ContentImpl.java @@ -1,4 +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.ui.content.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/ui/content/impl/ContentManagerImpl.java b/platform/platform-impl/src/com/intellij/ui/content/impl/ContentManagerImpl.java index e11ec9d0c2..2cfc088b64 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/impl/ContentManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/content/impl/ContentManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content.impl; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/ui/content/impl/MessageViewImpl.java b/platform/platform-impl/src/com/intellij/ui/content/impl/MessageViewImpl.java index 3e53a88c56..197fa7785f 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/impl/MessageViewImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/content/impl/MessageViewImpl.java @@ -1,4 +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.ui.content.impl; import com.intellij.ide.impl.ContentManagerWatcher; diff --git a/platform/platform-impl/src/com/intellij/ui/content/tabs/PinToolwindowTabAction.java b/platform/platform-impl/src/com/intellij/ui/content/tabs/PinToolwindowTabAction.java index b624be9552..0c90f5efca 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/tabs/PinToolwindowTabAction.java +++ b/platform/platform-impl/src/com/intellij/ui/content/tabs/PinToolwindowTabAction.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content.tabs; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ui/content/tabs/TabbedContentAction.java b/platform/platform-impl/src/com/intellij/ui/content/tabs/TabbedContentAction.java index cffdf5fc4e..2cd1604171 100644 --- a/platform/platform-impl/src/com/intellij/ui/content/tabs/TabbedContentAction.java +++ b/platform/platform-impl/src/com/intellij/ui/content/tabs/TabbedContentAction.java @@ -1,3 +1,18 @@ +/* + * 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.ui.content.tabs; import com.intellij.openapi.actionSystem.*; diff --git a/platform/platform-impl/src/com/intellij/ui/errorView/impl/ErrorViewFactoryImpl.java b/platform/platform-impl/src/com/intellij/ui/errorView/impl/ErrorViewFactoryImpl.java index 17b2c0a85c..cc4a6c72d2 100644 --- a/platform/platform-impl/src/com/intellij/ui/errorView/impl/ErrorViewFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/errorView/impl/ErrorViewFactoryImpl.java @@ -1,33 +1,17 @@ /* - * Copyright (c) 2004 JetBrains s.r.o. All Rights Reserved. + * Copyright 2000-2009 JetBrains s.r.o. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * 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 * - * -Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * -Redistribution in binary form must reproduct the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the distribution. - * - * Neither the name of JetBrains or IntelliJ IDEA - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * This software is provided "AS IS," without a warranty of any kind. ALL - * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING - * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE - * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. JETBRAINS AND ITS LICENSORS SHALL NOT - * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT - * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS - * DERIVATIVES. IN NO EVENT WILL JETBRAINS OR ITS LICENSORS BE LIABLE FOR ANY LOST - * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, - * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY - * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN - * IF JETBRAINS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + * 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.ui.errorView.impl; diff --git a/platform/platform-impl/src/com/intellij/ui/growl/Foundation.java b/platform/platform-impl/src/com/intellij/ui/growl/Foundation.java index 33f36262ae..dfcd1321b2 100644 --- a/platform/platform-impl/src/com/intellij/ui/growl/Foundation.java +++ b/platform/platform-impl/src/com/intellij/ui/growl/Foundation.java @@ -1,3 +1,18 @@ +/* + * 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.ui.growl; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/ui/growl/FoundationLibrary.java b/platform/platform-impl/src/com/intellij/ui/growl/FoundationLibrary.java index d014b02557..45d08e6a49 100644 --- a/platform/platform-impl/src/com/intellij/ui/growl/FoundationLibrary.java +++ b/platform/platform-impl/src/com/intellij/ui/growl/FoundationLibrary.java @@ -1,3 +1,18 @@ +/* + * 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.ui.growl; import com.sun.jna.Library; diff --git a/platform/platform-impl/src/com/intellij/ui/growl/Growl.java b/platform/platform-impl/src/com/intellij/ui/growl/Growl.java index 3e4690cc4e..3d845f82db 100644 --- a/platform/platform-impl/src/com/intellij/ui/growl/Growl.java +++ b/platform/platform-impl/src/com/intellij/ui/growl/Growl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.growl; import org.jetbrains.annotations.NotNull; diff --git a/platform/platform-impl/src/com/intellij/ui/growl/ID.java b/platform/platform-impl/src/com/intellij/ui/growl/ID.java index e472c6c06e..feee432158 100644 --- a/platform/platform-impl/src/com/intellij/ui/growl/ID.java +++ b/platform/platform-impl/src/com/intellij/ui/growl/ID.java @@ -1,3 +1,18 @@ +/* + * 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.ui.growl; import com.sun.jna.NativeLong; diff --git a/platform/platform-impl/src/com/intellij/ui/growl/Selector.java b/platform/platform-impl/src/com/intellij/ui/growl/Selector.java index 69f46cf438..a51ab05b36 100644 --- a/platform/platform-impl/src/com/intellij/ui/growl/Selector.java +++ b/platform/platform-impl/src/com/intellij/ui/growl/Selector.java @@ -1,3 +1,18 @@ +/* + * 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.ui.growl; import com.sun.jna.NativeLong; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegBorders.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegBorders.java index ee3fd5efc5..ced5e7cbff 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegBorders.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegBorders.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegButtonUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegButtonUI.java index ec45aaedaf..fe6a4c79a0 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegButtonUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegButtonUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCellRenderer.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCellRenderer.java index d05605732d..146394ba3c 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCellRenderer.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCellRenderer.java @@ -1,4 +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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCheckBoxUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCheckBoxUI.java index 9daf983784..5470b32644 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCheckBoxUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegCheckBoxUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxButton.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxButton.java index 1bf87a22a5..c3846d4277 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxButton.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxButton.java @@ -1,4 +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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxUI.java index e4f7696208..f87095a7c5 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegComboBoxUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import java.awt.*; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegListUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegListUI.java index a168755fd0..d509715107 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegListUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegListUI.java @@ -1,4 +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.ui.plaf.beg; import java.awt.event.MouseEvent; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuBorder.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuBorder.java index 75e92b92f0..c101555922 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuBorder.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuBorder.java @@ -1,4 +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.ui.plaf.beg; import java.awt.*; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuItemUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuItemUI.java index b9b474a976..294d9fcbd7 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuItemUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegMenuItemUI.java @@ -1,4 +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.ui.plaf.beg; import com.intellij.openapi.actionSystem.impl.ActionMenuItem; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegPopupMenuBorder.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegPopupMenuBorder.java index bfd8a96b1f..6c166197b3 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegPopupMenuBorder.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegPopupMenuBorder.java @@ -1,4 +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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegRadioButtonUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegRadioButtonUI.java index 845cf0da4a..510eb558bf 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegRadioButtonUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegRadioButtonUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegResources.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegResources.java index bd94808e8a..fd6667594d 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegResources.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegResources.java @@ -1,4 +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.ui.plaf.beg; import javax.swing.plaf.ColorUIResource; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollBarUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollBarUI.java index 07b722a040..90351ea27c 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollBarUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollBarUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollPaneUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollPaneUI.java index 628e17f876..640e7aa376 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollPaneUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegScrollPaneUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTabbedPaneUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTabbedPaneUI.java index 0332bd8a57..eb4989d4ba 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTabbedPaneUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTabbedPaneUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTableUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTableUI.java index 3247f57890..5507aee297 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTableUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTableUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import org.jetbrains.annotations.NonNls; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeHandleUtil.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeHandleUtil.java index 093d75bea8..fb962abd28 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeHandleUtil.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeHandleUtil.java @@ -1,4 +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.ui.plaf.beg; import com.intellij.util.ui.UIUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeUI.java index 21fe856366..3bfd658293 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/BegTreeUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import javax.swing.*; diff --git a/platform/platform-impl/src/com/intellij/ui/plaf/beg/IdeaMenuUI.java b/platform/platform-impl/src/com/intellij/ui/plaf/beg/IdeaMenuUI.java index f995911f75..ea96dc51a9 100644 --- a/platform/platform-impl/src/com/intellij/ui/plaf/beg/IdeaMenuUI.java +++ b/platform/platform-impl/src/com/intellij/ui/plaf/beg/IdeaMenuUI.java @@ -1,3 +1,18 @@ +/* + * 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.ui.plaf.beg; import com.intellij.Patches; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/AbstractPopup.java b/platform/platform-impl/src/com/intellij/ui/popup/AbstractPopup.java index caa4cd93b0..7f4cfad4ca 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/AbstractPopup.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/AbstractPopup.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; import com.intellij.codeInsight.hint.HintUtil; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/BalloonPopupBuilderImpl.java b/platform/platform-impl/src/com/intellij/ui/popup/BalloonPopupBuilderImpl.java index 9851be3979..2623e01fb6 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/BalloonPopupBuilderImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/BalloonPopupBuilderImpl.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; import com.intellij.openapi.ui.popup.Balloon; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/ClosableByLeftArrow.java b/platform/platform-impl/src/com/intellij/ui/popup/ClosableByLeftArrow.java index bcfee995a8..c88d95723e 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/ClosableByLeftArrow.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/ClosableByLeftArrow.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/ComponentPopupBuilderImpl.java b/platform/platform-impl/src/com/intellij/ui/popup/ComponentPopupBuilderImpl.java index bfa7e6de88..a65c331bf3 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/ComponentPopupBuilderImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/ComponentPopupBuilderImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/FramelessNotificationPopup.java b/platform/platform-impl/src/com/intellij/ui/popup/FramelessNotificationPopup.java index f7cc02306c..5b26ebbef2 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/FramelessNotificationPopup.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/FramelessNotificationPopup.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/NotificationPopup.java b/platform/platform-impl/src/com/intellij/ui/popup/NotificationPopup.java index d0283049b1..604224a648 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/NotificationPopup.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/NotificationPopup.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/PopupComponent.java b/platform/platform-impl/src/com/intellij/ui/popup/PopupComponent.java index e3e0d21a3b..8b2f60b19b 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/PopupComponent.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/PopupComponent.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/PopupDispatcher.java b/platform/platform-impl/src/com/intellij/ui/popup/PopupDispatcher.java index 58649221a5..f439aec92b 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/PopupDispatcher.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/PopupDispatcher.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/PopupFactoryImpl.java b/platform/platform-impl/src/com/intellij/ui/popup/PopupFactoryImpl.java index d3b1892d0d..5df613d0a0 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/PopupFactoryImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/PopupFactoryImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/PopupIcons.java b/platform/platform-impl/src/com/intellij/ui/popup/PopupIcons.java index f224eb9dd0..71568010c1 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/PopupIcons.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/PopupIcons.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/PopupOwner.java b/platform/platform-impl/src/com/intellij/ui/popup/PopupOwner.java index 2ed144b59d..c5c21efeb9 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/PopupOwner.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/PopupOwner.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/ui/popup/SpeedSearchPane.java b/platform/platform-impl/src/com/intellij/ui/popup/SpeedSearchPane.java index 9c2dad1a1d..7f4bef0598 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/SpeedSearchPane.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/SpeedSearchPane.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/StackingPopupDispatcherImpl.java b/platform/platform-impl/src/com/intellij/ui/popup/StackingPopupDispatcherImpl.java index 3cef5b130f..784cb144b4 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/StackingPopupDispatcherImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/StackingPopupDispatcherImpl.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/WizardPopup.java b/platform/platform-impl/src/com/intellij/ui/popup/WizardPopup.java index f66111514d..9e2bda4800 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/WizardPopup.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/WizardPopup.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/list/GroupedItemsListRenderer.java b/platform/platform-impl/src/com/intellij/ui/popup/list/GroupedItemsListRenderer.java index aa99485b01..bd75ba85cb 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/list/GroupedItemsListRenderer.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/list/GroupedItemsListRenderer.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup.list; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupImpl.java b/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupImpl.java index b9be4b3256..ca27e6816c 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup.list; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupModel.java b/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupModel.java index 4224985190..a5ea41a9d0 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupModel.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupModel.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup.list; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java b/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java index d10a7e1a48..3ebe5fcee0 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/list/PopupListElementRenderer.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup.list; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/mock/MockConfirmation.java b/platform/platform-impl/src/com/intellij/ui/popup/mock/MockConfirmation.java index f7ea8db6a6..583a52bd95 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/mock/MockConfirmation.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/mock/MockConfirmation.java @@ -1,3 +1,18 @@ +/* + * 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.ui.popup.mock; import com.intellij.openapi.ui.popup.ListPopupStep; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/tree/TreePopupImpl.java b/platform/platform-impl/src/com/intellij/ui/popup/tree/TreePopupImpl.java index 061cc1738c..febbacb2c4 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/tree/TreePopupImpl.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/tree/TreePopupImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup.tree; diff --git a/platform/platform-impl/src/com/intellij/ui/popup/util/MnemonicsSearch.java b/platform/platform-impl/src/com/intellij/ui/popup/util/MnemonicsSearch.java index f25bef4496..0a985d8e1b 100644 --- a/platform/platform-impl/src/com/intellij/ui/popup/util/MnemonicsSearch.java +++ b/platform/platform-impl/src/com/intellij/ui/popup/util/MnemonicsSearch.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.popup.util; diff --git a/platform/platform-impl/src/com/intellij/ui/wizard/WizardAction.java b/platform/platform-impl/src/com/intellij/ui/wizard/WizardAction.java index 2ff71d73e7..fdb653e0cd 100644 --- a/platform/platform-impl/src/com/intellij/ui/wizard/WizardAction.java +++ b/platform/platform-impl/src/com/intellij/ui/wizard/WizardAction.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.wizard; diff --git a/platform/platform-impl/src/com/intellij/ui/wizard/WizardCallback.java b/platform/platform-impl/src/com/intellij/ui/wizard/WizardCallback.java index 7e649b689f..2477c98882 100644 --- a/platform/platform-impl/src/com/intellij/ui/wizard/WizardCallback.java +++ b/platform/platform-impl/src/com/intellij/ui/wizard/WizardCallback.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.wizard; diff --git a/platform/platform-impl/src/com/intellij/ui/wizard/WizardDialog.java b/platform/platform-impl/src/com/intellij/ui/wizard/WizardDialog.java index dde47e38aa..d34e5f6967 100644 --- a/platform/platform-impl/src/com/intellij/ui/wizard/WizardDialog.java +++ b/platform/platform-impl/src/com/intellij/ui/wizard/WizardDialog.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.wizard; diff --git a/platform/platform-impl/src/com/intellij/ui/wizard/WizardModel.java b/platform/platform-impl/src/com/intellij/ui/wizard/WizardModel.java index f599008ca9..b26e69b444 100644 --- a/platform/platform-impl/src/com/intellij/ui/wizard/WizardModel.java +++ b/platform/platform-impl/src/com/intellij/ui/wizard/WizardModel.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.wizard; diff --git a/platform/platform-impl/src/com/intellij/ui/wizard/WizardNavigationState.java b/platform/platform-impl/src/com/intellij/ui/wizard/WizardNavigationState.java index 7651b3ecab..3bcc9c04cf 100644 --- a/platform/platform-impl/src/com/intellij/ui/wizard/WizardNavigationState.java +++ b/platform/platform-impl/src/com/intellij/ui/wizard/WizardNavigationState.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.wizard; diff --git a/platform/platform-impl/src/com/intellij/ui/wizard/WizardStep.java b/platform/platform-impl/src/com/intellij/ui/wizard/WizardStep.java index 60076a534c..ac5511a030 100644 --- a/platform/platform-impl/src/com/intellij/ui/wizard/WizardStep.java +++ b/platform/platform-impl/src/com/intellij/ui/wizard/WizardStep.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.ui.wizard; diff --git a/platform/platform-impl/src/com/intellij/util/CachedValueBase.java b/platform/platform-impl/src/com/intellij/util/CachedValueBase.java index e9b00e735e..bb23ebff6b 100644 --- a/platform/platform-impl/src/com/intellij/util/CachedValueBase.java +++ b/platform/platform-impl/src/com/intellij/util/CachedValueBase.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/util/CachedValueImpl.java b/platform/platform-impl/src/com/intellij/util/CachedValueImpl.java index d895ebc6ce..f6a9890319 100644 --- a/platform/platform-impl/src/com/intellij/util/CachedValueImpl.java +++ b/platform/platform-impl/src/com/intellij/util/CachedValueImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Jun 6, 2002 diff --git a/platform/platform-impl/src/com/intellij/util/CachedValuesFactory.java b/platform/platform-impl/src/com/intellij/util/CachedValuesFactory.java index 0d9e756b30..a4d7516b25 100644 --- a/platform/platform-impl/src/com/intellij/util/CachedValuesFactory.java +++ b/platform/platform-impl/src/com/intellij/util/CachedValuesFactory.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.psi.util.CachedValue; diff --git a/platform/platform-impl/src/com/intellij/util/CachedValuesManagerImpl.java b/platform/platform-impl/src/com/intellij/util/CachedValuesManagerImpl.java index 5ed4ff39a7..8349991ae6 100644 --- a/platform/platform-impl/src/com/intellij/util/CachedValuesManagerImpl.java +++ b/platform/platform-impl/src/com/intellij/util/CachedValuesManagerImpl.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.util.UserDataHolder; diff --git a/platform/platform-impl/src/com/intellij/util/DefaultCachedValuesFactory.java b/platform/platform-impl/src/com/intellij/util/DefaultCachedValuesFactory.java index 6bee686879..e37cb10813 100644 --- a/platform/platform-impl/src/com/intellij/util/DefaultCachedValuesFactory.java +++ b/platform/platform-impl/src/com/intellij/util/DefaultCachedValuesFactory.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.psi.util.ParameterizedCachedValueProvider; diff --git a/platform/platform-impl/src/com/intellij/util/EditorPopupHandler.java b/platform/platform-impl/src/com/intellij/util/EditorPopupHandler.java index 5b18f667b5..f687b9e37c 100644 --- a/platform/platform-impl/src/com/intellij/util/EditorPopupHandler.java +++ b/platform/platform-impl/src/com/intellij/util/EditorPopupHandler.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.editor.event.EditorMouseAdapter; diff --git a/platform/platform-impl/src/com/intellij/util/IJSwingUtilities.java b/platform/platform-impl/src/com/intellij/util/IJSwingUtilities.java index ca54b8aae1..8a1991d5dd 100644 --- a/platform/platform-impl/src/com/intellij/util/IJSwingUtilities.java +++ b/platform/platform-impl/src/com/intellij/util/IJSwingUtilities.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.application.ApplicationManager; diff --git a/platform/platform-impl/src/com/intellij/util/InstanceofCheckerGeneratorImpl.java b/platform/platform-impl/src/com/intellij/util/InstanceofCheckerGeneratorImpl.java index b823238dca..48a8ac28bd 100644 --- a/platform/platform-impl/src/com/intellij/util/InstanceofCheckerGeneratorImpl.java +++ b/platform/platform-impl/src/com/intellij/util/InstanceofCheckerGeneratorImpl.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2005 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.util; diff --git a/platform/platform-impl/src/com/intellij/util/ParameterizedCachedValueImpl.java b/platform/platform-impl/src/com/intellij/util/ParameterizedCachedValueImpl.java index 552b07e78b..e83faa460a 100644 --- a/platform/platform-impl/src/com/intellij/util/ParameterizedCachedValueImpl.java +++ b/platform/platform-impl/src/com/intellij/util/ParameterizedCachedValueImpl.java @@ -1,4 +1,20 @@ /* + * 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. + */ + +/* * Created by IntelliJ IDEA. * User: mike * Date: Jun 6, 2002 diff --git a/platform/platform-impl/src/com/intellij/util/PatchedSoftReference.java b/platform/platform-impl/src/com/intellij/util/PatchedSoftReference.java index cc76809471..61308bb386 100644 --- a/platform/platform-impl/src/com/intellij/util/PatchedSoftReference.java +++ b/platform/platform-impl/src/com/intellij/util/PatchedSoftReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/util/PatchedWeakReference.java b/platform/platform-impl/src/com/intellij/util/PatchedWeakReference.java index be502be7c4..e419ad49b3 100644 --- a/platform/platform-impl/src/com/intellij/util/PatchedWeakReference.java +++ b/platform/platform-impl/src/com/intellij/util/PatchedWeakReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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. diff --git a/platform/platform-impl/src/com/intellij/util/PendingEventDispatcher.java b/platform/platform-impl/src/com/intellij/util/PendingEventDispatcher.java index c7ee9d0541..adffad01cf 100644 --- a/platform/platform-impl/src/com/intellij/util/PendingEventDispatcher.java +++ b/platform/platform-impl/src/com/intellij/util/PendingEventDispatcher.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/com/intellij/util/ScrambledInputStream.java b/platform/platform-impl/src/com/intellij/util/ScrambledInputStream.java index f7f567e493..45a7e0ca02 100644 --- a/platform/platform-impl/src/com/intellij/util/ScrambledInputStream.java +++ b/platform/platform-impl/src/com/intellij/util/ScrambledInputStream.java @@ -1,3 +1,18 @@ +/* + * 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.util; import java.io.IOException; diff --git a/platform/platform-impl/src/com/intellij/util/ScrambledOutputStream.java b/platform/platform-impl/src/com/intellij/util/ScrambledOutputStream.java index acc50cb707..38f194ccfd 100644 --- a/platform/platform-impl/src/com/intellij/util/ScrambledOutputStream.java +++ b/platform/platform-impl/src/com/intellij/util/ScrambledOutputStream.java @@ -1,3 +1,18 @@ +/* + * 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.util; import java.io.IOException; diff --git a/platform/platform-impl/src/com/intellij/util/io/ByteBufferIntObjectMap.java b/platform/platform-impl/src/com/intellij/util/io/ByteBufferIntObjectMap.java index c9de7aca11..1b5a16bf6f 100644 --- a/platform/platform-impl/src/com/intellij/util/io/ByteBufferIntObjectMap.java +++ b/platform/platform-impl/src/com/intellij/util/io/ByteBufferIntObjectMap.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/ByteBufferMap.java b/platform/platform-impl/src/com/intellij/util/io/ByteBufferMap.java index e0f35c8fcb..1068e8d78c 100644 --- a/platform/platform-impl/src/com/intellij/util/io/ByteBufferMap.java +++ b/platform/platform-impl/src/com/intellij/util/io/ByteBufferMap.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/ByteBufferMapWriteHandler.java b/platform/platform-impl/src/com/intellij/util/io/ByteBufferMapWriteHandler.java index d0534b1bd5..3987c02cb6 100644 --- a/platform/platform-impl/src/com/intellij/util/io/ByteBufferMapWriteHandler.java +++ b/platform/platform-impl/src/com/intellij/util/io/ByteBufferMapWriteHandler.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/ByteBufferRADataInput.java b/platform/platform-impl/src/com/intellij/util/io/ByteBufferRADataInput.java index ca3141722a..65d5474a3c 100644 --- a/platform/platform-impl/src/com/intellij/util/io/ByteBufferRADataInput.java +++ b/platform/platform-impl/src/com/intellij/util/io/ByteBufferRADataInput.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/FileByteBuffer.java b/platform/platform-impl/src/com/intellij/util/io/FileByteBuffer.java index 8b18c6111f..ce34564e1e 100644 --- a/platform/platform-impl/src/com/intellij/util/io/FileByteBuffer.java +++ b/platform/platform-impl/src/com/intellij/util/io/FileByteBuffer.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/FileKeyProvider.java b/platform/platform-impl/src/com/intellij/util/io/FileKeyProvider.java index a72c009387..5bffe1b1d5 100644 --- a/platform/platform-impl/src/com/intellij/util/io/FileKeyProvider.java +++ b/platform/platform-impl/src/com/intellij/util/io/FileKeyProvider.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/FileTypeFilter.java b/platform/platform-impl/src/com/intellij/util/io/FileTypeFilter.java index 954b622685..1796f332fb 100644 --- a/platform/platform-impl/src/com/intellij/util/io/FileTypeFilter.java +++ b/platform/platform-impl/src/com/intellij/util/io/FileTypeFilter.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.fileTypes.FileType; diff --git a/platform/platform-impl/src/com/intellij/util/io/IntArrayValueProvider.java b/platform/platform-impl/src/com/intellij/util/io/IntArrayValueProvider.java index 2db03d9bb0..1a395c0d08 100644 --- a/platform/platform-impl/src/com/intellij/util/io/IntArrayValueProvider.java +++ b/platform/platform-impl/src/com/intellij/util/io/IntArrayValueProvider.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/IntValueProvider.java b/platform/platform-impl/src/com/intellij/util/io/IntValueProvider.java index a631600cc0..8c30fd88a0 100644 --- a/platform/platform-impl/src/com/intellij/util/io/IntValueProvider.java +++ b/platform/platform-impl/src/com/intellij/util/io/IntValueProvider.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import java.io.DataInput; diff --git a/platform/platform-impl/src/com/intellij/util/io/IntegerKeyProvider.java b/platform/platform-impl/src/com/intellij/util/io/IntegerKeyProvider.java index bc72321ac0..ff10086a1b 100644 --- a/platform/platform-impl/src/com/intellij/util/io/IntegerKeyProvider.java +++ b/platform/platform-impl/src/com/intellij/util/io/IntegerKeyProvider.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/StringKeyProvider.java b/platform/platform-impl/src/com/intellij/util/io/StringKeyProvider.java index d21c943ac1..f3a7e643aa 100644 --- a/platform/platform-impl/src/com/intellij/util/io/StringKeyProvider.java +++ b/platform/platform-impl/src/com/intellij/util/io/StringKeyProvider.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import com.intellij.openapi.diagnostic.Logger; diff --git a/platform/platform-impl/src/com/intellij/util/io/UrlConnectionUtil.java b/platform/platform-impl/src/com/intellij/util/io/UrlConnectionUtil.java index 87aefd090c..c99e1fec54 100644 --- a/platform/platform-impl/src/com/intellij/util/io/UrlConnectionUtil.java +++ b/platform/platform-impl/src/com/intellij/util/io/UrlConnectionUtil.java @@ -1,5 +1,17 @@ /* - * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. + * 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.util.io; diff --git a/platform/platform-impl/src/com/intellij/util/io/WriteableMap.java b/platform/platform-impl/src/com/intellij/util/io/WriteableMap.java index 6847df6bdb..b8bfbb2708 100644 --- a/platform/platform-impl/src/com/intellij/util/io/WriteableMap.java +++ b/platform/platform-impl/src/com/intellij/util/io/WriteableMap.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import java.io.DataOutput; diff --git a/platform/platform-impl/src/com/intellij/util/io/WriteableMapAdapter.java b/platform/platform-impl/src/com/intellij/util/io/WriteableMapAdapter.java index ea2823c7fc..2375d37232 100644 --- a/platform/platform-impl/src/com/intellij/util/io/WriteableMapAdapter.java +++ b/platform/platform-impl/src/com/intellij/util/io/WriteableMapAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import java.io.DataOutput; diff --git a/platform/platform-impl/src/com/intellij/util/io/WriteableTIntObjectMapAdapter.java b/platform/platform-impl/src/com/intellij/util/io/WriteableTIntObjectMapAdapter.java index 9ca6795841..1203c287e1 100644 --- a/platform/platform-impl/src/com/intellij/util/io/WriteableTIntObjectMapAdapter.java +++ b/platform/platform-impl/src/com/intellij/util/io/WriteableTIntObjectMapAdapter.java @@ -1,3 +1,18 @@ +/* + * 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.util.io; import gnu.trove.TIntObjectHashMap; diff --git a/platform/platform-impl/src/com/intellij/util/ui/CellEditorComponentWithBrowseButton.java b/platform/platform-impl/src/com/intellij/util/ui/CellEditorComponentWithBrowseButton.java index 61dbdd7d03..dbb87f444b 100644 --- a/platform/platform-impl/src/com/intellij/util/ui/CellEditorComponentWithBrowseButton.java +++ b/platform/platform-impl/src/com/intellij/util/ui/CellEditorComponentWithBrowseButton.java @@ -1,6 +1,17 @@ /* - * Copyright (c) 2000-2004 by JetBrains s.r.o. All Rights Reserved. - * Use is subject to license terms. + * 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.util.ui; diff --git a/platform/platform-impl/src/com/intellij/util/ui/ChildFocusWatcher.java b/platform/platform-impl/src/com/intellij/util/ui/ChildFocusWatcher.java index ba0d13fe25..4ff3635f40 100644 --- a/platform/platform-impl/src/com/intellij/util/ui/ChildFocusWatcher.java +++ b/platform/platform-impl/src/com/intellij/util/ui/ChildFocusWatcher.java @@ -1,3 +1,18 @@ +/* + * 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.util.ui; import com.intellij.openapi.Disposable; diff --git a/platform/platform-impl/src/net/sf/cglib/proxy/BridgeMethodGenerator.java b/platform/platform-impl/src/net/sf/cglib/proxy/BridgeMethodGenerator.java index 39ddb48ff1..0972feab28 100644 --- a/platform/platform-impl/src/net/sf/cglib/proxy/BridgeMethodGenerator.java +++ b/platform/platform-impl/src/net/sf/cglib/proxy/BridgeMethodGenerator.java @@ -1,3 +1,18 @@ +/* + * 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 net.sf.cglib.proxy; import net.sf.cglib.core.Block; diff --git a/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareWebServer.java b/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareWebServer.java index 12dcd4e74f..6114d831a1 100644 --- a/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareWebServer.java +++ b/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareWebServer.java @@ -1,3 +1,18 @@ +/* + * 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 org.apache.xmlrpc; import java.io.IOException; diff --git a/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareXmlRpcServer.java b/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareXmlRpcServer.java index 3c310b61c6..789c3f2b1b 100644 --- a/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareXmlRpcServer.java +++ b/platform/platform-impl/src/org/apache/xmlrpc/IdeaAwareXmlRpcServer.java @@ -1,3 +1,18 @@ +/* + * 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 org.apache.xmlrpc; import java.io.InputStream; diff --git a/platform/platform-impl/testSrc/com/intellij/ide/plugins/VersionCompareTest.java b/platform/platform-impl/testSrc/com/intellij/ide/plugins/VersionCompareTest.java index 62e59659d1..550d9712cc 100644 --- a/platform/platform-impl/testSrc/com/intellij/ide/plugins/VersionCompareTest.java +++ b/platform/platform-impl/testSrc/com/intellij/ide/plugins/VersionCompareTest.java @@ -1,3 +1,18 @@ +/* + * 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.ide.plugins; import com.intellij.openapi.util.text.StringUtil; diff --git a/platform/platform-impl/testSrc/com/intellij/idea/LockSupportTest.java b/platform/platform-impl/testSrc/com/intellij/idea/LockSupportTest.java index 10be08d9bb..e2d9246318 100644 --- a/platform/platform-impl/testSrc/com/intellij/idea/LockSupportTest.java +++ b/platform/platform-impl/testSrc/com/intellij/idea/LockSupportTest.java @@ -1,3 +1,18 @@ +/* + * 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.idea; import com.intellij.idea.SocketLock; diff --git a/platform/platform-impl/testSrc/com/intellij/openapi/actionSystem/PresentationTest.java b/platform/platform-impl/testSrc/com/intellij/openapi/actionSystem/PresentationTest.java index 833f7b5046..804a7b7c4e 100644 --- a/platform/platform-impl/testSrc/com/intellij/openapi/actionSystem/PresentationTest.java +++ b/platform/platform-impl/testSrc/com/intellij/openapi/actionSystem/PresentationTest.java @@ -1,3 +1,18 @@ +/* + * 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.actionSystem; import junit.framework.Assert; diff --git a/platform/platform-impl/testSrc/com/intellij/openapi/execution/ParametersListTest.java b/platform/platform-impl/testSrc/com/intellij/openapi/execution/ParametersListTest.java index 4130aa5453..3dc85de6c6 100644 --- a/platform/platform-impl/testSrc/com/intellij/openapi/execution/ParametersListTest.java +++ b/platform/platform-impl/testSrc/com/intellij/openapi/execution/ParametersListTest.java @@ -1,3 +1,18 @@ +/* + * 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.execution; import com.intellij.execution.configurations.ParametersList; diff --git a/platform/platform-impl/testSrc/com/intellij/ui/BasicTreeModel.java b/platform/platform-impl/testSrc/com/intellij/ui/BasicTreeModel.java index 20aa83e0db..fee198456d 100644 --- a/platform/platform-impl/testSrc/com/intellij/ui/BasicTreeModel.java +++ b/platform/platform-impl/testSrc/com/intellij/ui/BasicTreeModel.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import javax.swing.event.TreeModelListener; diff --git a/platform/platform-impl/testSrc/com/intellij/ui/TreeExpandCollapseTest.java b/platform/platform-impl/testSrc/com/intellij/ui/TreeExpandCollapseTest.java index eae47e4192..38833fad24 100644 --- a/platform/platform-impl/testSrc/com/intellij/ui/TreeExpandCollapseTest.java +++ b/platform/platform-impl/testSrc/com/intellij/ui/TreeExpandCollapseTest.java @@ -1,3 +1,18 @@ +/* + * 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.ui; import com.intellij.util.ui.tree.TreeUtil; diff --git a/platform/platform-impl/testSrc/com/intellij/util/IJSwingUtilitiesTest.java b/platform/platform-impl/testSrc/com/intellij/util/IJSwingUtilitiesTest.java index ed49c22cf1..3ac0465a6e 100644 --- a/platform/platform-impl/testSrc/com/intellij/util/IJSwingUtilitiesTest.java +++ b/platform/platform-impl/testSrc/com/intellij/util/IJSwingUtilitiesTest.java @@ -1,3 +1,18 @@ +/* + * 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.util; import com.intellij.util.containers.ContainerUtil; diff --git a/platform/platform-impl/testSrc/com/intellij/util/config/ExternalizablePropertyTest.java b/platform/platform-impl/testSrc/com/intellij/util/config/ExternalizablePropertyTest.java index db47c50412..bda9e037c6 100644 --- a/platform/platform-impl/testSrc/com/intellij/util/config/ExternalizablePropertyTest.java +++ b/platform/platform-impl/testSrc/com/intellij/util/config/ExternalizablePropertyTest.java @@ -1,3 +1,18 @@ +/* + * 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.util.config; import com.intellij.openapi.util.InvalidDataException; diff --git a/platform/platform-impl/testSrc/com/intellij/util/ui/tree/TreeUtilTest.java b/platform/platform-impl/testSrc/com/intellij/util/ui/tree/TreeUtilTest.java index 369453c7fd..96784caa41 100644 --- a/platform/platform-impl/testSrc/com/intellij/util/ui/tree/TreeUtilTest.java +++ b/platform/platform-impl/testSrc/com/intellij/util/ui/tree/TreeUtilTest.java @@ -1,3 +1,18 @@ +/* + * 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.util.ui.tree; import com.intellij.ui.TreeExpandCollapse; diff --git a/plugins/IntelliLang/IntelliLangJava.iml b/plugins/IntelliLang/IntelliLangJava.iml index b36509c1df..e6aaec1b47 100644 --- a/plugins/IntelliLang/IntelliLangJava.iml +++ b/plugins/IntelliLang/IntelliLangJava.iml @@ -16,18 +16,10 @@ - - - - - - - - - + diff --git a/plugins/devkit/devkit.iml b/plugins/devkit/devkit.iml index 941ee0c695..8b11aab096 100644 --- a/plugins/devkit/devkit.iml +++ b/plugins/devkit/devkit.iml @@ -17,20 +17,12 @@ - - - - - - - - - + diff --git a/plugins/maven/maven.iml b/plugins/maven/maven.iml index bf4b9435fa..3ae593a8f3 100644 --- a/plugins/maven/maven.iml +++ b/plugins/maven/maven.iml @@ -119,6 +119,7 @@ + diff --git a/plugins/testng/testng.iml b/plugins/testng/testng.iml index 9d8349b11d..07df82966d 100644 --- a/plugins/testng/testng.iml +++ b/plugins/testng/testng.iml @@ -13,14 +13,6 @@ - - - - - - - - @@ -38,6 +30,7 @@ + diff --git a/plugins/testng_rt/testng_rt.iml b/plugins/testng_rt/testng_rt.iml index 3711d116ae..3c13751312 100644 --- a/plugins/testng_rt/testng_rt.iml +++ b/plugins/testng_rt/testng_rt.iml @@ -7,15 +7,7 @@ - - - - - - - - - + diff --git a/plugins/xpath/xpath.iml b/plugins/xpath/xpath.iml index fa22ce8387..04772ebac7 100644 --- a/plugins/xpath/xpath.iml +++ b/plugins/xpath/xpath.iml @@ -13,15 +13,6 @@ - - - - - - - - - @@ -34,6 +25,7 @@ + -- 2.11.4.GIT