mirror of https://github.com/spf13/afero.git
Add missing copyright to util.go
Using "The Hugo Authors" inside Hugo is fine, since the Git history shows the origin of the code. By moving the code from Hugo to Afero (deleting the original), that history is lost -- or very hard to track.
This commit is contained in:
parent
7e073c0c70
commit
28789ef4b7
2
util.go
2
util.go
|
@ -1,6 +1,6 @@
|
|||
// Copyright ©2015 Steve Francia <spf@spf13.com>
|
||||
// Portions Copyright ©2015 The Hugo Authors
|
||||
//
|
||||
// Portions Copyright 2016-present Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
|
Loading…
Reference in New Issue