URI: 
       tadd license header to ddir.go - tordam - A library for peer discovery inside the Tor network
  HTML git clone https://git.parazyd.org/tordam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7eca85f9f15beaa20754135aab516c595126ecb5
   DIR parent ae10736455de6b4c6bd821d13791b1be69d9a95a
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu,  7 Dec 2017 18:13:58 +0100
       
       add license header to ddir.go
       
       Diffstat:
         M go/ddir/ddir.go                     |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/go/ddir/ddir.go b/go/ddir/ddir.go
       t@@ -1,5 +1,7 @@
        package main
        
       +// See LICENSE file for copyright and license details.
       +
        import (
                "encoding/json"
                "log"