Skip to content

Commit e46ebb3

Browse files
authored
Merge pull request #1 from swinslow/code-license
Update code license statements
2 parents a5c5d9b + b3df2e4 commit e46ebb3

File tree

405 files changed

+424
-1069
lines changed

Some content is hidden

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

405 files changed

+424
-1069
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

LICENSE-code.txt

Lines changed: 18 additions & 661 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 4 deletions

cla-backend-go/auth/auth0.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: MIT
33

44
package auth
55

cla-backend-go/auth/authorizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: MIT
33

44
package auth
55

cla-backend-go/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: MIT
33

44
package cmd
55

cla-backend-go/cmd/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: MIT
33

44
package cmd
55

cla-backend-go/cmd/server_aws_lambda.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build aws_lambda
22

33
// Copyright The Linux Foundation and each contributor to CommunityBridge.
4-
// SPDX-License-Identifier: AGPL-3.0-or-later
4+
// SPDX-License-Identifier: MIT
55

66
package cmd
77

cla-backend-go/cmd/server_standalone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build !aws_lambda
22

33
// Copyright The Linux Foundation and each contributor to CommunityBridge.
4-
// SPDX-License-Identifier: AGPL-3.0-or-later
4+
// SPDX-License-Identifier: MIT
55

66
package cmd
77

cla-backend-go/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright The Linux Foundation and each contributor to CommunityBridge.
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: MIT
33

44
package config
55

0 commit comments

Comments
 (0)