+318
-19
lines changedFilter options
+318
-19
lines changed Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.grid.data;
2
19
3
20
import org.openqa.selenium.internal.Require;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.grid.sessionqueue.local;
2
19
3
20
import com.google.common.annotations.VisibleForTesting;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.remote.http.jdk;
2
19
3
20
import com.google.auto.service.AutoService;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.remote.http.jdk;
2
19
3
20
import org.openqa.selenium.remote.http.AddSeleniumUserAgent;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.devtools;
2
19
3
20
import static org.assertj.core.api.Assertions.assertThat;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.grid.testing;
2
19
3
20
import org.assertj.core.api.AbstractAssert;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.remote;
2
19
3
20
import static org.openqa.selenium.remote.CapabilityType.BROWSER_NAME;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.remote.http;
2
19
3
20
import org.junit.jupiter.api.Test;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.remote.http.jdk;
2
19
3
20
import org.openqa.selenium.remote.http.HttpClient;
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1
+
// Licensed to the Software Freedom Conservancy (SFC) under one
2
+
// or more contributor license agreements. See the NOTICE file
3
+
// distributed with this work for additional information
4
+
// regarding copyright ownership. The SFC licenses this file
5
+
// to you under the Apache License, Version 2.0 (the
6
+
// "License"); you may not use this file except in compliance
7
+
// with the License. You may obtain a copy of the License at
8
+
//
9
+
// http://www.apache.org/licenses/LICENSE-2.0
10
+
//
11
+
// Unless required by applicable law or agreed to in writing,
12
+
// software distributed under the License is distributed on an
13
+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
// KIND, either express or implied. See the License for the
15
+
// specific language governing permissions and limitations
16
+
// under the License.
17
+
1
18
package org.openqa.selenium.remote.http.jdk;
2
19
3
20
import org.openqa.selenium.remote.http.HttpClient;
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4