Skip to content

Commit

Permalink
Fix License & ignored list
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Jun 24, 2023
1 parent 04200d0 commit 7930831
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# temporary files
*~
.~*
*.swp
*.iml
*.tmp

test.log
*.log
nohup.out
.lmdb/
*.swp
.attach_pid*

# build related
target/
project/target
metals.sbt

# IDE related
.metals/
.bloop/
.bsp/
Expand All @@ -21,4 +20,6 @@ metals.sbt
tmp-*.gif
tmp-*.png

# application related
private-application*.conf
.lmdb/
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "fr.janalyse"
name := "code-examples-manager"
homepage := Some(new URL("https://github.com/dacr/code-examples-manager"))

licenses += "Apache 2" -> url(s"https://www.apache.org/licenses/LICENSE-2.0.txt")
licenses += "NON-AI-APACHE2" -> url(s"https://github.com/non-ai-licenses/non-ai-licenses/blob/main/NON-AI-APACHE2")

scmInfo := Some(
ScmInfo(
Expand Down

0 comments on commit 7930831

Please sign in to comment.