From 4457bd73e860b603fa02634f881f0a7b8a43b0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihai=20P=C3=A2rvu?= <4466614+mihaiparvu@users.noreply.github.com> Date: Mon, 19 Mar 2018 22:37:58 +0200 Subject: [PATCH] updated copyright (#217) --- COPYRIGHT.txt | 3 ++- src/SSHLibrary/__init__.py | 3 ++- src/SSHLibrary/abstractclient.py | 3 ++- src/SSHLibrary/client.py | 3 ++- src/SSHLibrary/config.py | 15 +++++++++++++++ src/SSHLibrary/javaclient.py | 3 ++- src/SSHLibrary/library.py | 3 ++- src/SSHLibrary/pythonclient.py | 3 ++- src/SSHLibrary/version.py | 15 +++++++++++++++ 9 files changed, 44 insertions(+), 7 deletions(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 3b898961b..381abd850 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1,4 +1,5 @@ -Copyright 2008-2013 Nokia Siemens Networks Oyj +Copyright 2008-2015 Nokia Networks +Copyright 2016- Robot Framework Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/__init__.py b/src/SSHLibrary/__init__.py index 64e3fdece..2a591a991 100644 --- a/src/SSHLibrary/__init__.py +++ b/src/SSHLibrary/__init__.py @@ -1,4 +1,5 @@ -# Copyright 2008-2013 Nokia Siemens Networks Oyj +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/abstractclient.py b/src/SSHLibrary/abstractclient.py index 31e2025df..53bb2bdbf 100644 --- a/src/SSHLibrary/abstractclient.py +++ b/src/SSHLibrary/abstractclient.py @@ -1,4 +1,5 @@ -# Copyright 2008-2013 Nokia Siemens Networks Oyj +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/client.py b/src/SSHLibrary/client.py index 284f2fef4..8fb5424d3 100644 --- a/src/SSHLibrary/client.py +++ b/src/SSHLibrary/client.py @@ -1,4 +1,5 @@ -# Copyright 2008-2013 Nokia Siemens Networks Oyj +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/config.py b/src/SSHLibrary/config.py index 992f6672f..bbd57dc0e 100644 --- a/src/SSHLibrary/config.py +++ b/src/SSHLibrary/config.py @@ -1,3 +1,18 @@ +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from robot import utils diff --git a/src/SSHLibrary/javaclient.py b/src/SSHLibrary/javaclient.py index 7aed36304..33e11b9d3 100644 --- a/src/SSHLibrary/javaclient.py +++ b/src/SSHLibrary/javaclient.py @@ -1,4 +1,5 @@ -# Copyright 2008-2013 Nokia Siemens Networks Oyj +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/library.py b/src/SSHLibrary/library.py index 29c60962c..063e6df6e 100644 --- a/src/SSHLibrary/library.py +++ b/src/SSHLibrary/library.py @@ -1,4 +1,5 @@ -# Copyright 2008-2013 Nokia Siemens Networks Oyj +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/pythonclient.py b/src/SSHLibrary/pythonclient.py index c24fd65c9..5dbbdd6ae 100644 --- a/src/SSHLibrary/pythonclient.py +++ b/src/SSHLibrary/pythonclient.py @@ -1,4 +1,5 @@ -# Copyright 2008-2013 Nokia Siemens Networks Oyj +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/SSHLibrary/version.py b/src/SSHLibrary/version.py index fef93b79f..405d91692 100644 --- a/src/SSHLibrary/version.py +++ b/src/SSHLibrary/version.py @@ -1 +1,16 @@ +# Copyright 2008-2015 Nokia Networks +# Copyright 2016- Robot Framework Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + VERSION = '2.1.4dev'