diff options
author | Eugene Tarassov | 2020-02-08 21:38:32 +0000 |
---|---|---|
committer | Eugene Tarassov | 2020-02-08 22:11:32 +0000 |
commit | 0f649ea38f1d1408bb9641e67360df7880c8b91c (patch) | |
tree | d1b71a1ea23e346380d0ec1ced51979c0e02722b /python/src/tcf | |
parent | c6613c9d100634bb509d93cd1a418d33749a559e (diff) | |
download | org.eclipse.tcf-0f649ea38f1d1408bb9641e67360df7880c8b91c.tar.gz org.eclipse.tcf-0f649ea38f1d1408bb9641e67360df7880c8b91c.tar.xz org.eclipse.tcf-0f649ea38f1d1408bb9641e67360df7880c8b91c.zip |
Releng: update to EPL 2.0 (leave EDL 1.0 unchanged)
Diffstat (limited to 'python/src/tcf')
69 files changed, 138 insertions, 138 deletions
diff --git a/python/src/tcf/EventQueue.py b/python/src/tcf/EventQueue.py index 90b118897..4258efa1d 100644 --- a/python/src/tcf/EventQueue.py +++ b/python/src/tcf/EventQueue.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/__init__.py b/python/src/tcf/__init__.py index 7e3c32c64..0c3913182 100644 --- a/python/src/tcf/__init__.py +++ b/python/src/tcf/__init__.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/channel/AbstractChannel.py b/python/src/tcf/channel/AbstractChannel.py index 312896021..57a01734c 100644 --- a/python/src/tcf/channel/AbstractChannel.py +++ b/python/src/tcf/channel/AbstractChannel.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2015-2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/channel/ChannelProxy.py b/python/src/tcf/channel/ChannelProxy.py index ffd502456..de339ee00 100644 --- a/python/src/tcf/channel/ChannelProxy.py +++ b/python/src/tcf/channel/ChannelProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/channel/ChannelTCP.py b/python/src/tcf/channel/ChannelTCP.py index 75cc83223..db06e2d9d 100644 --- a/python/src/tcf/channel/ChannelTCP.py +++ b/python/src/tcf/channel/ChannelTCP.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/channel/Command.py b/python/src/tcf/channel/Command.py index 392a1f7e8..8d21c55a9 100644 --- a/python/src/tcf/channel/Command.py +++ b/python/src/tcf/channel/Command.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/channel/StreamChannel.py b/python/src/tcf/channel/StreamChannel.py index 1f07f5e34..7f5b69354 100644 --- a/python/src/tcf/channel/StreamChannel.py +++ b/python/src/tcf/channel/StreamChannel.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/channel/__init__.py b/python/src/tcf/channel/__init__.py index 9795da2ab..8c87e533d 100644 --- a/python/src/tcf/channel/__init__.py +++ b/python/src/tcf/channel/__init__.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/compat.py b/python/src/tcf/compat.py index 0fd2b647a..6e8c39601 100644 --- a/python/src/tcf/compat.py +++ b/python/src/tcf/compat.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2015-2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http:#www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/errors.py b/python/src/tcf/errors.py index 6cf6eb2cc..cfa4cc38f 100644 --- a/python/src/tcf/errors.py +++ b/python/src/tcf/errors.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http:#www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/peer.py b/python/src/tcf/peer.py index 89b79077b..4695034ed 100644 --- a/python/src/tcf/peer.py +++ b/python/src/tcf/peer.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/protocol.py b/python/src/tcf/protocol.py index b424b8167..fca6b8b5d 100644 --- a/python/src/tcf/protocol.py +++ b/python/src/tcf/protocol.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/__init__.py b/python/src/tcf/services/__init__.py index 6c5cf56b1..ced71f430 100644 --- a/python/src/tcf/services/__init__.py +++ b/python/src/tcf/services/__init__.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/breakpoints.py b/python/src/tcf/services/breakpoints.py index 1c0dca610..1de57fbeb 100644 --- a/python/src/tcf/services/breakpoints.py +++ b/python/src/tcf/services/breakpoints.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/contextquery.py b/python/src/tcf/services/contextquery.py index 4cb9e5acd..ee322f8b4 100644 --- a/python/src/tcf/services/contextquery.py +++ b/python/src/tcf/services/contextquery.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2012-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/contextreset.py b/python/src/tcf/services/contextreset.py index 14cea9e82..9acfeea49 100644 --- a/python/src/tcf/services/contextreset.py +++ b/python/src/tcf/services/contextreset.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2019. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # ***************************************************************************** """TCF ContextReset service interface. diff --git a/python/src/tcf/services/diagnostics.py b/python/src/tcf/services/diagnostics.py index d776ba671..499cca6ab 100644 --- a/python/src/tcf/services/diagnostics.py +++ b/python/src/tcf/services/diagnostics.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/disassembly.py b/python/src/tcf/services/disassembly.py index 1e7f03425..0e6c47ac5 100644 --- a/python/src/tcf/services/disassembly.py +++ b/python/src/tcf/services/disassembly.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/dprintf.py b/python/src/tcf/services/dprintf.py index d92db63aa..b267eb628 100644 --- a/python/src/tcf/services/dprintf.py +++ b/python/src/tcf/services/dprintf.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/expressions.py b/python/src/tcf/services/expressions.py index 2e79e8bf9..7892ca8cd 100644 --- a/python/src/tcf/services/expressions.py +++ b/python/src/tcf/services/expressions.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/filesystem.py b/python/src/tcf/services/filesystem.py index f3cc7f301..3df163d40 100644 --- a/python/src/tcf/services/filesystem.py +++ b/python/src/tcf/services/filesystem.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/linenumbers.py b/python/src/tcf/services/linenumbers.py index e32ae3dee..e25d235fa 100644 --- a/python/src/tcf/services/linenumbers.py +++ b/python/src/tcf/services/linenumbers.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/local/LocatorService.py b/python/src/tcf/services/local/LocatorService.py index 86e038e58..f141a6107 100644 --- a/python/src/tcf/services/local/LocatorService.py +++ b/python/src/tcf/services/local/LocatorService.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/local/__init__.py b/python/src/tcf/services/local/__init__.py index e1c830ba1..820a56f9c 100644 --- a/python/src/tcf/services/local/__init__.py +++ b/python/src/tcf/services/local/__init__.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/locator.py b/python/src/tcf/services/locator.py index 2b6a122a6..ef5f2c017 100644 --- a/python/src/tcf/services/locator.py +++ b/python/src/tcf/services/locator.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/memory.py b/python/src/tcf/services/memory.py index 988d7543e..c0e4de195 100644 --- a/python/src/tcf/services/memory.py +++ b/python/src/tcf/services/memory.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/memorymap.py b/python/src/tcf/services/memorymap.py index d2693787a..2c3a6bba3 100644 --- a/python/src/tcf/services/memorymap.py +++ b/python/src/tcf/services/memorymap.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/pathmap.py b/python/src/tcf/services/pathmap.py index eb0e09238..e55100f79 100644 --- a/python/src/tcf/services/pathmap.py +++ b/python/src/tcf/services/pathmap.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/processes.py b/python/src/tcf/services/processes.py index 91e788da1..f89e3d3d7 100644 --- a/python/src/tcf/services/processes.py +++ b/python/src/tcf/services/processes.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/processes_v1.py b/python/src/tcf/services/processes_v1.py index 83bfae6ae..daa8cb3e4 100644 --- a/python/src/tcf/services/processes_v1.py +++ b/python/src/tcf/services/processes_v1.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/registers.py b/python/src/tcf/services/registers.py index 99ab27c35..ab4b6b151 100644 --- a/python/src/tcf/services/registers.py +++ b/python/src/tcf/services/registers.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/BreakpointsProxy.py b/python/src/tcf/services/remote/BreakpointsProxy.py index 85016017f..e61223a03 100644 --- a/python/src/tcf/services/remote/BreakpointsProxy.py +++ b/python/src/tcf/services/remote/BreakpointsProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/ContextQueryProxy.py b/python/src/tcf/services/remote/ContextQueryProxy.py index c8a7588a6..1f448df59 100644 --- a/python/src/tcf/services/remote/ContextQueryProxy.py +++ b/python/src/tcf/services/remote/ContextQueryProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2012-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/ContextReset.py b/python/src/tcf/services/remote/ContextReset.py index 22afb1a06..456a20afb 100644 --- a/python/src/tcf/services/remote/ContextReset.py +++ b/python/src/tcf/services/remote/ContextReset.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2019. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # ***************************************************************************** from .. import contextreset diff --git a/python/src/tcf/services/remote/DPrintfProxy.py b/python/src/tcf/services/remote/DPrintfProxy.py index 057e0f433..eef0d0991 100644 --- a/python/src/tcf/services/remote/DPrintfProxy.py +++ b/python/src/tcf/services/remote/DPrintfProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/DiagnosticsProxy.py b/python/src/tcf/services/remote/DiagnosticsProxy.py index 31e506d79..4e236d787 100644 --- a/python/src/tcf/services/remote/DiagnosticsProxy.py +++ b/python/src/tcf/services/remote/DiagnosticsProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/DisassemblyProxy.py b/python/src/tcf/services/remote/DisassemblyProxy.py index 94c30af60..28e5cc049 100644 --- a/python/src/tcf/services/remote/DisassemblyProxy.py +++ b/python/src/tcf/services/remote/DisassemblyProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/ExpressionsProxy.py b/python/src/tcf/services/remote/ExpressionsProxy.py index 953fdf8ec..a11264ce4 100644 --- a/python/src/tcf/services/remote/ExpressionsProxy.py +++ b/python/src/tcf/services/remote/ExpressionsProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/FileSystemProxy.py b/python/src/tcf/services/remote/FileSystemProxy.py index 08c97cf28..efd01918f 100644 --- a/python/src/tcf/services/remote/FileSystemProxy.py +++ b/python/src/tcf/services/remote/FileSystemProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/LineNumbersProxy.py b/python/src/tcf/services/remote/LineNumbersProxy.py index 86808c6d7..5e17aa5ae 100644 --- a/python/src/tcf/services/remote/LineNumbersProxy.py +++ b/python/src/tcf/services/remote/LineNumbersProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/LocatorProxy.py b/python/src/tcf/services/remote/LocatorProxy.py index d5b5c4159..fd6a9a02a 100644 --- a/python/src/tcf/services/remote/LocatorProxy.py +++ b/python/src/tcf/services/remote/LocatorProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/MemoryMapProxy.py b/python/src/tcf/services/remote/MemoryMapProxy.py index 81fc3f72f..b72a4a3e5 100644 --- a/python/src/tcf/services/remote/MemoryMapProxy.py +++ b/python/src/tcf/services/remote/MemoryMapProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/MemoryProxy.py b/python/src/tcf/services/remote/MemoryProxy.py index 4a2f10852..d156fd575 100644 --- a/python/src/tcf/services/remote/MemoryProxy.py +++ b/python/src/tcf/services/remote/MemoryProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/PathMapProxy.py b/python/src/tcf/services/remote/PathMapProxy.py index b2717cdb3..88f27c804 100644 --- a/python/src/tcf/services/remote/PathMapProxy.py +++ b/python/src/tcf/services/remote/PathMapProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/ProcessesProxy.py b/python/src/tcf/services/remote/ProcessesProxy.py index 80bb9b215..6d4a5e2f9 100644 --- a/python/src/tcf/services/remote/ProcessesProxy.py +++ b/python/src/tcf/services/remote/ProcessesProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/ProcessesV1Proxy.py b/python/src/tcf/services/remote/ProcessesV1Proxy.py index b88431966..803cee29c 100644 --- a/python/src/tcf/services/remote/ProcessesV1Proxy.py +++ b/python/src/tcf/services/remote/ProcessesV1Proxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/RegistersProxy.py b/python/src/tcf/services/remote/RegistersProxy.py index f93ee6d64..92eccd85a 100644 --- a/python/src/tcf/services/remote/RegistersProxy.py +++ b/python/src/tcf/services/remote/RegistersProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/RunControlProxy.py b/python/src/tcf/services/remote/RunControlProxy.py index 72a5db284..7683703cb 100644 --- a/python/src/tcf/services/remote/RunControlProxy.py +++ b/python/src/tcf/services/remote/RunControlProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/StackTraceProxy.py b/python/src/tcf/services/remote/StackTraceProxy.py index 6375ecdd7..1c0be682d 100644 --- a/python/src/tcf/services/remote/StackTraceProxy.py +++ b/python/src/tcf/services/remote/StackTraceProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2015-2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/StreamsProxy.py b/python/src/tcf/services/remote/StreamsProxy.py index dbaf68e3e..8e4c3283e 100644 --- a/python/src/tcf/services/remote/StreamsProxy.py +++ b/python/src/tcf/services/remote/StreamsProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/SymbolsProxy.py b/python/src/tcf/services/remote/SymbolsProxy.py index 42757105f..10fe0e22a 100644 --- a/python/src/tcf/services/remote/SymbolsProxy.py +++ b/python/src/tcf/services/remote/SymbolsProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/SysMonitorProxy.py b/python/src/tcf/services/remote/SysMonitorProxy.py index 9e2833fd5..553ef1a89 100644 --- a/python/src/tcf/services/remote/SysMonitorProxy.py +++ b/python/src/tcf/services/remote/SysMonitorProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013 Wind River Systems, Inc. and others. # * All rights reserved. self program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies self distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/remote/TerminalsProxy.py b/python/src/tcf/services/remote/TerminalsProxy.py index 8b3fb7650..f6fd96729 100644 --- a/python/src/tcf/services/remote/TerminalsProxy.py +++ b/python/src/tcf/services/remote/TerminalsProxy.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/runcontrol.py b/python/src/tcf/services/runcontrol.py index 729a94017..0ac6c78ab 100644 --- a/python/src/tcf/services/runcontrol.py +++ b/python/src/tcf/services/runcontrol.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/stacktrace.py b/python/src/tcf/services/stacktrace.py index c8eb09829..0c8369ef4 100644 --- a/python/src/tcf/services/stacktrace.py +++ b/python/src/tcf/services/stacktrace.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2014-2015, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/streams.py b/python/src/tcf/services/streams.py index 20d27f71b..4fb77cfc4 100644 --- a/python/src/tcf/services/streams.py +++ b/python/src/tcf/services/streams.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/symbols.py b/python/src/tcf/services/symbols.py index 6b2b71782..171fc55b6 100644 --- a/python/src/tcf/services/symbols.py +++ b/python/src/tcf/services/symbols.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2014-2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/sysmonitor.py b/python/src/tcf/services/sysmonitor.py index 9ccd13462..b8d32b0f0 100644 --- a/python/src/tcf/services/sysmonitor.py +++ b/python/src/tcf/services/sysmonitor.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/services/terminals.py b/python/src/tcf/services/terminals.py index 6b410a575..38cdfbf2f 100644 --- a/python/src/tcf/services/terminals.py +++ b/python/src/tcf/services/terminals.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/shell.py b/python/src/tcf/shell.py index 4073463ab..61361e985 100644 --- a/python/src/tcf/shell.py +++ b/python/src/tcf/shell.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/tests/BasicTests.py b/python/src/tcf/tests/BasicTests.py index e4218271e..bb2ae187a 100644 --- a/python/src/tcf/tests/BasicTests.py +++ b/python/src/tcf/tests/BasicTests.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/tests/ProcessStart.py b/python/src/tcf/tests/ProcessStart.py index 511ee9a17..67fb43695 100644 --- a/python/src/tcf/tests/ProcessStart.py +++ b/python/src/tcf/tests/ProcessStart.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial implementation diff --git a/python/src/tcf/transport.py b/python/src/tcf/transport.py index e2bada707..76959d7de 100644 --- a/python/src/tcf/transport.py +++ b/python/src/tcf/transport.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/util/__init__.py b/python/src/tcf/util/__init__.py index e1c830ba1..820a56f9c 100644 --- a/python/src/tcf/util/__init__.py +++ b/python/src/tcf/util/__init__.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/util/cache.py b/python/src/tcf/util/cache.py index f8b9bbf5e..1ec00ce59 100644 --- a/python/src/tcf/util/cache.py +++ b/python/src/tcf/util/cache.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013-2014, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/util/event.py b/python/src/tcf/util/event.py index 4f77fb10a..3ebaf54b3 100644 --- a/python/src/tcf/util/event.py +++ b/python/src/tcf/util/event.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/util/logging.py b/python/src/tcf/util/logging.py index 132daa931..a06d8b8fc 100644 --- a/python/src/tcf/util/logging.py +++ b/python/src/tcf/util/logging.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/util/sync.py b/python/src/tcf/util/sync.py index e604cd2e0..be7703992 100644 --- a/python/src/tcf/util/sync.py +++ b/python/src/tcf/util/sync.py @@ -1,9 +1,9 @@ # ***************************************************************************** # * Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Wind River Systems - initial API and implementation diff --git a/python/src/tcf/util/task.py b/python/src/tcf/util/task.py index 3864cef16..4c598537c 100644 --- a/python/src/tcf/util/task.py +++ b/python/src/tcf/util/task.py @@ -1,9 +1,9 @@ # ***************************************************************************** # Copyright (c) 2011, 2013, 2016 Wind River Systems, Inc. and others. # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Wind River Systems - initial API and implementation |