-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file headers, update sbt-headers.
- Loading branch information
Reid Spencer
committed
Mar 10, 2022
1 parent
4982202
commit 97c11be
Showing
42 changed files
with
679 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,10 @@ import org.jetbrains.sbtidea.Keys.IntelliJPlatform | |
import sbt.Keys.scalaVersion | ||
import sbtbuildinfo.BuildInfoOption.{BuildTime, ToMap} | ||
|
||
maintainer := "[email protected]" | ||
ThisBuild / maintainer := "[email protected]" | ||
ThisBuild / organizationName := "Reactific Software LLC" | ||
ThisBuild / startYear := Some(2019) | ||
ThisBuild / licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")) | ||
|
||
Global / onChangedBuildSource := ReloadOnSourceChanges | ||
(Global / excludeLintKeys) ++= | ||
|
@@ -68,7 +71,7 @@ lazy val riddl = (project in file(".")).settings(publish := {}, publishLocal := | |
) | ||
|
||
lazy val utils = project.in(file("utils")) | ||
.configure(C.withCoverage) | ||
.configure(C.withCoverage()) | ||
.settings( | ||
name := "riddl-utils", | ||
coverageExcludedPackages := "<empty>", | ||
|
@@ -77,7 +80,7 @@ lazy val utils = project.in(file("utils")) | |
|
||
lazy val language = project.in(file("language")) | ||
.enablePlugins(BuildInfoPlugin) | ||
.configure(C.withCoverage) | ||
.configure(C.withCoverage()) | ||
.settings( | ||
name := "riddl-language", | ||
buildInfoObject := "BuildInfo", | ||
|
16 changes: 16 additions & 0 deletions
16
d3-generator/src/main/scala/com/reactific/riddl/generator/d3/D3Generator.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
/* | ||
* Copyright 2019 Reactific Software LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package com.reactific.riddl.generator.d3 | ||
|
||
object D3Generator {} |
16 changes: 16 additions & 0 deletions
16
d3-generator/src/main/scala/com/reactific/riddl/generator/d3/TableOfContents.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
hugo-translator/src/main/scala/com/reactific/riddl/translator/hugo/HugoTranslator.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
hugo-translator/src/main/scala/com/reactific/riddl/translator/hugo/MarkdownWriter.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
language/src/main/scala/com/reactific/riddl/language/AST.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.