Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-11-24 06:16:36 +0300
committerSteve Francia <steve.francia@gmail.com>2015-11-24 06:16:36 +0300
commitf045d7a611b5c609d44e894b3c1165ce24b67776 (patch)
treed5d969e5c0c8fa9e7b2426c4ad8888228d6039a9 /helpers
parentb00771ca14ef0b07a1eb6cf71e2511e12b02d0b0 (diff)
Change the license to Apache 2.0
Diffstat (limited to 'helpers')
-rw-r--r--helpers/content.go4
-rw-r--r--helpers/general.go4
-rw-r--r--helpers/hugo.go4
-rw-r--r--helpers/path.go4
-rw-r--r--helpers/pygments.go4
-rw-r--r--helpers/url.go4
6 files changed, 12 insertions, 12 deletions
diff --git a/helpers/content.go b/helpers/content.go
index 157fbad5c..51b748117 100644
--- a/helpers/content.go
+++ b/helpers/content.go
@@ -1,9 +1,9 @@
// Copyright © 2014 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// 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://opensource.org/licenses/Simple-2.0
+// 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,
diff --git a/helpers/general.go b/helpers/general.go
index eaf4e2d42..d7684b6a3 100644
--- a/helpers/general.go
+++ b/helpers/general.go
@@ -1,9 +1,9 @@
// Copyright © 2014 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// 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://opensource.org/licenses/Simple-2.0
+// 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,
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 2e48ff5c9..85bc5b196 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -1,9 +1,9 @@
// Copyright © 2015 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// 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://opensource.org/licenses/Simple-2.0
+// 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,
diff --git a/helpers/path.go b/helpers/path.go
index 7fb116a77..b1e91e70b 100644
--- a/helpers/path.go
+++ b/helpers/path.go
@@ -1,9 +1,9 @@
// Copyright © 2014 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// 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://opensource.org/licenses/Simple-2.0
+// 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,
diff --git a/helpers/pygments.go b/helpers/pygments.go
index 7d62fa0e7..68b4acee4 100644
--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -1,9 +1,9 @@
// Copyright © 2013-14 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// 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://opensource.org/licenses/Simple-2.0
+// 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,
diff --git a/helpers/url.go b/helpers/url.go
index 93f003be5..586c0015b 100644
--- a/helpers/url.go
+++ b/helpers/url.go
@@ -1,9 +1,9 @@
// Copyright © 2013-2015 Steve Francia <spf@spf13.com>.
//
-// Licensed under the Simple Public License, Version 2.0 (the "License");
+// 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://opensource.org/licenses/Simple-2.0
+// 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,