From 6cce1b77f9ea5dec26099398b19d4edd39a88d4e Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.name>
Date: Thu, 27 Feb 2020 17:05:13 +0000
Subject: Add documentation, license notices, and license

---
 cmd/confgraph/main.go | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'cmd/confgraph')

diff --git a/cmd/confgraph/main.go b/cmd/confgraph/main.go
index 3ee2f95..55d2fd5 100644
--- a/cmd/confgraph/main.go
+++ b/cmd/confgraph/main.go
@@ -1,3 +1,7 @@
+// Copyright 2019 Nick White.
+// Use of this source code is governed by the GPLv3
+// license that can be found in the LICENSE file.
+
 package main
 
 import (
-- 
cgit v1.2.1-24-ge1ad