mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
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:
@@ -6,7 +6,6 @@
|
||||
|
||||
/**
|
||||
* @fileoverview Pitch field demo blocks.
|
||||
* @author samelh@gmail.com (Sam El-Husseini)
|
||||
*/
|
||||
|
||||
Blockly.Blocks['test_pitch_field'] = {
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
|
||||
/**
|
||||
* @fileoverview Music pitch input field. Borrowed from Blockly Games.
|
||||
* @author fraser@google.com (Neil Fraser)
|
||||
* @author samelh@google.com (Sam El-Husseini)
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
/**
|
||||
* @fileoverview Turtle field demo blocks.
|
||||
* @author bekawestberg@gmail.com (Beka Westberg)
|
||||
*/
|
||||
|
||||
Blockly.Blocks['turtle_basic'] = {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
/**
|
||||
* @fileoverview A field used to customize a turtle.
|
||||
* @author bekawestberg@gmail.com (Beka Westberg)
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user