From ba4522ee6c4323373d9913457fd6ca65182939eb Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Thu, 5 Jan 2017 16:43:21 +0200 Subject: [PATCH 1/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8d861cd..8541582 100644 --- a/README.rst +++ b/README.rst @@ -43,10 +43,10 @@ In brief, do not use it with evil intent. License -------- -Copyright (c) 2017 by `Nikolaos Kamarinakis `_ & `David Schütz `_. All rights reserved. +Copyright (c) 2017 by `Nikolaos Kamarinakis `_ & `David Schütz `_. Some rights reserved. KickThemOut is under the terms of the `MIT License `_, following all clarifications stated in the `license file `_. For more information head over to the `official project page `_. -You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com**. \ No newline at end of file +You can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com** or David at **xdavid{at}protonmail{dot}com**. From eae1da8fc203edd6312f229b3d98e71de634253c Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Tue, 10 Jan 2017 13:49:30 +0200 Subject: [PATCH 2/2] Create .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a304c84 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.6" + - "2.7" +script: + - python -c "import kickthemout; import scan; import spoof"