Added license headers

This commit is contained in:
obscuren
2015-01-06 12:13:57 +01:00
parent a26aecdfdb
commit 117f66e823
20 changed files with 329 additions and 212 deletions

View File

@ -14,6 +14,10 @@
You should have received a copy of the GNU General Public License
along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @authors
* Felix Lange <felix@ethdev.com>
*/
// rlpdump is a pretty-printer for RLP data.
package main