From 5911ff08caa80b971fc488dfe05ea166fa7ee006 Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Mon, 17 Sep 2012 16:03:20 -0500 Subject: [PATCH] docs --- AUTHORS | 2 +- LICENSE-MIT | 2 +- README.md | 2 +- tasks/watch.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index fed3e5e..586cd3c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -Ben Alman (http://benalman.com) +"Cowboy" Ben Alman (http://benalman.com) Kyle Robinson Young (http://dontkry.com) diff --git a/LICENSE-MIT b/LICENSE-MIT index cfb088b..dc8d8a8 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2012 Ben Alman, contributors. +Copyright (c) 2012 "Cowboy" Ben Alman, contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.md b/README.md index 50af4de..7c41cc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # grunt-contrib-watch (not released) -> Your description here (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by [Sindre Sorhus](/sindresorhus). +> Your description here (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by ["Cowboy" Ben Alman](/cowboy). ## Getting Started Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-contrib-watch` diff --git a/tasks/watch.js b/tasks/watch.js index fb852f2..851f623 100644 --- a/tasks/watch.js +++ b/tasks/watch.js @@ -2,7 +2,7 @@ * grunt-contrib-watch * http://gruntjs.com/ * - * Copyright (c) 2012 Ben Alman, contributors + * Copyright (c) 2012 "Cowboy" Ben Alman, contributors * Licensed under the MIT license. * https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT */