From 09872096958eb0eb97be9038a2326128f776d05e Mon Sep 17 00:00:00 2001 From: Oliver Sartun Date: Tue, 28 May 2013 16:46:03 +0200 Subject: [PATCH] Added License note --- Backbone.Undo.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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) {