Skip to content

Commit b3ca918

Browse files
committed
Update license and copyright in all files
1 parent 4a5b99b commit b3ca918

File tree

6 files changed

+29
-194
lines changed

6 files changed

+29
-194
lines changed

File/Iterator.php

+6-39
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,19 @@
11
<?php
2-
/**
3-
* php-file-iterator
4-
*
5-
* Copyright (c) 2009-2013, Sebastian Bergmann <[email protected]>.
6-
* All rights reserved.
7-
*
8-
* Redistribution and use in source and binary forms, with or without
9-
* modification, are permitted provided that the following conditions
10-
* are met:
11-
*
12-
* * Redistributions of source code must retain the above copyright
13-
* notice, this list of conditions and the following disclaimer.
2+
/*
3+
* This file is part of the File_Iterator.
144
*
15-
* * Redistributions in binary form must reproduce the above copyright
16-
* notice, this list of conditions and the following disclaimer in
17-
* the documentation and/or other materials provided with the
18-
* distribution.
5+
* (c) Sebastian Bergmann <[email protected]>
196
*
20-
* * Neither the name of Sebastian Bergmann nor the names of his
21-
* contributors may be used to endorse or promote products derived
22-
* from this software without specific prior written permission.
23-
*
24-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27-
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29-
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30-
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34-
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35-
* POSSIBILITY OF SUCH DAMAGE.
36-
*
37-
* @package File
38-
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
40-
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41-
* @since File available since Release 1.0.0
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
429
*/
4310

4411
/**
4512
* FilterIterator implementation that filters files based on prefix(es) and/or
4613
* suffix(es). Hidden files and files from hidden directories are also filtered.
4714
*
4815
* @author Sebastian Bergmann <[email protected]>
49-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
16+
* @copyright Sebastian Bergmann <[email protected]>
5017
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5118
* @version Release: @package_version@
5219
* @link http://github.com/sebastianbergmann/php-file-iterator/tree

File/Iterator/Autoload.php

+5-38
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
11
<?php
2-
/**
3-
* php-file-iterator
2+
/*
3+
* This file is part of the File_Iterator.
44
*
5-
* Copyright (c) 2009-2013, Sebastian Bergmann <[email protected]>.
6-
* All rights reserved.
5+
* (c) Sebastian Bergmann <[email protected]>
76
*
8-
* Redistribution and use in source and binary forms, with or without
9-
* modification, are permitted provided that the following conditions
10-
* are met:
11-
*
12-
* * Redistributions of source code must retain the above copyright
13-
* notice, this list of conditions and the following disclaimer.
14-
*
15-
* * Redistributions in binary form must reproduce the above copyright
16-
* notice, this list of conditions and the following disclaimer in
17-
* the documentation and/or other materials provided with the
18-
* distribution.
19-
*
20-
* * Neither the name of Sebastian Bergmann nor the names of his
21-
* contributors may be used to endorse or promote products derived
22-
* from this software without specific prior written permission.
23-
*
24-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27-
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29-
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30-
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34-
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35-
* POSSIBILITY OF SUCH DAMAGE.
36-
*
37-
* @package File
38-
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
40-
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41-
* @since File available since Release 1.3.0
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
429
*/
4310

4411
spl_autoload_register(

File/Iterator/Autoload.php.in

+5-38
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
11
<?php
2-
/**
3-
* php-file-iterator
2+
/*
3+
* This file is part of the File_Iterator.
44
*
5-
* Copyright (c) 2009-2013, Sebastian Bergmann <[email protected]>.
6-
* All rights reserved.
5+
* (c) Sebastian Bergmann <[email protected]>
76
*
8-
* Redistribution and use in source and binary forms, with or without
9-
* modification, are permitted provided that the following conditions
10-
* are met:
11-
*
12-
* * Redistributions of source code must retain the above copyright
13-
* notice, this list of conditions and the following disclaimer.
14-
*
15-
* * Redistributions in binary form must reproduce the above copyright
16-
* notice, this list of conditions and the following disclaimer in
17-
* the documentation and/or other materials provided with the
18-
* distribution.
19-
*
20-
* * Neither the name of Sebastian Bergmann nor the names of his
21-
* contributors may be used to endorse or promote products derived
22-
* from this software without specific prior written permission.
23-
*
24-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27-
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29-
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30-
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34-
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35-
* POSSIBILITY OF SUCH DAMAGE.
36-
*
37-
* @package File
38-
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
40-
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41-
* @since File available since Release 1.3.0
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
429
*/
4310

4411
spl_autoload_register(

File/Iterator/Facade.php

+6-39
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
11
<?php
2-
/**
3-
* php-file-iterator
4-
*
5-
* Copyright (c) 2009-2013, Sebastian Bergmann <[email protected]>.
6-
* All rights reserved.
7-
*
8-
* Redistribution and use in source and binary forms, with or without
9-
* modification, are permitted provided that the following conditions
10-
* are met:
11-
*
12-
* * Redistributions of source code must retain the above copyright
13-
* notice, this list of conditions and the following disclaimer.
2+
/*
3+
* This file is part of the File_Iterator.
144
*
15-
* * Redistributions in binary form must reproduce the above copyright
16-
* notice, this list of conditions and the following disclaimer in
17-
* the documentation and/or other materials provided with the
18-
* distribution.
5+
* (c) Sebastian Bergmann <[email protected]>
196
*
20-
* * Neither the name of Sebastian Bergmann nor the names of his
21-
* contributors may be used to endorse or promote products derived
22-
* from this software without specific prior written permission.
23-
*
24-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27-
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29-
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30-
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34-
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35-
* POSSIBILITY OF SUCH DAMAGE.
36-
*
37-
* @package File
38-
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
40-
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41-
* @since File available since Release 1.3.0
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
429
*/
4310

4411
/**
@@ -48,7 +15,7 @@
4815
* files is returned as an array.
4916
*
5017
* @author Sebastian Bergmann <[email protected]>
51-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
18+
* @copyright Sebastian Bergmann <[email protected]>
5219
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5320
* @version Release: @package_version@
5421
* @link http://github.com/sebastianbergmann/php-file-iterator/tree

File/Iterator/Factory.php

+6-39
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,11 @@
11
<?php
2-
/**
3-
* php-file-iterator
4-
*
5-
* Copyright (c) 2009-2013, Sebastian Bergmann <[email protected]>.
6-
* All rights reserved.
7-
*
8-
* Redistribution and use in source and binary forms, with or without
9-
* modification, are permitted provided that the following conditions
10-
* are met:
11-
*
12-
* * Redistributions of source code must retain the above copyright
13-
* notice, this list of conditions and the following disclaimer.
2+
/*
3+
* This file is part of the File_Iterator.
144
*
15-
* * Redistributions in binary form must reproduce the above copyright
16-
* notice, this list of conditions and the following disclaimer in
17-
* the documentation and/or other materials provided with the
18-
* distribution.
5+
* (c) Sebastian Bergmann <[email protected]>
196
*
20-
* * Neither the name of Sebastian Bergmann nor the names of his
21-
* contributors may be used to endorse or promote products derived
22-
* from this software without specific prior written permission.
23-
*
24-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25-
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26-
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27-
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28-
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29-
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30-
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34-
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35-
* POSSIBILITY OF SUCH DAMAGE.
36-
*
37-
* @package File
38-
* @author Sebastian Bergmann <[email protected]>
39-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
40-
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
41-
* @since File available since Release 1.1.0
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
429
*/
4310

4411
/**
@@ -47,7 +14,7 @@
4714
* path.
4815
*
4916
* @author Sebastian Bergmann <[email protected]>
50-
* @copyright 2009-2013 Sebastian Bergmann <[email protected]>
17+
* @copyright Sebastian Bergmann <[email protected]>
5118
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
5219
* @version Release: @package_version@
5320
* @link http://github.com/sebastianbergmann/php-file-iterator/tree

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
File_Iterator
22

3-
Copyright (c) 2009-2013, Sebastian Bergmann <[email protected]>.
3+
Copyright (c) 2009-2015, Sebastian Bergmann <[email protected]>.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)