Skip to content

Commit 13c0480

Browse files
committed
*: add SPDX-License-Identifier lines
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 91e340c commit 13c0480

26 files changed

+51
-0
lines changed

doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
// Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved.
24
// Copyright (C) 2017-2024 SUSE LLC. All rights reserved.
35
// Use of this source code is governed by a BSD-style

gocompat_errors_go120.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
12
//go:build linux && go1.20
23

34
// Copyright (C) 2024 SUSE LLC. All rights reserved.

gocompat_errors_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
//go:build linux
24

35
// Copyright (C) 2024 SUSE LLC. All rights reserved.

gocompat_errors_unsupported.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
//go:build linux && !go1.20
24

35
// Copyright (C) 2024 SUSE LLC. All rights reserved.

gocompat_generics_go121.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
//go:build linux && go1.21
24

35
// Copyright (C) 2024 SUSE LLC. All rights reserved.

gocompat_generics_unsupported.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
//go:build linux && !go1.21
24

35
// Copyright (C) 2024 SUSE LLC. All rights reserved.

hack/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: MPL-2.0
3+
24
# Copyright (C) 2024-2025 Aleksa Sarai <[email protected]>
35
# Copyright (C) 2024-2025 SUSE LLC
46
#

join.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
// Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved.
24
// Copyright (C) 2017-2025 SUSE LLC. All rights reserved.
35
// Use of this source code is governed by a BSD-style

join_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
// Copyright (C) 2017-2025 SUSE LLC. All rights reserved.
24
// Use of this source code is governed by a BSD-style
35
// license that can be found in the LICENSE file.

join_windows_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
13
// Copyright (C) 2017-2025 SUSE LLC. All rights reserved.
24
// Use of this source code is governed by a BSD-style
35
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)