Commit ba2258e902535dc58fc24a3eb3d8e2b7797e51f0

Authored by Georg Hopp
1 parent 80e8650f

improve README.md

Showing 1 changed file with 30 additions and 5 deletions
1 1 # scot
2 2
3   -## abstract
  3 +A crossplatform (Win32 and Posix) toolkit C library.
4 4
5   -Some kind of general purpose C library. This is discontinued and only kept as a
6   -reference just in case I need something from it.
  5 +## Requirements
7 6
8   -## state
  7 + * Gnu C
9 8
10   -discontinued
\ No newline at end of file
  9 +## Dependencies
  10 +
  11 +A posix or windows platform... currently not everything is working
  12 +for windows and I have stopped working on this.
  13 +
  14 +## Contributing
  15 +
  16 +Just email me.
  17 +
  18 +## License
  19 +
  20 + This program is free software: you can redistribute it and/or modify
  21 + it under the terms of the GNU General Public License as published by
  22 + the Free Software Foundation, either version 3 of the License, or
  23 + (at your option) any later version.
  24 +
  25 + This program is distributed in the hope that it will be useful,
  26 + but WITHOUT ANY WARRANTY; without even the implied warranty of
  27 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  28 + GNU General Public License for more details.
  29 +
  30 + You should have received a copy of the GNU General Public License
  31 + along with this program. If not, see <http://www.gnu.org/licenses/>.
  32 +
  33 +## Author
  34 +
  35 +Georg Hopp <georg@steffers.org>
... ...
Please register or login to post a comment