From 6392128e74ee523a8d878ccef15b4cdadbbe4dc0 Mon Sep 17 00:00:00 2001 From: Sean Murphy Date: Thu, 18 Apr 2019 14:24:17 +0200 Subject: [PATCH] Added copyright notice --- logging.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/logging.go b/logging.go index d45d2a2..9810706 100644 --- a/logging.go +++ b/logging.go @@ -1,3 +1,10 @@ +// +// A logging framework for use within the Cyclops Accounting +// and Billing framework. +// +// (C) Cyclops Labs 2019 +// + package logging import (