From d4662312b6fb4eef912551082f8276b96c189f06 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Sun, 13 Sep 2015 00:09:45 -0400 Subject: [PATCH] chihaya: add copyright header to debug.go --- debug.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debug.go b/debug.go index 9781e48..df1f81b 100644 --- a/debug.go +++ b/debug.go @@ -1,3 +1,7 @@ +// Copyright 2015 The Chihaya Authors. All rights reserved. +// Use of this source code is governed by the BSD 2-Clause license, +// which can be found in the LICENSE file. + package chihaya import (