Skip to content

Commit 0af9130

Browse files
committed
Adjust license header
1 parent a272b28 commit 0af9130

98 files changed

Lines changed: 199 additions & 1648 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AllTestsIntegration.php

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?php
22
/**
3-
* This file is part of OXID eSales Testing Library.
4-
*
5-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
17-
*
18-
* @link http://www.oxid-esales.com
19-
* @copyright (C) OXID eSales AG 2003-2014
3+
* Copyright © OXID eSales AG. All rights reserved.
4+
* See LICENSE file for license details.
205
*/
216

227
require_once 'AllTestsRunner.php';

AllTestsRunner.php

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?php
22
/**
3-
* This file is part of OXID eSales Testing Library.
4-
*
5-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
17-
*
18-
* @link http://www.oxid-esales.com
19-
* @copyright (C) OXID eSales AG 2003-2014
3+
* Copyright © OXID eSales AG. All rights reserved.
4+
* See LICENSE file for license details.
205
*/
216

227
echo "=========\nrunning php version " . phpversion() . "\n\n============\n";

AllTestsSelenium.php

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?php
22
/**
3-
* This file is part of OXID eSales Testing Library.
4-
*
5-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
17-
*
18-
* @link http://www.oxid-esales.com
19-
* @copyright (C) OXID eSales AG 2003-2014
3+
* Copyright © OXID eSales AG. All rights reserved.
4+
* See LICENSE file for license details.
205
*/
216

227
require_once 'AllTestsRunner.php';

AllTestsUnit.php

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?php
22
/**
3-
* This file is part of OXID eSales Testing Library.
4-
*
5-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
17-
*
18-
* @link http://www.oxid-esales.com
19-
* @copyright (C) OXID eSales AG 2003-2014
3+
* Copyright © OXID eSales AG. All rights reserved.
4+
* See LICENSE file for license details.
205
*/
216

227
require_once 'AllTestsRunner.php';

LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GNU GENERAL PUBLIC LICENSE
1+
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

44
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
{one line to give the program's name and a brief idea of what it does.}
635-
Copyright (C) {year} {name of author}
634+
<one line to give the program's name and a brief idea of what it does.>
635+
Copyright (C) <year> <name of author>
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
{project} Copyright (C) {year} {fullname}
655+
<program> Copyright (C) <year> <name of author>
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.
@@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
675-

bin/reset-shop

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* This file is part of OXID eSales Testing Library.
5-
*
6-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* @link http://www.oxid-esales.com
20-
* @copyright (C) OXID eSales AG 2003-2014
4+
* Copyright © OXID eSales AG. All rights reserved.
5+
* See LICENSE file for license details.
216
*/
227

238
require_once __DIR__ .'/../base.php';

bin/runmetrics

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* This file is part of OXID eSales Testing Library.
5-
*
6-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* @link http://www.oxid-esales.com
20-
* @copyright (C) OXID eSales AG 2003-2014
4+
* Copyright © OXID eSales AG. All rights reserved.
5+
* See LICENSE file for license details.
216
*/
227

238
require_once __DIR__ .'/../base.php';

bin/runtests

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* This file is part of OXID eSales Testing Library.
5-
*
6-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* @link http://www.oxid-esales.com
20-
* @copyright (C) OXID eSales AG 2003-2014
4+
* Copyright © OXID eSales AG. All rights reserved.
5+
* See LICENSE file for license details.
216
*/
227

238
require_once __DIR__ .'/../base.php';

bin/runtests-coverage

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* This file is part of OXID eSales Testing Library.
5-
*
6-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* @link http://www.oxid-esales.com
20-
* @copyright (C) OXID eSales AG 2003-2014
4+
* Copyright © OXID eSales AG. All rights reserved.
5+
* See LICENSE file for license details.
216
*/
227

238
require_once __DIR__ .'/../base.php';

bin/runtests-selenium

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33
/**
4-
* This file is part of OXID eSales Testing Library.
5-
*
6-
* OXID eSales Testing Library is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation, either version 3 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* OXID eSales Testing Library is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with OXID eSales Testing Library. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* @link http://www.oxid-esales.com
20-
* @copyright (C) OXID eSales AG 2003-2014
4+
* Copyright © OXID eSales AG. All rights reserved.
5+
* See LICENSE file for license details.
216
*/
227

238
require_once __DIR__ .'/../base.php';

0 commit comments

Comments
 (0)