Skip to content

Commit

Permalink
Apply the new Eclipse Kanto project license scheme (#13)
Browse files Browse the repository at this point in the history
[#10] Apply the new Eclipse Kanto project license scheme

Signed-off-by: Antonia Avramova <antonia.avramova@bosch.io>
  • Loading branch information
antonia-avramova authored Sep 9, 2022
1 parent 618de1b commit 667004d
Show file tree
Hide file tree
Showing 55 changed files with 165 additions and 110 deletions.
5 changes: 3 additions & 2 deletions cmd/twins/events.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 cmd/twins/launcher.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 cmd/twins/main.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 cmd/twins/settings.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 cmd/twins/settings_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
5 changes: 3 additions & 2 deletions cmd/twins/synchronizer.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 internal/commands/errors.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/feature.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/feature_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/features.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/features_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/handler.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/handler_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/it_local_messages_handling_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

//go:build integration_hub
// +build integration_hub
Expand Down
5 changes: 3 additions & 2 deletions internal/commands/properties.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/properties_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/property.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/property_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/provisioning_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/thing.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/thing_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/things_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/utils.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 commands

Expand Down
5 changes: 3 additions & 2 deletions internal/commands/utils_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 commands_test

Expand Down
5 changes: 3 additions & 2 deletions internal/jsonutil/json_field_selector.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 jsonutil

Expand Down
5 changes: 3 additions & 2 deletions internal/jsonutil/json_field_selector_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 jsonutil_test

Expand Down
5 changes: 3 additions & 2 deletions internal/jsonutil/json_subset.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 jsonutil

Expand Down
5 changes: 3 additions & 2 deletions internal/jsonutil/json_subset_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 jsonutil_test

Expand Down
5 changes: 3 additions & 2 deletions internal/model/definition_id.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 model

Expand Down
5 changes: 3 additions & 2 deletions internal/model/feature.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 model

Expand Down
Loading

0 comments on commit 667004d

Please sign in to comment.