Skip to content

Commit 9a7c763

Browse files
committed
Add license to header files
1 parent f35a91e commit 9a7c763

File tree

403 files changed

+8060
-0
lines changed

Some content is hidden

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

403 files changed

+8060
-0
lines changed

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/App.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.events.network.RequestWillBeSent;
424
import com.github.kklisura.cdtp.protocol.support.types.EventHandler;
525
import com.github.kklisura.cdtp.services.ChromeDevToolsService;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/ChromeDevTools.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.commands.Accessibility;
424
import com.github.kklisura.cdtp.protocol.commands.Animation;
525
import com.github.kklisura.cdtp.protocol.commands.ApplicationCache;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/Accessibility.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.support.annotations.Experimental;
424
import com.github.kklisura.cdtp.protocol.support.annotations.Optional;
525
import com.github.kklisura.cdtp.protocol.support.annotations.ParamName;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/Animation.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.events.animation.AnimationCanceled;
424
import com.github.kklisura.cdtp.protocol.events.animation.AnimationCreated;
525
import com.github.kklisura.cdtp.protocol.events.animation.AnimationStarted;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/ApplicationCache.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.events.applicationcache.ApplicationCacheStatusUpdated;
424
import com.github.kklisura.cdtp.protocol.events.applicationcache.NetworkStateUpdated;
525
import com.github.kklisura.cdtp.protocol.support.annotations.EventName;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/Audits.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.support.annotations.Experimental;
424
import com.github.kklisura.cdtp.protocol.support.annotations.Optional;
525
import com.github.kklisura.cdtp.protocol.support.annotations.ParamName;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/Browser.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.support.annotations.Experimental;
424
import com.github.kklisura.cdtp.protocol.support.annotations.ParamName;
525
import com.github.kklisura.cdtp.protocol.support.annotations.Returns;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/CSS.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.events.css.FontsUpdated;
424
import com.github.kklisura.cdtp.protocol.events.css.MediaQueryResultChanged;
525
import com.github.kklisura.cdtp.protocol.events.css.StyleSheetAdded;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/CacheStorage.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.support.annotations.Experimental;
424
import com.github.kklisura.cdtp.protocol.support.annotations.ParamName;
525
import com.github.kklisura.cdtp.protocol.support.annotations.Returns;

cdtp-java-client/src/main/java/com/github/kklisura/cdtp/protocol/commands/Console.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.github.kklisura.cdtp.protocol.commands;
22

3+
/*-
4+
* #%L
5+
* cdpt-java-client
6+
* %%
7+
* Copyright (C) 2018 Kenan Klisura
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.github.kklisura.cdtp.protocol.events.console.MessageAdded;
424
import com.github.kklisura.cdtp.protocol.support.annotations.EventName;
525
import com.github.kklisura.cdtp.protocol.support.types.EventHandler;

0 commit comments

Comments
 (0)