summaryrefslogtreecommitdiffstats
path: root/commands/limit_others.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-11 08:31:18 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-11 09:50:19 +0200
commit73825cfc1c0b007830b24bb1947a565175b52d36 (patch)
tree0fe7b541c230da2f9dbf6890e73eea9d6e2e95b3 /commands/limit_others.go
parenta8f7fbbb10aa78f3ebac008d29d9969bb197393c (diff)
commands: Make the limit command work again
See #4598
Diffstat (limited to 'commands/limit_others.go')
-rw-r--r--commands/limit_others.go14
1 files changed, 1 insertions, 13 deletions
diff --git a/commands/limit_others.go b/commands/limit_others.go
index c757f174e..8d3e6ad70 100644
--- a/commands/limit_others.go
+++ b/commands/limit_others.go
@@ -1,4 +1,4 @@
-// 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.
@@ -12,18 +12,6 @@
// limitations under the License.
// +build !darwin
-// 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.
package commands