Copyright information

This commit is contained in:
Bruno Dias 2015-04-15 15:36:43 -03:00
parent b4ab62b9a4
commit 1cc537066c
4 changed files with 20 additions and 1 deletions

View File

@ -66,3 +66,8 @@ Running `gulp` will build your game in the `build/` directory. `gulp serve` will
[Less]: http://lesscss.org/
[Itch.io]: http://itch.io/
## License
Most of the code in this scaffold, Undum, and Raconteur are distributed under the MIT license, which allows you to redistribute or modify the code, even for commercial use, as long as you always package it along with a notice acknowledging the original copyright holders and this license. See LICENSE for legalese.
The example image included with this scaffold (storyteller.jpg) is from the Swiss National Library, GS-GUGE-FREUDENBERGER-C-8, and is in the public domain.

View File

@ -1,3 +1,13 @@
###
Raconteur story scaffold, copyright (c) Bruno Dias 2015.
Distributed under the MIT license. See LICENSE for information.
In a finished game file, almost all of this scaffold will have been replaced
by new content (the new game does not carry "substantial parts" of this code)
so this copyright notice may be removed and replaced with your own.
###
# Require the libraries we rely on
situation = require('raconteur')

View File

@ -1,7 +1,9 @@
/*
Raconteur template stylesheet
Adapted from the Mere Anarchy stylesheet.
Adapted from the Mere Anarchy stylesheet (Bruno Dias, 2015), which was
itself adapted from the base Undum stylesheet (Ian Millington, 2014). Distributed
under the MIT license.
*/

View File

@ -1,3 +1,5 @@
/* See main.less for copyright information. */
@media screen and (max-width: 715px) {
body {