diff --git a/LICENSE b/LICENSE index b0989dd..6a2452a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Brandon Tilley +Copyright (c) 2013 Michelle Tilley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/bower.json b/bower.json index 4090e16..e81ae1b 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "description": "Awesome interactive globes for the web", "homepage": "http://planetaryjs.com", "authors": [ - "Brandon Tilley " + "Michelle Tilley " ], "license": "MIT", "ignore": [ diff --git a/gulpfile.js b/gulpfile.js index a63fdb9..8bec55b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -7,10 +7,10 @@ var jshint = require('gulp-jshint'); var replace = require('gulp-replace'); var metadata = require('./package.json'); -var shortHeader = "/*! Planetary.js <%= version %> | (c) 2013 Brandon Tilley | Released under MIT License */\n" +var shortHeader = "/*! Planetary.js <%= version %> | (c) 2013 Michelle Tilley | Released under MIT License */\n" var fullHeader = [ "/*! Planetary.js v<%= version %>", - " * Copyright (c) 2013 Brandon Tilley", + " * Copyright (c) 2013 Michelle Tilley", " *", " * Released under the MIT license", " * Date: <%= new Date().toISOString() %>", diff --git a/package.json b/package.json index 930830f..2e070b9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "git://github.com/BinaryMuse/planetary.js.git" }, - "author": "Brandon Tilley ", + "author": "Michelle Tilley ", "license": "MIT", "bugs": { "url": "https://github.com/BinaryMuse/planetary.js/issues" diff --git a/site/package.json b/site/package.json index c4d428b..986ba56 100644 --- a/site/package.json +++ b/site/package.json @@ -9,7 +9,7 @@ "start": "harp server", "compile": "harp compile" }, - "author": "Brandon Tilley ", + "author": "Michelle Tilley ", "license": "MIT", "private": true, "dependencies": {