Skip to content

Commit 7930831

Browse files
committed
Fix License & ignored list
1 parent 04200d0 commit 7930831

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1+
# temporary files
12
*~
2-
.~*
3-
*.swp
4-
*.iml
5-
*.tmp
6-
7-
test.log
3+
*.log
84
nohup.out
9-
.lmdb/
5+
*.swp
6+
.attach_pid*
107

8+
# build related
119
target/
1210
project/target
1311
metals.sbt
1412

13+
# IDE related
1514
.metals/
1615
.bloop/
1716
.bsp/
@@ -21,4 +20,6 @@ metals.sbt
2120
tmp-*.gif
2221
tmp-*.png
2322

23+
# application related
2424
private-application*.conf
25+
.lmdb/

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "fr.janalyse"
22
name := "code-examples-manager"
33
homepage := Some(new URL("https://github.com/dacr/code-examples-manager"))
44

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

77
scmInfo := Some(
88
ScmInfo(

0 commit comments

Comments
 (0)