From 4380d1a4aa9f03fd2a21b02c5e27e92b038b988a Mon Sep 17 00:00:00 2001 From: "N. Justus" Date: Mon, 30 Oct 2017 17:16:03 +0100 Subject: [PATCH] Fix new :copyright: --- src/main/scala/de/thm/mope/MoPE.scala | 3 +- src/main/scala/de/thm/mope/MopeModule.scala | 3 +- src/main/scala/de/thm/mope/MopeSetup.scala | 3 +- .../de/thm/mope/compiler/CommonParsers.scala | 3 +- .../de/thm/mope/compiler/CompilerError.scala | 3 +- .../thm/mope/compiler/CompilerFactory.scala | 3 +- .../de/thm/mope/compiler/JMCompiler.scala | 3 +- .../thm/mope/compiler/ModelicaCompiler.scala | 3 +- .../de/thm/mope/compiler/MsgParser.scala | 3 +- .../de/thm/mope/compiler/OMCompiler.scala | 3 +- .../de/thm/mope/compiler/StubCompiler.scala | 3 +- .../de/thm/mope/config/ApplicationMode.scala | 3 +- .../scala/de/thm/mope/config/CliConf.scala | 3 +- .../de/thm/mope/config/ConfigProvider.scala | 3 +- .../de/thm/mope/config/ProjectConfig.scala | 3 +- .../de/thm/mope/config/ServerConfig.scala | 3 +- .../mope/declaration/DeclarationRequest.scala | 3 +- .../de/thm/mope/declaration/JumpToLike.scala | 3 +- .../thm/mope/declaration/JumpToProvider.scala | 3 +- .../scala/de/thm/mope/doc/ClassComment.scala | 3 +- src/main/scala/de/thm/mope/doc/DocInfo.scala | 3 +- .../de/thm/mope/doc/DocumentationLike.scala | 3 +- .../thm/mope/doc/DocumentationProvider.scala | 3 +- src/main/scala/de/thm/mope/package.scala | 17 ++++++++++ .../de/thm/mope/position/CursorPosition.scala | 3 +- .../scala/de/thm/mope/position/FilePath.scala | 3 +- .../de/thm/mope/position/FilePosition.scala | 3 +- .../de/thm/mope/position/FileWithLine.scala | 3 +- .../mope/project/InternalProjectConfig.scala | 3 +- .../thm/mope/project/ProjectDescription.scala | 3 +- .../de/thm/mope/server/EnsembleHandler.scala | 3 +- .../de/thm/mope/server/EnsembleRoutes.scala | 3 +- .../de/thm/mope/server/ErrorHandling.scala | 3 +- .../thm/mope/server/FileWatchingActor.scala | 3 +- .../de/thm/mope/server/JsonSupport.scala | 3 +- .../thm/mope/server/NotFoundException.scala | 3 +- .../thm/mope/server/ProjectManagerActor.scala | 3 +- .../de/thm/mope/server/ProjectRegister.scala | 3 +- .../mope/server/ProjectsManagerActor.scala | 3 +- .../de/thm/mope/server/RecentFilesActor.scala | 3 +- .../scala/de/thm/mope/server/Routes.scala | 3 +- .../scala/de/thm/mope/server/Server.scala | 3 +- .../de/thm/mope/server/ValidateConfig.scala | 3 +- .../thm/mope/suggestion/CompletionLike.scala | 3 +- .../mope/suggestion/CompletionRequest.scala | 3 +- .../thm/mope/suggestion/PrefixMatcher.scala | 3 +- .../mope/suggestion/SrcFileInspector.scala | 3 +- .../de/thm/mope/suggestion/Suggestion.scala | 3 +- .../mope/suggestion/SuggestionProvider.scala | 3 +- .../scala/de/thm/mope/suggestion/TypeOf.scala | 3 +- .../de/thm/mope/suggestion/TypeRequest.scala | 3 +- .../de/thm/mope/suggestion/package.scala | 17 ++++++++++ .../thm/mope/templates/TemplateEngine.scala | 3 +- .../thm/mope/templates/TemplateModule.scala | 17 ++++++++++ .../de/thm/mope/tree/FileSystemTree.scala | 3 +- .../thm/mope/tree/ModelicaProjectTree.scala | 3 +- .../scala/de/thm/mope/tree/TreeLike.scala | 3 +- .../scala/de/thm/mope/utils/IOUtils.scala | 3 +- .../de/thm/mope/utils/MoieExitCodes.scala | 3 +- .../de/thm/mope/utils/MonadImplicits.scala | 3 +- .../de/thm/mope/utils/ProcessUtils.scala | 3 +- .../de/thm/mope/utils/ResourceUtils.scala | 3 +- .../scala/de/thm/mope/utils/StreamUtils.scala | 3 +- .../scala/de/thm/mope/utils/ThreadUtils.scala | 3 +- .../mope/utils/actors/UnhandledReceiver.scala | 3 +- src/test/scala/de/thm/mope/ActorSpec.scala | 31 ++++++++++--------- src/test/scala/de/thm/mope/TestHelpers.scala | 31 ++++++++++--------- .../mope/compiler/CompilerFactorySpec.scala | 31 ++++++++++--------- .../de/thm/mope/compiler/MsgParserSpec.scala | 31 ++++++++++--------- .../de/thm/mope/compiler/OMCompilerSpec.scala | 31 ++++++++++--------- .../mope/declaration/JumpToProviderSpec.scala | 31 ++++++++++--------- .../mope/doc/DocumentationProviderSpec.scala | 31 ++++++++++--------- .../mope/project/ProjectDescriptionSpec.scala | 31 ++++++++++--------- .../mope/server/FileWatchingActorSpec.scala | 31 ++++++++++--------- .../mope/server/ProjectManagerActorSpec.scala | 31 ++++++++++--------- .../thm/mope/server/ProjectRegisterSpec.scala | 31 ++++++++++--------- .../thm/mope/server/ProjectsManagerSpec.scala | 31 ++++++++++--------- .../scala/de/thm/mope/server/RoutesSpec.scala | 31 ++++++++++--------- .../scala/de/thm/mope/server/package.scala | 31 ++++++++++--------- .../suggestion/SuggestionProviderSpec.scala | 31 ++++++++++--------- .../mope/templates/TemplateEngineSpec.scala | 31 ++++++++++--------- .../de/thm/mope/tree/FileSystemTreeSpec.scala | 31 ++++++++++--------- .../mope/tree/ModelicaProjectTreeSpec.scala | 31 ++++++++++--------- .../scala/de/thm/mope/tree/TreeSpec.scala | 31 ++++++++++--------- 84 files changed, 479 insertions(+), 347 deletions(-) diff --git a/src/main/scala/de/thm/mope/MoPE.scala b/src/main/scala/de/thm/mope/MoPE.scala index 16c9a2f..8a1899d 100644 --- a/src/main/scala/de/thm/mope/MoPE.scala +++ b/src/main/scala/de/thm/mope/MoPE.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope import akka.actor.ActorSystem diff --git a/src/main/scala/de/thm/mope/MopeModule.scala b/src/main/scala/de/thm/mope/MopeModule.scala index 2a7339a..c6a0dae 100644 --- a/src/main/scala/de/thm/mope/MopeModule.scala +++ b/src/main/scala/de/thm/mope/MopeModule.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope import java.util.concurrent.Executors diff --git a/src/main/scala/de/thm/mope/MopeSetup.scala b/src/main/scala/de/thm/mope/MopeSetup.scala index ef5fa77..f1e1099 100644 --- a/src/main/scala/de/thm/mope/MopeSetup.scala +++ b/src/main/scala/de/thm/mope/MopeSetup.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope import ch.qos.logback.classic.{Level, Logger} diff --git a/src/main/scala/de/thm/mope/compiler/CommonParsers.scala b/src/main/scala/de/thm/mope/compiler/CommonParsers.scala index 003c9a7..32ac84f 100644 --- a/src/main/scala/de/thm/mope/compiler/CommonParsers.scala +++ b/src/main/scala/de/thm/mope/compiler/CommonParsers.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import de.thm.mope.position.FilePosition diff --git a/src/main/scala/de/thm/mope/compiler/CompilerError.scala b/src/main/scala/de/thm/mope/compiler/CompilerError.scala index 5b7de45..21dd8a2 100644 --- a/src/main/scala/de/thm/mope/compiler/CompilerError.scala +++ b/src/main/scala/de/thm/mope/compiler/CompilerError.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import de.thm.mope.position.FilePosition diff --git a/src/main/scala/de/thm/mope/compiler/CompilerFactory.scala b/src/main/scala/de/thm/mope/compiler/CompilerFactory.scala index ab1e95b..048cc0e 100644 --- a/src/main/scala/de/thm/mope/compiler/CompilerFactory.scala +++ b/src/main/scala/de/thm/mope/compiler/CompilerFactory.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import de.thm.mope.config._ diff --git a/src/main/scala/de/thm/mope/compiler/JMCompiler.scala b/src/main/scala/de/thm/mope/compiler/JMCompiler.scala index 2a29c60..6dd9df2 100644 --- a/src/main/scala/de/thm/mope/compiler/JMCompiler.scala +++ b/src/main/scala/de/thm/mope/compiler/JMCompiler.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import java.nio.file.{Files, Path} diff --git a/src/main/scala/de/thm/mope/compiler/ModelicaCompiler.scala b/src/main/scala/de/thm/mope/compiler/ModelicaCompiler.scala index 94a27ac..b748340 100644 --- a/src/main/scala/de/thm/mope/compiler/ModelicaCompiler.scala +++ b/src/main/scala/de/thm/mope/compiler/ModelicaCompiler.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import java.nio.file.Path diff --git a/src/main/scala/de/thm/mope/compiler/MsgParser.scala b/src/main/scala/de/thm/mope/compiler/MsgParser.scala index 759c590..c41e113 100644 --- a/src/main/scala/de/thm/mope/compiler/MsgParser.scala +++ b/src/main/scala/de/thm/mope/compiler/MsgParser.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import de.thm.mope.position.FilePosition diff --git a/src/main/scala/de/thm/mope/compiler/OMCompiler.scala b/src/main/scala/de/thm/mope/compiler/OMCompiler.scala index bb96661..2421874 100644 --- a/src/main/scala/de/thm/mope/compiler/OMCompiler.scala +++ b/src/main/scala/de/thm/mope/compiler/OMCompiler.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import java.nio.file.{Files, Path, Paths} diff --git a/src/main/scala/de/thm/mope/compiler/StubCompiler.scala b/src/main/scala/de/thm/mope/compiler/StubCompiler.scala index 3a1e01a..c411dce 100644 --- a/src/main/scala/de/thm/mope/compiler/StubCompiler.scala +++ b/src/main/scala/de/thm/mope/compiler/StubCompiler.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.compiler import java.nio.file.Path diff --git a/src/main/scala/de/thm/mope/config/ApplicationMode.scala b/src/main/scala/de/thm/mope/config/ApplicationMode.scala index d45bf98..87dc3c9 100644 --- a/src/main/scala/de/thm/mope/config/ApplicationMode.scala +++ b/src/main/scala/de/thm/mope/config/ApplicationMode.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.config object ApplicationMode extends Enumeration { diff --git a/src/main/scala/de/thm/mope/config/CliConf.scala b/src/main/scala/de/thm/mope/config/CliConf.scala index 6b5f850..8bbbd09 100644 --- a/src/main/scala/de/thm/mope/config/CliConf.scala +++ b/src/main/scala/de/thm/mope/config/CliConf.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.config import com.typesafe.config.{Config, ConfigFactory} diff --git a/src/main/scala/de/thm/mope/config/ConfigProvider.scala b/src/main/scala/de/thm/mope/config/ConfigProvider.scala index c499e71..3f94f88 100644 --- a/src/main/scala/de/thm/mope/config/ConfigProvider.scala +++ b/src/main/scala/de/thm/mope/config/ConfigProvider.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.config import java.nio.file.{Files, Path} diff --git a/src/main/scala/de/thm/mope/config/ProjectConfig.scala b/src/main/scala/de/thm/mope/config/ProjectConfig.scala index f2cd80e..274b8dd 100644 --- a/src/main/scala/de/thm/mope/config/ProjectConfig.scala +++ b/src/main/scala/de/thm/mope/config/ProjectConfig.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.config import java.nio.file.{Path, Paths} diff --git a/src/main/scala/de/thm/mope/config/ServerConfig.scala b/src/main/scala/de/thm/mope/config/ServerConfig.scala index fbcf67f..866ccba 100644 --- a/src/main/scala/de/thm/mope/config/ServerConfig.scala +++ b/src/main/scala/de/thm/mope/config/ServerConfig.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.config import java.nio.charset.{Charset, StandardCharsets} diff --git a/src/main/scala/de/thm/mope/declaration/DeclarationRequest.scala b/src/main/scala/de/thm/mope/declaration/DeclarationRequest.scala index 0e44809..56e48e6 100644 --- a/src/main/scala/de/thm/mope/declaration/DeclarationRequest.scala +++ b/src/main/scala/de/thm/mope/declaration/DeclarationRequest.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.declaration import de.thm.mope.position.CursorPosition diff --git a/src/main/scala/de/thm/mope/declaration/JumpToLike.scala b/src/main/scala/de/thm/mope/declaration/JumpToLike.scala index c50c3df..9641c99 100644 --- a/src/main/scala/de/thm/mope/declaration/JumpToLike.scala +++ b/src/main/scala/de/thm/mope/declaration/JumpToLike.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.declaration trait JumpToLike { diff --git a/src/main/scala/de/thm/mope/declaration/JumpToProvider.scala b/src/main/scala/de/thm/mope/declaration/JumpToProvider.scala index a303745..9688b18 100644 --- a/src/main/scala/de/thm/mope/declaration/JumpToProvider.scala +++ b/src/main/scala/de/thm/mope/declaration/JumpToProvider.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.declaration import java.nio.file.{Path, Paths} diff --git a/src/main/scala/de/thm/mope/doc/ClassComment.scala b/src/main/scala/de/thm/mope/doc/ClassComment.scala index ad8d8c1..3365e81 100644 --- a/src/main/scala/de/thm/mope/doc/ClassComment.scala +++ b/src/main/scala/de/thm/mope/doc/ClassComment.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.doc case class ClassComment(className: String, comment: String) diff --git a/src/main/scala/de/thm/mope/doc/DocInfo.scala b/src/main/scala/de/thm/mope/doc/DocInfo.scala index 99cb32b..c587564 100644 --- a/src/main/scala/de/thm/mope/doc/DocInfo.scala +++ b/src/main/scala/de/thm/mope/doc/DocInfo.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.doc import de.thm.mope.doc.DocInfo._ diff --git a/src/main/scala/de/thm/mope/doc/DocumentationLike.scala b/src/main/scala/de/thm/mope/doc/DocumentationLike.scala index b6c8145..42e2ec9 100644 --- a/src/main/scala/de/thm/mope/doc/DocumentationLike.scala +++ b/src/main/scala/de/thm/mope/doc/DocumentationLike.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.doc trait DocumentationLike { diff --git a/src/main/scala/de/thm/mope/doc/DocumentationProvider.scala b/src/main/scala/de/thm/mope/doc/DocumentationProvider.scala index 8be0e96..6d9b1df 100644 --- a/src/main/scala/de/thm/mope/doc/DocumentationProvider.scala +++ b/src/main/scala/de/thm/mope/doc/DocumentationProvider.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.doc import akka.actor.{Actor, ActorLogging} diff --git a/src/main/scala/de/thm/mope/package.scala b/src/main/scala/de/thm/mope/package.scala index 1dc28ce..f269346 100644 --- a/src/main/scala/de/thm/mope/package.scala +++ b/src/main/scala/de/thm/mope/package.scala @@ -1,3 +1,20 @@ +/** + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm import java.nio.file.Path diff --git a/src/main/scala/de/thm/mope/position/CursorPosition.scala b/src/main/scala/de/thm/mope/position/CursorPosition.scala index a3add00..9de6d2b 100644 --- a/src/main/scala/de/thm/mope/position/CursorPosition.scala +++ b/src/main/scala/de/thm/mope/position/CursorPosition.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.position case class CursorPosition(file: String, diff --git a/src/main/scala/de/thm/mope/position/FilePath.scala b/src/main/scala/de/thm/mope/position/FilePath.scala index 2b3bb6d..44c1f38 100644 --- a/src/main/scala/de/thm/mope/position/FilePath.scala +++ b/src/main/scala/de/thm/mope/position/FilePath.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.position import java.nio.file.{Path, Paths} diff --git a/src/main/scala/de/thm/mope/position/FilePosition.scala b/src/main/scala/de/thm/mope/position/FilePosition.scala index de78583..e2561ec 100644 --- a/src/main/scala/de/thm/mope/position/FilePosition.scala +++ b/src/main/scala/de/thm/mope/position/FilePosition.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.position /** A position (2D Point) inside of a file */ diff --git a/src/main/scala/de/thm/mope/position/FileWithLine.scala b/src/main/scala/de/thm/mope/position/FileWithLine.scala index 7a8e336..8573f99 100644 --- a/src/main/scala/de/thm/mope/position/FileWithLine.scala +++ b/src/main/scala/de/thm/mope/position/FileWithLine.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.position case class FileWithLine(path: String, line: Int) diff --git a/src/main/scala/de/thm/mope/project/InternalProjectConfig.scala b/src/main/scala/de/thm/mope/project/InternalProjectConfig.scala index d796ae5..cea0128 100644 --- a/src/main/scala/de/thm/mope/project/InternalProjectConfig.scala +++ b/src/main/scala/de/thm/mope/project/InternalProjectConfig.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.project import java.util.concurrent.ExecutorService diff --git a/src/main/scala/de/thm/mope/project/ProjectDescription.scala b/src/main/scala/de/thm/mope/project/ProjectDescription.scala index 8a1373e..21e5041 100644 --- a/src/main/scala/de/thm/mope/project/ProjectDescription.scala +++ b/src/main/scala/de/thm/mope/project/ProjectDescription.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.project import java.nio.file.{Files, Paths} diff --git a/src/main/scala/de/thm/mope/server/EnsembleHandler.scala b/src/main/scala/de/thm/mope/server/EnsembleHandler.scala index eb7b416..73c0647 100644 --- a/src/main/scala/de/thm/mope/server/EnsembleHandler.scala +++ b/src/main/scala/de/thm/mope/server/EnsembleHandler.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import com.typesafe.config.Config diff --git a/src/main/scala/de/thm/mope/server/EnsembleRoutes.scala b/src/main/scala/de/thm/mope/server/EnsembleRoutes.scala index b1ae6a9..4df41ab 100644 --- a/src/main/scala/de/thm/mope/server/EnsembleRoutes.scala +++ b/src/main/scala/de/thm/mope/server/EnsembleRoutes.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import akka.http.scaladsl.model._ diff --git a/src/main/scala/de/thm/mope/server/ErrorHandling.scala b/src/main/scala/de/thm/mope/server/ErrorHandling.scala index cc29a6c..20a9894 100644 --- a/src/main/scala/de/thm/mope/server/ErrorHandling.scala +++ b/src/main/scala/de/thm/mope/server/ErrorHandling.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import java.util.NoSuchElementException diff --git a/src/main/scala/de/thm/mope/server/FileWatchingActor.scala b/src/main/scala/de/thm/mope/server/FileWatchingActor.scala index e72fa58..9e83740 100644 --- a/src/main/scala/de/thm/mope/server/FileWatchingActor.scala +++ b/src/main/scala/de/thm/mope/server/FileWatchingActor.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import java.nio.file._ diff --git a/src/main/scala/de/thm/mope/server/JsonSupport.scala b/src/main/scala/de/thm/mope/server/JsonSupport.scala index e79dfa2..f5082b1 100644 --- a/src/main/scala/de/thm/mope/server/JsonSupport.scala +++ b/src/main/scala/de/thm/mope/server/JsonSupport.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport diff --git a/src/main/scala/de/thm/mope/server/NotFoundException.scala b/src/main/scala/de/thm/mope/server/NotFoundException.scala index f5e3145..397f6b8 100644 --- a/src/main/scala/de/thm/mope/server/NotFoundException.scala +++ b/src/main/scala/de/thm/mope/server/NotFoundException.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server case class NotFoundException(msg: String) extends Exception(msg) diff --git a/src/main/scala/de/thm/mope/server/ProjectManagerActor.scala b/src/main/scala/de/thm/mope/server/ProjectManagerActor.scala index c60b538..decf17a 100644 --- a/src/main/scala/de/thm/mope/server/ProjectManagerActor.scala +++ b/src/main/scala/de/thm/mope/server/ProjectManagerActor.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import java.nio.file._ diff --git a/src/main/scala/de/thm/mope/server/ProjectRegister.scala b/src/main/scala/de/thm/mope/server/ProjectRegister.scala index fdd2ca2..08c31a3 100644 --- a/src/main/scala/de/thm/mope/server/ProjectRegister.scala +++ b/src/main/scala/de/thm/mope/server/ProjectRegister.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import akka.actor.ActorRef diff --git a/src/main/scala/de/thm/mope/server/ProjectsManagerActor.scala b/src/main/scala/de/thm/mope/server/ProjectsManagerActor.scala index bea7746..6943ecd 100644 --- a/src/main/scala/de/thm/mope/server/ProjectsManagerActor.scala +++ b/src/main/scala/de/thm/mope/server/ProjectsManagerActor.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import akka.actor.{Actor, ActorLogging, ActorRef, PoisonPill} diff --git a/src/main/scala/de/thm/mope/server/RecentFilesActor.scala b/src/main/scala/de/thm/mope/server/RecentFilesActor.scala index e25221a..4b0136e 100644 --- a/src/main/scala/de/thm/mope/server/RecentFilesActor.scala +++ b/src/main/scala/de/thm/mope/server/RecentFilesActor.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import java.nio.file.{Files, Path, Paths} diff --git a/src/main/scala/de/thm/mope/server/Routes.scala b/src/main/scala/de/thm/mope/server/Routes.scala index 1ec47db..0ac7890 100644 --- a/src/main/scala/de/thm/mope/server/Routes.scala +++ b/src/main/scala/de/thm/mope/server/Routes.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import java.nio.file.Path diff --git a/src/main/scala/de/thm/mope/server/Server.scala b/src/main/scala/de/thm/mope/server/Server.scala index 5857cb5..71bf07e 100644 --- a/src/main/scala/de/thm/mope/server/Server.scala +++ b/src/main/scala/de/thm/mope/server/Server.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import akka.actor.ActorSystem diff --git a/src/main/scala/de/thm/mope/server/ValidateConfig.scala b/src/main/scala/de/thm/mope/server/ValidateConfig.scala index 5a1beeb..4e07b39 100644 --- a/src/main/scala/de/thm/mope/server/ValidateConfig.scala +++ b/src/main/scala/de/thm/mope/server/ValidateConfig.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.server import com.typesafe.config.Config diff --git a/src/main/scala/de/thm/mope/suggestion/CompletionLike.scala b/src/main/scala/de/thm/mope/suggestion/CompletionLike.scala index c19e67f..75ad5c9 100644 --- a/src/main/scala/de/thm/mope/suggestion/CompletionLike.scala +++ b/src/main/scala/de/thm/mope/suggestion/CompletionLike.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import de.thm.mope.declaration.JumpToLike diff --git a/src/main/scala/de/thm/mope/suggestion/CompletionRequest.scala b/src/main/scala/de/thm/mope/suggestion/CompletionRequest.scala index f169254..1a75674 100644 --- a/src/main/scala/de/thm/mope/suggestion/CompletionRequest.scala +++ b/src/main/scala/de/thm/mope/suggestion/CompletionRequest.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import de.thm.mope.position.FilePosition diff --git a/src/main/scala/de/thm/mope/suggestion/PrefixMatcher.scala b/src/main/scala/de/thm/mope/suggestion/PrefixMatcher.scala index d6a8672..b807148 100644 --- a/src/main/scala/de/thm/mope/suggestion/PrefixMatcher.scala +++ b/src/main/scala/de/thm/mope/suggestion/PrefixMatcher.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import akka.stream.scaladsl.Flow diff --git a/src/main/scala/de/thm/mope/suggestion/SrcFileInspector.scala b/src/main/scala/de/thm/mope/suggestion/SrcFileInspector.scala index d457390..e9a0e86 100644 --- a/src/main/scala/de/thm/mope/suggestion/SrcFileInspector.scala +++ b/src/main/scala/de/thm/mope/suggestion/SrcFileInspector.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import java.nio.file.Path diff --git a/src/main/scala/de/thm/mope/suggestion/Suggestion.scala b/src/main/scala/de/thm/mope/suggestion/Suggestion.scala index 0956953..6b305ec 100644 --- a/src/main/scala/de/thm/mope/suggestion/Suggestion.scala +++ b/src/main/scala/de/thm/mope/suggestion/Suggestion.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import de.thm.mope.suggestion.Suggestion._ diff --git a/src/main/scala/de/thm/mope/suggestion/SuggestionProvider.scala b/src/main/scala/de/thm/mope/suggestion/SuggestionProvider.scala index e579abe..03dcd8a 100644 --- a/src/main/scala/de/thm/mope/suggestion/SuggestionProvider.scala +++ b/src/main/scala/de/thm/mope/suggestion/SuggestionProvider.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import java.nio.file.{Path, Paths} diff --git a/src/main/scala/de/thm/mope/suggestion/TypeOf.scala b/src/main/scala/de/thm/mope/suggestion/TypeOf.scala index 8793e1a..495cd09 100644 --- a/src/main/scala/de/thm/mope/suggestion/TypeOf.scala +++ b/src/main/scala/de/thm/mope/suggestion/TypeOf.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion case class TypeOf(name: String, `type`: String, comment: Option[String]) diff --git a/src/main/scala/de/thm/mope/suggestion/TypeRequest.scala b/src/main/scala/de/thm/mope/suggestion/TypeRequest.scala index c773b93..ea9d9f9 100644 --- a/src/main/scala/de/thm/mope/suggestion/TypeRequest.scala +++ b/src/main/scala/de/thm/mope/suggestion/TypeRequest.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.suggestion import de.thm.mope.position.FilePosition diff --git a/src/main/scala/de/thm/mope/suggestion/package.scala b/src/main/scala/de/thm/mope/suggestion/package.scala index 3018aaf..2817cca 100644 --- a/src/main/scala/de/thm/mope/suggestion/package.scala +++ b/src/main/scala/de/thm/mope/suggestion/package.scala @@ -1,3 +1,20 @@ +/** + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope package object suggestion { diff --git a/src/main/scala/de/thm/mope/templates/TemplateEngine.scala b/src/main/scala/de/thm/mope/templates/TemplateEngine.scala index f147068..617581d 100644 --- a/src/main/scala/de/thm/mope/templates/TemplateEngine.scala +++ b/src/main/scala/de/thm/mope/templates/TemplateEngine.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.templates import java.io.InputStream diff --git a/src/main/scala/de/thm/mope/templates/TemplateModule.scala b/src/main/scala/de/thm/mope/templates/TemplateModule.scala index f214552..9d6444d 100644 --- a/src/main/scala/de/thm/mope/templates/TemplateModule.scala +++ b/src/main/scala/de/thm/mope/templates/TemplateModule.scala @@ -1,3 +1,20 @@ +/** + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.templates import com.softwaremill.tagging._ diff --git a/src/main/scala/de/thm/mope/tree/FileSystemTree.scala b/src/main/scala/de/thm/mope/tree/FileSystemTree.scala index 44467d8..7580a8d 100644 --- a/src/main/scala/de/thm/mope/tree/FileSystemTree.scala +++ b/src/main/scala/de/thm/mope/tree/FileSystemTree.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.tree import java.nio.file._ diff --git a/src/main/scala/de/thm/mope/tree/ModelicaProjectTree.scala b/src/main/scala/de/thm/mope/tree/ModelicaProjectTree.scala index 7708c59..15499f7 100644 --- a/src/main/scala/de/thm/mope/tree/ModelicaProjectTree.scala +++ b/src/main/scala/de/thm/mope/tree/ModelicaProjectTree.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.tree import java.nio.file._ diff --git a/src/main/scala/de/thm/mope/tree/TreeLike.scala b/src/main/scala/de/thm/mope/tree/TreeLike.scala index 57b6c04..2a92687 100644 --- a/src/main/scala/de/thm/mope/tree/TreeLike.scala +++ b/src/main/scala/de/thm/mope/tree/TreeLike.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.tree import de.thm.mope.Filter diff --git a/src/main/scala/de/thm/mope/utils/IOUtils.scala b/src/main/scala/de/thm/mope/utils/IOUtils.scala index 5ed75dc..9625b32 100644 --- a/src/main/scala/de/thm/mope/utils/IOUtils.scala +++ b/src/main/scala/de/thm/mope/utils/IOUtils.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils import java.io.{BufferedReader, InputStream, InputStreamReader} diff --git a/src/main/scala/de/thm/mope/utils/MoieExitCodes.scala b/src/main/scala/de/thm/mope/utils/MoieExitCodes.scala index 85ab05a..a39717e 100644 --- a/src/main/scala/de/thm/mope/utils/MoieExitCodes.scala +++ b/src/main/scala/de/thm/mope/utils/MoieExitCodes.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils object MopeExitCodes { diff --git a/src/main/scala/de/thm/mope/utils/MonadImplicits.scala b/src/main/scala/de/thm/mope/utils/MonadImplicits.scala index 5fc5428..a92789a 100644 --- a/src/main/scala/de/thm/mope/utils/MonadImplicits.scala +++ b/src/main/scala/de/thm/mope/utils/MonadImplicits.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils import java.util.Optional diff --git a/src/main/scala/de/thm/mope/utils/ProcessUtils.scala b/src/main/scala/de/thm/mope/utils/ProcessUtils.scala index 2b1d4d7..b1c3a82 100644 --- a/src/main/scala/de/thm/mope/utils/ProcessUtils.scala +++ b/src/main/scala/de/thm/mope/utils/ProcessUtils.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils import java.io.{ByteArrayOutputStream, PrintWriter} diff --git a/src/main/scala/de/thm/mope/utils/ResourceUtils.scala b/src/main/scala/de/thm/mope/utils/ResourceUtils.scala index 248025e..d3512a4 100644 --- a/src/main/scala/de/thm/mope/utils/ResourceUtils.scala +++ b/src/main/scala/de/thm/mope/utils/ResourceUtils.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils import java.io.{Closeable, InputStream} diff --git a/src/main/scala/de/thm/mope/utils/StreamUtils.scala b/src/main/scala/de/thm/mope/utils/StreamUtils.scala index f8042e1..e2f922a 100644 --- a/src/main/scala/de/thm/mope/utils/StreamUtils.scala +++ b/src/main/scala/de/thm/mope/utils/StreamUtils.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils import akka.stream.scaladsl._ diff --git a/src/main/scala/de/thm/mope/utils/ThreadUtils.scala b/src/main/scala/de/thm/mope/utils/ThreadUtils.scala index abe8c3e..f518292 100644 --- a/src/main/scala/de/thm/mope/utils/ThreadUtils.scala +++ b/src/main/scala/de/thm/mope/utils/ThreadUtils.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils import java.util.concurrent.{Executors, ThreadFactory} diff --git a/src/main/scala/de/thm/mope/utils/actors/UnhandledReceiver.scala b/src/main/scala/de/thm/mope/utils/actors/UnhandledReceiver.scala index 775d598..9883018 100644 --- a/src/main/scala/de/thm/mope/utils/actors/UnhandledReceiver.scala +++ b/src/main/scala/de/thm/mope/utils/actors/UnhandledReceiver.scala @@ -1,5 +1,5 @@ /** - * Copyright (C) 2016 Nicola Justus + * Copyright (C) 2016,2017 Nicola Justus * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,7 @@ * along with this program. If not, see . */ + package de.thm.mope.utils.actors import akka.actor.{Actor, ActorLogging} diff --git a/src/test/scala/de/thm/mope/ActorSpec.scala b/src/test/scala/de/thm/mope/ActorSpec.scala index e3d4f8e..f8c46a7 100644 --- a/src/test/scala/de/thm/mope/ActorSpec.scala +++ b/src/test/scala/de/thm/mope/ActorSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope diff --git a/src/test/scala/de/thm/mope/TestHelpers.scala b/src/test/scala/de/thm/mope/TestHelpers.scala index 9656d73..5e3b8f2 100644 --- a/src/test/scala/de/thm/mope/TestHelpers.scala +++ b/src/test/scala/de/thm/mope/TestHelpers.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope diff --git a/src/test/scala/de/thm/mope/compiler/CompilerFactorySpec.scala b/src/test/scala/de/thm/mope/compiler/CompilerFactorySpec.scala index 263b9a3..c6791bc 100644 --- a/src/test/scala/de/thm/mope/compiler/CompilerFactorySpec.scala +++ b/src/test/scala/de/thm/mope/compiler/CompilerFactorySpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.compiler diff --git a/src/test/scala/de/thm/mope/compiler/MsgParserSpec.scala b/src/test/scala/de/thm/mope/compiler/MsgParserSpec.scala index e9360d4..c09e2f9 100644 --- a/src/test/scala/de/thm/mope/compiler/MsgParserSpec.scala +++ b/src/test/scala/de/thm/mope/compiler/MsgParserSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.compiler diff --git a/src/test/scala/de/thm/mope/compiler/OMCompilerSpec.scala b/src/test/scala/de/thm/mope/compiler/OMCompilerSpec.scala index 093e505..30a9c26 100644 --- a/src/test/scala/de/thm/mope/compiler/OMCompilerSpec.scala +++ b/src/test/scala/de/thm/mope/compiler/OMCompilerSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.compiler diff --git a/src/test/scala/de/thm/mope/declaration/JumpToProviderSpec.scala b/src/test/scala/de/thm/mope/declaration/JumpToProviderSpec.scala index f2334e1..6d58ca3 100644 --- a/src/test/scala/de/thm/mope/declaration/JumpToProviderSpec.scala +++ b/src/test/scala/de/thm/mope/declaration/JumpToProviderSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.declaration diff --git a/src/test/scala/de/thm/mope/doc/DocumentationProviderSpec.scala b/src/test/scala/de/thm/mope/doc/DocumentationProviderSpec.scala index 94fdc12..d95a5c4 100644 --- a/src/test/scala/de/thm/mope/doc/DocumentationProviderSpec.scala +++ b/src/test/scala/de/thm/mope/doc/DocumentationProviderSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.doc diff --git a/src/test/scala/de/thm/mope/project/ProjectDescriptionSpec.scala b/src/test/scala/de/thm/mope/project/ProjectDescriptionSpec.scala index 1077084..7f8b8cc 100644 --- a/src/test/scala/de/thm/mope/project/ProjectDescriptionSpec.scala +++ b/src/test/scala/de/thm/mope/project/ProjectDescriptionSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.project diff --git a/src/test/scala/de/thm/mope/server/FileWatchingActorSpec.scala b/src/test/scala/de/thm/mope/server/FileWatchingActorSpec.scala index 5048501..b4094b0 100644 --- a/src/test/scala/de/thm/mope/server/FileWatchingActorSpec.scala +++ b/src/test/scala/de/thm/mope/server/FileWatchingActorSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.server diff --git a/src/test/scala/de/thm/mope/server/ProjectManagerActorSpec.scala b/src/test/scala/de/thm/mope/server/ProjectManagerActorSpec.scala index b27d9dd..db80d97 100644 --- a/src/test/scala/de/thm/mope/server/ProjectManagerActorSpec.scala +++ b/src/test/scala/de/thm/mope/server/ProjectManagerActorSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.server diff --git a/src/test/scala/de/thm/mope/server/ProjectRegisterSpec.scala b/src/test/scala/de/thm/mope/server/ProjectRegisterSpec.scala index 38b41a7..f9fc792 100644 --- a/src/test/scala/de/thm/mope/server/ProjectRegisterSpec.scala +++ b/src/test/scala/de/thm/mope/server/ProjectRegisterSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.server diff --git a/src/test/scala/de/thm/mope/server/ProjectsManagerSpec.scala b/src/test/scala/de/thm/mope/server/ProjectsManagerSpec.scala index 09f1323..ce7c15d 100644 --- a/src/test/scala/de/thm/mope/server/ProjectsManagerSpec.scala +++ b/src/test/scala/de/thm/mope/server/ProjectsManagerSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.server diff --git a/src/test/scala/de/thm/mope/server/RoutesSpec.scala b/src/test/scala/de/thm/mope/server/RoutesSpec.scala index d6c7fb0..efce634 100644 --- a/src/test/scala/de/thm/mope/server/RoutesSpec.scala +++ b/src/test/scala/de/thm/mope/server/RoutesSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.server diff --git a/src/test/scala/de/thm/mope/server/package.scala b/src/test/scala/de/thm/mope/server/package.scala index 81a2943..1479b0d 100644 --- a/src/test/scala/de/thm/mope/server/package.scala +++ b/src/test/scala/de/thm/mope/server/package.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope diff --git a/src/test/scala/de/thm/mope/suggestion/SuggestionProviderSpec.scala b/src/test/scala/de/thm/mope/suggestion/SuggestionProviderSpec.scala index 69eedd9..c4b977b 100644 --- a/src/test/scala/de/thm/mope/suggestion/SuggestionProviderSpec.scala +++ b/src/test/scala/de/thm/mope/suggestion/SuggestionProviderSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.suggestion diff --git a/src/test/scala/de/thm/mope/templates/TemplateEngineSpec.scala b/src/test/scala/de/thm/mope/templates/TemplateEngineSpec.scala index 5231322..29c39e6 100644 --- a/src/test/scala/de/thm/mope/templates/TemplateEngineSpec.scala +++ b/src/test/scala/de/thm/mope/templates/TemplateEngineSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.templates diff --git a/src/test/scala/de/thm/mope/tree/FileSystemTreeSpec.scala b/src/test/scala/de/thm/mope/tree/FileSystemTreeSpec.scala index b4cd6ca..644c26c 100644 --- a/src/test/scala/de/thm/mope/tree/FileSystemTreeSpec.scala +++ b/src/test/scala/de/thm/mope/tree/FileSystemTreeSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.tree diff --git a/src/test/scala/de/thm/mope/tree/ModelicaProjectTreeSpec.scala b/src/test/scala/de/thm/mope/tree/ModelicaProjectTreeSpec.scala index ae3fc3a..58285d8 100644 --- a/src/test/scala/de/thm/mope/tree/ModelicaProjectTreeSpec.scala +++ b/src/test/scala/de/thm/mope/tree/ModelicaProjectTreeSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.tree import java.nio.file._ diff --git a/src/test/scala/de/thm/mope/tree/TreeSpec.scala b/src/test/scala/de/thm/mope/tree/TreeSpec.scala index 1e3edb4..01878aa 100644 --- a/src/test/scala/de/thm/mope/tree/TreeSpec.scala +++ b/src/test/scala/de/thm/mope/tree/TreeSpec.scala @@ -1,19 +1,20 @@ /** - * Copyright (C) 2016 Nicola Justus - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ + * Copyright (C) 2016,2017 Nicola Justus + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package de.thm.mope.tree