Browse Source

Corrected spelling of "Tinyboard" and updated license in the README

pull/40/head
Savetheinternet 13 years ago
parent
commit
0346862645
  1. 29
      README.md
  2. 2
      templates/index.html
  3. 2
      templates/page.html
  4. 2
      templates/thread.html

29
README.md

@ -32,17 +32,24 @@ An automated installation script will be completed soon.
[r]: http://github.com/savetheinternet/Tinyboard/blob/master/README.md [r]: http://github.com/savetheinternet/Tinyboard/blob/master/README.md
## License ## License
Copyright (c) 2010-2011 by Omega Software Development Group Copyright (c) 2010-2011, Omega Software Development Group <http://omegasdg.com/>
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software is granted,
purpose with or without fee is hereby granted, provided that the above copyright provided that the following terms are obeyed.
notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 1. The above copyright notice, this permission notice, and these terms must
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF appear in all copies and modifications of this software.
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.
2. This software must not be utilized in any manner that is primarily intended
for or directed toward commercial advantage or private monetary compensation.
3. Any changes to this software must be made easily publicly available in the
form of source code.
THIS 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.

2
templates/index.html

@ -105,6 +105,6 @@
Pages: {pages: Pages: {pages:
[<a href="{pages[link]}">{pages[num]}</a>]{!%last? } [<a href="{pages[link]}">{pages[num]}</a>]{!%last? }
} }
<p class="unimportant" style="text-align:center;">TinyBoard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p> <p class="unimportant" style="text-align:center;">Tinyboard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p>
</body> </body>
</html> </html>

2
templates/page.html

@ -11,6 +11,6 @@
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div> <div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
{body} {body}
<hr/> <hr/>
<p class="unimportant" style="text-align:center;">TinyBoard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p> <p class="unimportant" style="text-align:center;">Tinyboard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p>
</body> </body>
</html> </html>

2
templates/thread.html

@ -96,6 +96,6 @@
</div> </div>
</form> </form>
<a href="{return}">[Return.]</a> <a href="{return}">[Return.]</a>
<p class="unimportant" style="text-align:center;">TinyBoard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p> <p class="unimportant" style="text-align:center;">Tinyboard Software Copyright &copy; 2010-2011 <a href="http://omegasdg.com/">OmegaSDG</a></p>
</body> </body>
</html> </html>
Loading…
Cancel
Save