diff --git a/doc.go b/doc.go index 14385fb..f28561c 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. +// Use of this source code is governed by the MIT License that can be found in +// the LICENSE file. // Package envconfig implements decoding of environment variables based on a user // defined specification. A typical use is using environment variables for diff --git a/envconfig.go b/envconfig.go index 1111488..56966d2 100644 --- a/envconfig.go +++ b/envconfig.go @@ -1,6 +1,6 @@ // Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. +// Use of this source code is governed by the MIT License that can be found in +// the LICENSE file. package envconfig diff --git a/envconfig_test.go b/envconfig_test.go index 3f7fd16..942c183 100644 --- a/envconfig_test.go +++ b/envconfig_test.go @@ -1,6 +1,6 @@ // Copyright (c) 2013 Kelsey Hightower. All rights reserved. -// Use of this source code is governed by the Apache License, Version 2.0 -// that can be found in the LICENSE file. +// Use of this source code is governed by the MIT License that can be found in +// the LICENSE file. package envconfig