Skip to content

Commit

Permalink
docs: Add missing header doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricexit committed Jul 25, 2018
1 parent ba2d88f commit 97ed95d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @title Base contract for CryptoKitties. Holds all common structs, events and base variables.
* @author Axiom Zen (https://www.axiomzen.co)
* This code was taken from https://github.com/dapperlabs at
* https://github.com/dapperlabs/cryptokitties-bounty and is NOT kleros code.
*/
pragma solidity ^0.4.18;

import './ExternalInterfaces/GeneScienceInterface.sol';
Expand Down

0 comments on commit 97ed95d

Please sign in to comment.