diff --git a/Backbone.Undo.js b/Backbone.Undo.js index d196b31..ce6d6f6 100644 --- a/Backbone.Undo.js +++ b/Backbone.Undo.js @@ -1,3 +1,12 @@ +/*! + * Backbone.Undo.js v0.1 + * + * Copyright (c)2013 Oliver Sartun + * Released under the MIT License + * + * Documentation and full license available at + * https://github.com/Bloli/Backbone.Undo.js + */ (function (win, doc, $, _, Backbone, undefined) { function apply (fn, ctx, args) {