Skip to content

Commit e024f88

Browse files
authored
Merge pull request #326 from sunya-ch/fix-license
fix: apache license identifier
2 parents c153c92 + d0c6e12 commit e024f88

File tree

111 files changed

+176
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+176
-178
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright 2022- IBM Inc. All rights reserved
3-
# SPDX-License-Identifier: Apache2.0
3+
# SPDX-License-Identifier: Apache-2.0
44
#
55
arch: amd64
66
virt: vm

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright 2022- IBM Inc. All rights reserved
3-
# SPDX-License-Identifier: Apache2.0
3+
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Build the manager binary
66
FROM golang:1.24 as builder

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright 2022- IBM Inc. All rights reserved
3-
# SPDX-License-Identifier: Apache2.0
3+
# SPDX-License-Identifier: Apache-2.0
44
#
55
include daemon/Makefile
66

api/v1/cidr_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
package v1

api/v1/config_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
package v1

api/v1/deviceclass_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
package v1

api/v1/groupversion_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
// Package v1 contains API Schema definitions for the multinic.fms.io v1 API group

api/v1/hostinterface_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
package v1

api/v1/ippool_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
package v1

api/v1/multinicnetwork_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2022- IBM Inc. All rights reserved
3-
* SPDX-License-Identifier: Apache2.0
3+
* SPDX-License-Identifier: Apache-2.0
44
*/
55

66
package v1

0 commit comments

Comments
 (0)