Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 930937f

Browse files
author
Chris Thunes
committed
Update license to Apache License, Version 2.0
1 parent adcf080 commit 930937f

16 files changed

+410
-554
lines changed

LICENSE.txt

Lines changed: 202 additions & 339 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ Getting Started
1313
License
1414
-------
1515
Selenium-Saucelabs (S2) PHP WebDriver
16-
Copyright (C) 2012 [Bronto Software, Inc.][bronto]
1716

18-
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
17+
Copyright 2015 Bronto Software, Inc.
1918

20-
This program 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 General Public License for more details.
19+
Licensed under the Apache License, Version 2.0 (the "License");
20+
you may not use this file except in compliance with the License.
21+
You may obtain a copy of the License at
2122

22-
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23+
http://www.apache.org/licenses/LICENSE-2.0
24+
25+
Unless required by applicable law or agreed to in writing, software
26+
distributed under the License is distributed on an "AS IS" BASIS,
27+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28+
See the License for the specific language governing permissions and
29+
limitations under the License.
2330

2431
[bronto]:http://www.bronto.com
2532
[firefox]:ftp://ftp.mozilla.org/pub/firefox/releases/17.0.1/

Test/Base.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*
2120
* @codeCoverageIgnore
2221
*/

Test/ElementTest.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*/
2120
require_once('Base.php');
2221

Test/SessionTest.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*/
2120
require_once('Base.php');
2221

Test/WindowTest.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*/
2120
require_once('Base.php');
2221

WebDriver/Autoload.php

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*
2120
* @codeCoverageIgnore
2221
*/
@@ -35,4 +34,4 @@
3534
$classPath = dirname(__FILE__);
3635
foreach ($classes as $class) {
3736
require($classPath . '/' . $class . '.php');
38-
}
37+
}

WebDriver/Base.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*/
2120
class WebDriver_Base {
2221

WebDriver/Cookie.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*/
2120
class WebDriver_Cookie {
2221

WebDriver/Element.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
/**
44
* Selenium-Saucelabs (S2) PHP WebDriver
5-
* Copyright (C) 2012 Bronto Software, Inc.
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License, or (at
10-
* your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15-
* for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
*
6+
* Copyright 2015 Bronto Software, Inc.
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
2019
*/
2120
class WebDriver_Element {
2221

0 commit comments

Comments
 (0)