summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-10-21 16:55:40 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-10-21 16:55:40 +0200
commit61df9060d468ce28c40ee4a57d108763f80ec583 (patch)
tree0f6c895f013b182d2e58f7f5ef844c9c0d56d835 /application/config
parentf4a4bd8fac188ebc9cda822ffc811c218fd92b45 (diff)
fixing typo in attribution block
Diffstat (limited to 'application/config')
-rw-r--r--application/config/autoload.php2
-rw-r--r--application/config/config.php2
-rw-r--r--application/config/constants.php2
-rw-r--r--application/config/database.php2
-rw-r--r--application/config/doctypes.php2
-rw-r--r--application/config/foreign_chars.php2
-rw-r--r--application/config/hooks.php2
-rw-r--r--application/config/migration.php2
-rw-r--r--application/config/mimes.php2
-rw-r--r--application/config/profiler.php2
-rw-r--r--application/config/routes.php2
-rw-r--r--application/config/smileys.php2
-rw-r--r--application/config/user_agents.php2
13 files changed, 13 insertions, 13 deletions
diff --git a/application/config/autoload.php b/application/config/autoload.php
index 5326f1c96..a45567b22 100644
--- a/application/config/autoload.php
+++ b/application/config/autoload.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/config.php b/application/config/config.php
index de1edac54..808cc33bd 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/constants.php b/application/config/constants.php
index 0bff971bb..3b79a0363 100644
--- a/application/config/constants.php
+++ b/application/config/constants.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/database.php b/application/config/database.php
index c2761bc85..28b792f75 100644
--- a/application/config/database.php
+++ b/application/config/database.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/doctypes.php b/application/config/doctypes.php
index 9f9db93f8..48ccc053d 100644
--- a/application/config/doctypes.php
+++ b/application/config/doctypes.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/foreign_chars.php b/application/config/foreign_chars.php
index 66aeb2447..691762338 100644
--- a/application/config/foreign_chars.php
+++ b/application/config/foreign_chars.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/hooks.php b/application/config/hooks.php
index b5c253677..000ae514c 100644
--- a/application/config/hooks.php
+++ b/application/config/hooks.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/migration.php b/application/config/migration.php
index 150d414d9..187a499ec 100644
--- a/application/config/migration.php
+++ b/application/config/migration.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/mimes.php b/application/config/mimes.php
index 8d348757f..ea0192574 100644
--- a/application/config/mimes.php
+++ b/application/config/mimes.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/profiler.php b/application/config/profiler.php
index 7727283e0..b0bd2cd1f 100644
--- a/application/config/profiler.php
+++ b/application/config/profiler.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/routes.php b/application/config/routes.php
index 28cc6ca30..b7f4056a5 100644
--- a/application/config/routes.php
+++ b/application/config/routes.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/smileys.php b/application/config/smileys.php
index d444a3601..ada329aa1 100644
--- a/application/config/smileys.php
+++ b/application/config/smileys.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 393833b22..cddb01da9 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -8,7 +8,7 @@
*
* Licensed under the Academic Free License version 3.0
*
- * This source file is subject to the Open Software License (OSL 3.0) that is
+ * This source file is subject to the Academic Free License (AFL 3.0) that is
* bundled with this package in the files license_afl.txt / license_afl.rst.
* It is also available through the world wide web at this URL:
* http://opensource.org/licenses/AFL-3.0