diff --git a/LICENSE b/LICENSE index ad2bd229..594e63c0 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2014-2018 Rik van der Kleij + Copyright 2014-2019 Rik van der Kleij Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/HaskellFile.scala b/src/main/scala/intellij/haskell/HaskellFile.scala index ae91dd64..809045ed 100644 --- a/src/main/scala/intellij/haskell/HaskellFile.scala +++ b/src/main/scala/intellij/haskell/HaskellFile.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/HaskellLanguage.java b/src/main/scala/intellij/haskell/HaskellLanguage.java index a8068b10..69225f87 100644 --- a/src/main/scala/intellij/haskell/HaskellLanguage.java +++ b/src/main/scala/intellij/haskell/HaskellLanguage.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/HaskellLexerAdapter.scala b/src/main/scala/intellij/haskell/HaskellLexerAdapter.scala index ba322bdc..44d92300 100644 --- a/src/main/scala/intellij/haskell/HaskellLexerAdapter.scala +++ b/src/main/scala/intellij/haskell/HaskellLexerAdapter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/HaskellNotificationGroup.scala b/src/main/scala/intellij/haskell/HaskellNotificationGroup.scala index 6ae946a4..c1bb940d 100644 --- a/src/main/scala/intellij/haskell/HaskellNotificationGroup.scala +++ b/src/main/scala/intellij/haskell/HaskellNotificationGroup.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/HaskellParserDefinition.scala b/src/main/scala/intellij/haskell/HaskellParserDefinition.scala index 374d9b3b..e2718e28 100644 --- a/src/main/scala/intellij/haskell/HaskellParserDefinition.scala +++ b/src/main/scala/intellij/haskell/HaskellParserDefinition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/AboutAction.scala b/src/main/scala/intellij/haskell/action/AboutAction.scala index 1e2b7893..59e02394 100644 --- a/src/main/scala/intellij/haskell/action/AboutAction.scala +++ b/src/main/scala/intellij/haskell/action/AboutAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/ActionUtil.scala b/src/main/scala/intellij/haskell/action/ActionUtil.scala index 19984473..b4d22d46 100644 --- a/src/main/scala/intellij/haskell/action/ActionUtil.scala +++ b/src/main/scala/intellij/haskell/action/ActionUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/BuildHoogleDbAction.scala b/src/main/scala/intellij/haskell/action/BuildHoogleDbAction.scala index fb871021..adff0efa 100644 --- a/src/main/scala/intellij/haskell/action/BuildHoogleDbAction.scala +++ b/src/main/scala/intellij/haskell/action/BuildHoogleDbAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/CreateHaskellFileAction.scala b/src/main/scala/intellij/haskell/action/CreateHaskellFileAction.scala index dee5908d..189abfc6 100644 --- a/src/main/scala/intellij/haskell/action/CreateHaskellFileAction.scala +++ b/src/main/scala/intellij/haskell/action/CreateHaskellFileAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/GotoInstanceDeclarationAction.scala b/src/main/scala/intellij/haskell/action/GotoInstanceDeclarationAction.scala index b7239d30..e486d1c8 100644 --- a/src/main/scala/intellij/haskell/action/GotoInstanceDeclarationAction.scala +++ b/src/main/scala/intellij/haskell/action/GotoInstanceDeclarationAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsBeforeCheckinHandler.scala b/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsBeforeCheckinHandler.scala index e817f906..d22f4343 100644 --- a/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsBeforeCheckinHandler.scala +++ b/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsBeforeCheckinHandler.scala @@ -15,7 +15,7 @@ */ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsCheckinHandlerFactory.scala b/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsCheckinHandlerFactory.scala index 67189046..beb0946b 100644 --- a/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsCheckinHandlerFactory.scala +++ b/src/main/scala/intellij/haskell/action/HaskellOptimizeImportsCheckinHandlerFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HaskellReformatAction.scala b/src/main/scala/intellij/haskell/action/HaskellReformatAction.scala index 1f431e5c..0ffaa38b 100644 --- a/src/main/scala/intellij/haskell/action/HaskellReformatAction.scala +++ b/src/main/scala/intellij/haskell/action/HaskellReformatAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HaskellReformatBeforeCheckinHandler.scala b/src/main/scala/intellij/haskell/action/HaskellReformatBeforeCheckinHandler.scala index 5b747b0d..950f0b9f 100644 --- a/src/main/scala/intellij/haskell/action/HaskellReformatBeforeCheckinHandler.scala +++ b/src/main/scala/intellij/haskell/action/HaskellReformatBeforeCheckinHandler.scala @@ -15,7 +15,7 @@ */ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HaskellReformatCheckinHandlerFactory.scala b/src/main/scala/intellij/haskell/action/HaskellReformatCheckinHandlerFactory.scala index a6fd1f14..d6b14ec6 100644 --- a/src/main/scala/intellij/haskell/action/HaskellReformatCheckinHandlerFactory.scala +++ b/src/main/scala/intellij/haskell/action/HaskellReformatCheckinHandlerFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HindentReformatAction.scala b/src/main/scala/intellij/haskell/action/HindentReformatAction.scala index f3880d1e..97eb34d9 100644 --- a/src/main/scala/intellij/haskell/action/HindentReformatAction.scala +++ b/src/main/scala/intellij/haskell/action/HindentReformatAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HoogleAction.scala b/src/main/scala/intellij/haskell/action/HoogleAction.scala index d678a736..af0229df 100644 --- a/src/main/scala/intellij/haskell/action/HoogleAction.scala +++ b/src/main/scala/intellij/haskell/action/HoogleAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/HoogleNavigationAction.scala b/src/main/scala/intellij/haskell/action/HoogleNavigationAction.scala index 62945856..d6fc2eef 100644 --- a/src/main/scala/intellij/haskell/action/HoogleNavigationAction.scala +++ b/src/main/scala/intellij/haskell/action/HoogleNavigationAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. *//* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/RestartStackReplsAction.scala b/src/main/scala/intellij/haskell/action/RestartStackReplsAction.scala index 5bfee937..0eb6f6fd 100644 --- a/src/main/scala/intellij/haskell/action/RestartStackReplsAction.scala +++ b/src/main/scala/intellij/haskell/action/RestartStackReplsAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/ShowNameInfoAction.scala b/src/main/scala/intellij/haskell/action/ShowNameInfoAction.scala index ad2bf9b6..69260ffc 100644 --- a/src/main/scala/intellij/haskell/action/ShowNameInfoAction.scala +++ b/src/main/scala/intellij/haskell/action/ShowNameInfoAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/ShowProblemMessageAction.scala b/src/main/scala/intellij/haskell/action/ShowProblemMessageAction.scala index 85066198..e4767fd6 100644 --- a/src/main/scala/intellij/haskell/action/ShowProblemMessageAction.scala +++ b/src/main/scala/intellij/haskell/action/ShowProblemMessageAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/ShowTypeAction.scala b/src/main/scala/intellij/haskell/action/ShowTypeAction.scala index c7a58fd2..020f68d1 100644 --- a/src/main/scala/intellij/haskell/action/ShowTypeAction.scala +++ b/src/main/scala/intellij/haskell/action/ShowTypeAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/action/StylishHaskellReformatAction.scala b/src/main/scala/intellij/haskell/action/StylishHaskellReformatAction.scala index 50b9515b..cf9ba8b5 100644 --- a/src/main/scala/intellij/haskell/action/StylishHaskellReformatAction.scala +++ b/src/main/scala/intellij/haskell/action/StylishHaskellReformatAction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/annotator/HaskellAnnotator.scala b/src/main/scala/intellij/haskell/annotator/HaskellAnnotator.scala index b26f5f01..40509188 100644 --- a/src/main/scala/intellij/haskell/annotator/HaskellAnnotator.scala +++ b/src/main/scala/intellij/haskell/annotator/HaskellAnnotator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/cabal/CabalCommenter.scala b/src/main/scala/intellij/haskell/cabal/CabalCommenter.scala index d32cd773..491dddf0 100644 --- a/src/main/scala/intellij/haskell/cabal/CabalCommenter.scala +++ b/src/main/scala/intellij/haskell/cabal/CabalCommenter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/cabal/CabalFile.scala b/src/main/scala/intellij/haskell/cabal/CabalFile.scala index c28cf8bf..d79722e7 100644 --- a/src/main/scala/intellij/haskell/cabal/CabalFile.scala +++ b/src/main/scala/intellij/haskell/cabal/CabalFile.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/cabal/CabalInfo.scala b/src/main/scala/intellij/haskell/cabal/CabalInfo.scala index 4f9f9b42..9ad13b6f 100644 --- a/src/main/scala/intellij/haskell/cabal/CabalInfo.scala +++ b/src/main/scala/intellij/haskell/cabal/CabalInfo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/cabal/CabalLanguage.java b/src/main/scala/intellij/haskell/cabal/CabalLanguage.java index 562a61a7..67edb989 100644 --- a/src/main/scala/intellij/haskell/cabal/CabalLanguage.java +++ b/src/main/scala/intellij/haskell/cabal/CabalLanguage.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/HaskellCommenter.scala b/src/main/scala/intellij/haskell/editor/HaskellCommenter.scala index 42a0dde4..3aa261b0 100644 --- a/src/main/scala/intellij/haskell/editor/HaskellCommenter.scala +++ b/src/main/scala/intellij/haskell/editor/HaskellCommenter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/HaskellCompletionCharFilter.scala b/src/main/scala/intellij/haskell/editor/HaskellCompletionCharFilter.scala index 3c81cd63..c9f50f34 100644 --- a/src/main/scala/intellij/haskell/editor/HaskellCompletionCharFilter.scala +++ b/src/main/scala/intellij/haskell/editor/HaskellCompletionCharFilter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/HaskellCompletionContributor.scala b/src/main/scala/intellij/haskell/editor/HaskellCompletionContributor.scala index c417cc90..87b8ac3b 100644 --- a/src/main/scala/intellij/haskell/editor/HaskellCompletionContributor.scala +++ b/src/main/scala/intellij/haskell/editor/HaskellCompletionContributor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/HaskellExtendWordSelectioner.scala b/src/main/scala/intellij/haskell/editor/HaskellExtendWordSelectioner.scala index eda7e906..95357bed 100644 --- a/src/main/scala/intellij/haskell/editor/HaskellExtendWordSelectioner.scala +++ b/src/main/scala/intellij/haskell/editor/HaskellExtendWordSelectioner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/HaskellImportOptimizer.scala b/src/main/scala/intellij/haskell/editor/HaskellImportOptimizer.scala index 6e41f95e..110b2735 100644 --- a/src/main/scala/intellij/haskell/editor/HaskellImportOptimizer.scala +++ b/src/main/scala/intellij/haskell/editor/HaskellImportOptimizer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/HaskellQuoteHandler.scala b/src/main/scala/intellij/haskell/editor/HaskellQuoteHandler.scala index 2f5f2baf..0decd9b0 100644 --- a/src/main/scala/intellij/haskell/editor/HaskellQuoteHandler.scala +++ b/src/main/scala/intellij/haskell/editor/HaskellQuoteHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleConfigurable.scala b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleConfigurable.scala index 5674d5cf..e0287525 100644 --- a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleConfigurable.scala +++ b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleConfigurable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettings.scala b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettings.scala index 1febdb47..f1f20f06 100644 --- a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettings.scala +++ b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettingsProvider.scala b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettingsProvider.scala index 475b67d4..a5650928 100644 --- a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettingsProvider.scala +++ b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellCodeStyleSettingsProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellLanguageCodeStyleSettingsProvider.scala b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellLanguageCodeStyleSettingsProvider.scala index 6d6b23de..cdb73338 100644 --- a/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellLanguageCodeStyleSettingsProvider.scala +++ b/src/main/scala/intellij/haskell/editor/formatter/settings/HaskellLanguageCodeStyleSettingsProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/AvailableModuleNamesComponent.scala b/src/main/scala/intellij/haskell/external/component/AvailableModuleNamesComponent.scala index 5994a1d7..574820de 100644 --- a/src/main/scala/intellij/haskell/external/component/AvailableModuleNamesComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/AvailableModuleNamesComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/BrowseModuleComponent.scala b/src/main/scala/intellij/haskell/external/component/BrowseModuleComponent.scala index 98195f42..dfb82180 100644 --- a/src/main/scala/intellij/haskell/external/component/BrowseModuleComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/BrowseModuleComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/DeclarationLineUtil.scala b/src/main/scala/intellij/haskell/external/component/DeclarationLineUtil.scala index ab502139..53fb8e74 100644 --- a/src/main/scala/intellij/haskell/external/component/DeclarationLineUtil.scala +++ b/src/main/scala/intellij/haskell/external/component/DeclarationLineUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/DefinitionLocationComponent.scala b/src/main/scala/intellij/haskell/external/component/DefinitionLocationComponent.scala index 426e6a6a..42380423 100644 --- a/src/main/scala/intellij/haskell/external/component/DefinitionLocationComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/DefinitionLocationComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/FileModuleIdentifiers.scala b/src/main/scala/intellij/haskell/external/component/FileModuleIdentifiers.scala index b03a7b48..1d5a700d 100644 --- a/src/main/scala/intellij/haskell/external/component/FileModuleIdentifiers.scala +++ b/src/main/scala/intellij/haskell/external/component/FileModuleIdentifiers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/GlobalProjectInfoComponent.scala b/src/main/scala/intellij/haskell/external/component/GlobalProjectInfoComponent.scala index 925ff15a..a59af11a 100644 --- a/src/main/scala/intellij/haskell/external/component/GlobalProjectInfoComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/GlobalProjectInfoComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/HLintComponent.scala b/src/main/scala/intellij/haskell/external/component/HLintComponent.scala index 6364cc16..38330017 100644 --- a/src/main/scala/intellij/haskell/external/component/HLintComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/HLintComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/HaskellComponentsManager.scala b/src/main/scala/intellij/haskell/external/component/HaskellComponentsManager.scala index a38aba3f..2cf6c4d3 100644 --- a/src/main/scala/intellij/haskell/external/component/HaskellComponentsManager.scala +++ b/src/main/scala/intellij/haskell/external/component/HaskellComponentsManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/HaskellDocumentationProvider.scala b/src/main/scala/intellij/haskell/external/component/HaskellDocumentationProvider.scala index 31cc3cf0..9ad97b5c 100644 --- a/src/main/scala/intellij/haskell/external/component/HaskellDocumentationProvider.scala +++ b/src/main/scala/intellij/haskell/external/component/HaskellDocumentationProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/HaskellModuleInfoComponent.scala b/src/main/scala/intellij/haskell/external/component/HaskellModuleInfoComponent.scala index b7aebc38..f3e7d334 100644 --- a/src/main/scala/intellij/haskell/external/component/HaskellModuleInfoComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/HaskellModuleInfoComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/HoogleComponent.scala b/src/main/scala/intellij/haskell/external/component/HoogleComponent.scala index 805e5b10..8dca0394 100644 --- a/src/main/scala/intellij/haskell/external/component/HoogleComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/HoogleComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/LibraryPackageInfoComponent.scala b/src/main/scala/intellij/haskell/external/component/LibraryPackageInfoComponent.scala index eb928ccc..369c8b33 100644 --- a/src/main/scala/intellij/haskell/external/component/LibraryPackageInfoComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/LibraryPackageInfoComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/LoadComponent.scala b/src/main/scala/intellij/haskell/external/component/LoadComponent.scala index 3a805b98..4b662bcd 100644 --- a/src/main/scala/intellij/haskell/external/component/LoadComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/LoadComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/NameInfoComponent.scala b/src/main/scala/intellij/haskell/external/component/NameInfoComponent.scala index 179b5f43..bebe0172 100644 --- a/src/main/scala/intellij/haskell/external/component/NameInfoComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/NameInfoComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/ProjectLibraryFileWatcher.scala b/src/main/scala/intellij/haskell/external/component/ProjectLibraryFileWatcher.scala index 0e74e6d2..5f4a18b8 100644 --- a/src/main/scala/intellij/haskell/external/component/ProjectLibraryFileWatcher.scala +++ b/src/main/scala/intellij/haskell/external/component/ProjectLibraryFileWatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/StackComponentGlobalInfoComponent.scala b/src/main/scala/intellij/haskell/external/component/StackComponentGlobalInfoComponent.scala index d21c8b93..b8b810d8 100644 --- a/src/main/scala/intellij/haskell/external/component/StackComponentGlobalInfoComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/StackComponentGlobalInfoComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/StackProjectManager.scala b/src/main/scala/intellij/haskell/external/component/StackProjectManager.scala index 8a8ea5b4..0a3d2ed2 100644 --- a/src/main/scala/intellij/haskell/external/component/StackProjectManager.scala +++ b/src/main/scala/intellij/haskell/external/component/StackProjectManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/component/TypeInfoComponent.scala b/src/main/scala/intellij/haskell/external/component/TypeInfoComponent.scala index f5b5ff34..c126c4fc 100644 --- a/src/main/scala/intellij/haskell/external/component/TypeInfoComponent.scala +++ b/src/main/scala/intellij/haskell/external/component/TypeInfoComponent.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/execution/CommandLine.scala b/src/main/scala/intellij/haskell/external/execution/CommandLine.scala index 1d9b8f98..b07c6ceb 100644 --- a/src/main/scala/intellij/haskell/external/execution/CommandLine.scala +++ b/src/main/scala/intellij/haskell/external/execution/CommandLine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/execution/HaskellCompilationResultHelper.scala b/src/main/scala/intellij/haskell/external/execution/HaskellCompilationResultHelper.scala index 0321ce9e..31bb3358 100644 --- a/src/main/scala/intellij/haskell/external/execution/HaskellCompilationResultHelper.scala +++ b/src/main/scala/intellij/haskell/external/execution/HaskellCompilationResultHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/execution/StackCommandLine.scala b/src/main/scala/intellij/haskell/external/execution/StackCommandLine.scala index 59548f33..8c749082 100644 --- a/src/main/scala/intellij/haskell/external/execution/StackCommandLine.scala +++ b/src/main/scala/intellij/haskell/external/execution/StackCommandLine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/repl/GlobalStackRepl.scala b/src/main/scala/intellij/haskell/external/repl/GlobalStackRepl.scala index c4430c82..6ac6f0a5 100644 --- a/src/main/scala/intellij/haskell/external/repl/GlobalStackRepl.scala +++ b/src/main/scala/intellij/haskell/external/repl/GlobalStackRepl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/repl/ProjectStackRepl.scala b/src/main/scala/intellij/haskell/external/repl/ProjectStackRepl.scala index d64f840f..c7341316 100644 --- a/src/main/scala/intellij/haskell/external/repl/ProjectStackRepl.scala +++ b/src/main/scala/intellij/haskell/external/repl/ProjectStackRepl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/repl/StackRepl.scala b/src/main/scala/intellij/haskell/external/repl/StackRepl.scala index 565a0e93..08c53930 100644 --- a/src/main/scala/intellij/haskell/external/repl/StackRepl.scala +++ b/src/main/scala/intellij/haskell/external/repl/StackRepl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/external/repl/StackReplsManager.scala b/src/main/scala/intellij/haskell/external/repl/StackReplsManager.scala index 2158a851..72792560 100644 --- a/src/main/scala/intellij/haskell/external/repl/StackReplsManager.scala +++ b/src/main/scala/intellij/haskell/external/repl/StackReplsManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/framework/HaskellFrameworkSupportProvider.scala b/src/main/scala/intellij/haskell/framework/HaskellFrameworkSupportProvider.scala index df8ab979..71c9c55b 100644 --- a/src/main/scala/intellij/haskell/framework/HaskellFrameworkSupportProvider.scala +++ b/src/main/scala/intellij/haskell/framework/HaskellFrameworkSupportProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/framework/HaskellFrameworkType.scala b/src/main/scala/intellij/haskell/framework/HaskellFrameworkType.scala index a50ad399..8bf86df0 100644 --- a/src/main/scala/intellij/haskell/framework/HaskellFrameworkType.scala +++ b/src/main/scala/intellij/haskell/framework/HaskellFrameworkType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/highlighter/HaskellBraceMatcher.scala b/src/main/scala/intellij/haskell/highlighter/HaskellBraceMatcher.scala index b55979c0..10cb2eb3 100644 --- a/src/main/scala/intellij/haskell/highlighter/HaskellBraceMatcher.scala +++ b/src/main/scala/intellij/haskell/highlighter/HaskellBraceMatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/highlighter/HaskellColorSettingsPage.scala b/src/main/scala/intellij/haskell/highlighter/HaskellColorSettingsPage.scala index 772f021e..112945b2 100644 --- a/src/main/scala/intellij/haskell/highlighter/HaskellColorSettingsPage.scala +++ b/src/main/scala/intellij/haskell/highlighter/HaskellColorSettingsPage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighter.scala b/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighter.scala index 07d62d8e..918f18f5 100644 --- a/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighter.scala +++ b/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighterFactory.java b/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighterFactory.java index 78af904d..039cf8f1 100644 --- a/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighterFactory.java +++ b/src/main/scala/intellij/haskell/highlighter/HaskellSyntaxHighlighterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/inspection/HLintInspectionTool.scala b/src/main/scala/intellij/haskell/inspection/HLintInspectionTool.scala index 3b461495..9e4d5341 100644 --- a/src/main/scala/intellij/haskell/inspection/HLintInspectionTool.scala +++ b/src/main/scala/intellij/haskell/inspection/HLintInspectionTool.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/inspection/HLintQuickfix.scala b/src/main/scala/intellij/haskell/inspection/HLintQuickfix.scala index 63270b71..aa8b39ec 100644 --- a/src/main/scala/intellij/haskell/inspection/HLintQuickfix.scala +++ b/src/main/scala/intellij/haskell/inspection/HLintQuickfix.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/module/HaskellModuleBuilder.scala b/src/main/scala/intellij/haskell/module/HaskellModuleBuilder.scala index bffa63a6..22d2e7a4 100644 --- a/src/main/scala/intellij/haskell/module/HaskellModuleBuilder.scala +++ b/src/main/scala/intellij/haskell/module/HaskellModuleBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -106,7 +106,7 @@ class HaskellModuleBuilder extends TemplateModuleBuilder(null, HaskellModuleType val project = module.getProject if (isNewProjectWithoutExistingSources) { - val processOutput = StackCommandLine.run(project, Seq("new", project.getName, "--bare", "new-template", "-p", "author-email:Author email here", "-p", "author-name:Author name here", "-p", "category:App category here", "-p", "copyright:2018 Author name here", "-p", "github-username:Github username here"), timeoutInMillis = 60.seconds.toMillis, enableExtraArguments = false) + val processOutput = StackCommandLine.run(project, Seq("new", project.getName, "--bare", "new-template", "-p", "author-email:Author email here", "-p", "author-name:Author name here", "-p", "category:App category here", "-p", "copyright:2019 Author name here", "-p", "github-username:Github username here"), timeoutInMillis = 60.seconds.toMillis, enableExtraArguments = false) processOutput match { case None => throw new RuntimeException("Could not create new Stack project because could not execute Stack command for creating new project on file system") diff --git a/src/main/scala/intellij/haskell/module/HaskellModuleType.scala b/src/main/scala/intellij/haskell/module/HaskellModuleType.scala index d32d191e..55574705 100644 --- a/src/main/scala/intellij/haskell/module/HaskellModuleType.scala +++ b/src/main/scala/intellij/haskell/module/HaskellModuleType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/module/StackProjectImportBuilder.scala b/src/main/scala/intellij/haskell/module/StackProjectImportBuilder.scala index 044c8f2c..1600636e 100644 --- a/src/main/scala/intellij/haskell/module/StackProjectImportBuilder.scala +++ b/src/main/scala/intellij/haskell/module/StackProjectImportBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/module/StackProjectImportProvider.scala b/src/main/scala/intellij/haskell/module/StackProjectImportProvider.scala index 9e07dc2e..265b1710 100644 --- a/src/main/scala/intellij/haskell/module/StackProjectImportProvider.scala +++ b/src/main/scala/intellij/haskell/module/StackProjectImportProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/navigation/GotoByDeclarationContributor.scala b/src/main/scala/intellij/haskell/navigation/GotoByDeclarationContributor.scala index 4f70a493..47d890a9 100644 --- a/src/main/scala/intellij/haskell/navigation/GotoByDeclarationContributor.scala +++ b/src/main/scala/intellij/haskell/navigation/GotoByDeclarationContributor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/navigation/GotoByHoogleModel.scala b/src/main/scala/intellij/haskell/navigation/GotoByHoogleModel.scala index 7605f2ba..77251584 100644 --- a/src/main/scala/intellij/haskell/navigation/GotoByHoogleModel.scala +++ b/src/main/scala/intellij/haskell/navigation/GotoByHoogleModel.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/navigation/HaskellFindUsagesProvider.scala b/src/main/scala/intellij/haskell/navigation/HaskellFindUsagesProvider.scala index b4be1910..206d10a1 100644 --- a/src/main/scala/intellij/haskell/navigation/HaskellFindUsagesProvider.scala +++ b/src/main/scala/intellij/haskell/navigation/HaskellFindUsagesProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/navigation/HaskellReference.scala b/src/main/scala/intellij/haskell/navigation/HaskellReference.scala index 108052f1..a401a8bd 100644 --- a/src/main/scala/intellij/haskell/navigation/HaskellReference.scala +++ b/src/main/scala/intellij/haskell/navigation/HaskellReference.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/navigation/HaskellStructureViewFactory.scala b/src/main/scala/intellij/haskell/navigation/HaskellStructureViewFactory.scala index 7ea43ccb..c19a6757 100644 --- a/src/main/scala/intellij/haskell/navigation/HaskellStructureViewFactory.scala +++ b/src/main/scala/intellij/haskell/navigation/HaskellStructureViewFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/navigation/HoogleByNameContributor.scala b/src/main/scala/intellij/haskell/navigation/HoogleByNameContributor.scala index 56e91d88..45817159 100644 --- a/src/main/scala/intellij/haskell/navigation/HoogleByNameContributor.scala +++ b/src/main/scala/intellij/haskell/navigation/HoogleByNameContributor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellCNameElement.scala b/src/main/scala/intellij/haskell/psi/HaskellCNameElement.scala index 994c3f8a..0a849aec 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellCNameElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellCNameElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellCompositeElementType.scala b/src/main/scala/intellij/haskell/psi/HaskellCompositeElementType.scala index df7d95d1..e44a51f2 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellCompositeElementType.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellCompositeElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellDataConstructorDeclarationElement.scala b/src/main/scala/intellij/haskell/psi/HaskellDataConstructorDeclarationElement.scala index dd57f589..4810ef10 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellDataConstructorDeclarationElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellDataConstructorDeclarationElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellDeclarationElement.scala b/src/main/scala/intellij/haskell/psi/HaskellDeclarationElement.scala index af60a89f..3945caa7 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellDeclarationElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellDeclarationElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellElementCondition.scala b/src/main/scala/intellij/haskell/psi/HaskellElementCondition.scala index 18d36dbb..5fb51d51 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellElementCondition.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellElementCondition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellElementFactory.scala b/src/main/scala/intellij/haskell/psi/HaskellElementFactory.scala index 7ea58350..a4c3134c 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellElementFactory.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellElementFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellExpressionElement.scala b/src/main/scala/intellij/haskell/psi/HaskellExpressionElement.scala index acf3b0c4..ffd20017 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellExpressionElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellExpressionElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellNamedElement.scala b/src/main/scala/intellij/haskell/psi/HaskellNamedElement.scala index ec08f11b..da8b33d9 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellNamedElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellNamedElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellNamedElementManipulator.scala b/src/main/scala/intellij/haskell/psi/HaskellNamedElementManipulator.scala index 30d63d52..7a279ff8 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellNamedElementManipulator.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellNamedElementManipulator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellParserUtil.java b/src/main/scala/intellij/haskell/psi/HaskellParserUtil.java index 9390c9dc..770444a1 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellParserUtil.java +++ b/src/main/scala/intellij/haskell/psi/HaskellParserUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellPsiUtil.scala b/src/main/scala/intellij/haskell/psi/HaskellPsiUtil.scala index 27cdf545..444a9236 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellPsiUtil.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellPsiUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellQualifiedNameElement.scala b/src/main/scala/intellij/haskell/psi/HaskellQualifiedNameElement.scala index 991bd2e4..7b554f5c 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellQualifiedNameElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellQualifiedNameElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellQualifierElement.scala b/src/main/scala/intellij/haskell/psi/HaskellQualifierElement.scala index cd284093..effef142 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellQualifierElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellQualifierElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellReferenceContributor.scala b/src/main/scala/intellij/haskell/psi/HaskellReferenceContributor.scala index 7be8e172..4df69b3c 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellReferenceContributor.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellReferenceContributor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/HaskellStringLiteralElement.scala b/src/main/scala/intellij/haskell/psi/HaskellStringLiteralElement.scala index 7bbe110d..c73759f9 100644 --- a/src/main/scala/intellij/haskell/psi/HaskellStringLiteralElement.scala +++ b/src/main/scala/intellij/haskell/psi/HaskellStringLiteralElement.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/impl/HaskellCompositeElementImpl.scala b/src/main/scala/intellij/haskell/psi/impl/HaskellCompositeElementImpl.scala index 66db7a40..4b84203d 100644 --- a/src/main/scala/intellij/haskell/psi/impl/HaskellCompositeElementImpl.scala +++ b/src/main/scala/intellij/haskell/psi/impl/HaskellCompositeElementImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/impl/HaskellElementTypeFactory.scala b/src/main/scala/intellij/haskell/psi/impl/HaskellElementTypeFactory.scala index 79b88709..b3e258a8 100644 --- a/src/main/scala/intellij/haskell/psi/impl/HaskellElementTypeFactory.scala +++ b/src/main/scala/intellij/haskell/psi/impl/HaskellElementTypeFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/impl/HaskellNamedStubBasedPsiElementBase.java b/src/main/scala/intellij/haskell/psi/impl/HaskellNamedStubBasedPsiElementBase.java index 6aeee0d4..450a04c5 100644 --- a/src/main/scala/intellij/haskell/psi/impl/HaskellNamedStubBasedPsiElementBase.java +++ b/src/main/scala/intellij/haskell/psi/impl/HaskellNamedStubBasedPsiElementBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/impl/HaskellPsiImplUtil.scala b/src/main/scala/intellij/haskell/psi/impl/HaskellPsiImplUtil.scala index c55dadab..b4188c14 100644 --- a/src/main/scala/intellij/haskell/psi/impl/HaskellPsiImplUtil.scala +++ b/src/main/scala/intellij/haskell/psi/impl/HaskellPsiImplUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/HaskellConidStub.java b/src/main/scala/intellij/haskell/psi/stubs/HaskellConidStub.java index 5c4b9aa8..3dd37cee 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/HaskellConidStub.java +++ b/src/main/scala/intellij/haskell/psi/stubs/HaskellConidStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/HaskellConsymStub.java b/src/main/scala/intellij/haskell/psi/stubs/HaskellConsymStub.java index 38a051e7..17c7c482 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/HaskellConsymStub.java +++ b/src/main/scala/intellij/haskell/psi/stubs/HaskellConsymStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/HaskellFileStub.scala b/src/main/scala/intellij/haskell/psi/stubs/HaskellFileStub.scala index 0852bd24..63c00356 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/HaskellFileStub.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/HaskellFileStub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/HaskellModidStub.java b/src/main/scala/intellij/haskell/psi/stubs/HaskellModidStub.java index 75b99b93..a71ae31f 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/HaskellModidStub.java +++ b/src/main/scala/intellij/haskell/psi/stubs/HaskellModidStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/HaskellVaridStub.java b/src/main/scala/intellij/haskell/psi/stubs/HaskellVaridStub.java index c5211414..90afd5f7 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/HaskellVaridStub.java +++ b/src/main/scala/intellij/haskell/psi/stubs/HaskellVaridStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/HaskellVarsymStub.java b/src/main/scala/intellij/haskell/psi/stubs/HaskellVarsymStub.java index 7f6df884..4dd634c1 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/HaskellVarsymStub.java +++ b/src/main/scala/intellij/haskell/psi/stubs/HaskellVarsymStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/index/HaskellAllNameIndex.scala b/src/main/scala/intellij/haskell/psi/stubs/index/HaskellAllNameIndex.scala index 425d3a20..302eac38 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/index/HaskellAllNameIndex.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/index/HaskellAllNameIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConidStubElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConidStubElementType.scala index e011fe95..c8d37dd5 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConidStubElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConidStubElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConsymStubElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConsymStubElementType.scala index 8719977b..1ab05993 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConsymStubElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellConsymStubElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellFileElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellFileElementType.scala index c6acd8e4..f782eb8f 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellFileElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellFileElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellModidStubElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellModidStubElementType.scala index bbcace4b..98d49a7a 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellModidStubElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellModidStubElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellNamedStubElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellNamedStubElementType.scala index fdbb95d6..2c0bb830 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellNamedStubElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellNamedStubElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellStubElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellStubElementType.scala index 95d95c87..3c435458 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellStubElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellStubElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellVaridStubElementType.scala b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellVaridStubElementType.scala index 3177dfb2..e36d0623 100644 --- a/src/main/scala/intellij/haskell/psi/stubs/types/HaskellVaridStubElementType.scala +++ b/src/main/scala/intellij/haskell/psi/stubs/types/HaskellVaridStubElementType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/refactor/HaskellMoveFileHandler.scala b/src/main/scala/intellij/haskell/refactor/HaskellMoveFileHandler.scala index afc519af..f8519c58 100644 --- a/src/main/scala/intellij/haskell/refactor/HaskellMoveFileHandler.scala +++ b/src/main/scala/intellij/haskell/refactor/HaskellMoveFileHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/refactor/HaskellNamesValidator.scala b/src/main/scala/intellij/haskell/refactor/HaskellNamesValidator.scala index 33c6da8b..0d751f3e 100644 --- a/src/main/scala/intellij/haskell/refactor/HaskellNamesValidator.scala +++ b/src/main/scala/intellij/haskell/refactor/HaskellNamesValidator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/refactor/HaskellRefactoringSupportProvider.scala b/src/main/scala/intellij/haskell/refactor/HaskellRefactoringSupportProvider.scala index 10004f1a..24445389 100644 --- a/src/main/scala/intellij/haskell/refactor/HaskellRefactoringSupportProvider.scala +++ b/src/main/scala/intellij/haskell/refactor/HaskellRefactoringSupportProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/refactor/HaskellRenameVariableProcessor.scala b/src/main/scala/intellij/haskell/refactor/HaskellRenameVariableProcessor.scala index 10f752f5..f0fef2b8 100644 --- a/src/main/scala/intellij/haskell/refactor/HaskellRenameVariableProcessor.scala +++ b/src/main/scala/intellij/haskell/refactor/HaskellRenameVariableProcessor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/sdk/HaskellSdkType.scala b/src/main/scala/intellij/haskell/sdk/HaskellSdkType.scala index 18b4f2fa..c963307e 100644 --- a/src/main/scala/intellij/haskell/sdk/HaskellSdkType.scala +++ b/src/main/scala/intellij/haskell/sdk/HaskellSdkType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/settings/HaskellConfigurable.scala b/src/main/scala/intellij/haskell/settings/HaskellConfigurable.scala index 554710f2..b37a4305 100644 --- a/src/main/scala/intellij/haskell/settings/HaskellConfigurable.scala +++ b/src/main/scala/intellij/haskell/settings/HaskellConfigurable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/settings/HaskellModuleEditorsProvider.scala b/src/main/scala/intellij/haskell/settings/HaskellModuleEditorsProvider.scala index 872a36fd..44730be5 100644 --- a/src/main/scala/intellij/haskell/settings/HaskellModuleEditorsProvider.scala +++ b/src/main/scala/intellij/haskell/settings/HaskellModuleEditorsProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/settings/HaskellSettingsPersistentStateComponent.java b/src/main/scala/intellij/haskell/settings/HaskellSettingsPersistentStateComponent.java index ea1ed463..fec77d73 100644 --- a/src/main/scala/intellij/haskell/settings/HaskellSettingsPersistentStateComponent.java +++ b/src/main/scala/intellij/haskell/settings/HaskellSettingsPersistentStateComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/settings/HaskellSettingsState.scala b/src/main/scala/intellij/haskell/settings/HaskellSettingsState.scala index 0ca0b76f..7249c846 100644 --- a/src/main/scala/intellij/haskell/settings/HaskellSettingsState.scala +++ b/src/main/scala/intellij/haskell/settings/HaskellSettingsState.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/ApplicationUtil.scala b/src/main/scala/intellij/haskell/util/ApplicationUtil.scala index 177364c3..879d6399 100644 --- a/src/main/scala/intellij/haskell/util/ApplicationUtil.scala +++ b/src/main/scala/intellij/haskell/util/ApplicationUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/HaskellEditorUtil.scala b/src/main/scala/intellij/haskell/util/HaskellEditorUtil.scala index 19691ebc..0e4a04a5 100644 --- a/src/main/scala/intellij/haskell/util/HaskellEditorUtil.scala +++ b/src/main/scala/intellij/haskell/util/HaskellEditorUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/HaskellFileUtil.scala b/src/main/scala/intellij/haskell/util/HaskellFileUtil.scala index a30c75fa..09167a5a 100644 --- a/src/main/scala/intellij/haskell/util/HaskellFileUtil.scala +++ b/src/main/scala/intellij/haskell/util/HaskellFileUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/HaskellProjectUtil.scala b/src/main/scala/intellij/haskell/util/HaskellProjectUtil.scala index b4f31501..a79c907c 100644 --- a/src/main/scala/intellij/haskell/util/HaskellProjectUtil.scala +++ b/src/main/scala/intellij/haskell/util/HaskellProjectUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/LineColumnPosition.scala b/src/main/scala/intellij/haskell/util/LineColumnPosition.scala index ac6bf372..6d953068 100644 --- a/src/main/scala/intellij/haskell/util/LineColumnPosition.scala +++ b/src/main/scala/intellij/haskell/util/LineColumnPosition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/ScalaUtil.scala b/src/main/scala/intellij/haskell/util/ScalaUtil.scala index 9addf962..55b4fd2b 100644 --- a/src/main/scala/intellij/haskell/util/ScalaUtil.scala +++ b/src/main/scala/intellij/haskell/util/ScalaUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/StringUtil.scala b/src/main/scala/intellij/haskell/util/StringUtil.scala index 71a5f90c..e0fc525a 100644 --- a/src/main/scala/intellij/haskell/util/StringUtil.scala +++ b/src/main/scala/intellij/haskell/util/StringUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/index/HaskellModuleNameIndex.scala b/src/main/scala/intellij/haskell/util/index/HaskellModuleNameIndex.scala index 01ab66b6..37065031 100644 --- a/src/main/scala/intellij/haskell/util/index/HaskellModuleNameIndex.scala +++ b/src/main/scala/intellij/haskell/util/index/HaskellModuleNameIndex.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/intellij/haskell/util/index/ScalaScalarIndexExtension.scala b/src/main/scala/intellij/haskell/util/index/ScalaScalarIndexExtension.scala index 8bdc8280..b83d3578 100644 --- a/src/main/scala/intellij/haskell/util/index/ScalaScalarIndexExtension.scala +++ b/src/main/scala/intellij/haskell/util/index/ScalaScalarIndexExtension.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/scala/intellij/haskell/external/component/HLintSpec.scala b/src/test/scala/intellij/haskell/external/component/HLintSpec.scala index 6d3d3c5a..7bbe9e48 100644 --- a/src/test/scala/intellij/haskell/external/component/HLintSpec.scala +++ b/src/test/scala/intellij/haskell/external/component/HLintSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/scala/intellij/haskell/external/execution/HaskellCompilationResultHelperSpec.scala b/src/test/scala/intellij/haskell/external/execution/HaskellCompilationResultHelperSpec.scala index fda7262c..c36768b3 100644 --- a/src/test/scala/intellij/haskell/external/execution/HaskellCompilationResultHelperSpec.scala +++ b/src/test/scala/intellij/haskell/external/execution/HaskellCompilationResultHelperSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014-2018 Rik van der Kleij + * Copyright 2014-2019 Rik van der Kleij * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.