Skip to content

Commit

Permalink
updated license header
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jun 21, 2016
1 parent e830590 commit b610f86
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config.go
@@ -1,5 +1,5 @@
// Copyright 2015 Qiang Xue. All rights reserved.
// Use of this source code is governed by a BSD-style
// Copyright 2016 Qiang Xue. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

// Package config provides configuration handling for applications.
Expand Down
4 changes: 2 additions & 2 deletions config_test.go
@@ -1,5 +1,5 @@
// Copyright 2015 Qiang Xue. All rights reserved.
// Use of this source code is governed by a BSD-style
// Copyright 2016 Qiang Xue. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package config
Expand Down
4 changes: 2 additions & 2 deletions configure.go
@@ -1,5 +1,5 @@
// Copyright 2015 Qiang Xue. All rights reserved.
// Use of this source code is governed by a BSD-style
// Copyright 2016 Qiang Xue. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package config
Expand Down
4 changes: 2 additions & 2 deletions configure_test.go
@@ -1,5 +1,5 @@
// Copyright 2015 Qiang Xue. All rights reserved.
// Use of this source code is governed by a BSD-style
// Copyright 2016 Qiang Xue. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package config
Expand Down
5 changes: 3 additions & 2 deletions example_test.go
@@ -1,11 +1,12 @@
// Copyright 2015 Qiang Xue. All rights reserved.
// Use of this source code is governed by a BSD-style
// Copyright 2016 Qiang Xue. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package config_test

import (
"fmt"

"github.com/go-ozzo/ozzo-config"
)

Expand Down

0 comments on commit b610f86

Please sign in to comment.