Commit d2933a35 authored by clabby's avatar clabby

Remove authorship

parent 1adf626c
......@@ -17,8 +17,6 @@ import "../libraries/DisputeErrors.sol";
/**
* @title FaultDisputeGame
* @author clabby <https://github.com/clabby>
* @author protolambda <https://github.com/protolambda>
* @notice An implementation of the `IFaultDisputeGame` interface.
*/
contract FaultDisputeGame is IFaultDisputeGame, Clone {
......
......@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/**
* @title LibClock
* @author clabby <https://github.com/clabby>
* @notice This library contains helper functions for working with the `Clock` type.
*/
library LibClock {
......
......@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/**
* @title Hashing
* @author clabby <https://github.com/clabby>
* @notice This library contains all of the hashing utilities used in the Cannon contracts.
*/
library LibHashing {
......
......@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/**
* @title LibPosition
* @author clabby <https://github.com/clabby>
* @notice This library contains helper functions for working with the `Position` type.
*/
library LibPosition {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment