Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply the new Eclipse Kanto project license scheme #52

Merged
merged 2 commits into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions containerm/api/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package api provides the gRPC API of containerm
package api
5 changes: 3 additions & 2 deletions containerm/api/services/containers/containers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/services/containers/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package containers provides definition of the Containers gRPC service
package containers
5 changes: 3 additions & 2 deletions containerm/api/services/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package services provides the proto definitions of all gRPC services provided by containerm
package services
5 changes: 3 additions & 2 deletions containerm/api/services/sysinfo/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package sysinfo provides type definition of the SystemInfo gRPC service
package sysinfo
5 changes: 3 additions & 2 deletions containerm/api/services/sysinfo/system_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/container.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/container_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/decrypt_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/device_mapping.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package containers provides type definitions used by the Containers gRPC service
package containers
5 changes: 3 additions & 2 deletions containerm/api/types/containers/endpoint_settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/hook.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/host_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
6 changes: 3 additions & 3 deletions containerm/api/types/containers/image.proto
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

// Copyright (c) 2021 Contributors to the Eclipse Foundation
//
// See the NOTICE file(s) distributed with this work for additional
// information regarding copyright ownership.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/io_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/log_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/mount_point.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/network_settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/port_mapping.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/restart_policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/stop_options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/containers/update_options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/api/types/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package types provides type definitions used by all gRPC services provided by containerm
package types
5 changes: 3 additions & 2 deletions containerm/api/types/sysinfo/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

// Package sysinfo provides type definitions used by the SystemInfo gRPC service
package sysinfo
5 changes: 3 additions & 2 deletions containerm/api/types/sysinfo/project_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

syntax = "proto3";

Expand Down
5 changes: 3 additions & 2 deletions containerm/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

package main

Expand Down
5 changes: 3 additions & 2 deletions containerm/cli/cli_commamd_ctrs_base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

package main

Expand Down
Loading