Skip to content

Commit

Permalink
Switching license to SPDX (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikazi authored Apr 5, 2022
1 parent 0fd8ed0 commit 1a0eac3
Show file tree
Hide file tree
Showing 217 changed files with 858 additions and 1,912 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-present Open Networking Foundation <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

# Binaries for programs and plugins
*.exe
*.exe~
Expand All @@ -11,3 +15,5 @@ build/tools

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

build/_output/*
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-present Open Networking Foundation <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

linters:
enable:
- gofmt
Expand Down
6 changes: 6 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: VERSION *.so *.png *.gif *.jpg go.mod go.sum *.pb.go
Copyright: 2019 Open Networking Foundation
License: Apache-2.0

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2019-present Open Networking Foundation <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0

sudo: false

language: go
Expand Down
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 1a0eac3

Please sign in to comment.