summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-12-07 19:57:01 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-12-07 19:57:01 +0100
commite445c35d6a0c7f5fc2f90f31226cd1d46e048bbc (patch)
treef041d4d1d4e4b4d2b0b944c22535876c366f834e /commands
parentf13db9328b526550b9fd1d31c4c6cf80b13fc349 (diff)
Fix copyright headers in source files
Still need to add some missing headers and an AUTHORS file. See #1646
Diffstat (limited to 'commands')
-rw-r--r--commands/benchmark.go2
-rw-r--r--commands/check.go2
-rw-r--r--commands/convert.go2
-rw-r--r--commands/hugo.go2
-rw-r--r--commands/import_jekyll.go2
-rw-r--r--commands/import_jekyll_test.go2
-rw-r--r--commands/limit_darwin.go2
-rw-r--r--commands/limit_others.go2
-rw-r--r--commands/list.go2
-rw-r--r--commands/list_config.go2
-rw-r--r--commands/new.go2
-rw-r--r--commands/server.go2
-rw-r--r--commands/undraft.go2
-rw-r--r--commands/version.go2
14 files changed, 14 insertions, 14 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index 3002297d0..4803bdc04 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/check.go b/commands/check.go
index e78145fdf..8d6350b93 100644
--- a/commands/check.go
+++ b/commands/check.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/convert.go b/commands/convert.go
index 4e5e1fb8f..9882b0069 100644
--- a/commands/convert.go
+++ b/commands/convert.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/hugo.go b/commands/hugo.go
index 3d26d8265..d170ac776 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/import_jekyll.go b/commands/import_jekyll.go
index bd72f21b0..b781d0f59 100644
--- a/commands/import_jekyll.go
+++ b/commands/import_jekyll.go
@@ -1,4 +1,4 @@
-// Copyright © 2015 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/import_jekyll_test.go b/commands/import_jekyll_test.go
index f6d8bbb45..aae645df2 100644
--- a/commands/import_jekyll_test.go
+++ b/commands/import_jekyll_test.go
@@ -1,4 +1,4 @@
-// Copyright © 2015 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/limit_darwin.go b/commands/limit_darwin.go
index 43371b898..e98f10b37 100644
--- a/commands/limit_darwin.go
+++ b/commands/limit_darwin.go
@@ -1,5 +1,5 @@
// +build darwin
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/limit_others.go b/commands/limit_others.go
index 490988cb6..9772a246f 100644
--- a/commands/limit_others.go
+++ b/commands/limit_others.go
@@ -1,5 +1,5 @@
// +build !darwin
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/list.go b/commands/list.go
index 360440c1d..207eb9f11 100644
--- a/commands/list.go
+++ b/commands/list.go
@@ -1,4 +1,4 @@
-// Copyright © 2014 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/list_config.go b/commands/list_config.go
index d4102c1c2..1b90f11ce 100644
--- a/commands/list_config.go
+++ b/commands/list_config.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/new.go b/commands/new.go
index 56584260d..39454e6c8 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -1,4 +1,4 @@
-// Copyright © 2014-2015 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/server.go b/commands/server.go
index 1ca39278b..064c846b6 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -1,4 +1,4 @@
-// Copyright © 2013-2015 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/undraft.go b/commands/undraft.go
index 891e1e195..26ebdb2c1 100644
--- a/commands/undraft.go
+++ b/commands/undraft.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.
diff --git a/commands/version.go b/commands/version.go
index 152ea1b7a..8b204328e 100644
--- a/commands/version.go
+++ b/commands/version.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// 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.