File tree 4 files changed +18
-18
lines changed
4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* php-file-iterator
4
4
*
5
- * Copyright (c) 2009-2013, Sebastian Bergmann <sb@ sebastian-bergmann .de>.
5
+ * Copyright (c) 2009-2013, Sebastian Bergmann <sebastian@phpunit .de>.
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
35
35
* POSSIBILITY OF SUCH DAMAGE.
36
36
*
37
37
* @package File
38
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
39
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
38
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
39
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
40
40
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41
41
* @since File available since Release 1.0.0
42
42
*/
45
45
* FilterIterator implementation that filters files based on prefix(es) and/or
46
46
* suffix(es). Hidden files and files from hidden directories are also filtered.
47
47
*
48
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
49
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
48
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
49
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
50
50
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
51
51
* @version Release: @package_version@
52
52
* @link http://github.com/sebastianbergmann/php-file-iterator/tree
Original file line number Diff line number Diff line change 2
2
/**
3
3
* php-file-iterator
4
4
*
5
- * Copyright (c) 2009-2013, Sebastian Bergmann <sb@ sebastian-bergmann .de>.
5
+ * Copyright (c) 2009-2013, Sebastian Bergmann <sebastian@phpunit .de>.
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
35
35
* POSSIBILITY OF SUCH DAMAGE.
36
36
*
37
37
* @package File
38
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
39
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
38
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
39
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
40
40
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41
41
* @since File available since Release 1.3.0
42
42
*/
Original file line number Diff line number Diff line change 2
2
/**
3
3
* php-file-iterator
4
4
*
5
- * Copyright (c) 2009-2013, Sebastian Bergmann <sb@ sebastian-bergmann .de>.
5
+ * Copyright (c) 2009-2013, Sebastian Bergmann <sebastian@phpunit .de>.
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
35
35
* POSSIBILITY OF SUCH DAMAGE.
36
36
*
37
37
* @package File
38
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
39
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
38
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
39
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
40
40
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41
41
* @since File available since Release 1.3.0
42
42
*/
47
47
* RecursiveDirectoryIterator for each given path. The list of unique
48
48
* files is returned as an array.
49
49
*
50
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
51
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
50
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
51
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
52
52
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
53
53
* @version Release: @package_version@
54
54
* @link http://github.com/sebastianbergmann/php-file-iterator/tree
Original file line number Diff line number Diff line change 2
2
/**
3
3
* php-file-iterator
4
4
*
5
- * Copyright (c) 2009-2013, Sebastian Bergmann <sb@ sebastian-bergmann .de>.
5
+ * Copyright (c) 2009-2013, Sebastian Bergmann <sebastian@phpunit .de>.
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
35
35
* POSSIBILITY OF SUCH DAMAGE.
36
36
*
37
37
* @package File
38
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
39
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
38
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
39
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
40
40
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41
41
* @since File available since Release 1.1.0
42
42
*/
46
46
* an AppendIterator that contains an RecursiveDirectoryIterator for each given
47
47
* path.
48
48
*
49
- * @author Sebastian Bergmann <sb@ sebastian-bergmann .de>
50
- * @copyright 2009-2013 Sebastian Bergmann <sb@ sebastian-bergmann .de>
49
+ * @author Sebastian Bergmann <sebastian@phpunit .de>
50
+ * @copyright 2009-2013 Sebastian Bergmann <sebastian@phpunit .de>
51
51
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
52
52
* @version Release: @package_version@
53
53
* @link http://github.com/sebastianbergmann/php-file-iterator/tree
You can’t perform that action at this time.
0 commit comments