From 04a89a6a79590a3e7c9bb936672119e6b9e70451 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Mon, 18 Nov 2019 21:26:02 -0600 Subject: [PATCH] Added license. --- LICENSE | 20 ++++++++++++++++++++ singe/main.c | 22 ++++++++++++++++++++++ singe/singe.pro | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..15d4dd6f4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +/* + * Singe 2 + * Copyright (C) 2019 Scott Duensing + * + * 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 diff --git a/singe/main.c b/singe/main.c index c7b9b26e5..c03c8dae4 100644 --- a/singe/main.c +++ b/singe/main.c @@ -1,3 +1,25 @@ +/* + * Singe 2 + * Copyright (C) 2019 Scott Duensing + * + * 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. +*/ + + #include #include diff --git a/singe/singe.pro b/singe/singe.pro index 5d0174063..bd91548ab 100644 --- a/singe/singe.pro +++ b/singe/singe.pro @@ -1,3 +1,24 @@ +# +# Singe 2 +# Copyright (C) 2019 Scott Duensing +# +# 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. +# + TEMPLATE = app CONFIG += console