From 9c76ef7afa3aaaa3f0c8536cddc9d20e595dd2d4 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 28 May 2012 14:07:57 +0300 Subject: updated copyright and info link --- README.md | 5 +++++ lsys.js | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 769289d..f25b79a 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,8 @@ Syntax - `<`/`>`: roll right / left - `|`: reverse vector direction - `[`/`]`: push / pop current tree state + +More +---- + +For more info and examples, check out http://yuvadm.github.com/lsys.js diff --git a/lsys.js b/lsys.js index f492f84..a458fa7 100644 --- a/lsys.js +++ b/lsys.js @@ -1,3 +1,9 @@ +/* + * LSystems.JS v0.1 + * Copyright (c) 2012, Yuval Adam + * http://yuvadm.github.com/lsys.js/LICENSE + */ + function LSystem(axiom, rules, draw_constants) { this.axiom = axiom; this.rules = rules; -- cgit v1.3.1