9750a3d731
Granted, this style is definitely not common, but for the short utility-functions of this program it's just the right choice. This provides great flexibility, such that in the long run, it will be possible to also share code between the OS-implementations. This also keeps the state-keeping at a minimum and makes it clearer which functions are implemented on which OS without having to jiggle around with too many files in the process.
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
ISC License
|
|
|
|
Copyright 2016-2018 Aaron Marcher <me@drkhsh.at>
|
|
|
|
Copyright 2016 Roy Freytag <rfreytag@hs-mittweida.de>
|
|
Copyright 2016 Vincent Loupmon <vincentloupmon@gmail.com>
|
|
Copyright 2016 Daniel Walter <d.walter@0x90.at>
|
|
Copyright 2016-2018 Ali H. Fardan <raiz@firemail.cc>
|
|
Copyright 2016 Jody Leonard <me@jodyleonard.com>
|
|
Copyright 2016-2017 Quentin Rameau <quinq@fifth.space>
|
|
Copyright 2016 Mike Coddington <mike@coddington.us>
|
|
Copyright 2016-2018 parazyd <parazyd@dyne.org>
|
|
Copyright 2017 Tobias Stoeckmann <tobias@stoeckmann.org>
|
|
Copyright 2017-2018 Laslo Hunhold <dev@frign.de>
|
|
Copyright 2018 Darron Anderson <darronanderson@protonmail.com>
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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.
|