From ce409d3c674853daf0c49aafbc8f20bd340ce2a3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 21 Nov 2018 18:57:06 +0100 Subject: Add license --- LICENSE | 42 +++++++++++++++++++++ .../dome_key_event_source_simulator.h | 43 +++++++++++++++++++++- .../dome_key_event_source_simulator.m | 43 +++++++++++++++++++++- 3 files changed, 126 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fadeb5b --- /dev/null +++ b/LICENSE @@ -0,0 +1,42 @@ +Copyright (c) 2018 Teddy Wing + +This project is part of DomeKey. + +*Purchasing policy notice:* All users of the software are expected to +purchase a license from Teddy Wing unless they have a good reason not to +pay. Users who can't purchase a license may apply to receive one for free +at inquiry@domekey.teddywing.com. Users are free to: + +* download, build, and modify the app; +* share the modified source code; +* share the purchased or custom-built binaries (with unmodified license + and contact info), provided that the purchasing policy is explained to + all potential users. + +This software is available under a modified version of the Open Community +Indie Software License: + +Permission to use, copy, modify, and/or distribute this software for any +purpose is hereby granted, subject to the following conditions: + +* all copies retain the above copyright notice, the above purchasing + policy notice and this permission notice unmodified; + +* all copies retain the name of the software (DomeKey), the name of the + author (Teddy Wing), and contact information (including, but not limited + to, inquiry@domekey.teddywing.com, and domekey.teddywing.com URLs) + unmodified; + +* no fee is charged for distribution of the software; + +* the best effort is made to explain the purchasing policy to all users of + the software. + +THE SOFTWARE IS PROVIDED "AS IS", AND THE AUTHOR AND COPYRIGHT HOLDERS +DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO THIS SOFTWARE, +INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER +IN AN ACTION OF CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING +OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/dome_key_event_source_simulator/dome_key_event_source_simulator.h b/dome_key_event_source_simulator/dome_key_event_source_simulator.h index 77c87a0..bd8807a 100644 --- a/dome_key_event_source_simulator/dome_key_event_source_simulator.h +++ b/dome_key_event_source_simulator/dome_key_event_source_simulator.h @@ -3,7 +3,48 @@ // dome_key_event_source_simulator // // Created by tw on 10/14/18. -// Copyright © 2018 tw. All rights reserved. +// Copyright © 2018 Teddy Wing. All rights reserved. +// +// This file is part of DomeKey. +// +// *Purchasing policy notice:* All users of the software are expected to +// purchase a license from Teddy Wing unless they have a good reason not to +// pay. Users who can't purchase a license may apply to receive one for free +// at inquiry@domekey.teddywing.com. Users are free to: +// +// * download, build, and modify the app; +// * share the modified source code; +// * share the purchased or custom-built binaries (with unmodified license +// and contact info), provided that the purchasing policy is explained to +// all potential users. +// +// This software is available under a modified version of the Open Community +// Indie Software License: +// +// Permission to use, copy, modify, and/or distribute this software for any +// purpose is hereby granted, subject to the following conditions: +// +// * all copies retain the above copyright notice, the above purchasing +// policy notice and this permission notice unmodified; +// +// * all copies retain the name of the software (DomeKey), the name of the +// author (Teddy Wing), and contact information (including, but not limited +// to, inquiry@domekey.teddywing.com, and domekey.teddywing.com URLs) +// unmodified; +// +// * no fee is charged for distribution of the software; +// +// * the best effort is made to explain the purchasing policy to all users of +// the software. +// +// THE SOFTWARE IS PROVIDED "AS IS", AND THE AUTHOR AND COPYRIGHT HOLDERS +// DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO THIS SOFTWARE, +// INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +// DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER +// IN AN ACTION OF CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING +// OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // #ifndef DOME_KEY_EVENT_SOURCE_SIMULATOR_H diff --git a/dome_key_event_source_simulator/dome_key_event_source_simulator.m b/dome_key_event_source_simulator/dome_key_event_source_simulator.m index 3d809a8..0cb394c 100644 --- a/dome_key_event_source_simulator/dome_key_event_source_simulator.m +++ b/dome_key_event_source_simulator/dome_key_event_source_simulator.m @@ -3,7 +3,48 @@ // dome_key_event_source_simulator // // Created by tw on 10/14/18. -// Copyright © 2018 tw. All rights reserved. +// Copyright © 2018 Teddy Wing. All rights reserved. +// +// This file is part of DomeKey. +// +// *Purchasing policy notice:* All users of the software are expected to +// purchase a license from Teddy Wing unless they have a good reason not to +// pay. Users who can't purchase a license may apply to receive one for free +// at inquiry@domekey.teddywing.com. Users are free to: +// +// * download, build, and modify the app; +// * share the modified source code; +// * share the purchased or custom-built binaries (with unmodified license +// and contact info), provided that the purchasing policy is explained to +// all potential users. +// +// This software is available under a modified version of the Open Community +// Indie Software License: +// +// Permission to use, copy, modify, and/or distribute this software for any +// purpose is hereby granted, subject to the following conditions: +// +// * all copies retain the above copyright notice, the above purchasing +// policy notice and this permission notice unmodified; +// +// * all copies retain the name of the software (DomeKey), the name of the +// author (Teddy Wing), and contact information (including, but not limited +// to, inquiry@domekey.teddywing.com, and domekey.teddywing.com URLs) +// unmodified; +// +// * no fee is charged for distribution of the software; +// +// * the best effort is made to explain the purchasing policy to all users of +// the software. +// +// THE SOFTWARE IS PROVIDED "AS IS", AND THE AUTHOR AND COPYRIGHT HOLDERS +// DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO THIS SOFTWARE, +// INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +// DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER +// IN AN ACTION OF CONTRACT, NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING +// OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // #import "dome_key_event_source_simulator.h" -- cgit v1.2.3