Browse Source

Updated licensing.

pull/40/head
Michael D. Reiley 13 years ago
parent
commit
d448125d99
  1. 34
      LICENSE
  2. 4
      templates/index.html
  3. 4
      templates/page.html
  4. 4
      templates/thread.html

34
LICENSE

@ -1,13 +1,21 @@
Copyright (c) 2010 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.
1. The above copyright notice, this permission notice, and these terms must
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES appear in all copies and modifications of this software.
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 2. This software must not be utilized in any manner that is primarily intended
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES for or directed toward commercial advantage or private monetary compensation.
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 3. Any changes to this software must be made easily publicly available in the
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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.

4
templates/index.html

@ -101,6 +101,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;">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>

4
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;">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>

4
templates/thread.html

@ -83,6 +83,6 @@
</div> </div>
</form> </form>
<a href="{return}">[Return.]</a> <a href="{return}">[Return.]</a>
<p class="unimportant" style="text-align:center;">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