Skip to content

Commit

Permalink
docs(machineto): added license banner
Browse files Browse the repository at this point in the history
  • Loading branch information
itkoren committed Nov 22, 2014
1 parent 844a168 commit 3089e1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/machineto.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*!
* machineto
* https://github.com/itkoren/machineto
*
* Copyright (c) 2014 Itai Koren (@itkoren) <itkoren@gmail.com>, contributors
* Licensed under the MIT license.
*/
/**
* Create a finite state machine
* @param {String} initialState - initialization state for the state machine
Expand Down
7 changes: 7 additions & 0 deletions test/tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*!
* machineto
* https://github.com/itkoren/machineto
*
* Copyright (c) 2014 Itai Koren (@itkoren) <itkoren@gmail.com>, contributors
* Licensed under the MIT license.
*/
var machineto = require("../src/machineto");
var path = require("path");
var requirejs = require("requirejs");
Expand Down

0 comments on commit 3089e1e

Please sign in to comment.