Skip to content

Commit

Permalink
Revert "Update ©️ headers"
Browse files Browse the repository at this point in the history
This reverts commit d5fe980.
  • Loading branch information
N. Justus committed Oct 30, 2017
1 parent d63af5d commit c878c48
Show file tree
Hide file tree
Showing 84 changed files with 388 additions and 476 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/MoPE.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope

import akka.actor.ActorSystem
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/MopeModule.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope

import java.util.concurrent.Executors
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/MopeSetup.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope

import ch.qos.logback.classic.{Level, Logger}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/CommonParsers.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import de.thm.mope.position.FilePosition
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/CompilerError.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import de.thm.mope.position.FilePosition
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/CompilerFactory.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import de.thm.mope.config._
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/JMCompiler.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import java.nio.file.{Files, Path}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/ModelicaCompiler.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import java.nio.file.Path
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/MsgParser.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import de.thm.mope.position.FilePosition
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/OMCompiler.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import java.nio.file.{Files, Path, Paths}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/compiler/StubCompiler.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.compiler

import java.nio.file.Path
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/config/ApplicationMode.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.config

object ApplicationMode extends Enumeration {
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/config/CliConf.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.config

import com.typesafe.config.{Config, ConfigFactory}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/config/ConfigProvider.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.config

import java.nio.file.{Files, Path}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/config/ProjectConfig.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.config

import java.nio.file.{Path, Paths}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/config/ServerConfig.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.config

import java.nio.charset.{Charset, StandardCharsets}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.declaration

import de.thm.mope.position.CursorPosition
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/declaration/JumpToLike.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.declaration

trait JumpToLike {
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/declaration/JumpToProvider.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.declaration

import java.nio.file.{Path, Paths}
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/doc/ClassComment.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.doc

case class ClassComment(className: String, comment: String)
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/doc/DocInfo.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.doc

import de.thm.mope.doc.DocInfo._
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/doc/DocumentationLike.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.doc

trait DocumentationLike {
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/doc/DocumentationProvider.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.doc

import akka.actor.{Actor, ActorLogging}
Expand Down
31 changes: 15 additions & 16 deletions src/main/scala/de/thm/mope/package.scala
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
*
* This program is free software: you can 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 <http://www.gnu.org/licenses/>.
*/
package de.thm

import java.nio.file.Path

import akka.actor.{ActorRef, Props}
import com.softwaremill.tagging._
import de.thm.mope.declaration.JumpToLike
import de.thm.mope.doc.DocumentationLike
import de.thm.mope.project.ProjectDescription
import de.thm.mope.suggestion.{CompletionLike, PrefixMatcher, SrcFileInspector}

package object mope {
type Filter[A] = A => Boolean
type PathFilter = Filter[Path]

import tags._

//factories
type Factory[A] = () => A
Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/de/thm/mope/position/CursorPosition.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2016,2017 Nicola Justus <[email protected]>
* Copyright (C) 2016 Nicola Justus <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -15,7 +15,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/


package de.thm.mope.position

case class CursorPosition(file: String,
Expand Down
Loading

0 comments on commit c878c48

Please sign in to comment.