Skip to content

Commit

Permalink
Updating author
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Jan 9, 2024
1 parent e10bb96 commit 70e12c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/interfaces/IEnum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity >=0.7.0 <0.9.0;

/**
* @title Enum - Collection of enums used in Safe contracts.
* @author Shebin John - @remedcu
* @author @safe-global/safe-protocol
*/
interface Enum {
enum Operation {
Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/ISafe.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Enum} from "./IEnum.sol";

/**
* @title ISafe - A multisignature wallet interface with support for confirmations using signed messages based on EIP-712.
* @author Shebin John - @remedcu
* @author @safe-global/safe-protocol
*/
interface ISafe {
/**
Expand Down

0 comments on commit 70e12c9

Please sign in to comment.