diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 1e754020..f5fc8092 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -17,7 +17,7 @@
- [ ] I have read the **CONTRIBUTING** document.
-- [ ] My code follows the [code styleguide](https://github.com/Cognifide/bobcat/blob/master/CONTRIBUTING.md#styleguide) of this project.
+- [ ] My code follows the [code styleguide](https://github.com/wttech/bobcat/blob/master/CONTRIBUTING.md#styleguide) of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6d7ab167..0477ed01 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Are you interested in contributing to Bobcat? Great!
## Reporting bugs
-If you encounter a bug when using Bobcat, first, please check the existing [issues](https://github.com/Cognifide/bobcat/issues) - perhaps someone already had the same problem. If there is one, don't hesitate to add a comment with additional information!
+If you encounter a bug when using Bobcat, first, please check the existing [issues](https://github.com/wttech/bobcat/issues) - perhaps someone already had the same problem. If there is one, don't hesitate to add a comment with additional information!
If not, report the issue according to the template and set the label to `bug`.
diff --git a/LICENSE b/LICENSE
index c3100b62..44e36a91 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2014 Cognifide Limited
+ Copyright 2014 Wunderman Thompson Technology
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index 99cccc3f..75848a35 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![Cognifide logo](http://cognifide.github.io/images/cognifide-logo.png)
+![WTT logo](assets/wtt-logo.png)
[![Build Status](https://travis-ci.org/Cognifide/bobcat.svg?branch=master)](https://travis-ci.org/Cognifide/bobcat)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.cognifide.qa.bb%3Abobcat&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.cognifide.qa.bb%3Abobcat)
@@ -21,7 +21,7 @@ To start your adventure with Bobcat, please refer to our documentation: [Getting
## AEM Support
-Since Cognifide expertises in development on top of [Adobe Experience Manager (AEM)](https://www.adobe.com/marketing-cloud/experience-manager.html), Bobcat accelerates test development for this platform, especially when it comes to AEM authoring. The framework provides dedicated modules which allow you to automate almost every action on the AEM author side. This includes:
+Since Wunderman Thompson Technology (formerly Cognifide) expertises in development on top of [Adobe Experience Manager (AEM)](https://www.adobe.com/marketing-cloud/experience-manager.html), Bobcat accelerates test development for this platform, especially when it comes to AEM authoring. The framework provides dedicated modules which allow you to automate almost every action on the AEM author side. This includes:
- Site Admin,
- dialogs,
- parsyses,
@@ -33,18 +33,18 @@ For information about compatibility with specific AEM versions, please refer to
## What's so special about Bobcat?
-We created this framework at Cognifide after years of experience with multiple simpler solutions. After reaching a certain point of maturity, we have decided it was time for a tool developed properly, by bringing the knowledge of both our QA engineers and developers. We wanted our framework to be maintainable, stable and scalable.
+We created this framework at Wunderman Thompson Technology (formerly Cognifide) after years of experience with multiple simpler solutions. After reaching a certain point of maturity, we have decided it was time for a tool developed properly, by bringing the knowledge of both our QA engineers and developers. We wanted our framework to be maintainable, stable and scalable.
-Bobcat relies heavily on the Page Object pattern, which is an embedded concept in most of its internals. We can model our websites easily and create a neat Page Object tree structure, scoping Page Objects inside other Page Objects, reducing the effort of selector maintenance. You can read more about it [here](https://github.com/Cognifide/bobcat/wiki/PageObject). We make all the magic possible thanks to dependency injection with Google's Guice. Additionally, we wanted to make it as scalable as possible, so thread-safety was one of the key principles during the development.
+Bobcat relies heavily on the Page Object pattern, which is an embedded concept in most of its internals. We can model our websites easily and create a neat Page Object tree structure, scoping Page Objects inside other Page Objects, reducing the effort of selector maintenance. You can read more about it [here](https://github.com/wttech/bobcat/wiki/PageObject). We make all the magic possible thanks to dependency injection with Google's Guice. Additionally, we wanted to make it as scalable as possible, so thread-safety was one of the key principles during the development.
## Documentation
-See our [Quick-start guide](https://cognifide.github.io/bobcat/docs/getting-started/) and [Bobcat Wiki](https://github.com/Cognifide/bobcat/wiki) for examples and documentation of all features.
+See our [Quick-start guide](https://cognifide.github.io/bobcat/docs/getting-started/) and [Bobcat Wiki](https://github.com/wttech/bobcat/wiki) for examples and documentation of all features.
You might also want to check latest [Bobcat API docs](http://www.javadoc.io/doc/com.cognifide.qa.bb/bb-core).
## Contributing
-You can help make Bobcat more awesome by raising any encountered issues or feature requests here on [Github](https://github.com/Cognifide/bobcat/issues). For any questions, please contact us on [Gitter](https://gitter.im/bobcat-framework/Lobby) or via [email](mailto:bobcat@cognifide.com). See our [contribution guidelines](https://github.com/Cognifide/bobcat/blob/master/CONTRIBUTING.md) for more details.
+You can help make Bobcat more awesome by raising any encountered issues or feature requests here on [Github](https://github.com/wttech/bobcat/issues). For any questions, please contact us on [Gitter](https://gitter.im/bobcat-framework/Lobby) or via [email](mailto:bobcat@cognifide.com). See our [contribution guidelines](https://github.com/wttech/bobcat/blob/master/CONTRIBUTING.md) for more details.
## License
diff --git a/RELEASING.md b/RELEASING.md
index a5ac6501..3e93bbb7 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -1,5 +1,5 @@
# Introduction
-This document describes Bobcat release procedure for Bobcat contributors. To become a contributor, please check our [contribution guidelines](https://github.com/Cognifide/bobcat/blob/master/CONTRIBUTING.md).
+This document describes Bobcat release procedure for Bobcat contributors. To become a contributor, please check our [contribution guidelines](https://github.com/wttech/bobcat/blob/master/CONTRIBUTING.md).
Original guide by @Shaihuludus.
@@ -7,7 +7,7 @@ Original guide by @Shaihuludus.
## Sonatype's OSS Nexus deployment rights
-You are required to have an authorized account to release Bobcat artifacts to Sonatype's Nexus. To obtain such rights, create an account at https://issues.sonatype.org and ask for permissions to group com.cognifide. If you are Cognifide employee, use your company email address - otherwise, you need to contact us first.
+You are required to have an authorized account to release Bobcat artifacts to Sonatype's Nexus. To obtain such rights, create an account at https://issues.sonatype.org and ask for permissions to group com.cognifide. If you are Wunderman Thompson Technology employee, use your company email address - otherwise, you need to contact us first.
>Make sure you are using Community Support - Open Source Project Repository Hosting for the issue. Example JIRA: [link](https://issues.sonatype.org/browse/OSSRH-26531)
## GPG Signatures
@@ -87,7 +87,7 @@ If staging release with Maven ended successfully, then:
## Gradle template
-1. Bump Bobcat's version in the https://github.com/Cognifide/bobcat-gradle-template/
+1. Bump Bobcat's version in the https://github.com/wttech/bobcat-gradle-template/
# References
diff --git a/assets/wtt-logo.png b/assets/wtt-logo.png
new file mode 100644
index 00000000..aba03ebf
Binary files /dev/null and b/assets/wtt-logo.png differ
diff --git a/bb-aem-64/pom.xml b/bb-aem-64/pom.xml
index 345d3e8f..3b09ac46 100644
--- a/bb-aem-64/pom.xml
+++ b/bb-aem-64/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2018 Cognifide Ltd.
+ Copyright (C) 2018 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java
index a3ec8b21..7f51e1b8 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java
index 1a461a32..54a383aa 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java
index 0c339560..27ae51af 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java
index 9b131cfe..09366a8b 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java
index 2108e60d..c4bcacf4 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java
index 6b02c049..6c882ebf 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java
index cbca84df..4c74903d 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java
index 927349f9..3b531904 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetrieverImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetrieverImpl.java
index 01df2e09..bd446042 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetrieverImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetrieverImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java
index 97bfc845..4ca5f81b 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java
index e6a497c2..ecf76712 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java
index a26ff6cd..95e5e001 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java
index c7c89da9..3b10f666 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java
index f1adddf9..1f29323b 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java
index d7583257..c2682952 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java
index b24d6872..1c542271 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java
index aa5265b4..5f0737e9 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java
index 935c3996..6d1c5077 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java
index ed3db90a..389b907d 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbarImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbarImpl.java
index 0a4b0d50..b666b8f7 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbarImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbarImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/FontFormat.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/FontFormat.java
index 4ee10332..1c58f061 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/FontFormat.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/FontFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControlsImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControlsImpl.java
index ed456caf..29f33ee7 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControlsImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControlsImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyDialogPanel.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyDialogPanel.java
index 37d0f81a..bd3fcdb7 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyDialogPanel.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyDialogPanel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControlsImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControlsImpl.java
index 6a76e8ba..265044a9 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControlsImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControlsImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListDialogPanel.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListDialogPanel.java
index 0c6015e4..2a24dda6 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListDialogPanel.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListDialogPanel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java
index 3e31413e..81f8457e 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java
index a64217e8..b45969dd 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java
index 227ef403..9e34b274 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java
index 184420db..41837172 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java
index 0d838aab..0e74838f 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java
index 81b0e598..5e72a1bd 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem64FullModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem64FullModule.java
index bccec8ae..0b767a60 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem64FullModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem64FullModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java
index 52854eda..782eb1d0 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemFieldsModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemFieldsModule.java
index 38230b72..98f6d676 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemFieldsModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemFieldsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java
index 23e00c75..fd4181fc 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java
index 0304198e..8359a8db 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java
index c4c8c2f5..b80921c0 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java
index 21ea5c5f..f6b3150a 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java
index f27b7e72..c76cb82d 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java
index 9f4d4037..cd411e63 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java
index 9d88afbe..f1cafe00 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java
index 4306bc68..44ed7c0b 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java
index c49a266b..f306779a 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java
index df6e3ce3..fdf5c748 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java
index 5deaf44f..5fe12c39 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java
index 20277ee8..f4f1942a 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java
index 31ec0a7d..abd70e2b 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java
index 5673cd10..624062a4 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java
index 09a890b0..03fc1769 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java
index 2e8edb71..b8e0b41b 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java
index ec4c12b8..23c84130 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Cognifide Ltd..
+ * Copyright 2018 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java
index a899da24..b254d735 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java
index d4e9fefa..485c44b7 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java
index fa8bd856..ac427770 100644
--- a/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java
+++ b/bb-aem-64/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java b/bb-aem-64/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java
index f9f77be6..877506f7 100644
--- a/bb-aem-64/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java
+++ b/bb-aem-64/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64/src/test/resources/pageTest.xml b/bb-aem-64/src/test/resources/pageTest.xml
index ad45c4ef..7ffe3242 100644
--- a/bb-aem-64/src/test/resources/pageTest.xml
+++ b/bb-aem-64/src/test/resources/pageTest.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-aem-64sp2/pom.xml b/bb-aem-64sp2/pom.xml
index 6206fe80..c24eefbf 100644
--- a/bb-aem-64sp2/pom.xml
+++ b/bb-aem-64sp2/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2018 Cognifide Ltd.
+ Copyright (C) 2018 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/component/dialog/DialogFieldRetrieverImpl.java b/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/component/dialog/DialogFieldRetrieverImpl.java
index 09973766..19302c14 100644
--- a/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/component/dialog/DialogFieldRetrieverImpl.java
+++ b/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/component/dialog/DialogFieldRetrieverImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/Aem64SP2FullModule.java b/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/Aem64SP2FullModule.java
index 431e3cdc..3ae22d32 100644
--- a/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/Aem64SP2FullModule.java
+++ b/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/Aem64SP2FullModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/AemComponentModule.java b/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/AemComponentModule.java
index 89e5d9c6..c7cbf0c6 100644
--- a/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/AemComponentModule.java
+++ b/bb-aem-64sp2/src/main/java/com/cognifide/qa/bb/aem64sp2/core/modules/AemComponentModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/pom.xml b/bb-aem-65/pom.xml
index d3091f80..06ffa9a6 100644
--- a/bb-aem-65/pom.xml
+++ b/bb-aem-65/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2018 Cognifide Ltd.
+ Copyright (C) 2018 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java
index e18586d3..1db58e9d 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/api/AemActions.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java
index c27e3cfd..42604704 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoaderImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java
index bd2ce359..3cfb91c8 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java
index 9b131cfe..09366a8b 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ComponentData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java
index 2108e60d..c4bcacf4 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponent.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java
index 6b02c049..6c882ebf 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/ConfigureComponentData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java
index cbca84df..4c74903d 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/actions/EditComponent.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java
index 82c5e7b0..265a92bb 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialogImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DefaultDialogFieldRetriever.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DefaultDialogFieldRetriever.java
index 2ba7d70f..fcbb289a 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DefaultDialogFieldRetriever.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DefaultDialogFieldRetriever.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultCheckbox.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultCheckbox.java
index 98e42f1b..60b32aee 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultCheckbox.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultCheckbox.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultContentFragmentPathBrowser.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultContentFragmentPathBrowser.java
index d0c62c89..81436032 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultContentFragmentPathBrowser.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultContentFragmentPathBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultImage.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultImage.java
index 9ff63a4a..6cdb65fb 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultImage.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultImage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifield.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifield.java
index 7bee99bc..4c2f55ee 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifield.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifield.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifieldItem.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifieldItem.java
index c2752dfa..76b3e727 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifieldItem.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultMultifieldItem.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultNumberInput.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultNumberInput.java
index ff388c61..4b3ac563 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultNumberInput.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultNumberInput.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultPathBrowser.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultPathBrowser.java
index 4299f11a..bdb3e389 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultPathBrowser.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultPathBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRadioGroup.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRadioGroup.java
index 8b5276a3..aa157c65 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRadioGroup.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRadioGroup.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRichText.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRichText.java
index c5552bf3..d57980e8 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRichText.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultRichText.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultSelect.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultSelect.java
index adfa7c54..d42df434 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultSelect.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultSelect.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTagBrowser.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTagBrowser.java
index 7c90d68c..5ba0b3bd 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTagBrowser.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTagBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTextfield.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTextfield.java
index ca081274..ad9a7b23 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTextfield.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DefaultTextfield.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java
index 425984ec..c9d281b1 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Fields.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Locators.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Locators.java
index 0743d4e2..fab98a14 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Locators.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Locators.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Hyperlink.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Hyperlink.java
index ae938cc1..982b981b 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Hyperlink.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Hyperlink.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkPopover.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkPopover.java
index 8b76ddb4..3e18d71f 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkPopover.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkPopover.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Lists.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Lists.java
index 7abcfa56..29bcbeda 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Lists.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Lists.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Options.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Options.java
index bbf86ac6..51c99b22 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Options.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/Options.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/ParagraphFormats.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/ParagraphFormats.java
index 2f6719aa..b20efe1f 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/ParagraphFormats.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/ParagraphFormats.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/RteOption.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/RteOption.java
index 99341bc4..8524f790 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/RteOption.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/RteOption.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java
index 8cd7c9b6..933ef83e 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOption.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java
index a64217e8..b45969dd 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/CommonToolbarOptions.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java
index 6ee9801d..cebb047d 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java
index d9458e38..261ada16 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactoryImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java
index 0d838aab..0e74838f 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogIn.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java
index 81b0e598..5e72a1bd 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/login/actions/LogOut.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem65FullModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem65FullModule.java
index 154a1a70..97cea7e4 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem65FullModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/Aem65FullModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java
index 3437a6f6..b72e94ae 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemComponentModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java
index e365b4ef..459f0c0d 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemLoginModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java
index 915c34b9..8378fd3a 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemPageModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java
index e46fd962..c58aa0f7 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSidePanelModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java
index 0c67500a..c1f4440b 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemSitesAdminModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java
index bd9bfac7..946365f2 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/SlingPageActionsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/DialogFieldsModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/DialogFieldsModule.java
index a4ef88e1..c492cd6a 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/DialogFieldsModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/DialogFieldsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/FieldsRegistryModule.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/FieldsRegistryModule.java
index af4bff69..e6748dee 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/FieldsRegistryModule.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/modules/fields/FieldsRegistryModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java
index 00dbc7e1..cde5c259 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/CreatePage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java
index dabff09a..5db61085 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/DeletePage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java
index 7878fc69..5d02a1d7 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/PageXMLParserHandler.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java
index c49a266b..f306779a 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingDataXMLBuilder.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java
index df6e3ce3..fdf5c748 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/pages/sling/SlingPageData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java
index 5deaf44f..5fe12c39 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/ComponentTreeLocatorHelper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java
index 37a31d14..9c2c4744 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java
index 7ed3ec68..224e3abd 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java
index 5673cd10..624062a4 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabs.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java
index 09a890b0..03fc1769 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageAction.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java
index 2e8edb71..b8e0b41b 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/actions/CreatePageActionData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java
index 3faa5058..683daf38 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePagePropertiesImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Cognifide Ltd..
+ * Copyright 2018 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java
index 750da162..798668d9 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizardImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java
index db8fc7ef..608b5d72 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbarImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java
index d0926347..b697dda5 100644
--- a/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java
+++ b/bb-aem-65/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateListImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkTest.java b/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkTest.java
index 36d7fc25..c4ff04f7 100644
--- a/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkTest.java
+++ b/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/rte/HyperlinkTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java b/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java
index f9f77be6..877506f7 100644
--- a/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java
+++ b/bb-aem-65/src/test/java/com/cognifide/qa/bb/aem/sling/SlingTestDataXMLBuilderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-65/src/test/resources/pageTest.xml b/bb-aem-65/src/test/resources/pageTest.xml
index ad45c4ef..7ffe3242 100644
--- a/bb-aem-65/src/test/resources/pageTest.xml
+++ b/bb-aem-65/src/test/resources/pageTest.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/pom.xml b/bb-aem-core/pom.xml
index fcbd28e0..ec0ec0c0 100644
--- a/bb-aem-core/pom.xml
+++ b/bb-aem-core/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2018 Cognifide Ltd.
+ Copyright (C) 2018 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoader.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoader.java
index 9f0aff04..483e3385 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoader.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/AuthorLoader.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBar.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBar.java
index deadf71d..bfe4251d 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBar.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/GlobalBar.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigReader.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigReader.java
index ebb70d56..ab7f792b 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigReader.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigReader.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReader.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReader.java
index 28a79ec4..25aa8bcd 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReader.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReader.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfiguration.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfiguration.java
index 2c5cbb34..e84fdd7a 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfiguration.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ConfigurationLocation.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ConfigurationLocation.java
index fc1b169b..c26325d6 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ConfigurationLocation.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ConfigurationLocation.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/FieldConfig.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/FieldConfig.java
index 1c300e6c..d6a9eed2 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/FieldConfig.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/FieldConfig.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/MultifieldEntry.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/MultifieldEntry.java
index 75aed57f..9a08b8de 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/MultifieldEntry.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/MultifieldEntry.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ResourceFileLocation.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ResourceFileLocation.java
index 6a927b8e..203107c4 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ResourceFileLocation.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/ResourceFileLocation.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/TabConfig.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/TabConfig.java
index bdd5b8b9..0c9dc161 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/TabConfig.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/configuration/TabConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialog.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialog.java
index e59ead79..28b053fb 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialog.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/ConfigDialog.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetriever.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetriever.java
index a81b5b0d..f7a448c1 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetriever.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/DialogFieldRetriever.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java
index 9216dbdf..e359be87 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Checkbox.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/ContentFragmentPathBrowser.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/ContentFragmentPathBrowser.java
index ca347521..a28965b7 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/ContentFragmentPathBrowser.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/ContentFragmentPathBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DialogField.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DialogField.java
index 73078edf..5052d85c 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DialogField.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/DialogField.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java
index 0d729aa0..2c242491 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Image.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java
index 1c75d9e7..e52d93c0 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Multifield.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java
index 8361619c..edbc6b96 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/MultifieldItem.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/NumberInput.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/NumberInput.java
index 57dd58b1..7d32cebf 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/NumberInput.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/NumberInput.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java
index 2cb480b3..d1f6caa8 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/PathBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java
index 6a7a4024..22db01ee 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RadioGroup.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java
index 67e104e6..33020ef1 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/RichText.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java
index 9416f56a..92593059 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Select.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/TagBrowser.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/TagBrowser.java
index d9b97249..2ebc5364 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/TagBrowser.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/TagBrowser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java
index 815858cb..9d3cba96 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/Textfield.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbar.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbar.java
index e8f56fb8..2c6be166 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbar.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ControlToolbar.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControls.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControls.java
index 16430f25..85e3804d 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControls.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/JustifyControls.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControls.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControls.java
index 98a2df39..6b3cbcd2 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControls.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/dialog/dialogfields/text/ListControls.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Cognifide Ltd..
+ * Copyright 2018 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbar.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbar.java
index 06fabce0..512271a9 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbar.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ComponentToolbar.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ToolbarOption.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ToolbarOption.java
index 26871dea..d203f862 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ToolbarOption.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/component/toolbar/ToolbarOption.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/constants/AemConfigKeys.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/constants/AemConfigKeys.java
index a377ab2f..de095c8a 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/constants/AemConfigKeys.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/constants/AemConfigKeys.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactory.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactory.java
index 6687a8a3..eca5eba6 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactory.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/login/AemAuthCookieFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemConfigModule.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemConfigModule.java
index 17d91b88..917d346b 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemConfigModule.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemConfigModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemCoreModule.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemCoreModule.java
index 1716f5c3..df056e43 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemCoreModule.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/modules/AemCoreModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemAuthorPage.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemAuthorPage.java
index 91fca1b1..57ae75ec 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemAuthorPage.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemAuthorPage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemPageManipulationException.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemPageManipulationException.java
index bcc3c6d5..8887967d 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemPageManipulationException.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/pages/AemPageManipulationException.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanel.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanel.java
index a6c4df45..98aa5972 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanel.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanel.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBar.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBar.java
index d5253852..c87300b5 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBar.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/sidepanel/internal/SidePanelTabBar.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageProperties.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageProperties.java
index cb7ed6b9..6912bcc9 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageProperties.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageProperties.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizard.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizard.java
index ee338637..d220ad0e 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizard.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/CreatePageWizard.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbar.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbar.java
index 67669809..4ec4ec83 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbar.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/SiteToolbar.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateList.java b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateList.java
index 7b86c4cd..93558182 100644
--- a/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateList.java
+++ b/bb-aem-core/src/main/java/com/cognifide/qa/bb/aem/core/siteadmin/internal/TemplateList.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-aem-core/src/test/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReaderTest.java b/bb-aem-core/src/test/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReaderTest.java
index 4d27c8d8..67c19ed8 100644
--- a/bb-aem-core/src/test/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReaderTest.java
+++ b/bb-aem-core/src/test/java/com/cognifide/qa/bb/aem/core/component/configuration/ComponentConfigResourceFileReaderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/pom.xml b/bb-analytics/pom.xml
index 68a3c4d9..ffe5ede6 100644
--- a/bb-analytics/pom.xml
+++ b/bb-analytics/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2019 Cognifide Ltd.
+ Copyright (C) 2019 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalytics.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalytics.java
index a60a98d5..a42ec348 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalytics.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalytics.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsProvider.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsProvider.java
index 9585ec3e..28136bf5 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsProvider.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/Analytics.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/Analytics.java
index 23fb57bb..97c1f11a 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/Analytics.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/Analytics.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsModule.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsModule.java
index d6d0a254..6a70b76e 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsModule.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AssertJson.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AssertJson.java
index 7a1718d8..ce887abc 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AssertJson.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/AssertJson.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalytics.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalytics.java
index 47834daa..f3052b66 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalytics.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalytics.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2020 Cognifide Ltd.
+ * Copyright (C) 2020 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsProvider.java b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsProvider.java
index 5a70f0e6..42e4bf18 100644
--- a/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsProvider.java
+++ b/bb-analytics/src/main/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java b/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java
index cfa807a7..266bc562 100644
--- a/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java
+++ b/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2020 Cognifide Ltd.
+ * Copyright (C) 2020 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java b/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java
index 5cabab89..9fe97d1c 100644
--- a/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java
+++ b/bb-analytics/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2020 Cognifide Ltd.
+ * Copyright (C) 2020 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-appium/pom.xml b/bb-appium/pom.xml
index 2302b92e..f3b94dfd 100644
--- a/bb-appium/pom.xml
+++ b/bb-appium/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2019 Cognifide Ltd.
+ Copyright (C) 2019 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/constants/AppiumConfigKeys.java b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/constants/AppiumConfigKeys.java
index 8f52b31b..1f6b6ad5 100644
--- a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/constants/AppiumConfigKeys.java
+++ b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/constants/AppiumConfigKeys.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/AppiumModule.java b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/AppiumModule.java
index 2d4ceeeb..7d387f6c 100644
--- a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/AppiumModule.java
+++ b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/AppiumModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/WebdriverCreatorsModule.java b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/WebdriverCreatorsModule.java
index 88d2299c..b68f2526 100644
--- a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/WebdriverCreatorsModule.java
+++ b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/modules/WebdriverCreatorsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/AndroidDriverCreator.java b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/AndroidDriverCreator.java
index ae2e5edd..6ba32171 100644
--- a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/AndroidDriverCreator.java
+++ b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/AndroidDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/IosDriverCreator.java b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/IosDriverCreator.java
index e1d91ea7..d971e98c 100644
--- a/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/IosDriverCreator.java
+++ b/bb-appium/src/main/java/com/cognifide/qa/bb/appium/webdriver/creators/IosDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-appium/src/test/java/com/cognifide/qa/bb/appium/AppiumModuleTest.java b/bb-appium/src/test/java/com/cognifide/qa/bb/appium/AppiumModuleTest.java
index 9aeb673d..190d7313 100644
--- a/bb-appium/src/test/java/com/cognifide/qa/bb/appium/AppiumModuleTest.java
+++ b/bb-appium/src/test/java/com/cognifide/qa/bb/appium/AppiumModuleTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/pom.xml b/bb-core/pom.xml
index 724080c0..ffb8d617 100644
--- a/bb-core/pom.xml
+++ b/bb-core/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/SystemType.java b/bb-core/src/main/java/com/cognifide/qa/bb/SystemType.java
index 6c5a34c5..71ccca76 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/SystemType.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/SystemType.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/actions/ActionsProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/actions/ActionsProvider.java
index fd01e43d..d4af97c1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/actions/ActionsProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/actions/ActionsProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/Action.java b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/Action.java
index e2908201..1b91b82f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/Action.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/Action.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionData.java b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionData.java
index 490ebfff..fce8239d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionData.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionException.java b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionException.java
index 525bd547..7ca3a795 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionException.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionException.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionWithData.java b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionWithData.java
index a9c45dba..61e940fd 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionWithData.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionWithData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionsController.java b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionsController.java
index 53fc143d..9c8e5eb1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionsController.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/ActionsController.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/internal/DefaultController.java b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/internal/DefaultController.java
index a163d702..d111482c 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/internal/DefaultController.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/api/actions/internal/DefaultController.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategy.java b/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategy.java
index db002558..5e1d2051 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategy.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategy.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategyProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategyProvider.java
index 7a5b9102..342b54a7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategyProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/config/ConfigStrategyProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/config/PropertyBinder.java b/bb-core/src/main/java/com/cognifide/qa/bb/config/PropertyBinder.java
index 0779a968..f0f9ce69 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/config/PropertyBinder.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/config/PropertyBinder.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/config/YamlConfig.java b/bb-core/src/main/java/com/cognifide/qa/bb/config/YamlConfig.java
index 85806d9a..fbb43020 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/config/YamlConfig.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/config/YamlConfig.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/Config.java b/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/Config.java
index 4e1e7f7e..42cec16d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/Config.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/Config.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/DefaultConfig.java b/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/DefaultConfig.java
index 64ee80d0..c848f8c9 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/DefaultConfig.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/config/yaml/DefaultConfig.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/constants/ConfigKeys.java b/bb-core/src/main/java/com/cognifide/qa/bb/constants/ConfigKeys.java
index fa64212e..82f20b65 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/constants/ConfigKeys.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/constants/ConfigKeys.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/constants/HtmlTags.java b/bb-core/src/main/java/com/cognifide/qa/bb/constants/HtmlTags.java
index 847903a8..d97c6938 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/constants/HtmlTags.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/constants/HtmlTags.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/constants/Timeouts.java b/bb-core/src/main/java/com/cognifide/qa/bb/constants/Timeouts.java
index 48b0320d..7c949a79 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/constants/Timeouts.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/constants/Timeouts.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesModule.java
index 554f4150..7349cd06 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesSetter.java b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesSetter.java
index a0245a96..a8c9dc3a 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesSetter.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/CookiesSetter.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/DefaultCookiesProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/DefaultCookiesProvider.java
index 39970e17..70c434b5 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/DefaultCookiesProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/DefaultCookiesProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookieData.java b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookieData.java
index 46d50e81..56e76a8b 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookieData.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookieData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookiesData.java b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookiesData.java
index cccee424..54d1144d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookiesData.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/domain/CookiesData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/modifier/CookiesModifier.java b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/modifier/CookiesModifier.java
index 8676f6a0..16db9e38 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/cookies/modifier/CookiesModifier.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/cookies/modifier/CookiesModifier.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DragAndDropFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DragAndDropFactory.java
index ed8f23b7..52ed293b 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DragAndDropFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DragAndDropFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Draggable.java b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Draggable.java
index 0788054d..8579dfd1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Draggable.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Draggable.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DraggableWebElement.java b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DraggableWebElement.java
index 4f6fa989..36d9152d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DraggableWebElement.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DraggableWebElement.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Droppable.java b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Droppable.java
index 0dd02094..42f84910 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Droppable.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/Droppable.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DroppableWebElement.java b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DroppableWebElement.java
index adf35184..df3ed583 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DroppableWebElement.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/dragdrop/DroppableWebElement.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/exceptions/BobcatRuntimeException.java b/bb-core/src/main/java/com/cognifide/qa/bb/exceptions/BobcatRuntimeException.java
index aa5186e7..270801c1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/exceptions/BobcatRuntimeException.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/exceptions/BobcatRuntimeException.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameAspect.java b/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameAspect.java
index a0707d28..5727de48 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameAspect.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameAspect.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameSwitcher.java b/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameSwitcher.java
index e883b0fb..ae3c98bb 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameSwitcher.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/frame/FrameSwitcher.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadLocalScope.java b/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadLocalScope.java
index 774aea03..89ab4381 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadLocalScope.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadLocalScope.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadScoped.java b/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadScoped.java
index 5442d20b..bf313ea1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadScoped.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/guice/ThreadScoped.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProvider.java
index d7e540c9..d7f29146 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JsScripts.java b/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JsScripts.java
index eb9d3335..56399755 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JsScripts.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/javascriptexecutor/JsScripts.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/FieldProviderRegistry.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/FieldProviderRegistry.java
index bbd8062c..f6b8ba75 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/FieldProviderRegistry.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/FieldProviderRegistry.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/GuiceAwareFieldDecorator.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/GuiceAwareFieldDecorator.java
index 47bd5842..daeceb71 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/GuiceAwareFieldDecorator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/GuiceAwareFieldDecorator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectInjectorListener.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectInjectorListener.java
index 4fe49d92..111b64a7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectInjectorListener.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectInjectorListener.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectTypeListener.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectTypeListener.java
index 0f642b39..8cb6b9d5 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectTypeListener.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/PageObjectTypeListener.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/BobcatAnnotations.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/BobcatAnnotations.java
index fa6d4243..a83c5d2b 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/BobcatAnnotations.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/BobcatAnnotations.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProvider.java
index edfbd21f..f98629de 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/CurrentFrameProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/CurrentFrameProvider.java
index af59756d..27e55e5f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/CurrentFrameProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/CurrentFrameProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/FieldProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/FieldProvider.java
index 98128f85..82b1aa20 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/FieldProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/FieldProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListInvocationHandler.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListInvocationHandler.java
index 5af8a636..4fa3bf35 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListInvocationHandler.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListInvocationHandler.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListProxyProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListProxyProvider.java
index dfd1e5e6..7d82c9fd 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListProxyProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectListProxyProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProvider.java
index fed86f87..ed0b1213 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelper.java b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelper.java
index 9c087646..5c3a0dd7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelper.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat Parent
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/ActionsModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/ActionsModule.java
index 716afa97..a45551a9 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/ActionsModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/ActionsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatRunModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatRunModule.java
index ec307ed5..d6133108 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatRunModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatRunModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatWebElementModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatWebElementModule.java
index 3f7f1c23..14aaa230 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatWebElementModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/BobcatWebElementModule.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/CoreModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/CoreModule.java
index dbb3a8ce..b8b2e03c 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/CoreModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/CoreModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/DefaultModifiersModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/DefaultModifiersModule.java
index 517d0cfb..526f5e30 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/DefaultModifiersModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/DefaultModifiersModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/DragAndDropModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/DragAndDropModule.java
index 3b766194..0d3d86df 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/DragAndDropModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/DragAndDropModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/FrameModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/FrameModule.java
index d5eb321f..f6dc44e9 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/FrameModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/FrameModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/NoSyntheticMethodMatcher.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/NoSyntheticMethodMatcher.java
index ee999845..a3af835f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/NoSyntheticMethodMatcher.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/NoSyntheticMethodMatcher.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/PageObjectsModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/PageObjectsModule.java
index c5b48802..2f804157 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/PageObjectsModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/PageObjectsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/PropertyModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/PropertyModule.java
index 5ac5e862..05324c40 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/PropertyModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/PropertyModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/ProxyModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/ProxyModule.java
index 4fa93b11..5fc17160 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/ProxyModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/ProxyModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverCreatorsModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverCreatorsModule.java
index c01f3c53..62706d3d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverCreatorsModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverCreatorsModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverModule.java b/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverModule.java
index 1eb76816..01cbc285 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverModule.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/modules/WebdriverModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/page/BobcatPageFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/page/BobcatPageFactory.java
index 40679d1e..5d7f6531 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/page/BobcatPageFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/page/BobcatPageFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/page/Page.java b/bb-core/src/main/java/com/cognifide/qa/bb/page/Page.java
index 9d21850a..c7f2fbb2 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/page/Page.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/page/Page.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/http/HttpClientProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/http/HttpClientProvider.java
index 7050e5c2..3233f930 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/http/HttpClientProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/http/HttpClientProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/BobcatTargetLocator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/BobcatTargetLocator.java
index 6cc05a00..ba7712fc 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/BobcatTargetLocator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/BobcatTargetLocator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/CapabilitiesProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/CapabilitiesProvider.java
index ccb46727..4749196b 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/CapabilitiesProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/CapabilitiesProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverProvider.java
index 4a2e4ce6..2304376b 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverRegistry.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverRegistry.java
index 3d51ef03..9fa98ee6 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverRegistry.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverRegistry.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverWrapper.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverWrapper.java
index 398f5c9d..b0017488 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverWrapper.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/WebDriverWrapper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriver.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriver.java
index 88961028..8b668c66 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriver.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriver.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverFactory.java
index d7ab7e6e..7c017f25 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapper.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapper.java
index c0376ccc..6fe71bb6 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapper.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/WebDriverClosedListener.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/WebDriverClosedListener.java
index d6dd7dcc..52a0b1e2 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/WebDriverClosedListener.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/WebDriverClosedListener.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/ChromeDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/ChromeDriverCreator.java
index e78125bc..72ac28cb 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/ChromeDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/ChromeDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/EdgeDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/EdgeDriverCreator.java
index 8c5a1358..baa64818 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/EdgeDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/EdgeDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/FirefoxDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/FirefoxDriverCreator.java
index 8ccd070d..7df8fda6 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/FirefoxDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/FirefoxDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/IeDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/IeDriverCreator.java
index 48f5e825..0ef8fc9f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/IeDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/IeDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/RemoteDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/RemoteDriverCreator.java
index fc074336..36330057 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/RemoteDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/RemoteDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/SafariDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/SafariDriverCreator.java
index f4f1cad6..a18b83dc 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/SafariDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/SafariDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/WebDriverCreator.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/WebDriverCreator.java
index fdfd81d9..35014af9 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/WebDriverCreator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/creators/WebDriverCreator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiers.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiers.java
index 08280309..b029ee6a 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiers.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiers.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifier.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifier.java
index adeafb78..f401973b 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifier.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifier.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifiers.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifiers.java
index ac7a0b07..c1735256 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifiers.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/CapabilitiesModifiers.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/EnableProxy.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/EnableProxy.java
index aeccc25f..3ec0aab1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/EnableProxy.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/capabilities/EnableProxy.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/collectors/WebDriverModifyingCollector.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/collectors/WebDriverModifyingCollector.java
index bc1459d1..c13448a8 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/collectors/WebDriverModifyingCollector.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/collectors/WebDriverModifyingCollector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/ImplicitTimeoutModifier.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/ImplicitTimeoutModifier.java
index f25bfa3e..d7377de0 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/ImplicitTimeoutModifier.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/ImplicitTimeoutModifier.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/MaximizeModifier.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/MaximizeModifier.java
index 91bcacb5..8ba9664e 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/MaximizeModifier.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/MaximizeModifier.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/WebDriverModifier.java b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/WebDriverModifier.java
index 8195a447..5461c41e 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/WebDriverModifier.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/webdriver/WebDriverModifier.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyCloser.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyCloser.java
index 90b7e5da..8e529185 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyCloser.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyCloser.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyController.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyController.java
index a488864b..58a3f3b7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyController.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyController.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyControllerProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyControllerProvider.java
index 6b0b8174..21084aa7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyControllerProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyControllerProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyEventListener.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyEventListener.java
index cb711e15..9506ffce 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyEventListener.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/ProxyEventListener.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/RequestFilterRegistry.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/RequestFilterRegistry.java
index d58f9ac7..4d59cb5d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/RequestFilterRegistry.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/RequestFilterRegistry.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/ClosestHarEntryElector.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/ClosestHarEntryElector.java
index 37cdb337..8b0b59c0 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/ClosestHarEntryElector.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/ClosestHarEntryElector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicate.java b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicate.java
index 3a458c0f..eb2dc0a9 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicate.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicate.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Cached.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Cached.java
index 3702379a..23478423 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Cached.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Cached.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentFrame.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentFrame.java
index 9d8b3d65..3eef780f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentFrame.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentFrame.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentScope.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentScope.java
index 87c1c9bf..6500b3a1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentScope.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/CurrentScope.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/FindPageObject.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/FindPageObject.java
index ba5d28cc..920eca1f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/FindPageObject.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/FindPageObject.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat Parent
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Frame.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Frame.java
index fd431096..a1c22fbb 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Frame.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Frame.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Global.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Global.java
index 66e960e4..28795a96 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Global.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/Global.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObject.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObject.java
index 29432358..c5b2fb09 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObject.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObject.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObjectInterface.java b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObjectInterface.java
index a2b0a1a5..73ea7bc6 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObjectInterface.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/qualifier/PageObjectInterface.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/BobcatDefaultElementLocatorFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/BobcatDefaultElementLocatorFactory.java
index 73f5a439..cecc4c23 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/BobcatDefaultElementLocatorFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/BobcatDefaultElementLocatorFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/ContextStack.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/ContextStack.java
index 2acd6315..6b374208 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/ContextStack.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/ContextStack.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/PageObjectContext.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/PageObjectContext.java
index 873466c7..f0708972 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/PageObjectContext.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/PageObjectContext.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/ParentElementLocatorProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/ParentElementLocatorProvider.java
index 6e6b2e2c..a0480edd 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/ParentElementLocatorProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/ParentElementLocatorProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/SearchContextAwareLocator.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/SearchContextAwareLocator.java
index a6147cf6..bd930b7e 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/SearchContextAwareLocator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/SearchContextAwareLocator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProvider.java
index ddd17fa8..1f00dcf5 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProvider.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProvider.java
index e90bcaf2..71312d06 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProvider.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameDescriptor.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameDescriptor.java
index a14cfe9a..20f4bfd0 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameDescriptor.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameDescriptor.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameMap.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameMap.java
index 39171f53..d6b0237d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameMap.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FrameMap.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FramePath.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FramePath.java
index 6288ba50..111178a3 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FramePath.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/FramePath.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/AemContentFrame.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/AemContentFrame.java
index ec1f59cc..5d9f36d8 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/AemContentFrame.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/AemContentFrame.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/DefaultFrame.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/DefaultFrame.java
index 58e02f54..1f1a802d 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/DefaultFrame.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/DefaultFrame.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/IndexedFrame.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/IndexedFrame.java
index 49231aaa..2402bef5 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/IndexedFrame.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/IndexedFrame.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/NamedFrame.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/NamedFrame.java
index f4ac5628..e9b4f721 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/NamedFrame.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/frame/type/NamedFrame.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocator.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocator.java
index bf8d7e36..d2cb60db 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocatorFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocatorFactory.java
index 2470ff84..46585370 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocatorFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/nested/ScopedElementLocatorFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementLocator.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementLocator.java
index 677f4340..9711eb3a 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementLocator.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementLocator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementScopedLocatorFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementScopedLocatorFactory.java
index f9071e59..cd1fd19f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementScopedLocatorFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/scope/webelement/WebElementScopedLocatorFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/utils/AnnotationsHelper.java b/bb-core/src/main/java/com/cognifide/qa/bb/utils/AnnotationsHelper.java
index 5d50ed57..29aa8e20 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/utils/AnnotationsHelper.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/utils/AnnotationsHelper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat Parent
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/utils/AopUtil.java b/bb-core/src/main/java/com/cognifide/qa/bb/utils/AopUtil.java
index 5171c3fe..79def2e1 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/utils/AopUtil.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/utils/AopUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/utils/BrowserTabsHelper.java b/bb-core/src/main/java/com/cognifide/qa/bb/utils/BrowserTabsHelper.java
index ff4e4c3b..03dc77a2 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/utils/BrowserTabsHelper.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/utils/BrowserTabsHelper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/utils/PageObjectInjector.java b/bb-core/src/main/java/com/cognifide/qa/bb/utils/PageObjectInjector.java
index e3f287ea..46f4a55a 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/utils/PageObjectInjector.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/utils/PageObjectInjector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/utils/XpathUtils.java b/bb-core/src/main/java/com/cognifide/qa/bb/utils/XpathUtils.java
index c38975f0..30d72c61 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/utils/XpathUtils.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/utils/XpathUtils.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/utils/YamlReader.java b/bb-core/src/main/java/com/cognifide/qa/bb/utils/YamlReader.java
index e215e2d1..3ef37ed7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/utils/YamlReader.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/utils/YamlReader.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/wait/BobcatWait.java b/bb-core/src/main/java/com/cognifide/qa/bb/wait/BobcatWait.java
index 068f63e3..d65fe6d7 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/wait/BobcatWait.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/wait/BobcatWait.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/wait/Timings.java b/bb-core/src/main/java/com/cognifide/qa/bb/wait/Timings.java
index 861d20b0..c2b8df95 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/wait/Timings.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/wait/Timings.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/wait/TimingsBuilder.java b/bb-core/src/main/java/com/cognifide/qa/bb/wait/TimingsBuilder.java
index 4604680f..c00dd597 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/wait/TimingsBuilder.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/wait/TimingsBuilder.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElement.java b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElement.java
index a3495a97..826a5d32 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElement.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElement.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementContext.java b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementContext.java
index 8b8e5820..6852d08f 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementContext.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementFactory.java b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementFactory.java
index 2b075749..549b1270 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementFactory.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/BobcatWebElementFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Cognifide Ltd..
+ * Copyright 2016 Wunderman Thompson Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/WebElementConditions.java b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/WebElementConditions.java
index 3c697656..290a1231 100644
--- a/bb-core/src/main/java/com/cognifide/qa/bb/webelement/WebElementConditions.java
+++ b/bb-core/src/main/java/com/cognifide/qa/bb/webelement/WebElementConditions.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/actions/ActionsProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/actions/ActionsProviderTest.java
index f62f1fe7..30c2dbdf 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/actions/ActionsProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/actions/ActionsProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyProviderTest.java
index c30770d4..9bb2230b 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyTest.java
index 14eca4ef..2a6e160b 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/config/ConfigStrategyTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/config/YamlConfigTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/config/YamlConfigTest.java
index 34ba8364..adafd038 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/config/YamlConfigTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/config/YamlConfigTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/cookies/CookiesTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/cookies/CookiesTest.java
index 8012ab6c..c522f7e6 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/cookies/CookiesTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/cookies/CookiesTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/cookies/DefaultCookiesProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/cookies/DefaultCookiesProviderTest.java
index 2d478e09..e919d7de 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/cookies/DefaultCookiesProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/cookies/DefaultCookiesProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameAspectTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameAspectTest.java
index 00da0934..ad666207 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameAspectTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameAspectTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameSwitcherTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameSwitcherTest.java
index 689b47fe..94345610 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameSwitcherTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/frame/FrameSwitcherTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProviderTest.java
index 6d683a94..c46bbe01 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/javascriptexecutor/JavascriptExecutorProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProviderTest.java
index 48b2cac1..22a708cf 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/mapper/annotations/FieldAnnotationsProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelperTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelperTest.java
index 4691e82c..edc202e7 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelperTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/mapper/field/PageObjectProviderHelperTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat Parent
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/DesiredCapabilitiesProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/DesiredCapabilitiesProviderTest.java
index 58df4e1e..62ab0498 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/DesiredCapabilitiesProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/DesiredCapabilitiesProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapperTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapperTest.java
index 3162196e..7cd4f01f 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapperTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/close/ClosingAwareWebDriverWrapperTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/CapabilitiesModifiersTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/CapabilitiesModifiersTest.java
index bfab334f..7611d5d2 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/CapabilitiesModifiersTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/CapabilitiesModifiersTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiersTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiersTest.java
index 4ee1d41f..86d1b3a5 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiersTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/provider/selenium/webdriver/modifiers/WebDriverModifiersTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProviderTest.java
index 95d4b88a..718d7d7f 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentScopeListProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProviderTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProviderTest.java
index e5aa6b28..9e187610 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProviderTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/scope/current/CurrentWebElementProviderTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/scope/frame/FramePathTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/scope/frame/FramePathTest.java
index 7eca980c..7bf21b99 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/scope/frame/FramePathTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/scope/frame/FramePathTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/utils/AnnotationsHelperTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/utils/AnnotationsHelperTest.java
index 9477d6b3..045cd0ed 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/utils/AnnotationsHelperTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/utils/AnnotationsHelperTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/utils/MapUtils.java b/bb-core/src/test/java/com/cognifide/qa/bb/utils/MapUtils.java
index bd3582e8..1e7fe759 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/utils/MapUtils.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/utils/MapUtils.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/utils/SystemPropertiesCleanupExtension.java b/bb-core/src/test/java/com/cognifide/qa/bb/utils/SystemPropertiesCleanupExtension.java
index a38d5738..842a57df 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/utils/SystemPropertiesCleanupExtension.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/utils/SystemPropertiesCleanupExtension.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/utils/XpathUtilsTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/utils/XpathUtilsTest.java
index 8b51a2f4..71aa5da9 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/utils/XpathUtilsTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/utils/XpathUtilsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/java/com/cognifide/qa/bb/wait/BobcatWaitTest.java b/bb-core/src/test/java/com/cognifide/qa/bb/wait/BobcatWaitTest.java
index 2fac73f3..511820e6 100644
--- a/bb-core/src/test/java/com/cognifide/qa/bb/wait/BobcatWaitTest.java
+++ b/bb-core/src/test/java/com/cognifide/qa/bb/wait/BobcatWaitTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-core/src/test/resources/logback-test.xml b/bb-core/src/test/resources/logback-test.xml
index 32d5ab1c..e04e7217 100644
--- a/bb-core/src/test/resources/logback-test.xml
+++ b/bb-core/src/test/resources/logback-test.xml
@@ -3,7 +3,7 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-email/pom.xml b/bb-email/pom.xml
index af4628ca..5c031d1e 100644
--- a/bb-email/pom.xml
+++ b/bb-email/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/CommonEmailDataPredicates.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/CommonEmailDataPredicates.java
index 29595173..93f9ecac 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/CommonEmailDataPredicates.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/CommonEmailDataPredicates.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailClient.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailClient.java
index cbf2bac4..c4fe1950 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailClient.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailClient.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailData.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailData.java
index 0f96f2bc..a7a5b5ab 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailData.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailData.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailDataFactory.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailDataFactory.java
index c8f09622..6e4eb113 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailDataFactory.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailDataFactory.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailModule.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailModule.java
index 0632846d..bc422e2d 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailModule.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailSender.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailSender.java
index cd49f245..09bfa0bd 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailSender.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/EmailSender.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/SubjectSearchTerm.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/SubjectSearchTerm.java
index 34d8b5eb..d183eaa1 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/SubjectSearchTerm.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/SubjectSearchTerm.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Connector.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Connector.java
index 26639bcc..2495413e 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Connector.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Connector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorConfig.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorConfig.java
index f49503d5..263b6932 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorConfig.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorConfig.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorException.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorException.java
index 5879abcc..058269e5 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorException.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorException.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorProvider.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorProvider.java
index ca9deecd..89693dac 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorProvider.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorType.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorType.java
index 980dc29c..37e68c71 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorType.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ConnectorType.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/EmailException.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/EmailException.java
index a5dce36b..e15e678b 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/EmailException.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/EmailException.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapConnector.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapConnector.java
index e3e10607..ca710120 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapConnector.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapConnector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapSecureConnector.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapSecureConnector.java
index 3caff89a..5fcc4194 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapSecureConnector.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/ImapSecureConnector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Pop3SecureConnector.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Pop3SecureConnector.java
index 6e0d8fbf..41b6dbcf 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Pop3SecureConnector.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/connector/Pop3SecureConnector.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/main/java/com/cognifide/qa/bb/email/constants/EmailConfigKeys.java b/bb-email/src/main/java/com/cognifide/qa/bb/email/constants/EmailConfigKeys.java
index 6c00a020..0300b5ef 100644
--- a/bb-email/src/main/java/com/cognifide/qa/bb/email/constants/EmailConfigKeys.java
+++ b/bb-email/src/main/java/com/cognifide/qa/bb/email/constants/EmailConfigKeys.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/test/java/com/cognifide/qa/bb/email/CommonEmailDataPredicatesTest.java b/bb-email/src/test/java/com/cognifide/qa/bb/email/CommonEmailDataPredicatesTest.java
index 6f79168e..9c98c6af 100644
--- a/bb-email/src/test/java/com/cognifide/qa/bb/email/CommonEmailDataPredicatesTest.java
+++ b/bb-email/src/test/java/com/cognifide/qa/bb/email/CommonEmailDataPredicatesTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/test/java/com/cognifide/qa/bb/email/EmailTest.java b/bb-email/src/test/java/com/cognifide/qa/bb/email/EmailTest.java
index 3e08b8e7..7e53dea0 100644
--- a/bb-email/src/test/java/com/cognifide/qa/bb/email/EmailTest.java
+++ b/bb-email/src/test/java/com/cognifide/qa/bb/email/EmailTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/test/java/com/cognifide/qa/bb/email/MailServer.java b/bb-email/src/test/java/com/cognifide/qa/bb/email/MailServer.java
index 81312534..6296f349 100644
--- a/bb-email/src/test/java/com/cognifide/qa/bb/email/MailServer.java
+++ b/bb-email/src/test/java/com/cognifide/qa/bb/email/MailServer.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/test/java/com/cognifide/qa/bb/email/SubjectSearchTermTest.java b/bb-email/src/test/java/com/cognifide/qa/bb/email/SubjectSearchTermTest.java
index 55add59d..7791fce8 100644
--- a/bb-email/src/test/java/com/cognifide/qa/bb/email/SubjectSearchTermTest.java
+++ b/bb-email/src/test/java/com/cognifide/qa/bb/email/SubjectSearchTermTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/test/java/com/cognifide/qa/bb/email/helpers/EmailDataGenerator.java b/bb-email/src/test/java/com/cognifide/qa/bb/email/helpers/EmailDataGenerator.java
index e28b8c2f..962662b9 100644
--- a/bb-email/src/test/java/com/cognifide/qa/bb/email/helpers/EmailDataGenerator.java
+++ b/bb-email/src/test/java/com/cognifide/qa/bb/email/helpers/EmailDataGenerator.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-email/src/test/java/com/cognifide/qa/bb/module/PropertiesLoaderModule.java b/bb-email/src/test/java/com/cognifide/qa/bb/module/PropertiesLoaderModule.java
index 76969315..8b3ddcff 100644
--- a/bb-email/src/test/java/com/cognifide/qa/bb/module/PropertiesLoaderModule.java
+++ b/bb-email/src/test/java/com/cognifide/qa/bb/module/PropertiesLoaderModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/pom.xml b/bb-integration-tests/pom.xml
index e02b2273..5518d1a8 100644
--- a/bb-integration-tests/pom.xml
+++ b/bb-integration-tests/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsTestModule.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsTestModule.java
index 9b836e66..e8834fbb 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsTestModule.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/analytics/AnalyticsTestModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/ChromeModule.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/ChromeModule.java
index 0638c643..86cabdf9 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/ChromeModule.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/ChromeModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/FirefoxModule.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/FirefoxModule.java
index 85b0ce3d..730a2dde 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/FirefoxModule.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/FirefoxModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/IeModule.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/IeModule.java
index 1adf8278..40ab4f3a 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/IeModule.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/IeModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/SafariModule.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/SafariModule.java
index bb8fb559..8f55714a 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/SafariModule.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/SafariModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/TestModule.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/TestModule.java
index 529fe9a2..4104dbcf 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/TestModule.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/modules/TestModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeElementPageObject.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeElementPageObject.java
index d90181ed..4da16693 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeElementPageObject.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeElementPageObject.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeListPageObject.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeListPageObject.java
index 03049cb2..c26dc85b 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeListPageObject.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/CurrentScopeListPageObject.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/ScopedElements.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/ScopedElements.java
index 3301ea75..2a6c9942 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/ScopedElements.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/current/scope/ScopedElements.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Item.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Item.java
index faafc3b7..ed7f9459 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Item.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Item.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Lists.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Lists.java
index c81e3d95..a35bf3cd 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Lists.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/mapper/field/Lists.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Drinks.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Drinks.java
index 02428421..0a006448 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Drinks.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Drinks.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Food.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Food.java
index deea6fcc..7e32d2ae 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Food.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Food.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Item.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Item.java
index ac13dabb..4fd7cdab 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Item.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Item.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Li.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Li.java
index e5cc6ee5..42aaa70b 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Li.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/Li.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItem.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItem.java
index ec6413b3..8e871211 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItem.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItem.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItemImpl.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItemImpl.java
index ca8aac8a..2feacf8a 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItemImpl.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/ListItemImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/MasterPage.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/MasterPage.java
index 1e7a5ee8..cef97dfb 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/MasterPage.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/pageobjects/qualifier/findpageobject/MasterPage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/util/PageUtils.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/util/PageUtils.java
index fd2d4d7c..18dd363a 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/util/PageUtils.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/core/util/PageUtils.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Content.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Content.java
index cf179e1c..a100b484 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Content.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Content.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Footer.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Footer.java
index 192f4bfb..bc503e2f 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Footer.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Footer.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/HomePage.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/HomePage.java
index c26eec8c..5836849f 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/HomePage.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/HomePage.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Masthead.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Masthead.java
index 522023cf..0b39c119 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Masthead.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Masthead.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Nav.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Nav.java
index fee7a20b..4c998129 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Nav.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/Nav.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/ContentCss.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/ContentCss.java
index de38a8f8..e63db1dc 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/ContentCss.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/ContentCss.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/FooterCss.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/FooterCss.java
index 733b05e0..e2b1eba4 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/FooterCss.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/FooterCss.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/MastheadCss.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/MastheadCss.java
index 88288d1c..142174b7 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/MastheadCss.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/MastheadCss.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/NavCss.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/NavCss.java
index e7c4123d..eb2aee36 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/NavCss.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/css/NavCss.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/ContentXpath.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/ContentXpath.java
index 28bf1d0e..d9b4719f 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/ContentXpath.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/ContentXpath.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/FooterXpath.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/FooterXpath.java
index 3cbad997..b3f71ee0 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/FooterXpath.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/FooterXpath.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/MastheadXpath.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/MastheadXpath.java
index 304ed07b..0831ae4f 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/MastheadXpath.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/MastheadXpath.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/NavXpath.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/NavXpath.java
index 9097a177..d30b4df4 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/NavXpath.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/docs/homepage/xpath/NavXpath.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageCss.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageCss.java
index eb0fdff3..658e1e2a 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageCss.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageCss.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageXpath.java b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageXpath.java
index abc4b6a9..785183a7 100644
--- a/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageXpath.java
+++ b/bb-integration-tests/src/main/java/com/cognifide/qa/bb/journeys/modules/HomepageXpath.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java
index 0b903502..438a58c1 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/AdobeAnalyticsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java
index ec0777dc..6822ccca 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/analytics/GoogleAnalyticsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/CoreModuleTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/CoreModuleTest.java
index 7fbba7db..5ac00bb2 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/CoreModuleTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/CoreModuleTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/NestedContextTestModule.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/NestedContextTestModule.java
index 913383b8..739d5ade 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/NestedContextTestModule.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/NestedContextTestModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigNestedTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigNestedTest.java
index a5eba03c..c8ab33a2 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigNestedTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigNestedTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigTest.java
index 73c773ec..9c6520e3 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/config/YamlConfigTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesDefaultSettingsTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesDefaultSettingsTest.java
index 3e15cbfa..62772c79 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesDefaultSettingsTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesDefaultSettingsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesWithDisabledAutoLoadTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesWithDisabledAutoLoadTest.java
index 3083ec5e..d681c70d 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesWithDisabledAutoLoadTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/CookiesWithDisabledAutoLoadTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/TestModuleWithEnabledAutoLoad.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/TestModuleWithEnabledAutoLoad.java
index 8bfda785..b9926951 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/TestModuleWithEnabledAutoLoad.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/cookies/TestModuleWithEnabledAutoLoad.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/mapper/field/PageObjectListCacheTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/mapper/field/PageObjectListCacheTest.java
index 0151573b..6522a075 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/mapper/field/PageObjectListCacheTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/mapper/field/PageObjectListCacheTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/ChromeDriverCreatorTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/ChromeDriverCreatorTest.java
index 8a59b5cb..6b89622f 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/ChromeDriverCreatorTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/ChromeDriverCreatorTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/FirefoxDriverCreatorTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/FirefoxDriverCreatorTest.java
index 67f1b12d..9867e9c9 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/FirefoxDriverCreatorTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/FirefoxDriverCreatorTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/IeDriverCreatorTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/IeDriverCreatorTest.java
index a673d28e..07e98e9f 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/IeDriverCreatorTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/IeDriverCreatorTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/SafariDriverCreatorTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/SafariDriverCreatorTest.java
index c00f9d09..0a710851 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/SafariDriverCreatorTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/SafariDriverCreatorTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectInterfaceTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectInterfaceTest.java
index d3791083..9ae9ae38 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectInterfaceTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectInterfaceTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectTest.java
index 7649e0b0..227353f9 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/qualifier/findpageobject/FindPageObjectTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/scope/current/ScopeCurrentTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/scope/current/ScopeCurrentTest.java
index 057c7217..1dda1b8b 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/scope/current/ScopeCurrentTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/scope/current/ScopeCurrentTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/wait/BobcatWaitTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/wait/BobcatWaitTest.java
index 96469aed..ba572155 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/wait/BobcatWaitTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/core/wait/BobcatWaitTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageCssTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageCssTest.java
index 8b1a04bb..645ef448 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageCssTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageCssTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageTest.java
index b1d1878d..4d1a7acd 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageXpathTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageXpathTest.java
index 8e914c45..02c80caf 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageXpathTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageXpathTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/AbstractProxyTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/AbstractProxyTest.java
index 51d7c7a6..4de49357 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/AbstractProxyTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/AbstractProxyTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/ProxyControllerTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/ProxyControllerTest.java
index f922b574..a7dd5c41 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/ProxyControllerTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/ProxyControllerTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/RequestFilterRegistryTest.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/RequestFilterRegistryTest.java
index 023df665..c837e606 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/RequestFilterRegistryTest.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/RequestFilterRegistryTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/TextResponseEmbedHttpServer.java b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/TextResponseEmbedHttpServer.java
index 43e9b03d..9c12fdfe 100644
--- a/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/TextResponseEmbedHttpServer.java
+++ b/bb-integration-tests/src/test/java/com/cognifide/qa/bb/proxy/TextResponseEmbedHttpServer.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-integration-tests/src/test/resources/logback-test.xml b/bb-integration-tests/src/test/resources/logback-test.xml
index e13da4bb..8ca16d2b 100644
--- a/bb-integration-tests/src/test/resources/logback-test.xml
+++ b/bb-integration-tests/src/test/resources/logback-test.xml
@@ -3,7 +3,7 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-junit5/pom.xml b/bb-junit5/pom.xml
index 149ed863..0a8d6204 100644
--- a/bb-junit5/pom.xml
+++ b/bb-junit5/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2018 Cognifide Ltd.
+ Copyright (C) 2018 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/BobcatExtension.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/BobcatExtension.java
index 7f987fe9..d88db239 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/BobcatExtension.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/BobcatExtension.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2019 Cognifide Ltd.
+ * Copyright (C) 2019 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/JUnit5Constants.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/JUnit5Constants.java
index 1dd11e5b..143c568b 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/JUnit5Constants.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/JUnit5Constants.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/AllureConstants.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/AllureConstants.java
index 599e25ef..d92e5a96 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/AllureConstants.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/AllureConstants.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/EnvironmentInfoExtension.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/EnvironmentInfoExtension.java
index 3754affd..b9df1e8c 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/EnvironmentInfoExtension.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/EnvironmentInfoExtension.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/ScreenshotExtension.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/ScreenshotExtension.java
index 9c0282c6..dabe2b3e 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/ScreenshotExtension.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/allure/ScreenshotExtension.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/GuiceExtension.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/GuiceExtension.java
index 60b89140..570063d4 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/GuiceExtension.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/GuiceExtension.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/InjectorUtils.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/InjectorUtils.java
index 2d0be526..722a71ee 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/InjectorUtils.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/InjectorUtils.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/Modules.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/Modules.java
index 2a88c829..78bbbf97 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/Modules.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/guice/Modules.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtension.java b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtension.java
index 30451861..8afcad37 100644
--- a/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtension.java
+++ b/bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtension.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/guice/InjectorUtilsTest.java b/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/guice/InjectorUtilsTest.java
index a954e3b8..0aa39525 100644
--- a/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/guice/InjectorUtilsTest.java
+++ b/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/guice/InjectorUtilsTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtensionTest.java b/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtensionTest.java
index 0fac08bf..7200dc73 100644
--- a/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtensionTest.java
+++ b/bb-junit5/src/test/java/com/cognifide/qa/bb/junit5/selenium/WebdriverCloseExtensionTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2018 Cognifide Ltd.
+ * Copyright (C) 2018 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/pom.xml b/bb-traffic/pom.xml
index 9e887810..3c1c6071 100644
--- a/bb-traffic/pom.xml
+++ b/bb-traffic/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/AnalyzerCallable.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/AnalyzerCallable.java
index 6c87542f..8ae0fdc4 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/AnalyzerCallable.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/AnalyzerCallable.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/ClosestHarEntryElectorImpl.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/ClosestHarEntryElectorImpl.java
index 293d69eb..9d48ad84 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/ClosestHarEntryElectorImpl.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/ClosestHarEntryElectorImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/DispatchingFuture.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/DispatchingFuture.java
index c69c0593..1119695d 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/DispatchingFuture.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/DispatchingFuture.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/FutureWrapper.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/FutureWrapper.java
index 342822f1..fe109c8b 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/FutureWrapper.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/FutureWrapper.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/PredicateRequestFilter.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/PredicateRequestFilter.java
index 31e2f8cf..4974ae79 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/PredicateRequestFilter.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/PredicateRequestFilter.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/QueryStringParameters.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/QueryStringParameters.java
index 48c85cd3..36544db8 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/QueryStringParameters.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/QueryStringParameters.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/TrafficAnalyzer.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/TrafficAnalyzer.java
index ea1ee674..518c376d 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/TrafficAnalyzer.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/TrafficAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImpl.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImpl.java
index e1d516f5..e6cd1073 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImpl.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImpl.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/AnalyticsWait.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/AnalyticsWait.java
index 4b392439..d304a1d4 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/AnalyticsWait.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/AnalyticsWait.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLog.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLog.java
index afb83793..fe811f3e 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLog.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLog.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogAnalyzer.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogAnalyzer.java
index c9fb57ff..ed608d51 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogAnalyzer.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogAnalyzer.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogContains.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogContains.java
index dbcaa713..a263967d 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogContains.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogContains.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogPredicate.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogPredicate.java
index 5b1a886a..ffa18552 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogPredicate.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogPredicate.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogProvider.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogProvider.java
index c65a6d70..f8a0c718 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogProvider.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/TrafficLogProvider.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/DomainPredicate.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/DomainPredicate.java
index 892982f6..cb3f7614 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/DomainPredicate.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/DomainPredicate.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/PathPrefixPredicate.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/PathPrefixPredicate.java
index a83c4346..56212c23 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/PathPrefixPredicate.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/PathPrefixPredicate.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/QueryParametersPredicate.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/QueryParametersPredicate.java
index 0c75f087..ea87341c 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/QueryParametersPredicate.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/QueryParametersPredicate.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/UrlPrefixPredicate.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/UrlPrefixPredicate.java
index c65bb673..254dcb46 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/UrlPrefixPredicate.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/proxy/record/har/predicates/UrlPrefixPredicate.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/TrafficModule.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/TrafficModule.java
index 981dcd3a..254fff97 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/TrafficModule.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/TrafficModule.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTraffic.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTraffic.java
index a90c5f1e..022e6181 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTraffic.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTraffic.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTrafficAspect.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTrafficAspect.java
index 58d45024..896c511a 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTrafficAspect.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/aspects/RecordTrafficAspect.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/constants/TrafficConfigKeys.java b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/constants/TrafficConfigKeys.java
index 1439ee49..048a3897 100644
--- a/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/constants/TrafficConfigKeys.java
+++ b/bb-traffic/src/main/java/com/cognifide/qa/bb/traffic/constants/TrafficConfigKeys.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/bb-traffic/src/test/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImplTest.java b/bb-traffic/src/test/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImplTest.java
index 24f50365..4a19900b 100644
--- a/bb-traffic/src/test/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImplTest.java
+++ b/bb-traffic/src/test/java/com/cognifide/qa/bb/proxy/analyzer/predicate/RequestPredicateImplTest.java
@@ -2,7 +2,7 @@
* #%L
* Bobcat
* %%
- * Copyright (C) 2016 Cognifide Ltd.
+ * Copyright (C) 2016 Wunderman Thompson Technology
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contributing/eclipse-java-bobcat-style.xml b/contributing/eclipse-java-bobcat-style.xml
index c629036f..b868ef54 100644
--- a/contributing/eclipse-java-bobcat-style.xml
+++ b/contributing/eclipse-java-bobcat-style.xml
@@ -3,7 +3,7 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml
index 21892531..f8eca90c 100644
--- a/docs/_data/navigation.yml
+++ b/docs/_data/navigation.yml
@@ -6,7 +6,7 @@ main:
- title: "Contact us"
url: /contact/
- title: "GitHub"
- url: https://github.com/Cognifide/bobcat
+ url: https://github.com/wttech/bobcat
docs:
- title: "Essentials"
children:
diff --git a/docs/_docs/cloud-providers.md b/docs/_docs/cloud-providers.md
index 118513cf..f039a310 100644
--- a/docs/_docs/cloud-providers.md
+++ b/docs/_docs/cloud-providers.md
@@ -37,5 +37,5 @@ In case of Gradle:
./gradlew clean test -Dwebdriver.url=https://${BROWSERSTACK_USERNAME}:${BROWSERSTACK_ACCESS_KEY}@hub-cloud.browserstack.com/wd/hub
```
-You can check out example configuration of BrowserStack in Bobcat's test suites. Tests are run on Travis: [build](https://travis-ci.org/Cognifide/bobcat), [config](https://github.com/Cognifide/bobcat/blob/master/.travis.yml).
+You can check out example configuration of BrowserStack in Bobcat's test suites. Tests are run on Travis: [build](https://travis-ci.org/Cognifide/bobcat), [config](https://github.com/wttech/bobcat/blob/master/.travis.yml).
{: .notice--info}
\ No newline at end of file
diff --git a/docs/_docs/getting-started.md b/docs/_docs/getting-started.md
index ec31769c..658e92c2 100644
--- a/docs/_docs/getting-started.md
+++ b/docs/_docs/getting-started.md
@@ -16,7 +16,7 @@ Before you start, please make sure you have following stuff installed on your ma
To start using Bobcat, you could simply create an empty project, add the required dependencies of wanted Bobcat modules, create a Guice module, set necessary propreties... but it already sounds like a bit of work!
-That is why we streamlined the whole setup - we provide a handy Bobcat project template, which can generate your desired flavor of Bobcat configuration. Go to the [template](https://github.com/Cognifide/bobcat-gradle-template) repository, clone it and follow the instructions in README.
+That is why we streamlined the whole setup - we provide a handy Bobcat project template, which can generate your desired flavor of Bobcat configuration. Go to the [template](https://github.com/wttech/bobcat-gradle-template) repository, clone it and follow the instructions in README.
And that's it! You have a working Bobcat project :).
diff --git a/docs/_docs/modules/core/waiting.md b/docs/_docs/modules/core/waiting.md
index 98b7c43c..cf277274 100644
--- a/docs/_docs/modules/core/waiting.md
+++ b/docs/_docs/modules/core/waiting.md
@@ -2,7 +2,7 @@
title: "Waiting"
---
-Available in `bb-core` since version `1.6.0`. Mechanism from previous versions: [link](https://github.com/Cognifide/bobcat/wiki/Explicit-Waits)
+Available in `bb-core` since version `1.6.0`. Mechanism from previous versions: [link](https://github.com/wttech/bobcat/wiki/Explicit-Waits)
{: .notice--info}
## Overview
diff --git a/docs/_docs/templates.md b/docs/_docs/templates.md
index 0344c1bf..f72c9c85 100644
--- a/docs/_docs/templates.md
+++ b/docs/_docs/templates.md
@@ -8,9 +8,9 @@ Aim of the templates is to easily and fast provide a way to create a Bobcat proj
To use any Bobcat template listed below you need to:
-1. Clone [bobcat-gradle-template repository](https://github.com/Cognifide/bobcat-gradle-template)
+1. Clone [bobcat-gradle-template repository](https://github.com/wttech/bobcat-gradle-template)
2. Choose one of the templates from the list below
-3. Generate your local template as it is described in [README](https://github.com/Cognifide/bobcat-gradle-template/blob/master/README.md)
+3. Generate your local template as it is described in [README](https://github.com/wttech/bobcat-gradle-template/blob/master/README.md)
That's it! You're ready to start writing your own tests. Enjoy!
diff --git a/docs/_includes/under-construction.html b/docs/_includes/under-construction.html
index 23ed91d2..43213e14 100644
--- a/docs/_includes/under-construction.html
+++ b/docs/_includes/under-construction.html
@@ -1,3 +1,3 @@
**Under construction**: this part of the documentation is not available yet.
-Perhaps you would like to helps us with it - see [our contribution guidelines](https://github.com/Cognifide/bobcat/blob/master/CONTRIBUTING.md)
+Perhaps you would like to helps us with it - see [our contribution guidelines](https://github.com/wttech/bobcat/blob/master/CONTRIBUTING.md)
{: .notice--warning}
\ No newline at end of file
diff --git a/docs/contact.md b/docs/contact.md
index 0e522ea3..3133d388 100644
--- a/docs/contact.md
+++ b/docs/contact.md
@@ -11,4 +11,4 @@ Perhaps you have an idea that you consider worth implementing in the framework?
Contact Bobcat team via:
- email: `bobcat@cognifide.com`
- [Gitter chat](https://gitter.im/bobcat-framework/Lobby)
-- GitHub: see [Contribution guidelines](https://github.com/Cognifide/bobcat/blob/master/CONTRIBUTING.md)
+- GitHub: see [Contribution guidelines](https://github.com/wttech/bobcat/blob/master/CONTRIBUTING.md)
diff --git a/docs/index.html b/docs/index.html
index 63f798fa..08bb79e6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -24,7 +24,7 @@
- title: "AEM support"
image_path: "/assets/img/main/adobe-experience-manager.png"
excerpt: |
- Since Cognifide expertises in development on top of Adobe Experience Manager (AEM), Bobcat accelerates test development for this platform, especially when it comes to AEM authoring. The framework provides dedicated modules which allow you to automate almost every action on the AEM author side.
+ Since Wunderman Thompson Technology (formerly Cognifide) expertises in development on top of Adobe Experience Manager (AEM), Bobcat accelerates test development for this platform, especially when it comes to AEM authoring. The framework provides dedicated modules which allow you to automate almost every action on the AEM author side.
under-the-hood:
- title: "Under the hood"
image_path: "/assets/img/main/page-objects.png"
diff --git a/docs/tests/com/cognifide/qa/bb/core/actions/page.html b/docs/tests/com/cognifide/qa/bb/core/actions/page.html
index faa1e86d..a5bfbd5c 100644
--- a/docs/tests/com/cognifide/qa/bb/core/actions/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/actions/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/docs/tests/com/cognifide/qa/bb/core/loadable/page.html b/docs/tests/com/cognifide/qa/bb/core/loadable/page.html
index 9ea8aa00..37da9db4 100644
--- a/docs/tests/com/cognifide/qa/bb/core/loadable/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/loadable/page.html
@@ -2,7 +2,7 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/docs/tests/com/cognifide/qa/bb/core/mapper/field/page.html b/docs/tests/com/cognifide/qa/bb/core/mapper/field/page.html
index 6ff2b1d5..f8042416 100644
--- a/docs/tests/com/cognifide/qa/bb/core/mapper/field/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/mapper/field/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/docs/tests/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/page.html b/docs/tests/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/page.html
index ece1b87b..6eced676 100644
--- a/docs/tests/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/provider/selenium/webdriver/creators/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2019 Cognifide Ltd.
+ Copyright (C) 2019 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/docs/tests/com/cognifide/qa/bb/core/qualifier/findpageobject/page.html b/docs/tests/com/cognifide/qa/bb/core/qualifier/findpageobject/page.html
index 4f6d0aaa..0d6bc1e9 100644
--- a/docs/tests/com/cognifide/qa/bb/core/qualifier/findpageobject/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/qualifier/findpageobject/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/docs/tests/com/cognifide/qa/bb/core/scope/current/page.html b/docs/tests/com/cognifide/qa/bb/core/scope/current/page.html
index 424fbc48..46aefbe9 100644
--- a/docs/tests/com/cognifide/qa/bb/core/scope/current/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/scope/current/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/docs/tests/com/cognifide/qa/bb/core/wait/page.html b/docs/tests/com/cognifide/qa/bb/core/wait/page.html
index 89c237c9..e7e0d35b 100644
--- a/docs/tests/com/cognifide/qa/bb/core/wait/page.html
+++ b/docs/tests/com/cognifide/qa/bb/core/wait/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/docs/tests/com/cognifide/qa/bb/proxy/page.html b/docs/tests/com/cognifide/qa/bb/proxy/page.html
index 6fbac851..f8eeab16 100644
--- a/docs/tests/com/cognifide/qa/bb/proxy/page.html
+++ b/docs/tests/com/cognifide/qa/bb/proxy/page.html
@@ -2,14 +2,14 @@
#%L
Bobcat Parent
%%
- Copyright (C) 2016 Cognifide Ltd.
+ Copyright (C) 2016 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/pom.xml b/pom.xml
index dd5bc93a..ab168d2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
#%L
Bobcat
%%
- Copyright (C) 2019 Cognifide Ltd.
+ Copyright (C) 2019 Wunderman Thompson Technology
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -29,11 +29,11 @@ limitations under the License.
Bobcat
Bobcat is an automated testing framework for functional testing of web
applications.
- https://github.com/cognifide/bobcat
+ https://github.com/wttech/bobcat
2016
- Cognifide Ltd.
+ Wunderman Thompson Technology
http://www.cognifide.com
@@ -70,10 +70,10 @@ limitations under the License.
- scm:git:git@github.com:Cognifide/bobcat.git
- scm:git:git@github.com:Cognifide/bobcat.git
+ scm:git:git@github.com:wttech/bobcat.git
+ scm:git:git@github.com:wttech/bobcat.git
HEAD
- https://github.com/Cognifide/bobcat
+ https://github.com/wttech/bobcat