-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ attic | |
resources/logback-test.xml | ||
.clj-kondo/.cache | ||
.nvd | ||
.DS_Store |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
; | ||
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
Check failure on line 1 in deps.edn GitHub Actions / antq
|
||
; Copyright © 2021 Peter Monks | ||
; | ||
; 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 | ||
; This Source Code Form is subject to the terms of the Mozilla Public | ||
; License, v. 2.0. If a copy of the MPL was not distributed with this | ||
; file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
; | ||
; 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. | ||
; | ||
; SPDX-License-Identifier: Apache-2.0 | ||
; SPDX-License-Identifier: MPL-2.0 | ||
; | ||
|
||
{:paths ["src" "resources"] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
; | ||
; Copyright © 2021 Peter Monks | ||
; | ||
; 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 | ||
; This Source Code Form is subject to the terms of the Mozilla Public | ||
; License, v. 2.0. If a copy of the MPL was not distributed with this | ||
; file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
; | ||
; 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. | ||
; | ||
; SPDX-License-Identifier: Apache-2.0 | ||
; SPDX-License-Identifier: MPL-2.0 | ||
; | ||
|
||
#_{:clj-kondo/ignore [:unresolved-namespace]} | ||
|
@@ -27,7 +19,7 @@ | |
:validate-pom true | ||
:pom {:description "A Clojure library for software license detection." | ||
:url "https://github.com/pmonks/lice-comb" | ||
:licenses [:license {:name "Apache-2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}] | ||
:licenses [:license {:name "MPL-2.0" :url "https://www.mozilla.org/en-US/MPL/2.0/"}] | ||
:developers [:developer {:id "pmonks" :name "Peter Monks" :email "[email protected]"}] | ||
:scm {:url "https://github.com/pmonks/lice-comb" :connection "scm:git:git://github.com/pmonks/lice-comb.git" :developer-connection "scm:git:ssh://[email protected]/pmonks/lice-comb.git"} | ||
:issue-management {:system "github" :url "https://github.com/pmonks/lice-comb/issues"}} | ||
|