Skip to content

Commit 5ba9ae2

Browse files
author
Antonia Trifonova
authored
Update all copyright headers in the source files (#55)
[#52] Apply the new Eclipse Kanto project license scheme Signed-off-by: Trifonova Antonia <[email protected]>
1 parent f1fb2f1 commit 5ba9ae2

29 files changed

+87
-58
lines changed

client/duration.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 client
1314

client/edge.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 client
1314

client/fileupload.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 client
1314

client/fileupload_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 client
1314

client/mode.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 client
1314

client/ring_buffer.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 client
1314

client/ring_buffer_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 client
1314

client/status_events.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 client
1314

client/status_events_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 client
1314

client/timer.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 client
1314

client/timer_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 client
1314

client/uploadable.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 client
1314

client/uploads.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 client
1314

client/uploads_azure_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 client
1314

client/uploads_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 client
1314

client/xtime.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 client
1314

flagparse/flags.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 flags
1314

flagparse/flags_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 flags_test
1314

flagparsetest/flags_testutil.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 flagstestutil
1314

logger/logger.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 logger
1314

logger/logger_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 logger
1314

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

uploaders/aws.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 uploaders
1314

uploaders/aws_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 uploaders
1314

uploaders/azure.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 uploaders
1314

uploaders/azure_sas_test_util.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 uploaders
1314

uploaders/azure_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 uploaders
1314

uploaders/common.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 uploaders
1314

uploaders/common_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 uploaders
1314

0 commit comments

Comments
 (0)