diff options
author | Matthew Holt <[email protected]> | 2017-09-22 23:56:58 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2017-09-22 23:56:58 -0600 |
commit | baf6db5b570e36ea2fee30d50f879255a5895370 (patch) | |
tree | 53d177e3543a1b7b04139c27e07692c99954576f /sigtrap.go | |
parent | e60400a92e282fded1b77ac576ab3fca9f226746 (diff) | |
download | caddy-baf6db5b570e36ea2fee30d50f879255a5895370.tar.gz caddy-baf6db5b570e36ea2fee30d50f879255a5895370.zip |
Apply Apache license to all .go source files (closes #1865)
I am not a lawyer, but according to the appendix of the license,
these boilerplate notices should be included with every source file.
Diffstat (limited to 'sigtrap.go')
-rw-r--r-- | sigtrap.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sigtrap.go b/sigtrap.go index 58d199c9e..a10cf0f09 100644 --- a/sigtrap.go +++ b/sigtrap.go @@ -1,3 +1,17 @@ +// Copyright 2015 Light Code Labs, LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package caddy import ( |