Skip to content

Commit f7ebd5d

Browse files
committed
[issue jakesgordon#30] - Missing license-required attribution
1 parent 1af9cd7 commit f7ebd5d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 Jake Gordon and contributors
1+
Copyright (c) 2012, 2013 Jake Gordon and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

state-machine.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
3+
Javascript State Machine Library - https://github.com/jakesgordon/javascript-state-machine
4+
5+
Copyright (c) 2012, 2013 Jake Gordon and contributors
6+
Released under the MIT license - https://github.com/jakesgordon/javascript-state-machine/blob/master/LICENSE
7+
8+
*/
9+
110
(function (window) {
211

312
var StateMachine = {

state-machine.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)