Skip to content

Commit

Permalink
[programs/cluido] Minor improvements to wording
Browse files Browse the repository at this point in the history
Also fixed copyright date to remove a lot of extra years. We go with just the start year, for reasons described further in #2.
  • Loading branch information
perlun committed Oct 16, 2018
1 parent 55d06d2 commit 123afcc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions programs/cluido/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,14 @@ int main(void)
console_print(&console_structure, "\
\n\
NOTE! This is an unstable prerelease of chaos. Do expect system crashes and\n\
strange behaviour. There is no need for you, as a user, to fix minor bugs and\n\
send us patches, since the bug probably already have been fixed when the patch\n\
arrives to us. If you find a serious bug though, please report to\n\
[email protected] and hopefully we can work something out. Thank\n\
you for your time and interest in the project.\n");
strange behaviour. If you find bugs, please submit an issue or if you are\n\
brave - a pull request - using our GitHub project page. You can find the link\n\
from http://www.chaosdev.io. Thank you for your time and interest in the\n\
project.\n");

console_print(&console_structure, "\
\n\
\e[1mcluido version 0.1.0, Copyright (c) 1998-2000, 2013-2017 chaos development.\n\
\e[1mcluido version 0.1.0, Copyright (c) 1999 chaos development.\n\
cluido and the rest of chaos comes with ABSOLUTELY NO WARRANTY.\n\
chaos is free software, and you are welcome to redistribute it under\n\
certain conditions; see the README.md file for details.\e[0;44m\n");
Expand Down

0 comments on commit 123afcc

Please sign in to comment.