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 Lua for colour blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for list blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for logic blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for loop blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for math blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for procedure blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for text blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

@@ -6,7 +6,6 @@
/**
* @fileoverview Generating Lua for variable blocks.
* @author rodrigoq@google.com (Rodrigo Queiro)
*/
'use strict';

View File

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