Skip to content

Commit 8ac9c2a

Browse files
committed
Added license header & copyright
Added license header & copyright. Also added fossa.
1 parent 162f622 commit 8ac9c2a

18 files changed

+151
-211
lines changed

.fossa.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
6+
# Visit https://fossa.com to learn more
7+
#
8+
# Usage: FOSSA_API_KEY=<> fossa analyze
9+
# -T <team-name> is not supported at this moment from fossa side.
10+
version: 2
11+
cli:
12+
server: https://app.fossa.com
13+
fetcher: custom
14+
project: aper
15+
analyze:
16+
modules:
17+
- name: aper
18+
type: raw
19+
target: ../aper
20+
path: ../aper

.github/workflows/go.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Go
26

37
on:

.github/workflows/golangci-lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: golangci-lint
26

37
on:

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Toolchain
26
# Goland project folder
37
.idea/

.golangci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright 2019 Communication Service/Software Laboratory, National Chiao Tung University (free5gc.org)
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# This file contains all available configuration options
26
# with their default values.
37
# options for analysis running

CHANGELOG.md

-9
This file was deleted.

LICENSE.txt

-202
This file was deleted.

0 commit comments

Comments
 (0)