Skip to content

Commit

Permalink
Update copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Jan 1, 2020
1 parent b14fb62 commit c335c6f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion redssh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/enums.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/libssh2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/redssh.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/scp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/sftp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/tunnelling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion redssh/x11.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RedSSH
# Copyright (C) 2019 Red_M ( http://bitbucket.com/Red_M )
# Copyright (C) 2018 - 2020 Red_M ( http://bitbucket.com/Red_M )

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ ! -z $CI_SYSTEM ] && [ ${CI_SYSTEM} != "LOCAL" ]; then
ssh-add ./tests/ssh_host_key
fi

if [ -n CI_SYSTEM ] && [ ${CI_SYSTEM} == "TRAVIS" ]; then
if [ ! -z $CI_SYSTEM ] && [ ${CI_SYSTEM} == "TRAVIS" ]; then
pip${PYTHON_VERSION} install --upgrade pytest coveralls pytest-cov pytest-xdist paramiko > /dev/null
py.test --cov redssh
else
Expand Down

0 comments on commit c335c6f

Please sign in to comment.