Remove @author tags (#5601)

Our files are up to a decade old, and have churned so much, that the initial author of the file no longer has much meaning.

Furthermore, this will encourage developers to post to the developer group, rather than emailing Googlers (usually me) directly.
This commit is contained in:
Neil Fraser
2021-10-15 09:50:46 -07:00
committed by GitHub
parent c929b3015b
commit 90b3f75d82
331 changed files with 0 additions and 337 deletions

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for colour blocks.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for list blocks.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for logic blocks.
* @author q.neutron@gmail.com (Quynh Neutron)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for loop blocks.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for math blocks.
* @author q.neutron@gmail.com (Quynh Neutron)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for procedure blocks.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for text blocks.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for variable blocks.
* @author fraser@google.com (Neil Fraser)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating JavaScript for dynamic variable blocks.
* @author fenichel@google.com (Rachel Fenichel)
*/
'use strict';