diff --git a/LICENSE-MIT b/LICENSE-MIT index b8a710f..6fc67a4 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2012 Tim Branyen, contributors. +Copyright (c) 2012 Tim Branyen, contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/grunt.js b/grunt.js index aa97cf3..faad08a 100644 --- a/grunt.js +++ b/grunt.js @@ -4,7 +4,6 @@ * * Copyright (c) 2012 Tim Branyen, contributors * Licensed under the MIT license. - * https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT */ module.exports = function(grunt) { diff --git a/tasks/jst.js b/tasks/jst.js index c2ee048..c220c9e 100644 --- a/tasks/jst.js +++ b/tasks/jst.js @@ -4,7 +4,6 @@ * * Copyright (c) 2012 Tim Branyen, contributors * Licensed under the MIT license. - * https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT */ module.exports = function(grunt) {