Commit d2933a35 authored by clabby's avatar clabby

Remove authorship

parent 1adf626c
...@@ -17,8 +17,6 @@ import "../libraries/DisputeErrors.sol"; ...@@ -17,8 +17,6 @@ import "../libraries/DisputeErrors.sol";
/** /**
* @title FaultDisputeGame * @title FaultDisputeGame
* @author clabby <https://github.com/clabby>
* @author protolambda <https://github.com/protolambda>
* @notice An implementation of the `IFaultDisputeGame` interface. * @notice An implementation of the `IFaultDisputeGame` interface.
*/ */
contract FaultDisputeGame is IFaultDisputeGame, Clone { contract FaultDisputeGame is IFaultDisputeGame, Clone {
......
...@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol"; ...@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/** /**
* @title LibClock * @title LibClock
* @author clabby <https://github.com/clabby>
* @notice This library contains helper functions for working with the `Clock` type. * @notice This library contains helper functions for working with the `Clock` type.
*/ */
library LibClock { library LibClock {
......
...@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol"; ...@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/** /**
* @title Hashing * @title Hashing
* @author clabby <https://github.com/clabby>
* @notice This library contains all of the hashing utilities used in the Cannon contracts. * @notice This library contains all of the hashing utilities used in the Cannon contracts.
*/ */
library LibHashing { library LibHashing {
......
...@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol"; ...@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/** /**
* @title LibPosition * @title LibPosition
* @author clabby <https://github.com/clabby>
* @notice This library contains helper functions for working with the `Position` type. * @notice This library contains helper functions for working with the `Position` type.
*/ */
library LibPosition { 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