diff --git a/README.md b/README.md index e4c2f8a..97d86a2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/game/main.coffee b/game/main.coffee index 006934a..b1b0111 100644 --- a/game/main.coffee +++ b/game/main.coffee @@ -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') diff --git a/less/main.less b/less/main.less index 9e8566c..5745cf2 100644 --- a/less/main.less +++ b/less/main.less @@ -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. */ diff --git a/less/mobile.less b/less/mobile.less index 0cfa8bd..98b7ff5 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -1,3 +1,5 @@ +/* See main.less for copyright information. */ + @media screen and (max-width: 715px) { body {