Remove author lines with permission.

So that we don't get contributions that include author lines remove any
that exist currently in the code.  We need to figure out how we're going
to support attribution, probably through an AUTHORS file, but definitely
not peppering the code.
This commit is contained in:
Mike Auty
2018-12-20 09:16:35 +00:00
parent 065808c648
commit d676d29c8b
-5
View File
@@ -17,11 +17,6 @@
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
# specific language governing rights and limitations under the License.
#
"""
Created on 6 Apr 2016
@author: npetroni@volexity.com
"""
import struct
from typing import Optional, Tuple