diff --git a/dist/backbone.fwd.js b/dist/backbone.fwd.js index ecf9d2f..c3e57ae 100644 --- a/dist/backbone.fwd.js +++ b/dist/backbone.fwd.js @@ -5,7 +5,8 @@ // v0.1.0 // Copyright (C)2014 Muted Solutions, LLC. // Distributed under MIT license -// http://mutedsolutions.com +// +// https://github.com/derickbailey/backbone.fwd Backbone.fwd = function(source, options){ options = options || {}; diff --git a/dist/backbone.fwd.min.js b/dist/backbone.fwd.min.js index 965bd45..7db43a7 100644 --- a/dist/backbone.fwd.min.js +++ b/dist/backbone.fwd.min.js @@ -5,6 +5,7 @@ // v0.1.0 // Copyright (C)2014 Muted Solutions, LLC. // Distributed under MIT license -// http://mutedsolutions.com +// +// https://github.com/derickbailey/backbone.fwd Backbone.fwd=function(a,b){b=b||{},this.listenTo(a,"all",function(){var a=Array.prototype.slice.call(arguments),c=a.shift();b.prefix&&(c=b.prefix+":"+c),b.suffix&&(c=c+":"+b.suffix),a.unshift(c),this.trigger.apply(this,a)},this)}; \ No newline at end of file diff --git a/gruntfile.js b/gruntfile.js index 925c68c..755e675 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -11,7 +11,8 @@ module.exports = function(grunt){ "// v<%= pkg.version %>\n" + "// Copyright (C)<%= grunt.template.today('yyyy') %> Muted Solutions, LLC.\n" + "// Distributed under MIT license\n" + - "// http://mutedsolutions.com\n" + + "// \n" + + "// https://github.com/derickbailey/backbone.fwd\n" + "\n" },