Skip to content

Commit

Permalink
Change license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Oct 29, 2024
1 parent 7ca3159 commit 1bb521b
Show file tree
Hide file tree
Showing 116 changed files with 586 additions and 586 deletions.
10 changes: 5 additions & 5 deletions cli/cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/certcache/cert.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package certcache

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/certcache/cert_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package certcache

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/certificate.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/certificateChain.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/certificateIntermediate.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/certificateRoot.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/certificate_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/check.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/check_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/cmd.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

// Package cmd implements the MarbleRun's CLI commands.
package cmd
Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/csr.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/csr_legay.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/csr_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/install.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/install_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifest.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifestGet.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifestLog.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifestSet.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifestSignature.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifestUpdate.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifestVerify.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/manifest_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/packageInfo.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/packageInfo_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/precheck.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
10 changes: 5 additions & 5 deletions cli/internal/cmd/precheck_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Edgeless Systems GmbH.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/

package cmd

Expand Down
Loading

0 comments on commit 1bb521b

Please sign in to comment.