From e445c35d6a0c7f5fc2f90f31226cd1d46e048bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 7 Dec 2015 19:57:01 +0100 Subject: Fix copyright headers in source files Still need to add some missing headers and an AUTHORS file. See #1646 --- commands/benchmark.go | 2 +- commands/check.go | 2 +- commands/convert.go | 2 +- commands/hugo.go | 2 +- commands/import_jekyll.go | 2 +- commands/import_jekyll_test.go | 2 +- commands/limit_darwin.go | 2 +- commands/limit_others.go | 2 +- commands/list.go | 2 +- commands/list_config.go | 2 +- commands/new.go | 2 +- commands/server.go | 2 +- commands/undraft.go | 2 +- commands/version.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'commands') 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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 . +// 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. -- cgit v1.2.3