From f5b6ca50f413af92c7796b199fb869049b778be4 Mon Sep 17 00:00:00 2001 From: Alex Plate <aleksei.plate@jetbrains.com> Date: Tue, 1 Nov 2022 20:00:07 +0200 Subject: [PATCH] Update IdeaVim license to MIT VIM-2782 --- .idea/copyright/IdeaVim.xml | 2 +- LICENSE.txt | 352 +----------------- README.md | 3 +- .../idea/vim/DynamicLoaderStopper.kt | 18 +- .../com/maddyhome/idea/vim/EventFacade.java | 18 +- .../com/maddyhome/idea/vim/PluginStartup.kt | 18 +- .../maddyhome/idea/vim/RegisterActions.java | 18 +- .../idea/vim/VimBundledDictionaryProvider.kt | 18 +- .../com/maddyhome/idea/vim/VimPlugin.java | 18 +- .../maddyhome/idea/vim/VimProjectService.kt | 18 +- .../idea/vim/VimTypedActionHandler.kt | 18 +- .../idea/vim/VimTypedDelegateHandler.kt | 8 + .../idea/vim/action/ExEntryAction.kt | 18 +- .../idea/vim/action/VimPluginToggleAction.kt | 18 +- .../idea/vim/action/VimShortcutKeyAction.kt | 18 +- .../idea/vim/action/change/OperatorAction.kt | 18 +- .../vim/action/change/RepeatChangeAction.kt | 18 +- .../change/delete/DeleteJoinLinesAction.kt | 18 +- .../delete/DeleteJoinLinesSpacesAction.kt | 18 +- .../delete/DeleteJoinVisualLinesAction.kt | 18 +- .../DeleteJoinVisualLinesSpacesAction.kt | 18 +- .../vim/action/editor/VimEditorActions.kt | 18 +- .../vim/action/ex/ProcessExEntryAction.kt | 18 +- .../action/internal/AddBlockInlaysAction.kt | 18 +- .../action/internal/AddInlineInlaysAction.kt | 18 +- .../idea/vim/command/CommandState.kt | 18 +- .../idea/vim/common/CharacterPosition.kt | 18 +- .../maddyhome/idea/vim/common/IndentConfig.kt | 18 +- .../com/maddyhome/idea/vim/config/VimState.kt | 18 +- .../ApplicationConfigurationMigrator.kt | 18 +- .../migration/ConfigurationMigrators.kt | 18 +- .../vim/config/migration/VersionDetectors.kt | 18 +- .../maddyhome/idea/vim/ex/ExOutputModel.kt | 18 +- .../vimscript/VimScriptGlobalEnvironment.java | 18 +- .../idea/vim/extension/ExtensionBeanClass.kt | 18 +- .../idea/vim/extension/VimExtension.java | 18 +- .../idea/vim/extension/VimExtensionFacade.kt | 18 +- .../idea/vim/extension/VimExtensionHandler.kt | 18 +- .../vim/extension/VimExtensionRegistrar.kt | 18 +- .../argtextobj/VimArgTextObjExtension.java | 18 +- .../commentary/CommentaryExtension.kt | 18 +- .../exchange/VimExchangeExtension.kt | 18 +- .../highlightedyank/VimHighlightedYank.kt | 18 +- .../idea/vim/extension/matchit/Matchit.kt | 18 +- .../VimMultipleCursorsExtension.kt | 18 +- .../idea/vim/extension/nerdtree/NerdAction.kt | 18 +- .../idea/vim/extension/nerdtree/NerdTree.kt | 18 +- .../paragraphmotion/ParagraphMotion.kt | 18 +- .../ReplaceWithRegister.kt | 18 +- .../surround/VimSurroundExtension.kt | 18 +- .../VimTextObjEntireExtension.java | 18 +- .../textobjindent/VimIndentObject.java | 18 +- .../maddyhome/idea/vim/group/ChangeGroup.java | 18 +- .../maddyhome/idea/vim/group/CommandGroup.kt | 18 +- .../idea/vim/group/DigraphGroup.java | 18 +- .../maddyhome/idea/vim/group/EditorGroup.java | 18 +- .../idea/vim/group/EditorHolderService.kt | 18 +- .../maddyhome/idea/vim/group/FileGroup.java | 18 +- .../idea/vim/group/HistoryGroup.java | 18 +- .../idea/vim/group/IjStatisticsService.kt | 36 +- .../idea/vim/group/IjVimStorageService.kt | 18 +- .../idea/vim/group/IjVimSystemInfoService.kt | 18 +- .../maddyhome/idea/vim/group/KeyGroup.java | 18 +- .../idea/vim/group/LastTabService.kt | 18 +- .../maddyhome/idea/vim/group/MacroGroup.java | 18 +- .../maddyhome/idea/vim/group/MarkGroup.java | 18 +- .../maddyhome/idea/vim/group/MotionGroup.java | 18 +- .../idea/vim/group/NotificationService.kt | 18 +- .../idea/vim/group/ProcessGroup.java | 18 +- .../idea/vim/group/RegisterGroup.java | 18 +- .../maddyhome/idea/vim/group/SearchGroup.java | 18 +- .../maddyhome/idea/vim/group/SystemMarks.kt | 18 +- .../idea/vim/group/TabServiceImpl.kt | 18 +- .../maddyhome/idea/vim/group/WindowGroup.java | 18 +- .../com/maddyhome/idea/vim/group/XMLGroup.kt | 18 +- .../maddyhome/idea/vim/group/copy/PutGroup.kt | 18 +- .../idea/vim/group/copy/YankGroup.kt | 18 +- .../vim/group/visual/IdeaSelectionControl.kt | 18 +- .../idea/vim/group/visual/VimVisualTimer.kt | 18 +- .../idea/vim/group/visual/VisualGroup.kt | 18 +- .../idea/vim/group/visual/VisualModeHelper.kt | 18 +- .../vim/group/visual/VisualMotionGroup.kt | 18 +- .../idea/vim/handler/ActionBeanClass.kt | 18 +- .../idea/vim/handler/IdeActionHandler.kt | 18 +- .../vim/helper/CaretVisualAttributesHelper.kt | 18 +- .../idea/vim/helper/CommandLineHelper.kt | 18 +- .../idea/vim/helper/CommandStateExtensions.kt | 18 +- .../idea/vim/helper/DocumentManager.kt | 18 +- .../idea/vim/helper/EditorDataContext.kt | 18 +- .../idea/vim/helper/EditorHelper.java | 18 +- .../maddyhome/idea/vim/helper/EditorHelper.kt | 18 +- .../idea/vim/helper/HandlerInjector.kt | 18 +- .../com/maddyhome/idea/vim/helper/Helper.kt | 18 +- .../idea/vim/helper/IjActionExecutor.kt | 18 +- .../idea/vim/helper/IjEditorHelper.kt | 8 + .../idea/vim/helper/IjVimStringParser.kt | 8 + .../maddyhome/idea/vim/helper/InlayHelper.kt | 18 +- .../idea/vim/helper/MacKeyRepeat.java | 18 +- .../idea/vim/helper/MessageHelper.kt | 18 +- .../idea/vim/helper/ModeExtensions.kt | 18 +- .../maddyhome/idea/vim/helper/PsiHelper.java | 18 +- .../idea/vim/helper/RunnableHelper.kt | 18 +- .../idea/vim/helper/SearchHelper.java | 18 +- .../idea/vim/helper/SearchHelperKt.kt | 18 +- .../idea/vim/helper/SearchHighlightsHelper.kt | 18 +- .../maddyhome/idea/vim/helper/StringHelper.kt | 18 +- .../idea/vim/helper/TestClipboardModel.kt | 18 +- .../idea/vim/helper/TestInputModel.java | 18 +- .../com/maddyhome/idea/vim/helper/UiHelper.kt | 18 +- .../idea/vim/helper/UndoRedoHelper.kt | 18 +- .../idea/vim/helper/UpdatesChecker.kt | 18 +- .../idea/vim/helper/UserDataManager.kt | 18 +- .../maddyhome/idea/vim/icons/VimIcons.java | 18 +- .../idea/vim/key/KeyHandlerKeeper.kt | 18 +- .../com/maddyhome/idea/vim/key/NodesHelper.kt | 18 +- .../idea/vim/key/VimActionsPromoter.kt | 18 +- .../idea/vim/listener/AceJumpSpecifics.kt | 18 +- .../idea/vim/listener/AppCodeTemplates.kt | 18 +- .../idea/vim/listener/IdeaSpecifics.kt | 18 +- .../idea/vim/listener/RiderSpecifics.kt | 18 +- .../idea/vim/listener/VimInsertListener.kt | 18 +- .../idea/vim/listener/VimListenerManager.kt | 18 +- .../idea/vim/listener/VimYankListener.kt | 18 +- .../maddyhome/idea/vim/mark/IntellijMark.kt | 8 + .../maddyhome/idea/vim/newapi/ChangeGroup.kt | 18 +- .../idea/vim/newapi/ExecuteExtension.kt | 8 + .../idea/vim/newapi/IjClipboardManager.kt | 8 + .../idea/vim/newapi/IjExEntryPanel.kt | 8 + .../idea/vim/newapi/IjExecutionContext.kt | 18 +- .../vim/newapi/IjExecutionContextManager.kt | 18 +- .../maddyhome/idea/vim/newapi/IjLiveRange.kt | 18 +- .../idea/vim/newapi/IjNativeActionManager.kt | 18 +- .../idea/vim/newapi/IjTemplateManager.kt | 8 + .../idea/vim/newapi/IjVimActionsInitiator.kt | 8 + .../idea/vim/newapi/IjVimApplication.kt | 18 +- .../maddyhome/idea/vim/newapi/IjVimCaret.kt | 18 +- .../idea/vim/newapi/IjVimDocument.kt | 18 +- .../maddyhome/idea/vim/newapi/IjVimEditor.kt | 18 +- .../maddyhome/idea/vim/newapi/IjVimEnabler.kt | 18 +- .../idea/vim/newapi/IjVimInjector.kt | 8 + .../idea/vim/newapi/IjVimLocalOptions.kt | 18 +- .../maddyhome/idea/vim/newapi/IjVimLogger.kt | 18 +- .../idea/vim/newapi/IjVimLookupManager.kt | 8 + .../idea/vim/newapi/IjVimMessages.kt | 18 +- .../idea/vim/newapi/IjVimSearchHelper.kt | 8 + .../idea/vim/newapi/VimLocalOptions.kt | 18 +- .../idea/vim/newapi/VimMachineImpl.kt | 18 +- .../idea/vim/option/OptionsManager.kt | 18 +- .../com/maddyhome/idea/vim/package-info.java | 18 +- .../com/maddyhome/idea/vim/regexp/RegExp.kt | 18 +- .../idea/vim/statistic/ActionTracker.kt | 18 +- .../idea/vim/statistic/OptionsState.kt | 18 +- .../idea/vim/statistic/PluginState.kt | 18 +- .../vim/statistic/ShortcutConflictState.kt | 18 +- .../idea/vim/statistic/VimscriptState.kt | 18 +- .../vim/troubleshooting/Troubleshooter.kt | 8 + .../maddyhome/idea/vim/ui/ExOutputPanel.java | 18 +- .../maddyhome/idea/vim/ui/ExPanelBorder.kt | 18 +- .../com/maddyhome/idea/vim/ui/ModalEntry.kt | 18 +- .../com/maddyhome/idea/vim/ui/ReloadVimRc.kt | 18 +- .../java/com/maddyhome/idea/vim/ui/ShowCmd.kt | 18 +- .../com/maddyhome/idea/vim/ui/StatusBar.kt | 18 +- .../idea/vim/ui/VimEmulationConfigurable.kt | 18 +- .../com/maddyhome/idea/vim/ui/ex/ExActions.kt | 18 +- .../maddyhome/idea/vim/ui/ex/ExDocument.java | 18 +- .../maddyhome/idea/vim/ui/ex/ExEditorKit.kt | 18 +- .../idea/vim/ui/ex/ExEntryPanel.java | 18 +- .../maddyhome/idea/vim/ui/ex/ExKeyBindings.kt | 18 +- .../idea/vim/ui/ex/ExShortcutKeyAction.kt | 18 +- .../maddyhome/idea/vim/ui/ex/ExTextField.java | 18 +- .../maddyhome/idea/vim/vimscript/Executor.kt | 18 +- .../model/commands/ActionListCommand.kt | 18 +- .../vimscript/model/commands/BufferCommand.kt | 18 +- .../model/commands/BufferListCommand.kt | 18 +- .../model/commands/CmdFilterCommand.kt | 18 +- .../vimscript/model/commands/GlobalCommand.kt | 18 +- .../vimscript/model/commands/HelpCommand.kt | 18 +- .../model/functions/FunctionBeanClass.kt | 18 +- .../functions/handlers/AbsFunctionHandler.kt | 18 +- .../handlers/ColLineFunctionHandler.kt | 18 +- .../handlers/EmptyFunctionHandler.kt | 18 +- .../handlers/ExistsFunctionHandler.kt | 18 +- .../handlers/FunctionFunctionHandler.kt | 18 +- .../functions/handlers/HasFunctionHandler.kt | 18 +- .../functions/handlers/JoinFunctionHandler.kt | 18 +- .../functions/handlers/LenFunctionHandler.kt | 18 +- .../functions/handlers/SinFunctionHandler.kt | 18 +- .../handlers/SubmatchFunctionHandler.kt | 18 +- .../handlers/TolowerFunctionHandler.kt | 18 +- .../handlers/ToupperFunctionHandler.kt | 18 +- .../options/helpers/IdeaRefactorModeHelper.kt | 18 +- .../vim/vimscript/parser/VimscriptParser.kt | 18 +- .../parser/errors/IdeavimErrorListener.kt | 18 +- .../parser/visitors/CommandVisitor.kt | 18 +- .../parser/visitors/ExecutableVisitor.kt | 18 +- .../parser/visitors/ExpressionVisitor.kt | 18 +- .../parser/visitors/ScriptVisitor.kt | 18 +- .../vim/vimscript/services/FunctionStorage.kt | 18 +- .../vimscript/services/IjVariableService.kt | 18 +- .../vimscript/services/IjVimOptionService.kt | 18 +- .../vim/vimscript/services/PatternService.kt | 18 +- .../plugins/ideavim/JavaVimTestCase.java | 18 +- .../plugins/ideavim/NeovimTesting.kt | 18 +- .../plugins/ideavim/RegisterActionsTest.kt | 18 +- .../jetbrains/plugins/ideavim/TestHelper.kt | 18 +- .../plugins/ideavim/VimOptionTestCase.kt | 18 +- .../jetbrains/plugins/ideavim/VimTestCase.kt | 18 +- .../ideavim/action/AutoIndentTest.java | 18 +- .../ideavim/action/ChangeActionTest.kt | 18 +- .../action/ChangeNumberActionTest.java | 18 +- .../ideavim/action/CommandCountTest.kt | 18 +- .../ideavim/action/CopyActionTest.java | 18 +- .../action/FileGetLocationInfoActionTest.kt | 18 +- .../ideavim/action/GuardedBlocksTest.kt | 18 +- .../plugins/ideavim/action/MacroActionTest.kt | 18 +- .../ideavim/action/MacroWithEditingTest.kt | 18 +- .../plugins/ideavim/action/MarkTest.java | 18 +- .../ideavim/action/MotionActionTest.kt | 18 +- .../ideavim/action/MultipleCaretsTest.kt | 18 +- .../ideavim/action/ReformatCodeTest.java | 18 +- .../ideavim/action/RepeatActionTest.kt | 18 +- .../ideavim/action/ResetModeActionTest.kt | 18 +- .../ideavim/action/SpecialRegistersTest.java | 18 +- .../action/change/RepeatChangeActionTest.kt | 18 +- .../ideavim/action/change/UndoActionTest.kt | 18 +- .../change/change/ChangeLineActionTest.kt | 18 +- .../change/change/ChangeMotionActionTest.kt | 18 +- .../change/change/ChangeVisualActionTest.kt | 18 +- .../change/ChangeVisualLinesEndActionTest.kt | 18 +- .../change/change/InsertRegisterTest.kt | 18 +- .../number/ChangeNumberDecActionTest.kt | 18 +- .../number/ChangeNumberIncActionTest.kt | 18 +- ...hangeVisualNumberAvalancheDecActionTest.kt | 18 +- ...hangeVisualNumberAvalancheIncActionTest.kt | 18 +- .../number/ChangeVisualNumberDecActionTest.kt | 18 +- .../number/ChangeVisualNumberIncActionTest.kt | 18 +- .../delete/DeleteCharacterLeftActionTest.kt | 18 +- .../delete/DeleteCharacterRightActionTest.kt | 18 +- .../delete/DeleteEndOfLineActionTest.kt | 18 +- .../delete/DeleteJoinLinesSpacesActionTest.kt | 18 +- .../DeleteJoinVisualLinesSpacesActionTest.kt | 18 +- .../change/delete/DeleteMotionActionTest.kt | 18 +- .../change/delete/DeleteVisualActionTest.kt | 18 +- .../delete/DeleteVisualLinesActionTest.kt | 18 +- .../delete/DeleteVisualLinesEndActionTest.kt | 18 +- .../change/delete/JoinNotificationTest.kt | 18 +- .../insert/InsertAfterCursorActionTest.kt | 18 +- .../insert/InsertAfterLineEndActionTest.kt | 18 +- .../insert/InsertBackspaceActionTest.kt | 18 +- .../insert/InsertBeforeCursorActionTest.kt | 18 +- .../InsertBeforeFirstNonBlankActionTest.kt | 18 +- .../InsertCompletedLiteralActionTest.kt | 36 +- .../change/insert/InsertDeleteActionTest.kt | 18 +- .../InsertDeleteInsertedTextActionTest.kt | 18 +- .../InsertDeletePreviousWordActionTest.kt | 18 +- .../change/insert/InsertEnterActionTest.kt | 18 +- .../change/insert/InsertExitModeActionTest.kt | 18 +- .../insert/InsertNewLineAboveActionTest.kt | 18 +- .../insert/InsertNewLineBelowActionTest.kt | 18 +- .../insert/InsertSingleCommandActionTest.kt | 18 +- .../change/insert/InsertTabActionTest.kt | 18 +- .../insert/VisualBlockAppendActionTest.kt | 18 +- .../insert/VisualBlockInsertActionTest.kt | 18 +- .../action/change/shift/ShiftLeftTest.kt | 18 +- .../action/change/shift/ShiftRightTest.kt | 18 +- .../action/copy/IdeaPutNotificationsTest.kt | 18 +- .../copy/PutTestAfterCursorActionTest.kt | 18 +- .../ideavim/action/copy/PutViaIdeaTest.kt | 18 +- .../action/copy/PutVisualTextActionTest.kt | 18 +- .../copy/PutVisualTextMoveCursorActionTest.kt | 18 +- .../ideavim/action/copy/YankAndPutTest.kt | 18 +- .../ideavim/action/copy/YankLineActionTest.kt | 18 +- .../action/copy/YankMotionActionTest.kt | 18 +- .../action/copy/YankVisualActionTest.kt | 18 +- .../action/copy/YankVisualLinesActionTest.kt | 18 +- .../action/motion/gn/GnNextTextObjectTest.kt | 18 +- .../motion/gn/GnPreviousTextObjectTest.kt | 18 +- .../motion/gn/VisualSelectNextSearchTest.java | 18 +- .../gn/VisualSelectPreviousSearchTest.java | 18 +- .../leftright/MotionArrowLeftActionTest.kt | 18 +- .../leftright/MotionArrowRightActionTest.kt | 18 +- .../motion/leftright/MotionEndActionTest.kt | 18 +- .../motion/leftright/MotionHomeActionTest.kt | 18 +- .../leftright/MotionLastColumnActionTest.kt | 18 +- .../MotionLeftMatchCharActionTest.kt | 18 +- .../MotionLeftTillMatchCharActionTest.kt | 18 +- .../motion/leftright/MotionRightActionTest.kt | 18 +- .../MotionRightMatchCharActionTest.kt | 18 +- .../MotionRightTillMatchCharActionTest.kt | 18 +- .../leftright/MotionShiftEndActionTest.kt | 18 +- .../leftright/MotionShiftHomeActionTest.kt | 18 +- .../MotionShiftLeftActionHandlerTest.kt | 18 +- .../MotionShiftRightActionHandlerTest.kt | 18 +- .../motion/mark/MotionMarkActionTest.kt | 18 +- .../object/MotionInnerBigWordActionTest.kt | 18 +- .../MotionInnerBlockDoubleQuoteActionTest.kt | 18 +- .../object/MotionInnerBlockParenActionTest.kt | 18 +- .../object/MotionInnerBlockTagActionTest.kt | 18 +- .../object/MotionInnerWordActionTest.kt | 18 +- .../object/MotionOuterBigWordActionTest.kt | 18 +- .../object/MotionOuterBlockBraceActionTest.kt | 18 +- .../object/MotionOuterBlockParenActionTest.kt | 18 +- .../object/MotionOuterBlockTagActionTest.kt | 18 +- .../object/MotionOuterSentenceActionTest.kt | 18 +- .../screen/MotionFirstScreenLineActionTest.kt | 18 +- .../screen/MotionLastScreenLineActionTest.kt | 18 +- .../MotionMiddleScreenLineActionTest.kt | 18 +- .../search/SearchAgainNextActionTest.kt | 18 +- .../search/SearchAgainPreviousActionTest.kt | 18 +- .../SearchWholeWordBackwardActionTest.kt | 18 +- .../SearchWholeWordForwardActionTest.kt | 18 +- .../SelectEnableBlockModeActionHandlerTest.kt | 18 +- ...ectEnableCharacterModeActionHandlerTest.kt | 18 +- .../SelectEnableLineModeActionHandlerTest.kt | 18 +- .../motion/select/SelectEscapeActionTest.kt | 18 +- .../motion/select/SelectKeyHandlerTest.kt | 18 +- .../SelectToggleVisualModeHandlerTest.kt | 18 +- .../motion/SelectExtendVariousMotionsTest.kt | 18 +- .../motion/SelectMotionLeftActionTest.kt | 18 +- .../motion/SelectMotionRightActionTest.kt | 18 +- .../text/MotionCamelEndLeftActionTest.kt | 18 +- .../text/MotionNthCharacterActionTest.kt | 18 +- .../text/MotionParagraphNextActionTest.kt | 8 + .../text/MotionParagraphPreviousActionTest.kt | 18 +- .../text/MotionSectionForwardEndActionTest.kt | 18 +- .../MotionSectionForwardStartActionTest.kt | 8 + .../MotionSentencePreviousStartActionTest.kt | 18 +- .../MotionUnmatchedBraceCloseActionTest.kt | 18 +- .../MotionUnmatchedBraceOpenActionTest.kt | 18 +- .../updown/MotionArrowDownActionTest.kt | 18 +- .../motion/updown/MotionArrowUpActionTest.kt | 18 +- .../motion/updown/MotionDownActionTest.kt | 18 +- .../updown/MotionGotoLineFirstActionTest.kt | 18 +- .../MotionGotoLineFirstInsertActionTest.kt | 18 +- .../updown/MotionGotoLineLastActionTest.kt | 18 +- .../updown/MotionPercentOrMatchActionTest.kt | 18 +- .../MotionShiftDownActionHandlerTest.kt | 18 +- .../updown/MotionShiftUpActionHandlerTest.kt | 18 +- .../motion/updown/MotionUpActionTest.kt | 18 +- .../motion/updown/VisualVariousMotionsTest.kt | 18 +- .../motion/visual/VisualExitModeActionTest.kt | 18 +- .../visual/VisualSwapEndsBlockActionTest.kt | 18 +- .../visual/VisualToggleBlockModeActionTest.kt | 18 +- .../VisualToggleCharacterModeActionTest.kt | 18 +- .../visual/VisualToggleLineModeActionTest.kt | 18 +- .../scroll/ScrollColumnLeftActionTest.kt | 18 +- .../scroll/ScrollColumnRightActionTest.kt | 18 +- .../ScrollFirstScreenColumnActionTest.kt | 18 +- .../scroll/ScrollFirstScreenLineActionTest.kt | 18 +- ...crollFirstScreenLinePageStartActionTest.kt | 18 +- .../ScrollFirstScreenLineStartActionTest.kt | 18 +- .../scroll/ScrollHalfPageDownActionTest.kt | 18 +- .../scroll/ScrollHalfPageUpActionTest.kt | 18 +- .../scroll/ScrollHalfWidthLeftActionTest.kt | 18 +- .../scroll/ScrollHalfWidthRightActionTest.kt | 18 +- .../ScrollLastScreenColumnActionTest.kt | 18 +- .../scroll/ScrollLastScreenLineActionTest.kt | 18 +- ...ScrollLastScreenLinePageStartActionTest.kt | 18 +- .../ScrollLastScreenLineStartActionTest.kt | 18 +- .../action/scroll/ScrollLineDownActionTest.kt | 18 +- .../action/scroll/ScrollLineUpActionTest.kt | 18 +- .../ScrollMiddleScreenLineActionTest.kt | 18 +- .../ScrollMiddleScreenLineStartActionTest.kt | 18 +- .../action/scroll/ScrollPageDownActionTest.kt | 18 +- .../action/scroll/ScrollPageUpActionTest.kt | 18 +- .../ideavim/command/VimStateMachineTest.kt | 18 +- .../ideavim/common/editor/VimEditorTest.kt | 18 +- .../ApplicationConfigurationMigratorTest.kt | 18 +- .../migration/Version23456DetectorTest.kt | 18 +- .../Version6to7ConfigMigrationTest.kt | 18 +- .../plugins/ideavim/ex/CommandParserTest.kt | 18 +- .../plugins/ideavim/ex/ExEntryTest.kt | 18 +- .../plugins/ideavim/ex/ExpressionTest.kt | 18 +- .../plugins/ideavim/ex/LongerScriptTest.kt | 18 +- .../plugins/ideavim/ex/MultipleCaretsTest.kt | 18 +- .../plugins/ideavim/ex/RangeTest.java | 18 +- .../plugins/ideavim/ex/VimLContextTest.kt | 18 +- .../ex/implementation/LongerFunctionTest.kt | 18 +- .../commands/ActionCommandTest.kt | 18 +- .../commands/ActionListCommandTest.java | 18 +- .../commands/AsciiCommandTest.kt | 18 +- .../commands/BufferCloseCommandTest.kt | 18 +- .../commands/BufferCommandTest.kt | 18 +- .../commands/BufferListCommandTest.kt | 18 +- .../commands/CmdClearCommandTest.kt | 18 +- .../implementation/commands/CmdCommandTest.kt | 18 +- .../commands/DelCmdCommandTest.kt | 18 +- .../commands/DeleteMarksCommandTest.kt | 18 +- .../commands/DelfunctionCommandTest.kt | 18 +- .../commands/EchoCommandTest.kt | 18 +- .../commands/ExecuteCommandTest.kt | 18 +- .../commands/ExitCommandTest.kt | 18 +- .../commands/GlobalCommandTest.kt | 18 +- .../commands/GotoLineCommandTest.kt | 18 +- .../commands/JoinLinesCommandTest.kt | 18 +- .../commands/JumpsCommandTest.kt | 18 +- .../implementation/commands/LetCommandTest.kt | 18 +- .../commands/LockVarCommandTest.kt | 18 +- .../commands/MapClearCommandTest.kt | 18 +- .../implementation/commands/MapCommandTest.kt | 18 +- .../commands/MarkCommandTest.kt | 18 +- .../commands/MarksCommandTest.kt | 18 +- .../commands/NormalCommandTest.kt | 18 +- .../commands/PrintCommandTest.kt | 18 +- .../implementation/commands/PutCommandTest.kt | 18 +- .../commands/RegistersCommandTest.kt | 18 +- .../implementation/commands/SetCommandTest.kt | 18 +- .../commands/SetHandlerCommandTest.kt | 18 +- .../commands/ShiftLeftCommandTest.kt | 18 +- .../commands/ShiftRightCommandTest.kt | 18 +- .../commands/SortCommandTest.java | 18 +- .../commands/SubstituteCommandTest.kt | 18 +- .../commands/UnMapCommandTest.kt | 18 +- .../commands/YankLinesCommandTest.kt | 18 +- .../expressions/CurlyBracesNameTest.kt | 18 +- .../expressions/DictionaryElementByKeyTest.kt | 18 +- .../expressions/ExpressionTest.kt | 18 +- .../expressions/FunctionCallTest.kt | 18 +- .../implementation/expressions/LambdaTest.kt | 18 +- .../implementation/expressions/OptionTest.kt | 18 +- .../expressions/SublistExpressionTest.kt | 18 +- .../expressions/datatypes/VimFloatTest.kt | 18 +- .../expressions/datatypes/VimStringTest.kt | 18 +- .../operators/AdditionOperatorTest.kt | 18 +- .../operators/ConcatenationOperatorTest.kt | 18 +- .../operators/FalsyOperatorTest.kt | 18 +- .../operators/SubtractionOperatorTest.kt | 18 +- .../functions/AnonymousFunctionTest.kt | 18 +- .../functions/BasicStringFunctions.kt | 18 +- .../functions/BuiltInFunctionTest.kt | 18 +- .../functions/DictionaryFunctionTest.kt | 18 +- .../implementation/functions/FuncrefTest.kt | 18 +- .../implementation/functions/FunctionTest.kt | 18 +- .../functions/HasFunctionTest.kt | 18 +- .../ex/implementation/statements/ForTest.kt | 18 +- .../statements/FunctionDeclarationTest.kt | 18 +- .../statements/IfStatementTest.kt | 18 +- .../implementation/statements/TryCatchTest.kt | 18 +- .../ex/implementation/statements/WhileTest.kt | 18 +- .../plugins/ideavim/ex/parser/ParserTest.kt | 18 +- .../parser/commands/CmdFilterCommandTest.kt | 18 +- .../ex/parser/commands/CommandTests.kt | 18 +- .../ex/parser/commands/GoToLineCommandTest.kt | 18 +- .../ex/parser/commands/LetCommandTest.kt | 18 +- .../ex/parser/expressions/DictionaryTests.kt | 18 +- .../expressions/DoubleQuotedStringTest.kt | 18 +- .../ex/parser/expressions/EnvVariableTests.kt | 18 +- .../ex/parser/expressions/FuncrefCallTests.kt | 18 +- .../FunctionCallExpressionTests.kt | 18 +- .../ex/parser/expressions/LambdaTests.kt | 18 +- .../ex/parser/expressions/ListTests.kt | 18 +- .../parser/expressions/NumberParsingTests.kt | 18 +- .../expressions/OperatorPrecedenceTest.kt | 18 +- .../ex/parser/expressions/RegisterTests.kt | 18 +- .../parser/expressions/StringParsingTests.kt | 18 +- .../expressions/SublistExpressionTests.kt | 18 +- .../expressions/TernaryExpressionTests.kt | 18 +- .../expressions/VariableParsingTests.kt | 18 +- .../ex/parser/statements/ForLoopTests.kt | 18 +- .../statements/FunctionDeclarationTests.kt | 18 +- .../ex/parser/statements/IfStatementTests.kt | 18 +- .../ex/parser/statements/TryCatchTests.kt | 18 +- .../ex/parser/statements/WhileLoopTests.kt | 18 +- .../ideavim/extension/CommonExtensionTests.kt | 18 +- .../VimArgTextObjExtensionTest.java | 18 +- .../commentary/CommentaryExtensionTest.kt | 18 +- .../VimTextObjEntireExtensionTest.kt | 18 +- .../exchange/VimExchangeExtensionTest.kt | 18 +- .../exchange/VimExchangeWithClipboardTest.kt | 18 +- .../highlightedyank/VimHighlightedYankTest.kt | 18 +- .../extension/matchit/MatchitCMakeTest.kt | 18 +- .../ideavim/extension/matchit/MatchitCTest.kt | 18 +- .../extension/matchit/MatchitGNUMakeTest.kt | 18 +- .../extension/matchit/MatchitGeneralTest.kt | 18 +- .../extension/matchit/MatchitHtmlTest.kt | 18 +- .../extension/matchit/MatchitRubyTest.kt | 18 +- .../VimMultipleCursorsExtensionTest.kt | 18 +- .../paragraphmotion/ParagraphMotionTest.kt | 18 +- .../ReplaceWithRegisterTest.kt | 18 +- .../surround/VimSurroundExtensionTest.kt | 18 +- .../textobjindent/VimIndentObjectTest.kt | 18 +- .../plugins/ideavim/group/KeyGroupTest.kt | 18 +- .../plugins/ideavim/group/SearchGroupTest.kt | 18 +- ...up_ScrollCaretIntoViewHorizontally_Test.kt | 18 +- ...roup_ScrollCaretIntoViewVertically_Test.kt | 18 +- .../MotionGroup_scrolloff_scrolljump_Test.kt | 18 +- .../group/visual/IdeaVisualControlTest.kt | 18 +- .../group/visual/NonVimVisualChangeTest.kt | 18 +- .../ideavim/group/visual/TemplateTest.kt | 18 +- .../helper/CaretVisualAttributesHelperTest.kt | 18 +- .../ideavim/helper/EditorHelperTest.kt | 18 +- .../plugins/ideavim/helper/InfoFileTest.kt | 18 +- .../ideavim/helper/SearchHelperTest.java | 18 +- .../ideavim/helper/StringHelperTest.java | 18 +- .../plugins/ideavim/key/MappingOwnerTest.kt | 18 +- .../plugins/ideavim/longrunning/MacroTest.kt | 18 +- .../ideavim/longrunning/MapCommandTest.kt | 18 +- .../plugins/ideavim/mock/MockTestCase.kt | 18 +- .../mock/vimscript/commands/TabmoveTest.kt | 18 +- .../option/BoundedStringListOptionTest.kt | 18 +- .../plugins/ideavim/option/DigraphTest.kt | 18 +- .../ideavim/option/GuiCursorOptionTest.kt | 18 +- .../ideavim/option/KeywordOptionTest.java | 18 +- .../ideavim/option/StringListOptionTest.kt | 18 +- .../propertybased/IncrementDecrementCheck.kt | 18 +- .../ideavim/propertybased/MapPropertyTest.kt | 18 +- .../plugins/ideavim/propertybased/Numbers.kt | 18 +- .../RandomActionsPropertyTest.kt | 18 +- .../propertybased/VimPropertyTestBase.kt | 18 +- .../propertybased/YankDeletePropertyTest.kt | 18 +- .../ideavim/propertybased/samples/JavaText.kt | 18 +- .../propertybased/samples/LoremText.kt | 18 +- .../propertybased/samples/SimpleText.kt | 18 +- .../plugins/ideavim/ui/ReloadVimRcTest.kt | 18 +- .../plugins/ideavim/ui/ShowCmdTest.kt | 18 +- src/test/java/ui/UiTests.kt | 18 +- src/test/java/ui/pages/ActionLinkFixture.java | 18 +- src/test/java/ui/pages/ActionMenuFixture.kt | 18 +- src/test/java/ui/pages/DialogFixture.kt | 18 +- src/test/java/ui/pages/Editor.kt | 18 +- src/test/java/ui/pages/Gutter.kt | 18 +- src/test/java/ui/pages/IdeaFrame.kt | 18 +- src/test/java/ui/pages/WelcomeFrame.kt | 18 +- .../java/ui/pages/WelcomeFrameFixture.java | 18 +- src/test/java/ui/utils/JavaExampleSteps.kt | 18 +- src/test/java/ui/utils/StepsLogger.kt | 18 +- src/test/java/ui/utils/UiTestWrapper.kt | 18 +- src/test/java/ui/utils/Utils.kt | 18 +- src/test/java/ui/utils/VimActions.kt | 18 +- 529 files changed, 2183 insertions(+), 7528 deletions(-) diff --git a/.idea/copyright/IdeaVim.xml b/.idea/copyright/IdeaVim.xml index 698f22061..968553c20 100644 --- a/.idea/copyright/IdeaVim.xml +++ b/.idea/copyright/IdeaVim.xml @@ -1,6 +1,6 @@ <component name="CopyrightManager"> <copyright> - <option name="notice" value="IdeaVim - Vim emulator for IDEs based on the IntelliJ platform Copyright (C) 2003-&#36;today.year The IdeaVim authors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>." /> + <option name="notice" value="Copyright 2022 The IdeaVim authors Use of this source code is governed by an MIT-style license that can be found in the LICENSE.txt file or at https://opensource.org/licenses/MIT." /> <option name="myName" value="IdeaVim" /> </copyright> </component> \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index ecbc05937..7789b11db 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,339 +1,21 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 +MIT License - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +Copyright (c) 2003-present The IdeaVim authors - Preamble +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index b65949498..4b806dde3 100644 --- a/README.md +++ b/README.md @@ -364,8 +364,7 @@ is the full list of synonyms. License ------- -IdeaVim is licensed under the terms of the GNU Public License version 2 -or any later version. +IdeaVim is licensed under the MIT license. <!-- Badges --> diff --git a/src/main/java/com/maddyhome/idea/vim/DynamicLoaderStopper.kt b/src/main/java/com/maddyhome/idea/vim/DynamicLoaderStopper.kt index 4628e3759..e7535f1fb 100644 --- a/src/main/java/com/maddyhome/idea/vim/DynamicLoaderStopper.kt +++ b/src/main/java/com/maddyhome/idea/vim/DynamicLoaderStopper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim diff --git a/src/main/java/com/maddyhome/idea/vim/EventFacade.java b/src/main/java/com/maddyhome/idea/vim/EventFacade.java index a21c7bd8e..bfd5b0df1 100644 --- a/src/main/java/com/maddyhome/idea/vim/EventFacade.java +++ b/src/main/java/com/maddyhome/idea/vim/EventFacade.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim; diff --git a/src/main/java/com/maddyhome/idea/vim/PluginStartup.kt b/src/main/java/com/maddyhome/idea/vim/PluginStartup.kt index dce277b73..c739b7128 100644 --- a/src/main/java/com/maddyhome/idea/vim/PluginStartup.kt +++ b/src/main/java/com/maddyhome/idea/vim/PluginStartup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim diff --git a/src/main/java/com/maddyhome/idea/vim/RegisterActions.java b/src/main/java/com/maddyhome/idea/vim/RegisterActions.java index fa986b759..0f9772c2b 100644 --- a/src/main/java/com/maddyhome/idea/vim/RegisterActions.java +++ b/src/main/java/com/maddyhome/idea/vim/RegisterActions.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim; diff --git a/src/main/java/com/maddyhome/idea/vim/VimBundledDictionaryProvider.kt b/src/main/java/com/maddyhome/idea/vim/VimBundledDictionaryProvider.kt index 800f42073..5ec520d72 100644 --- a/src/main/java/com/maddyhome/idea/vim/VimBundledDictionaryProvider.kt +++ b/src/main/java/com/maddyhome/idea/vim/VimBundledDictionaryProvider.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim diff --git a/src/main/java/com/maddyhome/idea/vim/VimPlugin.java b/src/main/java/com/maddyhome/idea/vim/VimPlugin.java index d5880063c..29ff94595 100644 --- a/src/main/java/com/maddyhome/idea/vim/VimPlugin.java +++ b/src/main/java/com/maddyhome/idea/vim/VimPlugin.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim; diff --git a/src/main/java/com/maddyhome/idea/vim/VimProjectService.kt b/src/main/java/com/maddyhome/idea/vim/VimProjectService.kt index 484dea0f9..26b39c18d 100644 --- a/src/main/java/com/maddyhome/idea/vim/VimProjectService.kt +++ b/src/main/java/com/maddyhome/idea/vim/VimProjectService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim diff --git a/src/main/java/com/maddyhome/idea/vim/VimTypedActionHandler.kt b/src/main/java/com/maddyhome/idea/vim/VimTypedActionHandler.kt index 029283d26..919a6c3a6 100644 --- a/src/main/java/com/maddyhome/idea/vim/VimTypedActionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/VimTypedActionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim diff --git a/src/main/java/com/maddyhome/idea/vim/VimTypedDelegateHandler.kt b/src/main/java/com/maddyhome/idea/vim/VimTypedDelegateHandler.kt index e69de29bb..36b44160f 100644 --- a/src/main/java/com/maddyhome/idea/vim/VimTypedDelegateHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/VimTypedDelegateHandler.kt @@ -0,0 +1,8 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + diff --git a/src/main/java/com/maddyhome/idea/vim/action/ExEntryAction.kt b/src/main/java/com/maddyhome/idea/vim/action/ExEntryAction.kt index c222cfafd..b9701bc00 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/ExEntryAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/ExEntryAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action diff --git a/src/main/java/com/maddyhome/idea/vim/action/VimPluginToggleAction.kt b/src/main/java/com/maddyhome/idea/vim/action/VimPluginToggleAction.kt index cd95bee43..5af6626b5 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/VimPluginToggleAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/VimPluginToggleAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action diff --git a/src/main/java/com/maddyhome/idea/vim/action/VimShortcutKeyAction.kt b/src/main/java/com/maddyhome/idea/vim/action/VimShortcutKeyAction.kt index 246273b68..85aa4816a 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/VimShortcutKeyAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/VimShortcutKeyAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action diff --git a/src/main/java/com/maddyhome/idea/vim/action/change/OperatorAction.kt b/src/main/java/com/maddyhome/idea/vim/action/change/OperatorAction.kt index a5a994457..348ec9631 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/change/OperatorAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/change/OperatorAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.change diff --git a/src/main/java/com/maddyhome/idea/vim/action/change/RepeatChangeAction.kt b/src/main/java/com/maddyhome/idea/vim/action/change/RepeatChangeAction.kt index 137157939..0b002916c 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/change/RepeatChangeAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/change/RepeatChangeAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.change diff --git a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesAction.kt b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesAction.kt index 9dcf62b88..3a4adb6cb 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.change.delete diff --git a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesSpacesAction.kt b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesSpacesAction.kt index d3ea66137..e4c634630 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesSpacesAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinLinesSpacesAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.change.delete diff --git a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesAction.kt b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesAction.kt index 448e89977..75882026b 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.change.delete diff --git a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesSpacesAction.kt b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesSpacesAction.kt index c4911c673..fa011d71c 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesSpacesAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesSpacesAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.change.delete diff --git a/src/main/java/com/maddyhome/idea/vim/action/editor/VimEditorActions.kt b/src/main/java/com/maddyhome/idea/vim/action/editor/VimEditorActions.kt index 9f7ef1c97..08cb152cb 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/editor/VimEditorActions.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/editor/VimEditorActions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.editor diff --git a/src/main/java/com/maddyhome/idea/vim/action/ex/ProcessExEntryAction.kt b/src/main/java/com/maddyhome/idea/vim/action/ex/ProcessExEntryAction.kt index 6d26e26bb..25c1d8a77 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/ex/ProcessExEntryAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/ex/ProcessExEntryAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.ex diff --git a/src/main/java/com/maddyhome/idea/vim/action/internal/AddBlockInlaysAction.kt b/src/main/java/com/maddyhome/idea/vim/action/internal/AddBlockInlaysAction.kt index 1e5a2a377..547aa27da 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/internal/AddBlockInlaysAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/internal/AddBlockInlaysAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.internal diff --git a/src/main/java/com/maddyhome/idea/vim/action/internal/AddInlineInlaysAction.kt b/src/main/java/com/maddyhome/idea/vim/action/internal/AddInlineInlaysAction.kt index ef8b46b67..a800c54a4 100644 --- a/src/main/java/com/maddyhome/idea/vim/action/internal/AddInlineInlaysAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/action/internal/AddInlineInlaysAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.action.internal diff --git a/src/main/java/com/maddyhome/idea/vim/command/CommandState.kt b/src/main/java/com/maddyhome/idea/vim/command/CommandState.kt index 855faae25..a2102a6fa 100644 --- a/src/main/java/com/maddyhome/idea/vim/command/CommandState.kt +++ b/src/main/java/com/maddyhome/idea/vim/command/CommandState.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.command diff --git a/src/main/java/com/maddyhome/idea/vim/common/CharacterPosition.kt b/src/main/java/com/maddyhome/idea/vim/common/CharacterPosition.kt index d15ef9b15..c056fecb1 100644 --- a/src/main/java/com/maddyhome/idea/vim/common/CharacterPosition.kt +++ b/src/main/java/com/maddyhome/idea/vim/common/CharacterPosition.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.common diff --git a/src/main/java/com/maddyhome/idea/vim/common/IndentConfig.kt b/src/main/java/com/maddyhome/idea/vim/common/IndentConfig.kt index 82f676e25..7e70531a8 100644 --- a/src/main/java/com/maddyhome/idea/vim/common/IndentConfig.kt +++ b/src/main/java/com/maddyhome/idea/vim/common/IndentConfig.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.common diff --git a/src/main/java/com/maddyhome/idea/vim/config/VimState.kt b/src/main/java/com/maddyhome/idea/vim/config/VimState.kt index 69b281e4a..2d0c0abbb 100644 --- a/src/main/java/com/maddyhome/idea/vim/config/VimState.kt +++ b/src/main/java/com/maddyhome/idea/vim/config/VimState.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.config diff --git a/src/main/java/com/maddyhome/idea/vim/config/migration/ApplicationConfigurationMigrator.kt b/src/main/java/com/maddyhome/idea/vim/config/migration/ApplicationConfigurationMigrator.kt index 8623482ae..1bc531d4f 100644 --- a/src/main/java/com/maddyhome/idea/vim/config/migration/ApplicationConfigurationMigrator.kt +++ b/src/main/java/com/maddyhome/idea/vim/config/migration/ApplicationConfigurationMigrator.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.config.migration diff --git a/src/main/java/com/maddyhome/idea/vim/config/migration/ConfigurationMigrators.kt b/src/main/java/com/maddyhome/idea/vim/config/migration/ConfigurationMigrators.kt index 587926504..20790da33 100644 --- a/src/main/java/com/maddyhome/idea/vim/config/migration/ConfigurationMigrators.kt +++ b/src/main/java/com/maddyhome/idea/vim/config/migration/ConfigurationMigrators.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.config.migration diff --git a/src/main/java/com/maddyhome/idea/vim/config/migration/VersionDetectors.kt b/src/main/java/com/maddyhome/idea/vim/config/migration/VersionDetectors.kt index 843567696..71bcb128d 100644 --- a/src/main/java/com/maddyhome/idea/vim/config/migration/VersionDetectors.kt +++ b/src/main/java/com/maddyhome/idea/vim/config/migration/VersionDetectors.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("ClassName") diff --git a/src/main/java/com/maddyhome/idea/vim/ex/ExOutputModel.kt b/src/main/java/com/maddyhome/idea/vim/ex/ExOutputModel.kt index 94dffbe5f..a6075c37c 100644 --- a/src/main/java/com/maddyhome/idea/vim/ex/ExOutputModel.kt +++ b/src/main/java/com/maddyhome/idea/vim/ex/ExOutputModel.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ex diff --git a/src/main/java/com/maddyhome/idea/vim/ex/vimscript/VimScriptGlobalEnvironment.java b/src/main/java/com/maddyhome/idea/vim/ex/vimscript/VimScriptGlobalEnvironment.java index e0dbd0fce..41d4176c8 100644 --- a/src/main/java/com/maddyhome/idea/vim/ex/vimscript/VimScriptGlobalEnvironment.java +++ b/src/main/java/com/maddyhome/idea/vim/ex/vimscript/VimScriptGlobalEnvironment.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ex.vimscript; diff --git a/src/main/java/com/maddyhome/idea/vim/extension/ExtensionBeanClass.kt b/src/main/java/com/maddyhome/idea/vim/extension/ExtensionBeanClass.kt index 261ceafd5..9becbac34 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/ExtensionBeanClass.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/ExtensionBeanClass.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension diff --git a/src/main/java/com/maddyhome/idea/vim/extension/VimExtension.java b/src/main/java/com/maddyhome/idea/vim/extension/VimExtension.java index f666c2709..a2384d05e 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/VimExtension.java +++ b/src/main/java/com/maddyhome/idea/vim/extension/VimExtension.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension; diff --git a/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionFacade.kt b/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionFacade.kt index 279ea1d49..097fc32e4 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionFacade.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionFacade.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension diff --git a/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionHandler.kt b/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionHandler.kt index d353dab9e..b48b7783d 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension diff --git a/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionRegistrar.kt b/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionRegistrar.kt index b0d40f743..335ceb94c 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionRegistrar.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/VimExtensionRegistrar.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension diff --git a/src/main/java/com/maddyhome/idea/vim/extension/argtextobj/VimArgTextObjExtension.java b/src/main/java/com/maddyhome/idea/vim/extension/argtextobj/VimArgTextObjExtension.java index 35ac17687..1a070f787 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/argtextobj/VimArgTextObjExtension.java +++ b/src/main/java/com/maddyhome/idea/vim/extension/argtextobj/VimArgTextObjExtension.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.argtextobj; diff --git a/src/main/java/com/maddyhome/idea/vim/extension/commentary/CommentaryExtension.kt b/src/main/java/com/maddyhome/idea/vim/extension/commentary/CommentaryExtension.kt index a67f37f6e..26226d26e 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/commentary/CommentaryExtension.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/commentary/CommentaryExtension.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.commentary diff --git a/src/main/java/com/maddyhome/idea/vim/extension/exchange/VimExchangeExtension.kt b/src/main/java/com/maddyhome/idea/vim/extension/exchange/VimExchangeExtension.kt index b67364966..ce35124e6 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/exchange/VimExchangeExtension.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/exchange/VimExchangeExtension.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.exchange diff --git a/src/main/java/com/maddyhome/idea/vim/extension/highlightedyank/VimHighlightedYank.kt b/src/main/java/com/maddyhome/idea/vim/extension/highlightedyank/VimHighlightedYank.kt index eb25041a1..e4ad1bf33 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/highlightedyank/VimHighlightedYank.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/highlightedyank/VimHighlightedYank.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.highlightedyank diff --git a/src/main/java/com/maddyhome/idea/vim/extension/matchit/Matchit.kt b/src/main/java/com/maddyhome/idea/vim/extension/matchit/Matchit.kt index f67f8cb0d..f6c116046 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/matchit/Matchit.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/matchit/Matchit.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.matchit diff --git a/src/main/java/com/maddyhome/idea/vim/extension/multiplecursors/VimMultipleCursorsExtension.kt b/src/main/java/com/maddyhome/idea/vim/extension/multiplecursors/VimMultipleCursorsExtension.kt index baf6164bc..8fdca0dd2 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/multiplecursors/VimMultipleCursorsExtension.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/multiplecursors/VimMultipleCursorsExtension.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.multiplecursors diff --git a/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdAction.kt b/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdAction.kt index 6badb0e11..75d171fd5 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.nerdtree diff --git a/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdTree.kt b/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdTree.kt index fdb845ce0..98e0b8f01 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdTree.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/nerdtree/NerdTree.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.nerdtree diff --git a/src/main/java/com/maddyhome/idea/vim/extension/paragraphmotion/ParagraphMotion.kt b/src/main/java/com/maddyhome/idea/vim/extension/paragraphmotion/ParagraphMotion.kt index c9d734a3b..28732e71c 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/paragraphmotion/ParagraphMotion.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/paragraphmotion/ParagraphMotion.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.paragraphmotion diff --git a/src/main/java/com/maddyhome/idea/vim/extension/replacewithregister/ReplaceWithRegister.kt b/src/main/java/com/maddyhome/idea/vim/extension/replacewithregister/ReplaceWithRegister.kt index ec9f81e7b..5ce597ad2 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/replacewithregister/ReplaceWithRegister.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/replacewithregister/ReplaceWithRegister.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.replacewithregister diff --git a/src/main/java/com/maddyhome/idea/vim/extension/surround/VimSurroundExtension.kt b/src/main/java/com/maddyhome/idea/vim/extension/surround/VimSurroundExtension.kt index 822cc202f..c93fb6378 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/surround/VimSurroundExtension.kt +++ b/src/main/java/com/maddyhome/idea/vim/extension/surround/VimSurroundExtension.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.surround diff --git a/src/main/java/com/maddyhome/idea/vim/extension/textobjentire/VimTextObjEntireExtension.java b/src/main/java/com/maddyhome/idea/vim/extension/textobjentire/VimTextObjEntireExtension.java index 23b8b5f3c..07a7476cc 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/textobjentire/VimTextObjEntireExtension.java +++ b/src/main/java/com/maddyhome/idea/vim/extension/textobjentire/VimTextObjEntireExtension.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.textobjentire; diff --git a/src/main/java/com/maddyhome/idea/vim/extension/textobjindent/VimIndentObject.java b/src/main/java/com/maddyhome/idea/vim/extension/textobjindent/VimIndentObject.java index cd6fd047e..2f27ed483 100644 --- a/src/main/java/com/maddyhome/idea/vim/extension/textobjindent/VimIndentObject.java +++ b/src/main/java/com/maddyhome/idea/vim/extension/textobjindent/VimIndentObject.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.extension.textobjindent; diff --git a/src/main/java/com/maddyhome/idea/vim/group/ChangeGroup.java b/src/main/java/com/maddyhome/idea/vim/group/ChangeGroup.java index 7cf1a641a..8cbafcb55 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/ChangeGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/ChangeGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/CommandGroup.kt b/src/main/java/com/maddyhome/idea/vim/group/CommandGroup.kt index 0120c5350..5c1e9f705 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/CommandGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/CommandGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/DigraphGroup.java b/src/main/java/com/maddyhome/idea/vim/group/DigraphGroup.java index 53467d45f..726eb3c69 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/DigraphGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/DigraphGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/EditorGroup.java b/src/main/java/com/maddyhome/idea/vim/group/EditorGroup.java index 6ff74e0ca..33de3bbce 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/EditorGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/EditorGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/EditorHolderService.kt b/src/main/java/com/maddyhome/idea/vim/group/EditorHolderService.kt index 4bfe31686..e51ad2b7c 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/EditorHolderService.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/EditorHolderService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/FileGroup.java b/src/main/java/com/maddyhome/idea/vim/group/FileGroup.java index f0d28033b..ea7721d16 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/FileGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/FileGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/HistoryGroup.java b/src/main/java/com/maddyhome/idea/vim/group/HistoryGroup.java index 0813e1d65..af552cf55 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/HistoryGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/HistoryGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/IjStatisticsService.kt b/src/main/java/com/maddyhome/idea/vim/group/IjStatisticsService.kt index f0fd316c8..7d81d5444 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/IjStatisticsService.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/IjStatisticsService.kt @@ -1,37 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. - */ - -/* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/IjVimStorageService.kt b/src/main/java/com/maddyhome/idea/vim/group/IjVimStorageService.kt index fbf8c6e95..d8ebb98d2 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/IjVimStorageService.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/IjVimStorageService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/IjVimSystemInfoService.kt b/src/main/java/com/maddyhome/idea/vim/group/IjVimSystemInfoService.kt index 7f5a53598..47a581c2d 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/IjVimSystemInfoService.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/IjVimSystemInfoService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/KeyGroup.java b/src/main/java/com/maddyhome/idea/vim/group/KeyGroup.java index 35832e0b2..134bc5bc6 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/KeyGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/KeyGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/LastTabService.kt b/src/main/java/com/maddyhome/idea/vim/group/LastTabService.kt index 1d4d456b8..bddc636b3 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/LastTabService.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/LastTabService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/MacroGroup.java b/src/main/java/com/maddyhome/idea/vim/group/MacroGroup.java index 3a67af3d7..e22751201 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/MacroGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/MacroGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/MarkGroup.java b/src/main/java/com/maddyhome/idea/vim/group/MarkGroup.java index 5d2250af6..a820e0145 100755 --- a/src/main/java/com/maddyhome/idea/vim/group/MarkGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/MarkGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/MotionGroup.java b/src/main/java/com/maddyhome/idea/vim/group/MotionGroup.java index 37c682119..a096bedfa 100755 --- a/src/main/java/com/maddyhome/idea/vim/group/MotionGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/MotionGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/NotificationService.kt b/src/main/java/com/maddyhome/idea/vim/group/NotificationService.kt index 7438714d0..d4bc56eae 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/NotificationService.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/NotificationService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/ProcessGroup.java b/src/main/java/com/maddyhome/idea/vim/group/ProcessGroup.java index 3d3ba65d2..13920f66a 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/ProcessGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/ProcessGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/RegisterGroup.java b/src/main/java/com/maddyhome/idea/vim/group/RegisterGroup.java index eed321586..f14451440 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/RegisterGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/RegisterGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/SearchGroup.java b/src/main/java/com/maddyhome/idea/vim/group/SearchGroup.java index 9451ea93a..0948b7e08 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/SearchGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/SearchGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/SystemMarks.kt b/src/main/java/com/maddyhome/idea/vim/group/SystemMarks.kt index 7f4898026..ea071b76a 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/SystemMarks.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/SystemMarks.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/TabServiceImpl.kt b/src/main/java/com/maddyhome/idea/vim/group/TabServiceImpl.kt index 03a9ad399..0388a255e 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/TabServiceImpl.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/TabServiceImpl.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/WindowGroup.java b/src/main/java/com/maddyhome/idea/vim/group/WindowGroup.java index 4abbe1d10..7ffe3e822 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/WindowGroup.java +++ b/src/main/java/com/maddyhome/idea/vim/group/WindowGroup.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; diff --git a/src/main/java/com/maddyhome/idea/vim/group/XMLGroup.kt b/src/main/java/com/maddyhome/idea/vim/group/XMLGroup.kt index a3b9523a8..84c6ad6a7 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/XMLGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/XMLGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group diff --git a/src/main/java/com/maddyhome/idea/vim/group/copy/PutGroup.kt b/src/main/java/com/maddyhome/idea/vim/group/copy/PutGroup.kt index 78d4b0a64..555713885 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/copy/PutGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/copy/PutGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.copy diff --git a/src/main/java/com/maddyhome/idea/vim/group/copy/YankGroup.kt b/src/main/java/com/maddyhome/idea/vim/group/copy/YankGroup.kt index f3cf206ea..8fd85077d 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/copy/YankGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/copy/YankGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.copy diff --git a/src/main/java/com/maddyhome/idea/vim/group/visual/IdeaSelectionControl.kt b/src/main/java/com/maddyhome/idea/vim/group/visual/IdeaSelectionControl.kt index 0b39a13a0..5beca929a 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/visual/IdeaSelectionControl.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/visual/IdeaSelectionControl.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.visual diff --git a/src/main/java/com/maddyhome/idea/vim/group/visual/VimVisualTimer.kt b/src/main/java/com/maddyhome/idea/vim/group/visual/VimVisualTimer.kt index ebad98a99..d5b49b667 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/visual/VimVisualTimer.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/visual/VimVisualTimer.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.visual diff --git a/src/main/java/com/maddyhome/idea/vim/group/visual/VisualGroup.kt b/src/main/java/com/maddyhome/idea/vim/group/visual/VisualGroup.kt index c24d31c07..1171b7fda 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/visual/VisualGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/visual/VisualGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.visual diff --git a/src/main/java/com/maddyhome/idea/vim/group/visual/VisualModeHelper.kt b/src/main/java/com/maddyhome/idea/vim/group/visual/VisualModeHelper.kt index 5849f1628..b72e3f7d6 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/visual/VisualModeHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/visual/VisualModeHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.visual diff --git a/src/main/java/com/maddyhome/idea/vim/group/visual/VisualMotionGroup.kt b/src/main/java/com/maddyhome/idea/vim/group/visual/VisualMotionGroup.kt index 1f28f6522..850aadbd1 100644 --- a/src/main/java/com/maddyhome/idea/vim/group/visual/VisualMotionGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/group/visual/VisualMotionGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group.visual diff --git a/src/main/java/com/maddyhome/idea/vim/handler/ActionBeanClass.kt b/src/main/java/com/maddyhome/idea/vim/handler/ActionBeanClass.kt index 74f8b645b..f14174c26 100644 --- a/src/main/java/com/maddyhome/idea/vim/handler/ActionBeanClass.kt +++ b/src/main/java/com/maddyhome/idea/vim/handler/ActionBeanClass.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.handler diff --git a/src/main/java/com/maddyhome/idea/vim/handler/IdeActionHandler.kt b/src/main/java/com/maddyhome/idea/vim/handler/IdeActionHandler.kt index f7fd8610a..0e9877172 100644 --- a/src/main/java/com/maddyhome/idea/vim/handler/IdeActionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/handler/IdeActionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.handler diff --git a/src/main/java/com/maddyhome/idea/vim/helper/CaretVisualAttributesHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/CaretVisualAttributesHelper.kt index e3028cd93..d741d0065 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/CaretVisualAttributesHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/CaretVisualAttributesHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/CommandLineHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/CommandLineHelper.kt index b36006e9e..17799a1cc 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/CommandLineHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/CommandLineHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/CommandStateExtensions.kt b/src/main/java/com/maddyhome/idea/vim/helper/CommandStateExtensions.kt index 18d30c34b..1ed7e5c91 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/CommandStateExtensions.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/CommandStateExtensions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:JvmName("CommandStateHelper") diff --git a/src/main/java/com/maddyhome/idea/vim/helper/DocumentManager.kt b/src/main/java/com/maddyhome/idea/vim/helper/DocumentManager.kt index a5a1d8b0f..328a3b30c 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/DocumentManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/DocumentManager.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/EditorDataContext.kt b/src/main/java/com/maddyhome/idea/vim/helper/EditorDataContext.kt index cffb82668..3e8f5e650 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/EditorDataContext.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/EditorDataContext.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.java b/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.java index ae8cd67cc..f4709029f 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.java +++ b/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper; diff --git a/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.kt index 59d203beb..c1990af47 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/EditorHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:JvmName("EditorHelperRt") diff --git a/src/main/java/com/maddyhome/idea/vim/helper/HandlerInjector.kt b/src/main/java/com/maddyhome/idea/vim/helper/HandlerInjector.kt index 0d910abdb..0e562826f 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/HandlerInjector.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/HandlerInjector.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/Helper.kt b/src/main/java/com/maddyhome/idea/vim/helper/Helper.kt index 5414c16af..6907d0ed6 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/Helper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/Helper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/IjActionExecutor.kt b/src/main/java/com/maddyhome/idea/vim/helper/IjActionExecutor.kt index db8b12eec..0ca005096 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/IjActionExecutor.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/IjActionExecutor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/IjEditorHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/IjEditorHelper.kt index be691d115..b6ae7abce 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/IjEditorHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/IjEditorHelper.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.helper import com.intellij.openapi.components.Service diff --git a/src/main/java/com/maddyhome/idea/vim/helper/IjVimStringParser.kt b/src/main/java/com/maddyhome/idea/vim/helper/IjVimStringParser.kt index f438a65c4..d0e82ff29 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/IjVimStringParser.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/IjVimStringParser.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.helper import com.intellij.openapi.components.Service diff --git a/src/main/java/com/maddyhome/idea/vim/helper/InlayHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/InlayHelper.kt index d913e218c..6627f0f96 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/InlayHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/InlayHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/MacKeyRepeat.java b/src/main/java/com/maddyhome/idea/vim/helper/MacKeyRepeat.java index eac3ba6c8..34be3543e 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/MacKeyRepeat.java +++ b/src/main/java/com/maddyhome/idea/vim/helper/MacKeyRepeat.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper; diff --git a/src/main/java/com/maddyhome/idea/vim/helper/MessageHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/MessageHelper.kt index c90ff34d7..80deefef3 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/MessageHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/MessageHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/ModeExtensions.kt b/src/main/java/com/maddyhome/idea/vim/helper/ModeExtensions.kt index 92b2814e4..d7064a7c0 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/ModeExtensions.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/ModeExtensions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:JvmName("ModeHelper") diff --git a/src/main/java/com/maddyhome/idea/vim/helper/PsiHelper.java b/src/main/java/com/maddyhome/idea/vim/helper/PsiHelper.java index 8005aaa4f..58066e9ff 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/PsiHelper.java +++ b/src/main/java/com/maddyhome/idea/vim/helper/PsiHelper.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper; diff --git a/src/main/java/com/maddyhome/idea/vim/helper/RunnableHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/RunnableHelper.kt index 9f0453738..784bb7670 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/RunnableHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/RunnableHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/SearchHelper.java b/src/main/java/com/maddyhome/idea/vim/helper/SearchHelper.java index 359b623d6..d912af360 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/SearchHelper.java +++ b/src/main/java/com/maddyhome/idea/vim/helper/SearchHelper.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper; diff --git a/src/main/java/com/maddyhome/idea/vim/helper/SearchHelperKt.kt b/src/main/java/com/maddyhome/idea/vim/helper/SearchHelperKt.kt index 5e81a7f7b..147876fe2 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/SearchHelperKt.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/SearchHelperKt.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/SearchHighlightsHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/SearchHighlightsHelper.kt index 8318f02be..8966c2780 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/SearchHighlightsHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/SearchHighlightsHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:JvmName("SearchHighlightsHelper") diff --git a/src/main/java/com/maddyhome/idea/vim/helper/StringHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/StringHelper.kt index e52b07d56..aa5c563e7 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/StringHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/StringHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/TestClipboardModel.kt b/src/main/java/com/maddyhome/idea/vim/helper/TestClipboardModel.kt index 439a27582..b86f7f750 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/TestClipboardModel.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/TestClipboardModel.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/TestInputModel.java b/src/main/java/com/maddyhome/idea/vim/helper/TestInputModel.java index 39194f32c..a3a3677c3 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/TestInputModel.java +++ b/src/main/java/com/maddyhome/idea/vim/helper/TestInputModel.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper; diff --git a/src/main/java/com/maddyhome/idea/vim/helper/UiHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/UiHelper.kt index a007590cc..3e1df0700 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/UiHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/UiHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:JvmName("UiHelper") diff --git a/src/main/java/com/maddyhome/idea/vim/helper/UndoRedoHelper.kt b/src/main/java/com/maddyhome/idea/vim/helper/UndoRedoHelper.kt index 11caff98c..a463364ef 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/UndoRedoHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/UndoRedoHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/UpdatesChecker.kt b/src/main/java/com/maddyhome/idea/vim/helper/UpdatesChecker.kt index e931db7b2..95e02b189 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/UpdatesChecker.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/UpdatesChecker.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.helper diff --git a/src/main/java/com/maddyhome/idea/vim/helper/UserDataManager.kt b/src/main/java/com/maddyhome/idea/vim/helper/UserDataManager.kt index fc7c573da..85edbe591 100644 --- a/src/main/java/com/maddyhome/idea/vim/helper/UserDataManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/helper/UserDataManager.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:JvmName("UserDataManager") diff --git a/src/main/java/com/maddyhome/idea/vim/icons/VimIcons.java b/src/main/java/com/maddyhome/idea/vim/icons/VimIcons.java index 7c15622c9..ff395a112 100644 --- a/src/main/java/com/maddyhome/idea/vim/icons/VimIcons.java +++ b/src/main/java/com/maddyhome/idea/vim/icons/VimIcons.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.icons; diff --git a/src/main/java/com/maddyhome/idea/vim/key/KeyHandlerKeeper.kt b/src/main/java/com/maddyhome/idea/vim/key/KeyHandlerKeeper.kt index 4dc5ef887..2360a6d93 100644 --- a/src/main/java/com/maddyhome/idea/vim/key/KeyHandlerKeeper.kt +++ b/src/main/java/com/maddyhome/idea/vim/key/KeyHandlerKeeper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.key diff --git a/src/main/java/com/maddyhome/idea/vim/key/NodesHelper.kt b/src/main/java/com/maddyhome/idea/vim/key/NodesHelper.kt index 3c74b66b1..952e1f646 100644 --- a/src/main/java/com/maddyhome/idea/vim/key/NodesHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/key/NodesHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.key diff --git a/src/main/java/com/maddyhome/idea/vim/key/VimActionsPromoter.kt b/src/main/java/com/maddyhome/idea/vim/key/VimActionsPromoter.kt index da339bc64..c6dc7ffcf 100644 --- a/src/main/java/com/maddyhome/idea/vim/key/VimActionsPromoter.kt +++ b/src/main/java/com/maddyhome/idea/vim/key/VimActionsPromoter.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.key diff --git a/src/main/java/com/maddyhome/idea/vim/listener/AceJumpSpecifics.kt b/src/main/java/com/maddyhome/idea/vim/listener/AceJumpSpecifics.kt index 05c71e4d5..1dbb2ab1e 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/AceJumpSpecifics.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/AceJumpSpecifics.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/listener/AppCodeTemplates.kt b/src/main/java/com/maddyhome/idea/vim/listener/AppCodeTemplates.kt index f24f76c81..8d3cd7b3f 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/AppCodeTemplates.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/AppCodeTemplates.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/listener/IdeaSpecifics.kt b/src/main/java/com/maddyhome/idea/vim/listener/IdeaSpecifics.kt index cb949e06e..ac1844286 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/IdeaSpecifics.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/IdeaSpecifics.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/listener/RiderSpecifics.kt b/src/main/java/com/maddyhome/idea/vim/listener/RiderSpecifics.kt index e7ab037a0..b9816c8ca 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/RiderSpecifics.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/RiderSpecifics.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/listener/VimInsertListener.kt b/src/main/java/com/maddyhome/idea/vim/listener/VimInsertListener.kt index ac748badb..3e7db6ff9 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/VimInsertListener.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/VimInsertListener.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/listener/VimListenerManager.kt b/src/main/java/com/maddyhome/idea/vim/listener/VimListenerManager.kt index 7c0b170c8..a41a1eac3 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/VimListenerManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/VimListenerManager.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/listener/VimYankListener.kt b/src/main/java/com/maddyhome/idea/vim/listener/VimYankListener.kt index 4d00ba33c..c397b4086 100644 --- a/src/main/java/com/maddyhome/idea/vim/listener/VimYankListener.kt +++ b/src/main/java/com/maddyhome/idea/vim/listener/VimYankListener.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.listener diff --git a/src/main/java/com/maddyhome/idea/vim/mark/IntellijMark.kt b/src/main/java/com/maddyhome/idea/vim/mark/IntellijMark.kt index b5d7033ac..4e7e7b606 100644 --- a/src/main/java/com/maddyhome/idea/vim/mark/IntellijMark.kt +++ b/src/main/java/com/maddyhome/idea/vim/mark/IntellijMark.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.mark import com.intellij.ide.bookmark.BookmarkType diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/ChangeGroup.kt b/src/main/java/com/maddyhome/idea/vim/newapi/ChangeGroup.kt index 4a478a8ba..b75dee9b3 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/ChangeGroup.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/ChangeGroup.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/ExecuteExtension.kt b/src/main/java/com/maddyhome/idea/vim/newapi/ExecuteExtension.kt index 4310fda7c..38f2c0adf 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/ExecuteExtension.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/ExecuteExtension.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.openapi.editor.VisualPosition diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjClipboardManager.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjClipboardManager.kt index 13c78060a..bcbca62db 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjClipboardManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjClipboardManager.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.codeInsight.editorActions.CopyPastePostProcessor diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjExEntryPanel.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjExEntryPanel.kt index 90755ada2..a5be6684c 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjExEntryPanel.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjExEntryPanel.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.openapi.components.Service diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContext.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContext.kt index 5ba854096..d6c0d2011 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContext.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContext.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContextManager.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContextManager.kt index e4d6a9142..5381b5ff9 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContextManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjExecutionContextManager.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjLiveRange.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjLiveRange.kt index 78b527def..d8a740666 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjLiveRange.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjLiveRange.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjNativeActionManager.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjNativeActionManager.kt index fb02e0bfe..a1977b5a7 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjNativeActionManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjNativeActionManager.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjTemplateManager.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjTemplateManager.kt index 15b5eaac3..7317961bb 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjTemplateManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjTemplateManager.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.codeInsight.template.impl.TemplateManagerImpl diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimActionsInitiator.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimActionsInitiator.kt index 413f8d378..aafecbe4d 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimActionsInitiator.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimActionsInitiator.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.maddyhome.idea.vim.api.VimActionsInitiator diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimApplication.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimApplication.kt index d7bcdc5b4..0a5f1d67f 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimApplication.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimApplication.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimCaret.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimCaret.kt index 3e61c020e..5f9bb5433 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimCaret.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimCaret.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimDocument.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimDocument.kt index f3dbdcd8e..be19ec139 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimDocument.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimDocument.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEditor.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEditor.kt index f50c3224b..f5fd120d2 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEditor.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEditor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEnabler.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEnabler.kt index 4f15c147c..bd448e3ed 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEnabler.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimEnabler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimInjector.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimInjector.kt index e85858b5e..c5a2a1a85 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimInjector.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimInjector.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.openapi.components.service diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLocalOptions.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLocalOptions.kt index aae43db86..0f5684b69 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLocalOptions.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLocalOptions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLogger.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLogger.kt index 51cc67912..ced7732b4 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLogger.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLogger.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLookupManager.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLookupManager.kt index 99940c91e..5d63fd7dd 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLookupManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimLookupManager.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.codeInsight.lookup.Lookup diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimMessages.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimMessages.kt index e7de7708a..3a3168e1b 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimMessages.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimMessages.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimSearchHelper.kt b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimSearchHelper.kt index 1ef87811f..9fa658fe1 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/IjVimSearchHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/IjVimSearchHelper.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.newapi import com.intellij.openapi.components.Service diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/VimLocalOptions.kt b/src/main/java/com/maddyhome/idea/vim/newapi/VimLocalOptions.kt index 508309e52..4ed40f0ed 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/VimLocalOptions.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/VimLocalOptions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/newapi/VimMachineImpl.kt b/src/main/java/com/maddyhome/idea/vim/newapi/VimMachineImpl.kt index 0ba61b8f5..7d7f5b0b8 100644 --- a/src/main/java/com/maddyhome/idea/vim/newapi/VimMachineImpl.kt +++ b/src/main/java/com/maddyhome/idea/vim/newapi/VimMachineImpl.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.newapi diff --git a/src/main/java/com/maddyhome/idea/vim/option/OptionsManager.kt b/src/main/java/com/maddyhome/idea/vim/option/OptionsManager.kt index 107841374..aad7043dd 100644 --- a/src/main/java/com/maddyhome/idea/vim/option/OptionsManager.kt +++ b/src/main/java/com/maddyhome/idea/vim/option/OptionsManager.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.option diff --git a/src/main/java/com/maddyhome/idea/vim/package-info.java b/src/main/java/com/maddyhome/idea/vim/package-info.java index 9e905518c..9cb1f4e46 100644 --- a/src/main/java/com/maddyhome/idea/vim/package-info.java +++ b/src/main/java/com/maddyhome/idea/vim/package-info.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ /** diff --git a/src/main/java/com/maddyhome/idea/vim/regexp/RegExp.kt b/src/main/java/com/maddyhome/idea/vim/regexp/RegExp.kt index 6eb2611fb..13ffcbfba 100644 --- a/src/main/java/com/maddyhome/idea/vim/regexp/RegExp.kt +++ b/src/main/java/com/maddyhome/idea/vim/regexp/RegExp.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.regexp diff --git a/src/main/java/com/maddyhome/idea/vim/statistic/ActionTracker.kt b/src/main/java/com/maddyhome/idea/vim/statistic/ActionTracker.kt index 5820b0d6a..3fe4730c0 100644 --- a/src/main/java/com/maddyhome/idea/vim/statistic/ActionTracker.kt +++ b/src/main/java/com/maddyhome/idea/vim/statistic/ActionTracker.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.statistic diff --git a/src/main/java/com/maddyhome/idea/vim/statistic/OptionsState.kt b/src/main/java/com/maddyhome/idea/vim/statistic/OptionsState.kt index 2dbbaa8e2..958eb57f6 100644 --- a/src/main/java/com/maddyhome/idea/vim/statistic/OptionsState.kt +++ b/src/main/java/com/maddyhome/idea/vim/statistic/OptionsState.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.statistic diff --git a/src/main/java/com/maddyhome/idea/vim/statistic/PluginState.kt b/src/main/java/com/maddyhome/idea/vim/statistic/PluginState.kt index 53ede4fa8..e02308d86 100644 --- a/src/main/java/com/maddyhome/idea/vim/statistic/PluginState.kt +++ b/src/main/java/com/maddyhome/idea/vim/statistic/PluginState.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.statistic diff --git a/src/main/java/com/maddyhome/idea/vim/statistic/ShortcutConflictState.kt b/src/main/java/com/maddyhome/idea/vim/statistic/ShortcutConflictState.kt index ad314e4e0..ed42ce937 100644 --- a/src/main/java/com/maddyhome/idea/vim/statistic/ShortcutConflictState.kt +++ b/src/main/java/com/maddyhome/idea/vim/statistic/ShortcutConflictState.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.statistic diff --git a/src/main/java/com/maddyhome/idea/vim/statistic/VimscriptState.kt b/src/main/java/com/maddyhome/idea/vim/statistic/VimscriptState.kt index 628930817..323b06fd7 100644 --- a/src/main/java/com/maddyhome/idea/vim/statistic/VimscriptState.kt +++ b/src/main/java/com/maddyhome/idea/vim/statistic/VimscriptState.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.statistic diff --git a/src/main/java/com/maddyhome/idea/vim/troubleshooting/Troubleshooter.kt b/src/main/java/com/maddyhome/idea/vim/troubleshooting/Troubleshooter.kt index 3d8d3ad2d..ede7b6f78 100644 --- a/src/main/java/com/maddyhome/idea/vim/troubleshooting/Troubleshooter.kt +++ b/src/main/java/com/maddyhome/idea/vim/troubleshooting/Troubleshooter.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package com.maddyhome.idea.vim.troubleshooting import com.intellij.openapi.components.Service diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ExOutputPanel.java b/src/main/java/com/maddyhome/idea/vim/ui/ExOutputPanel.java index cf3aeb34c..ede217b4c 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ExOutputPanel.java +++ b/src/main/java/com/maddyhome/idea/vim/ui/ExOutputPanel.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui; diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ExPanelBorder.kt b/src/main/java/com/maddyhome/idea/vim/ui/ExPanelBorder.kt index 20bf34823..3eaa77170 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ExPanelBorder.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ExPanelBorder.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ModalEntry.kt b/src/main/java/com/maddyhome/idea/vim/ui/ModalEntry.kt index 130afab5d..9ba2440d9 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ModalEntry.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ModalEntry.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ReloadVimRc.kt b/src/main/java/com/maddyhome/idea/vim/ui/ReloadVimRc.kt index 3cdc214f6..40c43914c 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ReloadVimRc.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ReloadVimRc.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ShowCmd.kt b/src/main/java/com/maddyhome/idea/vim/ui/ShowCmd.kt index 845b4e2ba..d7f994566 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ShowCmd.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ShowCmd.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui diff --git a/src/main/java/com/maddyhome/idea/vim/ui/StatusBar.kt b/src/main/java/com/maddyhome/idea/vim/ui/StatusBar.kt index d72dfcc93..e6e7e8f68 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/StatusBar.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/StatusBar.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui diff --git a/src/main/java/com/maddyhome/idea/vim/ui/VimEmulationConfigurable.kt b/src/main/java/com/maddyhome/idea/vim/ui/VimEmulationConfigurable.kt index a71c5e413..760cfb437 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/VimEmulationConfigurable.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/VimEmulationConfigurable.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExActions.kt b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExActions.kt index e66e7ed21..482d06d7f 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExActions.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExActions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExDocument.java b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExDocument.java index 0fc85baf1..a420515f1 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExDocument.java +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExDocument.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex; diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEditorKit.kt b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEditorKit.kt index 2a325db7d..92615b4ec 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEditorKit.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEditorKit.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEntryPanel.java b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEntryPanel.java index 5ecae8612..c94cb30d7 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEntryPanel.java +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExEntryPanel.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex; diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExKeyBindings.kt b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExKeyBindings.kt index f4c8c7a86..663fae4b4 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExKeyBindings.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExKeyBindings.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExShortcutKeyAction.kt b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExShortcutKeyAction.kt index cd12434bb..4c00f75c7 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExShortcutKeyAction.kt +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExShortcutKeyAction.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex diff --git a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExTextField.java b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExTextField.java index 8b46c97b3..e659bcad1 100644 --- a/src/main/java/com/maddyhome/idea/vim/ui/ex/ExTextField.java +++ b/src/main/java/com/maddyhome/idea/vim/ui/ex/ExTextField.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.ui.ex; diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/Executor.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/Executor.kt index e09849fd8..f1e111cdb 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/Executor.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/Executor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/ActionListCommand.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/ActionListCommand.kt index 8e0118b61..4c12104e9 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/ActionListCommand.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/ActionListCommand.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.commands diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferCommand.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferCommand.kt index 8de5e1639..198a624ec 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferCommand.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferCommand.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.commands diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferListCommand.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferListCommand.kt index ba2c217a9..4b295b299 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferListCommand.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/BufferListCommand.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.commands diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/CmdFilterCommand.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/CmdFilterCommand.kt index e05b7096b..aaebb147d 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/CmdFilterCommand.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/CmdFilterCommand.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.commands diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/GlobalCommand.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/GlobalCommand.kt index c9cf33087..c1ff839d4 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/GlobalCommand.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/GlobalCommand.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.commands diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/HelpCommand.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/HelpCommand.kt index 54203040f..9b29db481 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/HelpCommand.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/commands/HelpCommand.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.commands diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/FunctionBeanClass.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/FunctionBeanClass.kt index 99ca5713e..727ac4f8b 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/FunctionBeanClass.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/FunctionBeanClass.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/AbsFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/AbsFunctionHandler.kt index 88d5f6c9c..2179cdab1 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/AbsFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/AbsFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ColLineFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ColLineFunctionHandler.kt index 7b5fd247e..9805b8989 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ColLineFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ColLineFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/EmptyFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/EmptyFunctionHandler.kt index 54e8ee744..328df3600 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/EmptyFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/EmptyFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ExistsFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ExistsFunctionHandler.kt index 9a98f2744..5534950dd 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ExistsFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ExistsFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/FunctionFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/FunctionFunctionHandler.kt index 075894fc7..793575d24 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/FunctionFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/FunctionFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/HasFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/HasFunctionHandler.kt index fecd484f8..bbc9a2421 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/HasFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/HasFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/JoinFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/JoinFunctionHandler.kt index 438d337cc..ad92871f0 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/JoinFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/JoinFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/LenFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/LenFunctionHandler.kt index ea0e0977b..cfe52aff5 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/LenFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/LenFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SinFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SinFunctionHandler.kt index ceeb8f87c..fb51beed9 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SinFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SinFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SubmatchFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SubmatchFunctionHandler.kt index ae51a815a..99bbd9ae1 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SubmatchFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/SubmatchFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/TolowerFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/TolowerFunctionHandler.kt index a0f07456b..cecd46344 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/TolowerFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/TolowerFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ToupperFunctionHandler.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ToupperFunctionHandler.kt index 4103d0456..29fa31396 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ToupperFunctionHandler.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/functions/handlers/ToupperFunctionHandler.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.functions.handlers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/model/options/helpers/IdeaRefactorModeHelper.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/model/options/helpers/IdeaRefactorModeHelper.kt index 786d64d9a..cb4132ff6 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/model/options/helpers/IdeaRefactorModeHelper.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/model/options/helpers/IdeaRefactorModeHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.model.options.helpers diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/VimscriptParser.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/VimscriptParser.kt index 0ee7d657f..bde454b96 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/VimscriptParser.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/VimscriptParser.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.parser diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/errors/IdeavimErrorListener.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/errors/IdeavimErrorListener.kt index bd46725fd..f633a6e84 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/errors/IdeavimErrorListener.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/errors/IdeavimErrorListener.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.parser.errors diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/CommandVisitor.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/CommandVisitor.kt index 4c41eb331..651a7a0df 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/CommandVisitor.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/CommandVisitor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.parser.visitors diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExecutableVisitor.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExecutableVisitor.kt index b5cce9c82..b5824f963 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExecutableVisitor.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExecutableVisitor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.parser.visitors diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExpressionVisitor.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExpressionVisitor.kt index df640f4c4..990111474 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExpressionVisitor.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ExpressionVisitor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.parser.visitors diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ScriptVisitor.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ScriptVisitor.kt index 3cc961af1..3644b4f84 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ScriptVisitor.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/parser/visitors/ScriptVisitor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.parser.visitors diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/services/FunctionStorage.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/services/FunctionStorage.kt index 0954b33dc..e4bcb9bd6 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/services/FunctionStorage.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/services/FunctionStorage.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.services diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVariableService.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVariableService.kt index c1cdbc963..5679898b9 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVariableService.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVariableService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.services diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVimOptionService.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVimOptionService.kt index 57cc20865..93973e874 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVimOptionService.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/services/IjVimOptionService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.services diff --git a/src/main/java/com/maddyhome/idea/vim/vimscript/services/PatternService.kt b/src/main/java/com/maddyhome/idea/vim/vimscript/services/PatternService.kt index d0c5f9358..6115d3e06 100644 --- a/src/main/java/com/maddyhome/idea/vim/vimscript/services/PatternService.kt +++ b/src/main/java/com/maddyhome/idea/vim/vimscript/services/PatternService.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.vimscript.services diff --git a/src/test/java/org/jetbrains/plugins/ideavim/JavaVimTestCase.java b/src/test/java/org/jetbrains/plugins/ideavim/JavaVimTestCase.java index 172d3090b..5eb09a727 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/JavaVimTestCase.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/JavaVimTestCase.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/NeovimTesting.kt b/src/test/java/org/jetbrains/plugins/ideavim/NeovimTesting.kt index d0f023690..80efd0424 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/NeovimTesting.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/NeovimTesting.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim diff --git a/src/test/java/org/jetbrains/plugins/ideavim/RegisterActionsTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/RegisterActionsTest.kt index 9d4f2dd3d..f8613cb86 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/RegisterActionsTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/RegisterActionsTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim diff --git a/src/test/java/org/jetbrains/plugins/ideavim/TestHelper.kt b/src/test/java/org/jetbrains/plugins/ideavim/TestHelper.kt index 8e67b4975..0b49e2cf3 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/TestHelper.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/TestHelper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim diff --git a/src/test/java/org/jetbrains/plugins/ideavim/VimOptionTestCase.kt b/src/test/java/org/jetbrains/plugins/ideavim/VimOptionTestCase.kt index 71d640329..adaba7db2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/VimOptionTestCase.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/VimOptionTestCase.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim diff --git a/src/test/java/org/jetbrains/plugins/ideavim/VimTestCase.kt b/src/test/java/org/jetbrains/plugins/ideavim/VimTestCase.kt index f3866d3bb..55b8fbf3e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/VimTestCase.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/VimTestCase.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/AutoIndentTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/AutoIndentTest.java index 7c168afde..0ddb8530e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/AutoIndentTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/AutoIndentTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeActionTest.kt index 332b8dd7d..0a667e825 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeNumberActionTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeNumberActionTest.java index 38d420615..d73c5e305 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeNumberActionTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/ChangeNumberActionTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/CommandCountTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/CommandCountTest.kt index 001b9d5b8..190bc7233 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/CommandCountTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/CommandCountTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/CopyActionTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/CopyActionTest.java index f4c41c6f8..5de9f28ab 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/CopyActionTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/CopyActionTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/FileGetLocationInfoActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/FileGetLocationInfoActionTest.kt index d424db4a6..1e1e8f0f7 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/FileGetLocationInfoActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/FileGetLocationInfoActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/GuardedBlocksTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/GuardedBlocksTest.kt index e992ef71e..ad5eb6c50 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/GuardedBlocksTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/GuardedBlocksTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/MacroActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/MacroActionTest.kt index 07c5e0192..ceaa54d2a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/MacroActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/MacroActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/MacroWithEditingTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/MacroWithEditingTest.kt index 1f662fc23..9c5599a26 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/MacroWithEditingTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/MacroWithEditingTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/MarkTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/MarkTest.java index f93dc484a..db7926fc1 100755 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/MarkTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/MarkTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/MotionActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/MotionActionTest.kt index f7175cb67..e99269cea 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/MotionActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/MotionActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/MultipleCaretsTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/MultipleCaretsTest.kt index adf4b6474..5264dc5c3 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/MultipleCaretsTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/MultipleCaretsTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/ReformatCodeTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/ReformatCodeTest.java index 802f0c9df..d260fda55 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/ReformatCodeTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/ReformatCodeTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/RepeatActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/RepeatActionTest.kt index 540559cbe..8bc752aa8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/RepeatActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/RepeatActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/ResetModeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/ResetModeActionTest.kt index daad44446..fb5fa14ba 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/ResetModeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/ResetModeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/SpecialRegistersTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/SpecialRegistersTest.java index ac1c50ebd..e7ffa9204 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/SpecialRegistersTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/SpecialRegistersTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/RepeatChangeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/RepeatChangeActionTest.kt index afd2bfe02..ecf996716 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/RepeatChangeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/RepeatChangeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/UndoActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/UndoActionTest.kt index 45d3df53f..2a3b6cb5e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/UndoActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/UndoActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeLineActionTest.kt index f683a24f4..c1d67bac6 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeMotionActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeMotionActionTest.kt index fd6557014..1132275ce 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeMotionActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeMotionActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualActionTest.kt index 86dca6f45..3e5877142 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualLinesEndActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualLinesEndActionTest.kt index 98470a3d0..1d4097791 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualLinesEndActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/ChangeVisualLinesEndActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/InsertRegisterTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/InsertRegisterTest.kt index d07addfa4..20fb4bf86 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/InsertRegisterTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/InsertRegisterTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberDecActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberDecActionTest.kt index d42597571..9ac882625 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberDecActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberDecActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change.number diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberIncActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberIncActionTest.kt index 0a5e2e4ca..343e2f8da 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberIncActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeNumberIncActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change.number diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheDecActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheDecActionTest.kt index 5462b0105..9f907c2d7 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheDecActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheDecActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change.number diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheIncActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheIncActionTest.kt index 56d45b93c..b86ad495d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheIncActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberAvalancheIncActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change.number diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberDecActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberDecActionTest.kt index 97448aa24..14d62ba18 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberDecActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberDecActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change.number diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberIncActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberIncActionTest.kt index 31287900b..827000b58 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberIncActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/change/number/ChangeVisualNumberIncActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.change.number diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterLeftActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterLeftActionTest.kt index 7205683ed..4f9b2936e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterLeftActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterLeftActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.delete diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterRightActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterRightActionTest.kt index 61d604d96..48e57909d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterRightActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteCharacterRightActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.delete diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteEndOfLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteEndOfLineActionTest.kt index 7586818e3..85052c146 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteEndOfLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteEndOfLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.delete diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinLinesSpacesActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinLinesSpacesActionTest.kt index 591f3be08..ec8bdf532 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinLinesSpacesActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinLinesSpacesActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.delete diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinVisualLinesSpacesActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinVisualLinesSpacesActionTest.kt index de722eb52..676cf6a37 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinVisualLinesSpacesActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteJoinVisualLinesSpacesActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.delete diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteMotionActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteMotionActionTest.kt index 57fce9273..db10db7de 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteMotionActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteMotionActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualActionTest.kt index b833c2b5e..319be0d92 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.delete diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesActionTest.kt index 9f415b8bc..b7a4619b9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesEndActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesEndActionTest.kt index d241e3af0..4ed0c678f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesEndActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/DeleteVisualLinesEndActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/JoinNotificationTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/JoinNotificationTest.kt index 92b8e160c..f16680727 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/JoinNotificationTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/delete/JoinNotificationTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterCursorActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterCursorActionTest.kt index 3e85f15b9..8afc6f14f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterCursorActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterCursorActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterLineEndActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterLineEndActionTest.kt index d7e43f903..ac1c674bb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterLineEndActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertAfterLineEndActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBackspaceActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBackspaceActionTest.kt index f87e70705..7457d11ef 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBackspaceActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBackspaceActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeCursorActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeCursorActionTest.kt index 2b51ac808..1c53238fc 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeCursorActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeCursorActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeFirstNonBlankActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeFirstNonBlankActionTest.kt index 8b5c16414..600ba99e2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeFirstNonBlankActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertBeforeFirstNonBlankActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertCompletedLiteralActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertCompletedLiteralActionTest.kt index 9a133946e..5c679edea 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertCompletedLiteralActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertCompletedLiteralActionTest.kt @@ -1,37 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. - */ - -/* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteActionTest.kt index f8d20703b..b1f2065d6 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteInsertedTextActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteInsertedTextActionTest.kt index 3c65fdc5a..a59bc4287 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteInsertedTextActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeleteInsertedTextActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeletePreviousWordActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeletePreviousWordActionTest.kt index 2df0fe13b..5c7acd3cb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeletePreviousWordActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertDeletePreviousWordActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertEnterActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertEnterActionTest.kt index 168f5c81b..196e94695 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertEnterActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertEnterActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertExitModeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertExitModeActionTest.kt index f07d75b70..410a24f95 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertExitModeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertExitModeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineAboveActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineAboveActionTest.kt index 4d8444b91..68f6b1c42 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineAboveActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineAboveActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineBelowActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineBelowActionTest.kt index d1fa0528f..64e0a883e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineBelowActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertNewLineBelowActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertSingleCommandActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertSingleCommandActionTest.kt index 7e2b34b97..75efb4c17 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertSingleCommandActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertSingleCommandActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertTabActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertTabActionTest.kt index 53710c6f1..ebcf2382c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertTabActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/InsertTabActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockAppendActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockAppendActionTest.kt index 536e4eb0a..184aa1a9d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockAppendActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockAppendActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockInsertActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockInsertActionTest.kt index abb8d4533..9b990afe5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockInsertActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/insert/VisualBlockInsertActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.insert diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftLeftTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftLeftTest.kt index e715209a3..93e03b62b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftLeftTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftLeftTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.shift diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftRightTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftRightTest.kt index 8bfba914e..dbc587253 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftRightTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/change/shift/ShiftRightTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.change.shift diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/IdeaPutNotificationsTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/IdeaPutNotificationsTest.kt index 2a5acf0f8..c817bc1eb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/IdeaPutNotificationsTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/IdeaPutNotificationsTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutTestAfterCursorActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutTestAfterCursorActionTest.kt index 9797ca726..9735c672a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutTestAfterCursorActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutTestAfterCursorActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutViaIdeaTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutViaIdeaTest.kt index d9556ffb7..1d2cb0798 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutViaIdeaTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutViaIdeaTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextActionTest.kt index 3fc9378fd..621e5b03f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextMoveCursorActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextMoveCursorActionTest.kt index 659674739..bb44e073f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextMoveCursorActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/PutVisualTextMoveCursorActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankAndPutTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankAndPutTest.kt index 0d5b559ce..dbeb95f1a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankAndPutTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankAndPutTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankLineActionTest.kt index 5d2bee7fb..b91b2f34a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankMotionActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankMotionActionTest.kt index cdbea6fce..fb5a1eaa5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankMotionActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankMotionActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualActionTest.kt index 3cccbf152..45456354d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualLinesActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualLinesActionTest.kt index 1b5db821c..8c92fb9fa 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualLinesActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/copy/YankVisualLinesActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.copy diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnNextTextObjectTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnNextTextObjectTest.kt index 771ca367a..129534adb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnNextTextObjectTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnNextTextObjectTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnPreviousTextObjectTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnPreviousTextObjectTest.kt index f52b229f8..c2a1ca48f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnPreviousTextObjectTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/GnPreviousTextObjectTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectNextSearchTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectNextSearchTest.java index 945209165..0c57d0bec 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectNextSearchTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectNextSearchTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.gn; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectPreviousSearchTest.java b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectPreviousSearchTest.java index e2acf86ce..2603f031d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectPreviousSearchTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/gn/VisualSelectPreviousSearchTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.gn; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowLeftActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowLeftActionTest.kt index 802d4af86..ef2deb1ee 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowLeftActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowLeftActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowRightActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowRightActionTest.kt index 21f391f36..923742484 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowRightActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionArrowRightActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionEndActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionEndActionTest.kt index 635c32db0..398183899 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionEndActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionEndActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionHomeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionHomeActionTest.kt index ca39dba05..9b4f26751 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionHomeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionHomeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLastColumnActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLastColumnActionTest.kt index 87e051e56..c1b6a9acf 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLastColumnActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLastColumnActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftMatchCharActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftMatchCharActionTest.kt index 0596d10cd..5f2746314 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftMatchCharActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftMatchCharActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.leftright diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftTillMatchCharActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftTillMatchCharActionTest.kt index e23717de5..e551882d2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftTillMatchCharActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionLeftTillMatchCharActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.leftright diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightActionTest.kt index 6998ba5e8..1cd2ef17a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightMatchCharActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightMatchCharActionTest.kt index 29ed31cff..e1dc15670 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightMatchCharActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightMatchCharActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.leftright diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightTillMatchCharActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightTillMatchCharActionTest.kt index 627996bed..8f227c5c8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightTillMatchCharActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionRightTillMatchCharActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.leftright diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftEndActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftEndActionTest.kt index 466be8594..c30639138 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftEndActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftEndActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftHomeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftHomeActionTest.kt index bbe9ba4ab..80b670401 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftHomeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftHomeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftLeftActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftLeftActionHandlerTest.kt index 7d183dfff..d2497b471 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftLeftActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftLeftActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftRightActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftRightActionHandlerTest.kt index 90956a3bb..5366d5b74 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftRightActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/leftright/MotionShiftRightActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/mark/MotionMarkActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/mark/MotionMarkActionTest.kt index 32de388d7..5767ed238 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/mark/MotionMarkActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/mark/MotionMarkActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.mark diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBigWordActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBigWordActionTest.kt index beab421fa..0b94dc49c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBigWordActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBigWordActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockDoubleQuoteActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockDoubleQuoteActionTest.kt index 970dfd54b..1e7b5b994 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockDoubleQuoteActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockDoubleQuoteActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockParenActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockParenActionTest.kt index af6f699e8..ec6d9269a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockParenActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockParenActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockTagActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockTagActionTest.kt index bd2b516fc..1690e5210 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockTagActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerBlockTagActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerWordActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerWordActionTest.kt index b0d88972c..c6bbe06e9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerWordActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionInnerWordActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBigWordActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBigWordActionTest.kt index cdfbdcce3..b171440da 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBigWordActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBigWordActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockBraceActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockBraceActionTest.kt index b5bb35194..61cab1bee 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockBraceActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockBraceActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockParenActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockParenActionTest.kt index cad7e2ab6..b1bbc2a26 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockParenActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockParenActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockTagActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockTagActionTest.kt index a006e0b27..1706886e8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockTagActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterBlockTagActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterSentenceActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterSentenceActionTest.kt index 35eba15fa..2a82ad00d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterSentenceActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/object/MotionOuterSentenceActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.`object` diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionFirstScreenLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionFirstScreenLineActionTest.kt index 775817247..3cc247b41 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionFirstScreenLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionFirstScreenLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.screen diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionLastScreenLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionLastScreenLineActionTest.kt index 444a8c307..e52c2d2a4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionLastScreenLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionLastScreenLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.screen diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionMiddleScreenLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionMiddleScreenLineActionTest.kt index a8761cf70..685d8b7de 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionMiddleScreenLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/screen/MotionMiddleScreenLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.screen diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainNextActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainNextActionTest.kt index f1277d62e..ceedd7568 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainNextActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainNextActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.search diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainPreviousActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainPreviousActionTest.kt index b85ae7120..c078e0251 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainPreviousActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchAgainPreviousActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.search diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordBackwardActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordBackwardActionTest.kt index 6fee0787e..f5ed046c5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordBackwardActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordBackwardActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.search diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordForwardActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordForwardActionTest.kt index a4774144e..982d90e84 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordForwardActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/search/SearchWholeWordForwardActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.search diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableBlockModeActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableBlockModeActionHandlerTest.kt index 699b74782..a17e2dd4f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableBlockModeActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableBlockModeActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.select diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableCharacterModeActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableCharacterModeActionHandlerTest.kt index 843af2c88..ace5e8620 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableCharacterModeActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableCharacterModeActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.select diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableLineModeActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableLineModeActionHandlerTest.kt index 43e7b3df7..4fd0d1685 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableLineModeActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEnableLineModeActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.select diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEscapeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEscapeActionTest.kt index 3aeb0014d..5d1fabbe2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEscapeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectEscapeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.select diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectKeyHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectKeyHandlerTest.kt index b3d46219b..862cbb222 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectKeyHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectKeyHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.select diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectToggleVisualModeHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectToggleVisualModeHandlerTest.kt index ff61e5b2a..25afafbd3 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectToggleVisualModeHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/SelectToggleVisualModeHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectExtendVariousMotionsTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectExtendVariousMotionsTest.kt index c2e09e54e..cbabe4343 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectExtendVariousMotionsTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectExtendVariousMotionsTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionLeftActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionLeftActionTest.kt index 221baba4d..e729038dd 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionLeftActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionLeftActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionRightActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionRightActionTest.kt index eb0261367..0c4062a1b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionRightActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/select/motion/SelectMotionRightActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionCamelEndLeftActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionCamelEndLeftActionTest.kt index a64a65e62..70c76d7ae 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionCamelEndLeftActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionCamelEndLeftActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionNthCharacterActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionNthCharacterActionTest.kt index 55aa33b81..7076543d0 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionNthCharacterActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionNthCharacterActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphNextActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphNextActionTest.kt index 5dc8524e9..9ec9b2c72 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphNextActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphNextActionTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package org.jetbrains.plugins.ideavim.action.motion.text import com.maddyhome.idea.vim.command.VimStateMachine diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphPreviousActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphPreviousActionTest.kt index bb244a25e..001bba724 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphPreviousActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionParagraphPreviousActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardEndActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardEndActionTest.kt index 6dde01693..7be5a099a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardEndActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardEndActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardStartActionTest.kt index c389caa03..4139e1ad4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSectionForwardStartActionTest.kt @@ -1,3 +1,11 @@ +/* + * Copyright 2022 The IdeaVim authors + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. + */ + package org.jetbrains.plugins.ideavim.action.motion.text import com.maddyhome.idea.vim.command.VimStateMachine diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSentencePreviousStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSentencePreviousStartActionTest.kt index 089ca5dbd..2a5da3030 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSentencePreviousStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionSentencePreviousStartActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceCloseActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceCloseActionTest.kt index 09aca8392..fb12fb07e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceCloseActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceCloseActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceOpenActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceOpenActionTest.kt index 53911b8b0..dd9ebea86 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceOpenActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/text/MotionUnmatchedBraceOpenActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.text diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowDownActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowDownActionTest.kt index eb55ea87d..24575b109 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowDownActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowDownActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowUpActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowUpActionTest.kt index 9d43cc45f..92fdc4673 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowUpActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionArrowUpActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionDownActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionDownActionTest.kt index 26466ad9b..9943fb0ce 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionDownActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionDownActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstActionTest.kt index 7fa847da1..2422b2b45 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.updown diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstInsertActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstInsertActionTest.kt index ebeb807b9..93ccc4794 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstInsertActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineFirstInsertActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.updown diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineLastActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineLastActionTest.kt index fa1841a38..57c2a1420 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineLastActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionGotoLineLastActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.updown diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionPercentOrMatchActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionPercentOrMatchActionTest.kt index 6fa24f7c9..e86368037 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionPercentOrMatchActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionPercentOrMatchActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.updown diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftDownActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftDownActionHandlerTest.kt index aec9edd56..1389f195b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftDownActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftDownActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftUpActionHandlerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftUpActionHandlerTest.kt index 7b7e5e89c..45e7b8417 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftUpActionHandlerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionShiftUpActionHandlerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionUpActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionUpActionTest.kt index 9b27155f7..e2db0faf7 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionUpActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/MotionUpActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.updown diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/VisualVariousMotionsTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/VisualVariousMotionsTest.kt index 23ee24fd8..20090f7f8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/VisualVariousMotionsTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/updown/VisualVariousMotionsTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualExitModeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualExitModeActionTest.kt index fe73f3da1..1ee06c071 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualExitModeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualExitModeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.motion.visual diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualSwapEndsBlockActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualSwapEndsBlockActionTest.kt index 4dd54d3c0..8de2d407f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualSwapEndsBlockActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualSwapEndsBlockActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleBlockModeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleBlockModeActionTest.kt index dbffbd413..a05b06281 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleBlockModeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleBlockModeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleCharacterModeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleCharacterModeActionTest.kt index a9fd18036..bde3d5f38 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleCharacterModeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleCharacterModeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleLineModeActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleLineModeActionTest.kt index 73757f35b..c4afcbaba 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleLineModeActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/motion/visual/VisualToggleLineModeActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnLeftActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnLeftActionTest.kt index 0fe998b72..6502689be 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnLeftActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnLeftActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnRightActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnRightActionTest.kt index 8fb118356..2215393c1 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnRightActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollColumnRightActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenColumnActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenColumnActionTest.kt index c9a4cc6d0..c8148909d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenColumnActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenColumnActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineActionTest.kt index ee82edf28..97f54e37e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLinePageStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLinePageStartActionTest.kt index b098f947a..9c591f3d7 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLinePageStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLinePageStartActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineStartActionTest.kt index 94f8e865e..0dcca8a93 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollFirstScreenLineStartActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageDownActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageDownActionTest.kt index 688c64877..c2a380612 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageDownActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageDownActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageUpActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageUpActionTest.kt index 85dd96a96..5e2ad053a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageUpActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfPageUpActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthLeftActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthLeftActionTest.kt index b308a8d2c..246275c50 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthLeftActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthLeftActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthRightActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthRightActionTest.kt index f131d92b6..de1c863e3 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthRightActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollHalfWidthRightActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenColumnActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenColumnActionTest.kt index 1d3150c07..c3aa2e1c2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenColumnActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenColumnActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineActionTest.kt index ce78ed89d..07565a338 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLinePageStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLinePageStartActionTest.kt index 00b296840..c4ae63f99 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLinePageStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLinePageStartActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineStartActionTest.kt index 4922390f0..a4120726d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLastScreenLineStartActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineDownActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineDownActionTest.kt index 81d48c7d0..596c10b45 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineDownActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineDownActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineUpActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineUpActionTest.kt index cc82f08da..6c6be1955 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineUpActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollLineUpActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineActionTest.kt index 09ce579a5..e59eb22cd 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineStartActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineStartActionTest.kt index 01e54063f..3477172b4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineStartActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollMiddleScreenLineStartActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageDownActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageDownActionTest.kt index 2c1d666a8..7e200f77d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageDownActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageDownActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageUpActionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageUpActionTest.kt index c0482b73a..1af8595b9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageUpActionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/action/scroll/ScrollPageUpActionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.action.scroll diff --git a/src/test/java/org/jetbrains/plugins/ideavim/command/VimStateMachineTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/command/VimStateMachineTest.kt index 0740ca927..a704b6724 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/command/VimStateMachineTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/command/VimStateMachineTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.command diff --git a/src/test/java/org/jetbrains/plugins/ideavim/common/editor/VimEditorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/common/editor/VimEditorTest.kt index d3f8f2bab..c5f5ddcb9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/common/editor/VimEditorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/common/editor/VimEditorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.common.editor diff --git a/src/test/java/org/jetbrains/plugins/ideavim/config/migration/ApplicationConfigurationMigratorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/config/migration/ApplicationConfigurationMigratorTest.kt index fd53566ec..a12bfe9ce 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/config/migration/ApplicationConfigurationMigratorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/config/migration/ApplicationConfigurationMigratorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.config.migration diff --git a/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version23456DetectorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version23456DetectorTest.kt index 921d2507d..5f15802a9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version23456DetectorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version23456DetectorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.config.migration diff --git a/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version6to7ConfigMigrationTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version6to7ConfigMigrationTest.kt index b9b4a073f..ade5be881 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version6to7ConfigMigrationTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/config/migration/Version6to7ConfigMigrationTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("ClassName") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/CommandParserTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/CommandParserTest.kt index 643664eca..db42ce3d8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/CommandParserTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/CommandParserTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/ExEntryTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/ExEntryTest.kt index 72829dde5..48ae5ce1f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/ExEntryTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/ExEntryTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/ExpressionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/ExpressionTest.kt index 08937a572..f684ecd87 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/ExpressionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/ExpressionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/LongerScriptTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/LongerScriptTest.kt index 19188c9f3..ea446658b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/LongerScriptTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/LongerScriptTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/MultipleCaretsTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/MultipleCaretsTest.kt index 5abf360c9..8cd753948 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/MultipleCaretsTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/MultipleCaretsTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/RangeTest.java b/src/test/java/org/jetbrains/plugins/ideavim/ex/RangeTest.java index 9e0d4c76d..68dcb3e0e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/RangeTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/RangeTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/VimLContextTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/VimLContextTest.kt index e121e95d8..4bfde8aa4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/VimLContextTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/VimLContextTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/LongerFunctionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/LongerFunctionTest.kt index 2ff3171f7..ad326b3b6 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/LongerFunctionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/LongerFunctionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionCommandTest.kt index e784ac2fc..cda886838 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionListCommandTest.java b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionListCommandTest.java index cbcd85fbd..71c194248 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionListCommandTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ActionListCommandTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/AsciiCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/AsciiCommandTest.kt index 38739eed4..1788847e8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/AsciiCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/AsciiCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCloseCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCloseCommandTest.kt index 05e1864ca..516fbb9ca 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCloseCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCloseCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCommandTest.kt index e94083939..4e3d594b2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferListCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferListCommandTest.kt index dc909199e..b968dac4c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferListCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/BufferListCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdClearCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdClearCommandTest.kt index 9aed99dc7..5c6166266 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdClearCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdClearCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdCommandTest.kt index de6c78f07..a1b87fe29 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/CmdCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelCmdCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelCmdCommandTest.kt index 5df4e9227..21dc65744 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelCmdCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelCmdCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DeleteMarksCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DeleteMarksCommandTest.kt index 602c97f73..501d60437 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DeleteMarksCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DeleteMarksCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelfunctionCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelfunctionCommandTest.kt index 37567f8c8..7d933f681 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelfunctionCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/DelfunctionCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/EchoCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/EchoCommandTest.kt index 2ac6553b1..bdfa9fb67 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/EchoCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/EchoCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExecuteCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExecuteCommandTest.kt index 2530c7f3f..466982b48 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExecuteCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExecuteCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExitCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExitCommandTest.kt index 2f9df95c2..d2abb512a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExitCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ExitCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GlobalCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GlobalCommandTest.kt index cbaf64f6e..8dc94ba91 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GlobalCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GlobalCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GotoLineCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GotoLineCommandTest.kt index ce9c0c13d..f5ba47a63 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GotoLineCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/GotoLineCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JoinLinesCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JoinLinesCommandTest.kt index 2f94e6674..13d2efbe9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JoinLinesCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JoinLinesCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JumpsCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JumpsCommandTest.kt index a62e8044e..1caf4cbad 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JumpsCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/JumpsCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LetCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LetCommandTest.kt index 50082c0d7..4af3ad1ed 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LetCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LetCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LockVarCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LockVarCommandTest.kt index 154739070..245e5aa78 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LockVarCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/LockVarCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapClearCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapClearCommandTest.kt index 9f624bbd2..a35f8167c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapClearCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapClearCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapCommandTest.kt index d263dee7b..1097e0910 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MapCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarkCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarkCommandTest.kt index 21de329e9..db38b9c18 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarkCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarkCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarksCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarksCommandTest.kt index 887b5c809..ecffdd6fc 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarksCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/MarksCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/NormalCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/NormalCommandTest.kt index 8fe9826a3..d72441116 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/NormalCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/NormalCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PrintCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PrintCommandTest.kt index 0e9fde462..1cab090cf 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PrintCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PrintCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PutCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PutCommandTest.kt index 4d608ef1c..e8e622fee 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PutCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/PutCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/RegistersCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/RegistersCommandTest.kt index d7129313c..0e45f3494 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/RegistersCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/RegistersCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetCommandTest.kt index 89eab42d4..bd9ebb78f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetHandlerCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetHandlerCommandTest.kt index 24683a01a..9ee334454 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetHandlerCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SetHandlerCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftLeftCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftLeftCommandTest.kt index 9809ff7ea..9d541eaf5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftLeftCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftLeftCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftRightCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftRightCommandTest.kt index 451932bbe..15ef779b6 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftRightCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/ShiftRightCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SortCommandTest.java b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SortCommandTest.java index 05852dc8b..28b888a2f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SortCommandTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SortCommandTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SubstituteCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SubstituteCommandTest.kt index 10bbf9e76..150c60ab4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SubstituteCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/SubstituteCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/UnMapCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/UnMapCommandTest.kt index 48e9a4151..5ecf3876f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/UnMapCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/UnMapCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/YankLinesCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/YankLinesCommandTest.kt index 55b2ed0c8..bc8501508 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/YankLinesCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/commands/YankLinesCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/CurlyBracesNameTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/CurlyBracesNameTest.kt index da5b8db9c..374fac2c9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/CurlyBracesNameTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/CurlyBracesNameTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/DictionaryElementByKeyTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/DictionaryElementByKeyTest.kt index cde70c18d..8e18aff24 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/DictionaryElementByKeyTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/DictionaryElementByKeyTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/ExpressionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/ExpressionTest.kt index cc7a9e2d2..480f396fb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/ExpressionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/ExpressionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/FunctionCallTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/FunctionCallTest.kt index ad48300ac..9b9feef8e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/FunctionCallTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/FunctionCallTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/LambdaTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/LambdaTest.kt index 5c6be5e98..33695c103 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/LambdaTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/LambdaTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/OptionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/OptionTest.kt index cf6c6da8e..318a91df5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/OptionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/OptionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/SublistExpressionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/SublistExpressionTest.kt index 409d62e60..1d00fc8a0 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/SublistExpressionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/SublistExpressionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimFloatTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimFloatTest.kt index 9e509b4c5..6cccd5871 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimFloatTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimFloatTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions.datatypes diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimStringTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimStringTest.kt index a810967f0..fb10f5cfa 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimStringTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/datatypes/VimStringTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions.datatypes diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/AdditionOperatorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/AdditionOperatorTest.kt index 38842697c..4099f1fba 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/AdditionOperatorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/AdditionOperatorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions.operators diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/ConcatenationOperatorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/ConcatenationOperatorTest.kt index ca9271881..eafb4ee4e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/ConcatenationOperatorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/ConcatenationOperatorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions.operators diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/FalsyOperatorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/FalsyOperatorTest.kt index 36a2410cb..65f224a3b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/FalsyOperatorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/FalsyOperatorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions.operators diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/SubtractionOperatorTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/SubtractionOperatorTest.kt index 2729d2ed5..86c54f236 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/SubtractionOperatorTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/expressions/operators/SubtractionOperatorTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.expressions.operators diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/AnonymousFunctionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/AnonymousFunctionTest.kt index d727f4738..8bed3c274 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/AnonymousFunctionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/AnonymousFunctionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BasicStringFunctions.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BasicStringFunctions.kt index 3453eef2b..d7dac900c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BasicStringFunctions.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BasicStringFunctions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BuiltInFunctionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BuiltInFunctionTest.kt index a067c812a..5335f1b90 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BuiltInFunctionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/BuiltInFunctionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/DictionaryFunctionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/DictionaryFunctionTest.kt index 10aa8a84b..b8c5a4c89 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/DictionaryFunctionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/DictionaryFunctionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FuncrefTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FuncrefTest.kt index a33cda494..7a732c3f5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FuncrefTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FuncrefTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FunctionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FunctionTest.kt index 18520a25b..627984595 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FunctionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/FunctionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/HasFunctionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/HasFunctionTest.kt index f5a28d260..ffb804294 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/HasFunctionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/functions/HasFunctionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.functions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/ForTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/ForTest.kt index 7e88ff991..ceb1a2028 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/ForTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/ForTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/FunctionDeclarationTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/FunctionDeclarationTest.kt index 7b1418ca0..25be92ac8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/FunctionDeclarationTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/FunctionDeclarationTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/IfStatementTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/IfStatementTest.kt index 279986627..0d9f8c9e3 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/IfStatementTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/IfStatementTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/TryCatchTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/TryCatchTest.kt index 2fab170d3..0811e8ba7 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/TryCatchTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/TryCatchTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/WhileTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/WhileTest.kt index 5fee591ec..bcd5cceaf 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/WhileTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/implementation/statements/WhileTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.implementation.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/ParserTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/ParserTest.kt index 4d7398630..459ea3b64 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/ParserTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/ParserTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CmdFilterCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CmdFilterCommandTest.kt index b1419f533..fa1812641 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CmdFilterCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CmdFilterCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CommandTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CommandTests.kt index 96839102a..5058d333f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CommandTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/CommandTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/GoToLineCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/GoToLineCommandTest.kt index 174ef1f60..ebe42278a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/GoToLineCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/GoToLineCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/LetCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/LetCommandTest.kt index d850efd1f..79b6c8a75 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/LetCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/commands/LetCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DictionaryTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DictionaryTests.kt index 878058334..84418c992 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DictionaryTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DictionaryTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DoubleQuotedStringTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DoubleQuotedStringTest.kt index 9b8e719d3..d2fadc969 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DoubleQuotedStringTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/DoubleQuotedStringTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/EnvVariableTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/EnvVariableTests.kt index 63978e077..930ad0f44 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/EnvVariableTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/EnvVariableTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FuncrefCallTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FuncrefCallTests.kt index ec50f4401..7b7832daf 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FuncrefCallTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FuncrefCallTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FunctionCallExpressionTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FunctionCallExpressionTests.kt index 25f7c4266..b7177bad5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FunctionCallExpressionTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/FunctionCallExpressionTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/LambdaTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/LambdaTests.kt index 4354ddddc..84d1945da 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/LambdaTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/LambdaTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/ListTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/ListTests.kt index 33f8ddeb1..3c7e8e4e0 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/ListTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/ListTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/NumberParsingTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/NumberParsingTests.kt index fe4f11fe0..1d0f42010 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/NumberParsingTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/NumberParsingTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/OperatorPrecedenceTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/OperatorPrecedenceTest.kt index 20184238d..857d24442 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/OperatorPrecedenceTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/OperatorPrecedenceTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/RegisterTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/RegisterTests.kt index be89b5176..b7c30f86e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/RegisterTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/RegisterTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/StringParsingTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/StringParsingTests.kt index 04e72c44e..f551e283b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/StringParsingTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/StringParsingTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/SublistExpressionTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/SublistExpressionTests.kt index a5ffcfe31..e7886fa84 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/SublistExpressionTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/SublistExpressionTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/TernaryExpressionTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/TernaryExpressionTests.kt index 3bd31d567..90138ee34 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/TernaryExpressionTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/TernaryExpressionTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/VariableParsingTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/VariableParsingTests.kt index d4a6f7614..041fad2e4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/VariableParsingTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/expressions/VariableParsingTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.expressions diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/ForLoopTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/ForLoopTests.kt index 593b538c6..ab3019910 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/ForLoopTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/ForLoopTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/FunctionDeclarationTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/FunctionDeclarationTests.kt index c0a16a90f..a94247cb9 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/FunctionDeclarationTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/FunctionDeclarationTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/IfStatementTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/IfStatementTests.kt index e91950617..e06332bc0 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/IfStatementTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/IfStatementTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/TryCatchTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/TryCatchTests.kt index 6cf32317f..f2a949dc4 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/TryCatchTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/TryCatchTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/WhileLoopTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/WhileLoopTests.kt index 97bb559ee..b1818df59 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/WhileLoopTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ex/parser/statements/WhileLoopTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ex.parser.statements diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/CommonExtensionTests.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/CommonExtensionTests.kt index 210392a44..ee5b2b606 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/CommonExtensionTests.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/CommonExtensionTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/argtextobj/VimArgTextObjExtensionTest.java b/src/test/java/org/jetbrains/plugins/ideavim/extension/argtextobj/VimArgTextObjExtensionTest.java index f4b93cccb..83442b1a8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/argtextobj/VimArgTextObjExtensionTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/argtextobj/VimArgTextObjExtensionTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.argtextobj; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/commentary/CommentaryExtensionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/commentary/CommentaryExtensionTest.kt index c80642e3b..f762a29e0 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/commentary/CommentaryExtensionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/commentary/CommentaryExtensionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2021 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.commentary diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/entiretextobj/VimTextObjEntireExtensionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/entiretextobj/VimTextObjEntireExtensionTest.kt index 57a1a3aac..797de6f0b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/entiretextobj/VimTextObjEntireExtensionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/entiretextobj/VimTextObjEntireExtensionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.entiretextobj diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeExtensionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeExtensionTest.kt index deaba5cfb..59f3ff1f6 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeExtensionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeExtensionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.exchange diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeWithClipboardTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeWithClipboardTest.kt index e6a04846f..e983ef7d5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeWithClipboardTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/exchange/VimExchangeWithClipboardTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.exchange diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/highlightedyank/VimHighlightedYankTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/highlightedyank/VimHighlightedYankTest.kt index c362324cf..4fedd399d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/highlightedyank/VimHighlightedYankTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/highlightedyank/VimHighlightedYankTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.highlightedyank diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCMakeTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCMakeTest.kt index abad7e18f..2182001eb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCMakeTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCMakeTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2021 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.matchit diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCTest.kt index 58bf4924b..7b79cf845 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitCTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2021 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.matchit diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGNUMakeTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGNUMakeTest.kt index 52bc9f8e4..7433177b8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGNUMakeTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGNUMakeTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2021 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.matchit diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGeneralTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGeneralTest.kt index 9e51940df..a34d0690f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGeneralTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitGeneralTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.matchit diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitHtmlTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitHtmlTest.kt index 157fa1bf6..a89a7f0eb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitHtmlTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitHtmlTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.matchit diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitRubyTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitRubyTest.kt index 85bab3821..17dd28288 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitRubyTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/matchit/MatchitRubyTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.matchit diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/multiplecursors/VimMultipleCursorsExtensionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/multiplecursors/VimMultipleCursorsExtensionTest.kt index 8d88cba8d..16ae7ddf3 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/multiplecursors/VimMultipleCursorsExtensionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/multiplecursors/VimMultipleCursorsExtensionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.multiplecursors diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/paragraphmotion/ParagraphMotionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/paragraphmotion/ParagraphMotionTest.kt index a2ac12be8..3b39143af 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/paragraphmotion/ParagraphMotionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/paragraphmotion/ParagraphMotionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.paragraphmotion diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/replacewithregister/ReplaceWithRegisterTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/replacewithregister/ReplaceWithRegisterTest.kt index 47bedd335..20f2dacb2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/replacewithregister/ReplaceWithRegisterTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/replacewithregister/ReplaceWithRegisterTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.replacewithregister diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/surround/VimSurroundExtensionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/surround/VimSurroundExtensionTest.kt index 530e6e1e1..35223783b 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/surround/VimSurroundExtensionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/surround/VimSurroundExtensionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/extension/textobjindent/VimIndentObjectTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/extension/textobjindent/VimIndentObjectTest.kt index cef8351f2..44eb68564 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/extension/textobjindent/VimIndentObjectTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/extension/textobjindent/VimIndentObjectTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.extension.textobjindent diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/KeyGroupTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/KeyGroupTest.kt index 30c167040..39cda9afa 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/KeyGroupTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/KeyGroupTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.group diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/SearchGroupTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/SearchGroupTest.kt index 1bdcc6287..e3fef93d1 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/SearchGroupTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/SearchGroupTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.group diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewHorizontally_Test.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewHorizontally_Test.kt index 45f7dad75..6fe81eddb 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewHorizontally_Test.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewHorizontally_Test.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.group.motion diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewVertically_Test.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewVertically_Test.kt index 381ba62d2..5cf8b5af0 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewVertically_Test.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_ScrollCaretIntoViewVertically_Test.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.group.motion diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_scrolloff_scrolljump_Test.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_scrolloff_scrolljump_Test.kt index 7094597bf..963e99792 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_scrolloff_scrolljump_Test.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/motion/MotionGroup_scrolloff_scrolljump_Test.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("ClassName") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/visual/IdeaVisualControlTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/visual/IdeaVisualControlTest.kt index ccd3b07a6..2406c1020 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/visual/IdeaVisualControlTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/visual/IdeaVisualControlTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/visual/NonVimVisualChangeTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/visual/NonVimVisualChangeTest.kt index b3a1b77ab..89412f885 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/visual/NonVimVisualChangeTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/visual/NonVimVisualChangeTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.group.visual diff --git a/src/test/java/org/jetbrains/plugins/ideavim/group/visual/TemplateTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/group/visual/TemplateTest.kt index 30d54dd0d..3387c74a8 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/group/visual/TemplateTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/group/visual/TemplateTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ @file:Suppress("RemoveCurlyBracesFromTemplate") diff --git a/src/test/java/org/jetbrains/plugins/ideavim/helper/CaretVisualAttributesHelperTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/helper/CaretVisualAttributesHelperTest.kt index 104cc3bac..93a3db90a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/helper/CaretVisualAttributesHelperTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/helper/CaretVisualAttributesHelperTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.helper diff --git a/src/test/java/org/jetbrains/plugins/ideavim/helper/EditorHelperTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/helper/EditorHelperTest.kt index 4c42e0b9a..687e0e1f2 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/helper/EditorHelperTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/helper/EditorHelperTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.helper diff --git a/src/test/java/org/jetbrains/plugins/ideavim/helper/InfoFileTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/helper/InfoFileTest.kt index 822436b00..1bab294d1 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/helper/InfoFileTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/helper/InfoFileTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.helper diff --git a/src/test/java/org/jetbrains/plugins/ideavim/helper/SearchHelperTest.java b/src/test/java/org/jetbrains/plugins/ideavim/helper/SearchHelperTest.java index fbadfadda..859e400fa 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/helper/SearchHelperTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/helper/SearchHelperTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.helper; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/helper/StringHelperTest.java b/src/test/java/org/jetbrains/plugins/ideavim/helper/StringHelperTest.java index a1e8adabb..b6f31683d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/helper/StringHelperTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/helper/StringHelperTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.helper; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/key/MappingOwnerTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/key/MappingOwnerTest.kt index f045c84bd..80f5b2b42 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/key/MappingOwnerTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/key/MappingOwnerTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.key diff --git a/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MacroTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MacroTest.kt index 530cab6c8..766247f8f 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MacroTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MacroTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.longrunning diff --git a/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MapCommandTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MapCommandTest.kt index 916d7101e..494e02917 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MapCommandTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/longrunning/MapCommandTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.longrunning diff --git a/src/test/java/org/jetbrains/plugins/ideavim/mock/MockTestCase.kt b/src/test/java/org/jetbrains/plugins/ideavim/mock/MockTestCase.kt index 97bc3031b..f72159818 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/mock/MockTestCase.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/mock/MockTestCase.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.mock diff --git a/src/test/java/org/jetbrains/plugins/ideavim/mock/vimscript/commands/TabmoveTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/mock/vimscript/commands/TabmoveTest.kt index 15c65593c..378bcfbf6 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/mock/vimscript/commands/TabmoveTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/mock/vimscript/commands/TabmoveTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.mock.vimscript.commands diff --git a/src/test/java/org/jetbrains/plugins/ideavim/option/BoundedStringListOptionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/option/BoundedStringListOptionTest.kt index de59dbae6..7e93faa9a 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/option/BoundedStringListOptionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/option/BoundedStringListOptionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.option diff --git a/src/test/java/org/jetbrains/plugins/ideavim/option/DigraphTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/option/DigraphTest.kt index 622493006..8f7a09766 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/option/DigraphTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/option/DigraphTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.option diff --git a/src/test/java/org/jetbrains/plugins/ideavim/option/GuiCursorOptionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/option/GuiCursorOptionTest.kt index 9d5655702..7ce828587 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/option/GuiCursorOptionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/option/GuiCursorOptionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.option diff --git a/src/test/java/org/jetbrains/plugins/ideavim/option/KeywordOptionTest.java b/src/test/java/org/jetbrains/plugins/ideavim/option/KeywordOptionTest.java index 3ef2fabfe..edc31063c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/option/KeywordOptionTest.java +++ b/src/test/java/org/jetbrains/plugins/ideavim/option/KeywordOptionTest.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.option; diff --git a/src/test/java/org/jetbrains/plugins/ideavim/option/StringListOptionTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/option/StringListOptionTest.kt index f62512dd4..4c8611880 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/option/StringListOptionTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/option/StringListOptionTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.option diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/IncrementDecrementCheck.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/IncrementDecrementCheck.kt index f14988d8e..fe06564e5 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/IncrementDecrementCheck.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/IncrementDecrementCheck.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/MapPropertyTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/MapPropertyTest.kt index 091c9e1f3..189d83ec1 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/MapPropertyTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/MapPropertyTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/Numbers.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/Numbers.kt index 18111234d..5438ad531 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/Numbers.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/Numbers.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/RandomActionsPropertyTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/RandomActionsPropertyTest.kt index 197260c5f..d53053234 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/RandomActionsPropertyTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/RandomActionsPropertyTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/VimPropertyTestBase.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/VimPropertyTestBase.kt index 3612f2a92..82349bd27 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/VimPropertyTestBase.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/VimPropertyTestBase.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/YankDeletePropertyTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/YankDeletePropertyTest.kt index da6117858..3db5c518e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/YankDeletePropertyTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/YankDeletePropertyTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/JavaText.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/JavaText.kt index 4e2ef6687..b9ab6354d 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/JavaText.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/JavaText.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased.samples diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt index c628a415c..6f59e8e98 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased.samples diff --git a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt index 35bf81b8a..eb678da6e 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.propertybased.samples diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ui/ReloadVimRcTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ui/ReloadVimRcTest.kt index c6c11115c..223c83d5c 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ui/ReloadVimRcTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ui/ReloadVimRcTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ui diff --git a/src/test/java/org/jetbrains/plugins/ideavim/ui/ShowCmdTest.kt b/src/test/java/org/jetbrains/plugins/ideavim/ui/ShowCmdTest.kt index c8c9651c8..75c563b24 100644 --- a/src/test/java/org/jetbrains/plugins/ideavim/ui/ShowCmdTest.kt +++ b/src/test/java/org/jetbrains/plugins/ideavim/ui/ShowCmdTest.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package org.jetbrains.plugins.ideavim.ui diff --git a/src/test/java/ui/UiTests.kt b/src/test/java/ui/UiTests.kt index f1ff1f11d..efaf5767d 100644 --- a/src/test/java/ui/UiTests.kt +++ b/src/test/java/ui/UiTests.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui diff --git a/src/test/java/ui/pages/ActionLinkFixture.java b/src/test/java/ui/pages/ActionLinkFixture.java index 432ecc788..3a0b18754 100644 --- a/src/test/java/ui/pages/ActionLinkFixture.java +++ b/src/test/java/ui/pages/ActionLinkFixture.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages; diff --git a/src/test/java/ui/pages/ActionMenuFixture.kt b/src/test/java/ui/pages/ActionMenuFixture.kt index 860c258d6..8949614c4 100644 --- a/src/test/java/ui/pages/ActionMenuFixture.kt +++ b/src/test/java/ui/pages/ActionMenuFixture.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages diff --git a/src/test/java/ui/pages/DialogFixture.kt b/src/test/java/ui/pages/DialogFixture.kt index 9d3923e4b..8381b64e5 100644 --- a/src/test/java/ui/pages/DialogFixture.kt +++ b/src/test/java/ui/pages/DialogFixture.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages diff --git a/src/test/java/ui/pages/Editor.kt b/src/test/java/ui/pages/Editor.kt index af05173e3..e67371d6e 100644 --- a/src/test/java/ui/pages/Editor.kt +++ b/src/test/java/ui/pages/Editor.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages diff --git a/src/test/java/ui/pages/Gutter.kt b/src/test/java/ui/pages/Gutter.kt index c44165fff..9568b5c91 100644 --- a/src/test/java/ui/pages/Gutter.kt +++ b/src/test/java/ui/pages/Gutter.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages diff --git a/src/test/java/ui/pages/IdeaFrame.kt b/src/test/java/ui/pages/IdeaFrame.kt index 6dafd8e50..aa4ff1d35 100644 --- a/src/test/java/ui/pages/IdeaFrame.kt +++ b/src/test/java/ui/pages/IdeaFrame.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages diff --git a/src/test/java/ui/pages/WelcomeFrame.kt b/src/test/java/ui/pages/WelcomeFrame.kt index 5cd755fdb..9ffc3a575 100644 --- a/src/test/java/ui/pages/WelcomeFrame.kt +++ b/src/test/java/ui/pages/WelcomeFrame.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages diff --git a/src/test/java/ui/pages/WelcomeFrameFixture.java b/src/test/java/ui/pages/WelcomeFrameFixture.java index 4af4c3155..b54c29ba9 100644 --- a/src/test/java/ui/pages/WelcomeFrameFixture.java +++ b/src/test/java/ui/pages/WelcomeFrameFixture.java @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.pages; diff --git a/src/test/java/ui/utils/JavaExampleSteps.kt b/src/test/java/ui/utils/JavaExampleSteps.kt index ddf8501cb..ef8ec9c6c 100644 --- a/src/test/java/ui/utils/JavaExampleSteps.kt +++ b/src/test/java/ui/utils/JavaExampleSteps.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.utils diff --git a/src/test/java/ui/utils/StepsLogger.kt b/src/test/java/ui/utils/StepsLogger.kt index d756be4e8..e055042b1 100644 --- a/src/test/java/ui/utils/StepsLogger.kt +++ b/src/test/java/ui/utils/StepsLogger.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.utils diff --git a/src/test/java/ui/utils/UiTestWrapper.kt b/src/test/java/ui/utils/UiTestWrapper.kt index 81462d173..effc7bcbb 100644 --- a/src/test/java/ui/utils/UiTestWrapper.kt +++ b/src/test/java/ui/utils/UiTestWrapper.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.utils diff --git a/src/test/java/ui/utils/Utils.kt b/src/test/java/ui/utils/Utils.kt index 0d91ddde6..7021bbcb5 100644 --- a/src/test/java/ui/utils/Utils.kt +++ b/src/test/java/ui/utils/Utils.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.utils diff --git a/src/test/java/ui/utils/VimActions.kt b/src/test/java/ui/utils/VimActions.kt index 278b03831..c5be31bde 100644 --- a/src/test/java/ui/utils/VimActions.kt +++ b/src/test/java/ui/utils/VimActions.kt @@ -1,19 +1,9 @@ /* - * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform - * Copyright (C) 2003-2022 The IdeaVim authors + * Copyright 2022 The IdeaVim authors * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE.txt file or at + * https://opensource.org/licenses/MIT. */ package ui.utils