summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-05-28 14:08:34 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-05-28 14:08:34 +0300
commit52e379b6ce290a12565851593ad08871e3a14f93 (patch)
tree7d307504c981ef8588e844a38c136c1583129505
parent376f4d5b23de2d4a2afaf5e45cccdbb2d095f4e2 (diff)
parent9c76ef7afa3aaaa3f0c8536cddc9d20e595dd2d4 (diff)
Merge branch 'master' into gh-pages
-rw-r--r--README.md5
-rw-r--r--lsys.js6
2 files changed, 11 insertions, 0 deletions
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;