Skip to content

Commit 143cacb

Browse files
Apply the new Eclipse Kanto project license scheme (#49)
[#46] Apply the new Eclipse Kanto project license scheme Signed-off-by: Antonia Avramova <[email protected]>
1 parent e37563d commit 143cacb

Some content is hidden

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

88 files changed

+264
-176
lines changed

cache/cache.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package cache
1314

cache/cache_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package cache_test
1314

cmd/connector/app/eventloop.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package app
1314

cmd/connector/app/eventloop_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package app
1314

cmd/connector/it_main_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
//go:build (integration && ignore) || !unit
1314
// +build integration,ignore !unit

cmd/connector/launcher.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package main
1314

cmd/connector/launcher_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package main
1314

cmd/connector/main.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package main
1314

cmd/connector/main_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package main
1314

config/connections.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config
1314

config/connections_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config_test
1314

config/it_connections_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
//go:build (integration && ignore) || !unit
1314
// +build integration,ignore !unit

config/parse_provisioning.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config
1314

config/parse_provisioning_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config_test
1314

config/settings.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config
1314

config/settings_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config
1314

config/tls_config.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config
1314

config/tls_config_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package config_test
1314

connector/config.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector
1314

connector/config_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector_test
1314

connector/connection.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector
1314

connector/connection_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector_test
1314

connector/context.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector
1314

connector/context_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector_test
1314

connector/errors.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector
1314

connector/errors_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector_test
1314

connector/it_connection_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
//go:build (integration && ignore) || !unit
1314
// +build integration,ignore !unit

connector/marshaller.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector
1314

connector/marshaller_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector_test
1314

connector/nop_store.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// This program and the accompanying materials are made available under the
77
// terms of the Eclipse Public License 2.0 which is available at
8-
// http://www.eclipse.org/legal/epl-2.0
8+
// https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
910
//
10-
// SPDX-License-Identifier: EPL-2.0
11+
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1112

1213
package connector
1314

0 commit comments

Comments
 (0)