From 64c35268d90bd8eba36c6d5d01422faa9ab3858b Mon Sep 17 00:00:00 2001 From: daarond Date: Fri, 15 May 2015 17:09:58 -0500 Subject: [PATCH] fixing name --- generators/php.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/php.js b/generators/php.js index 1002def62..e42ce1ff6 100644 --- a/generators/php.js +++ b/generators/php.js @@ -2,7 +2,7 @@ * @license * Visual Blocks Language * - * Copyright 2012 Google Inc. + * Copyright 2015 Google Inc. * https://developers.google.com/blockly/ * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,7 +20,7 @@ /** * @fileoverview Helper functions for generating PHP for blocks. - * @author fraser@google.com (Neil Fraser) + * @author daarond@gmail.com (Daaron Dwyer) */ 'use strict';