diff --git a/Forwarder/Forwarder/Extension.cs b/Forwarder/Forwarder/Extension.cs index 514f4e3..1fcec9f 100644 --- a/Forwarder/Forwarder/Extension.cs +++ b/Forwarder/Forwarder/Extension.cs @@ -5,6 +5,24 @@ using System.Text; using System.Threading.Tasks; +//Copyright(c) 2018 Iván Dominguez (XWolf Override) +// +//This software is provided 'as-is', without any express or implied +//warranty.In no event will the authors be held liable for any damages +//arising from the use of this software. +// +//Permission is granted to anyone to use this software for any purpose, +//including commercial applications, and to alter it and redistribute it +//freely, subject to the following restrictions: +// +//1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software.If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +//2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +//3. This notice may not be removed or altered from any source distribution. + namespace Forwarder { static class SocketExtensions diff --git a/Forwarder/Forwarder/FAbout.cs b/Forwarder/Forwarder/FAbout.cs index c37289c..3abae8e 100644 --- a/Forwarder/Forwarder/FAbout.cs +++ b/Forwarder/Forwarder/FAbout.cs @@ -9,6 +9,24 @@ using System.Threading.Tasks; using System.Windows.Forms; +//Copyright(c) 2018 Iván Dominguez (XWolf Override) +// +//This software is provided 'as-is', without any express or implied +//warranty.In no event will the authors be held liable for any damages +//arising from the use of this software. +// +//Permission is granted to anyone to use this software for any purpose, +//including commercial applications, and to alter it and redistribute it +//freely, subject to the following restrictions: +// +//1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software.If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +//2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +//3. This notice may not be removed or altered from any source distribution. + namespace Forwarder { public partial class FAbout : Form diff --git a/Forwarder/Forwarder/Form1.cs b/Forwarder/Forwarder/Form1.cs index 34e3c1b..65cf946 100644 --- a/Forwarder/Forwarder/Form1.cs +++ b/Forwarder/Forwarder/Form1.cs @@ -9,6 +9,24 @@ using System.Threading.Tasks; using System.Windows.Forms; +//Copyright(c) 2018 Iván Dominguez (XWolf Override) +// +//This software is provided 'as-is', without any express or implied +//warranty.In no event will the authors be held liable for any damages +//arising from the use of this software. +// +//Permission is granted to anyone to use this software for any purpose, +//including commercial applications, and to alter it and redistribute it +//freely, subject to the following restrictions: +// +//1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software.If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +//2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +//3. This notice may not be removed or altered from any source distribution. + namespace Forwarder { public partial class Form1 : Form diff --git a/Forwarder/Forwarder/Forwarder.cs b/Forwarder/Forwarder/Forwarder.cs index 420b8dc..eeb57ce 100644 --- a/Forwarder/Forwarder/Forwarder.cs +++ b/Forwarder/Forwarder/Forwarder.cs @@ -7,6 +7,24 @@ using System.Threading; using System.Threading.Tasks; +//Copyright(c) 2018 Iván Dominguez (XWolf Override) +// +//This software is provided 'as-is', without any express or implied +//warranty.In no event will the authors be held liable for any damages +//arising from the use of this software. +// +//Permission is granted to anyone to use this software for any purpose, +//including commercial applications, and to alter it and redistribute it +//freely, subject to the following restrictions: +// +//1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software.If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +//2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +//3. This notice may not be removed or altered from any source distribution. + namespace Forwarder { public class Forwarder diff --git a/Forwarder/Forwarder/ForwarderControl.cs b/Forwarder/Forwarder/ForwarderControl.cs index 2060483..7d8d00e 100644 --- a/Forwarder/Forwarder/ForwarderControl.cs +++ b/Forwarder/Forwarder/ForwarderControl.cs @@ -9,6 +9,24 @@ using System.Windows.Forms; using System.Net.Sockets; +//Copyright(c) 2018 Iván Dominguez (XWolf Override) +// +//This software is provided 'as-is', without any express or implied +//warranty.In no event will the authors be held liable for any damages +//arising from the use of this software. +// +//Permission is granted to anyone to use this software for any purpose, +//including commercial applications, and to alter it and redistribute it +//freely, subject to the following restrictions: +// +//1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software.If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +//2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +//3. This notice may not be removed or altered from any source distribution. + namespace Forwarder { public partial class ForwarderControl : UserControl diff --git a/Forwarder/Forwarder/Program.cs b/Forwarder/Forwarder/Program.cs index cc3f44e..1ebd7da 100644 --- a/Forwarder/Forwarder/Program.cs +++ b/Forwarder/Forwarder/Program.cs @@ -4,6 +4,24 @@ using System.Threading.Tasks; using System.Windows.Forms; +//Copyright(c) 2018 Iván Dominguez (XWolf Override) +// +//This software is provided 'as-is', without any express or implied +//warranty.In no event will the authors be held liable for any damages +//arising from the use of this software. +// +//Permission is granted to anyone to use this software for any purpose, +//including commercial applications, and to alter it and redistribute it +//freely, subject to the following restrictions: +// +//1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software.If you use this software +// in a product, an acknowledgment in the product documentation would be +// appreciated but is not required. +//2. Altered source versions must be plainly marked as such, and must not be +// misrepresented as being the original software. +//3. This notice may not be removed or altered from any source distribution. + namespace Forwarder { static class Program diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bd39872 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +Copyright (c) 2018 Iván Dominguez (XWolfOverride) + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. \ No newline at end of file