Add license

[?]
Mar 21, 2023, 2:32 PM
4ZATYF22YMOHF4LBE5UG5NILGNI3YCL34B3IRQAPUGHMQI2DSYYQC

Dependencies

Change contents

  • replacement in README.md at line 44
    [3.1419][3.1419:1493](),[3.1493][2.253:727](),[2.727][3.1645:1667](),[3.1645][3.1645:1667]()
    * `h` Print arguments as a header.
    * `,` Print arguments as regular text.
    * `x` Print the provided arguments and execute them, expecting success. Pauses after the command is shown and after the command is run.
    * `f` Print the provided arguments and execute them, expecting failure. Pauses after the command is shown and after the command is run.
    * `i` Print the provided arguments and execute them in interactive mode only, ignoring exit status. Pauses after the command is shown and after the command is run.
    * `p` Pause until any key is pressed.
    * `c` Clear terminal.
    [3.1419]
    [3.1667]
    * `h`: Print arguments as a header.
    * `,`: Print arguments as regular text.
    * `x`: Print the provided arguments and execute them, expecting success. Pauses after the command is shown and after the command is run.
    * `f`: Print the provided arguments and execute them, expecting failure. Pauses after the command is shown and after the command is run.
    * `i`: Print the provided arguments and execute them in interactive mode only, ignoring exit status. Pauses after the command is shown and after the command is run.
    * `p`: Pause until any key is pressed.
    * `c`: Clear terminal.
  • edit in README.md at line 57
    [3.1814]
    ## Licensing and third party data
    * `libdemo` and the demonstrations are provided under the [MIT license](LICENSE).
    * `src/simple.c` is a slightly modified copy of https://curl.se/libcurl/c/simple.html and subject to its own license.
    * `data/weather-static` was generated from `curl wttr.in/Delft`.
  • file addition: LICENSE (----------)
    [5.2]
    MIT License
    Copyright (c) 2023 Stefan Frijters
    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
    SOFTWARE.