diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
commit | f25c7815af52a751cb815709ff33abee14e130a4 (patch) | |
tree | 3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /modules/authYubiKey/lib/Auth/Source/YubiKey.php | |
parent | 417c2175dc682a487d784cca08170989089552ee (diff) | |
download | simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2 |
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'modules/authYubiKey/lib/Auth/Source/YubiKey.php')
-rw-r--r-- | modules/authYubiKey/lib/Auth/Source/YubiKey.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/authYubiKey/lib/Auth/Source/YubiKey.php b/modules/authYubiKey/lib/Auth/Source/YubiKey.php index 865ceef..f651a61 100644 --- a/modules/authYubiKey/lib/Auth/Source/YubiKey.php +++ b/modules/authYubiKey/lib/Auth/Source/YubiKey.php @@ -4,14 +4,14 @@ * Copyright (C) 2009 Andreas Åkre Solberg <andreas.solberg@uninett.no> * Copyright (C) 2009 Simon Josefsson <simon@yubico.com>. * - * This file is part of simpleSAMLphp + * This file is part of SimpleSAMLphp * - * simpleSAMLphp is free software; you can redistribute it and/or + * SimpleSAMLphp is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 of * the License, or (at your option) any later version. * - * simpleSAMLphp is distributed in the hope that it will be useful, + * SimpleSAMLphp is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. @@ -37,7 +37,7 @@ * To generate your own client id/key you will need one YubiKey, and then * go to http://yubico.com/developers/api/ * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authYubiKey_Auth_Source_YubiKey extends SimpleSAML_Auth_Source { |