From ff5bdcf8bf17311d84ee35a1b569725dd12f8206 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Wed, 14 Mar 2012 15:44:42 +0100 Subject: [PATCH] remove author names --- libraries/string.lib.php | 3 --- libraries/string_mb.lib.php | 3 --- libraries/string_native.lib.php | 3 --- libraries/string_type_ctype.lib.php | 3 --- libraries/string_type_native.lib.php | 3 --- setup/lib/index.lib.php | 3 --- 6 files changed, 18 deletions(-) diff --git a/libraries/string.lib.php b/libraries/string.lib.php index 9887128969..a4b73e0ed3 100644 --- a/libraries/string.lib.php +++ b/libraries/string.lib.php @@ -3,9 +3,6 @@ /** * Specialized String Functions for phpMyAdmin * - * Copyright 2002 Robin Johnson - * http://www.orbis-terrarum.net/?l=people.robbat2 - * * Defines a set of function callbacks that have a pure C version available if * the "ctype" extension is available, but otherwise have PHP versions to use * (that are slower). diff --git a/libraries/string_mb.lib.php b/libraries/string_mb.lib.php index adb3792467..abe20fec4d 100644 --- a/libraries/string_mb.lib.php +++ b/libraries/string_mb.lib.php @@ -3,9 +3,6 @@ /** * Specialized String Functions for phpMyAdmin * - * Copyright 2002 Robin Johnson - * http://www.orbis-terrarum.net/?l=people.robbat2 - * * Defines a set of function callbacks that have a pure C version available if * the "ctype" extension is available, but otherwise have PHP versions to use * (that are slower). diff --git a/libraries/string_native.lib.php b/libraries/string_native.lib.php index 287105b34a..35d76b8c92 100644 --- a/libraries/string_native.lib.php +++ b/libraries/string_native.lib.php @@ -3,9 +3,6 @@ /** * Specialized String Functions for phpMyAdmin * - * Copyright 2002 Robin Johnson - * http://www.orbis-terrarum.net/?l=people.robbat2 - * * Defines a set of function callbacks that have a pure C version available if * the "ctype" extension is available, but otherwise have PHP versions to use * (that are slower). diff --git a/libraries/string_type_ctype.lib.php b/libraries/string_type_ctype.lib.php index 0cd89a253c..fc7d766f28 100644 --- a/libraries/string_type_ctype.lib.php +++ b/libraries/string_type_ctype.lib.php @@ -3,9 +3,6 @@ /** * Specialized String Functions for phpMyAdmin * - * Copyright 2002 Robin Johnson - * http://www.orbis-terrarum.net/?l=people.robbat2 - * * Defines a set of function callbacks that have a pure C version available if * the "ctype" extension is available, but otherwise have PHP versions to use * (that are slower). diff --git a/libraries/string_type_native.lib.php b/libraries/string_type_native.lib.php index 78f1c27cdb..c76f7b1547 100644 --- a/libraries/string_type_native.lib.php +++ b/libraries/string_type_native.lib.php @@ -3,9 +3,6 @@ /** * Specialized String Functions for phpMyAdmin * - * Copyright 2002 Robin Johnson - * http://www.orbis-terrarum.net/?l=people.robbat2 - * * Defines a set of function callbacks that have a pure C version available if * the "ctype" extension is available, but otherwise have PHP versions to use * (that are slower). diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php index 23b9305347..47edc59eb7 100644 --- a/setup/lib/index.lib.php +++ b/setup/lib/index.lib.php @@ -3,9 +3,6 @@ /** * Various checks and message functions used on index page. * - * Security checks are the idea of Aung Khant , http://yehg.net/lab - * Version check taken from the old setup script by Michal Čihař - * * @package PhpMyAdmin-Setup */