Skip to content

Commit

Permalink
spdx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Feb 22, 2021
1 parent 767d682 commit 95cc5a8
Show file tree
Hide file tree
Showing 23 changed files with 51 additions and 10 deletions.
16 changes: 8 additions & 8 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<tbody><tr>
<th>Go</th>
<th>34</th>
<th>8383</th>
<th>1356</th>
<th>378</th>
<th>8424</th>
<th>1377</th>
<th>398</th>
<th>6649</th>
<th>1376</th>
<th>331899</th>
<th>332840</th>
</tr><tr>
<th>Java</th>
<th>24</th>
Expand Down Expand Up @@ -571,11 +571,11 @@
<tfoot><tr>
<th>Total</th>
<th>168</th>
<th>25539</th>
<th>2901</th>
<th>1698</th>
<th>25580</th>
<th>2922</th>
<th>1718</th>
<th>20940</th>
<th>2325</th>
<th>1772509</th>
<th>1773450</th>
</tr></tfoot>
</table></body></html>
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Unlicense
// SPDX-License-Identifier: MIT OR Unlicense

package main

Expand Down
2 changes: 2 additions & 0 deletions processor/cocomo.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/cocomo_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/detector.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/detector_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/file.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/file_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/filereader.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/formatters.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/formatters_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/helpers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/helpers_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/processor.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/processor_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/processor_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// +build linux darwin

// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/processor_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// +build linux darwin

// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/structs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/structs_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/workers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/workers_regression_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import "testing"
Expand Down
2 changes: 2 additions & 0 deletions processor/workers_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down
2 changes: 2 additions & 0 deletions processor/workers_tokei_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Unlicense

package processor

import (
Expand Down

0 comments on commit 95cc5a8

Please sign in to comment.