diff options
Diffstat (limited to 'pkg/gate/gate.go')
-rw-r--r-- | pkg/gate/gate.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/gate/gate.go b/pkg/gate/gate.go index 47651c761..4b332a725 100644 --- a/pkg/gate/gate.go +++ b/pkg/gate/gate.go @@ -1,3 +1,7 @@ +// Copyright 2016 The Netstack Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + // Package gate provides a usage Gate synchronization primitive. package gate |