From 5a6df09e0aa8756e78592e2b9090daf4920fe65c Mon Sep 17 00:00:00 2001 From: Sean McArdle Date: Tue, 20 Dec 2016 23:13:26 -0800 Subject: [PATCH] Officially added Mono Options.cs to project and reflected such in the license. --- LICENSE.rtf | Bin 1368 -> 2439 bytes LICENSE.txt | 43 +++++++++++++++++++++++++++++-------------- WifiSitter/WifiSitter.csproj | 3 ++- 3 files changed, 31 insertions(+), 15 deletions(-) diff --git a/LICENSE.rtf b/LICENSE.rtf index a4d217d3d0bc48a0898979823ffcb816fd7b72cc..3b0669f557afa472fcb19eabc6067bc470160a44 100644 GIT binary patch literal 2439 zcmcImU2oeq6y0-y{)daaEG-OMcG_-9i=m1w$69UKkd>wZ^g>IN&4v~YlByR3`R_ZF zl+?+(4SQG+*w*F!IQQHS>Mqr`=%=hSqW;Ks>;B;FAkBGEcxkCBk*V#DStpRJT=%_` zle@G~rL`-GA6{CNLZ(HwVcKx((X`4$&SWrOE-je$G8fBE7r z&6HFcA?SUoc|LgiHeGAZOZQ_XD~|8_z-z?bqp&u9ovwMwHM2@nEV2z8c+~g0Ubp|| zMiq9?G>39d%ovpk z27i>RtlIL@GV9_MLUKdL7TFvvTZ^Mtb&#AhNuq=|P7g=47j~m6OPU+2Mdo~Tpp?lf zcNiXyrPzu#f-|pqFb;WTkb%S5p{>eA;l6pD)~;GfVKyDgg>${CEHsT1)&zH49z9gi za4DS!0o--2-_g}NE(*9o{Fb6R?tY`TPcs2UMWsuG1Szn|6)3ACe&v~U5{JA{QmVa6 zEmLJKT)yV4sa=9&wo>1ColjHhQdz*QDX)uA18FMT9+?dT{uOUYLu^p&L=Pz;!)j$L ziZ8(b4z2HEK2NoK*gwf6pyhm=T={W8;gS~d{Bt-8Ms(ya@qE;wt1y|&FB5`B>_^Ep z&Bx?N*YqijMjZ;iEaG6fqn^IQ41a$4NN6ocb{>F5|^~86f-!Zlf?7$A}Wlf+*=C zDr6LV#se)U{&ZT0@-KltuJH}$i|aVNm?SirPe%cS=K+xU=hL7Gg`|d4Kb&=FyF#4-x}DSV+k(G%sTb#-&hb~}tfGp$>8gRaL6J+#A2 zm5S!OrbV!xw{F;_DA9s?U5`0oB^jP+yYn1);tt+Xn4s?pCTa`X@up zu>%WLp8SSsaCx$+M4U$HZ#3U;=b#-+32>RpFSMm ad0wyoA;uHJ9!CN%6Nm2;4Rd&9`RPvu7dff` delta 258 zcmZn{zQHv?Zlb0|Y%MQWb&OU_dTL&3QDRAck%Dh=T1je3W{HBSo{6EJ5fGUg8d%rH zlx3!tXJ_W6n8cJO8^#nQ7Nx`#CmIga{%#@RjzO+^5H8Tq3;=O;P4@r* diff --git a/LICENSE.txt b/LICENSE.txt index e4027aa..9678295 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,20 +2,35 @@ The MIT License (MIT) Copyright (c) 2016 Sean McArdle -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +This application makes use of the Mono Options command line argument parser, it +is fantastic and comes highly recommended. In accordance to their licence I'd +like to thank these folks: +Authors: +Jonathan Pryor +Federico Di Gregorio +Rolf Bjarne Kvinge + +Copyright (C) 2008 Novell (http://www.novell.com) +Copyright (C) 2009 Federico Di Gregorio. +Copyright (C) 2012 Xamarin Inc (http://www.xamarin.com) + +The Options.cs source can be found here: +https://github.com/mono/mono/blob/master/mcs/class/Mono.Options/Mono.Options/Opt +ions.cs \ No newline at end of file diff --git a/WifiSitter/WifiSitter.csproj b/WifiSitter/WifiSitter.csproj index ec3b07a..d8d93a4 100644 --- a/WifiSitter/WifiSitter.csproj +++ b/WifiSitter/WifiSitter.csproj @@ -111,6 +111,7 @@ + @@ -150,7 +151,7 @@ - +