diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-04-09 20:05:09 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-04-11 09:48:56 +0200 |
commit | 15b1e269ade91ddc6a74c552bc61b0c5e527d268 (patch) | |
tree | 261a04a264722efffaee1edbf46f5660971bfa8d /commands/limit_darwin.go | |
parent | 56a13080446283ed1cde6b69fc6f4fac85076c84 (diff) | |
download | hugo-15b1e269ade91ddc6a74c552bc61b0c5e527d268.tar.gz hugo-15b1e269ade91ddc6a74c552bc61b0c5e527d268.zip |
comands: Make the config command non-global
See #4598
Diffstat (limited to 'commands/limit_darwin.go')
-rw-r--r-- | commands/limit_darwin.go | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/commands/limit_darwin.go b/commands/limit_darwin.go index e35c24de4..bc5f42a57 100644 --- a/commands/limit_darwin.go +++ b/commands/limit_darwin.go @@ -1,17 +1,4 @@ -// Copyright 2015 The Hugo Authors. All rights reserved. -// -// 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. - -// Copyright 2015 The Hugo Authors. All rights reserved. +// Copyright 2018 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |