Skip to content

Commit bcd3804

Browse files
committed
Add copyrightunder MIT licens
1 parent 978b140 commit bcd3804

File tree

12 files changed

+24
-145
lines changed

12 files changed

+24
-145
lines changed

src/main/java/com/assertthat/selenium_shutterbug/core/ElementSnapshot.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.core;

src/main/java/com/assertthat/selenium_shutterbug/core/PageSnapshot.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.core;

src/main/java/com/assertthat/selenium_shutterbug/core/Shutterbug.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.core;

src/main/java/com/assertthat/selenium_shutterbug/core/Snapshot.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.core;

src/main/java/com/assertthat/selenium_shutterbug/utils/file/FileUtil.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.utils.file;

src/main/java/com/assertthat/selenium_shutterbug/utils/file/UnableSaveSnapshotException.java

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
14-
*
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
154
*/
165

176
package com.assertthat.selenium_shutterbug.utils.file;

src/main/java/com/assertthat/selenium_shutterbug/utils/image/ImageProcessor.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.utils.image;

src/main/java/com/assertthat/selenium_shutterbug/utils/image/UnableToCompareImagesException.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.utils.image;

src/main/java/com/assertthat/selenium_shutterbug/utils/web/Browser.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.utils.web;

src/main/java/com/assertthat/selenium_shutterbug/utils/web/Coordinates.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/*
2-
*
3-
* Licensed under the Apache License, Version 2.0 (the "License");
4-
* you may not use this file except in compliance with the License.
5-
* You may obtain a copy of the License at
6-
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
9-
* Unless required by applicable law or agreed to in writing, software
10-
* distributed under the License is distributed on an "AS IS" BASIS,
11-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
* See the License for the specific language governing permissions and
13-
* limitations under the License.
2+
* Copyright (c) 2016, Glib Briia <a href="mailto:glib.briia@assertthat.com">Glib Briia</a>
3+
* Distributed under the terms of the MIT License
144
*/
155

166
package com.assertthat.selenium_shutterbug.utils.web;

0 commit comments

Comments
 (0)