Skip to content

Commit 45fa14c

Browse files
committedMay 31, 2023
rebranding: copyright headers
1 parent af18a9e commit 45fa14c

File tree

8 files changed

+27
-29
lines changed

8 files changed

+27
-29
lines changed
 

Diff for: ‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2018 OpenText.
3+
Copyright 2013-2018 OpenText.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: ‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# OpenText IDOL Java Testing Utils #
22

3-
[![Build Status](https://travis-ci.org/microfocus-idol/java-testing-utils.svg?branch=master)](https://travis-ci.org/microfocus-idol/java-testing-utils)
4-
53
A collection of matchers and a factory for creating mock Spring beans.
64

75
This repo uses git-flow. develop is the development branch. master is the last known good branch.
86

97
## License
108

11-
(c) Copyright 2013-2018 OpenText or one of its affiliates.
9+
Copyright 2013-2018 OpenText or one of its affiliates.
1210

1311
Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.

Diff for: ‎pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<name>OpenText IDOL Java Testing Utils</name>
1818
<description>Hamcrest matchers and Mockito Spring factory</description>
19-
<url>https://github.com/microfocus-idol/java-testing-utils</url>
19+
<url>https://github.com/opentext-idol/java-testing-utils</url>
2020

2121
<organization>
2222
<name>OpenText</name>
@@ -45,14 +45,14 @@
4545
</developers>
4646

4747
<scm>
48-
<connection>scm:git:git@github.com:microfocus-idol/java-testing-utils.git</connection>
49-
<developerConnection>scm:git:git@github.com:microfocus-idol/java-testing-utils.git</developerConnection>
50-
<url>git@github.com:microfocus-idol/java-testing-utils.git</url>
48+
<connection>scm:git:git@github.com:opentext-idol/java-testing-utils.git</connection>
49+
<developerConnection>scm:git:git@github.com:opentext-idol/java-testing-utils.git</developerConnection>
50+
<url>git@github.com:opentext-idol/java-testing-utils.git</url>
5151
</scm>
5252

5353
<issueManagement>
5454
<system>GitHub</system>
55-
<url>https://github.com/microfocus-idol/java-testing-utils/issues</url>
55+
<url>https://github.com/opentext-idol/java-testing-utils/issues</url>
5656
</issueManagement>
5757

5858
<dependencies>

Diff for: ‎settings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!--
2-
~ (c) Copyright 2013-2015 Micro Focus or one of its affiliates.
2+
~ Copyright 2013-2015 Open Text.
33
~
44
~ Licensed under the MIT License (the "License"); you may not use this file
55
~ except in compliance with the License.
66
~
7-
~ The only warranties for products and services of Micro Focus and its affiliates
8-
~ and licensors ("Micro Focus") are as may be set forth in the express warranty
7+
~ The only warranties for products and services of Open Text and its affiliates
8+
~ and licensors ("Open Text") are as may be set forth in the express warranty
99
~ statements accompanying such products and services. Nothing herein should be
10-
~ construed as constituting an additional warranty. Micro Focus shall not be
10+
~ construed as constituting an additional warranty. Open Text shall not be
1111
~ liable for technical or editorial errors or omissions contained herein. The
1212
~ information contained herein is subject to change without notice.
1313
-->

Diff for: ‎src/main/java/com/hp/autonomy/frontend/testing/matchers/IsAciParameter.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* (c) Copyright 2013-2015 Micro Focus or one of its affiliates.
2+
* Copyright 2013-2015 Open Text.
33
*
44
* Licensed under the MIT License (the "License"); you may not use this file
55
* except in compliance with the License.
66
*
7-
* The only warranties for products and services of Micro Focus and its affiliates
8-
* and licensors ("Micro Focus") are as may be set forth in the express warranty
7+
* The only warranties for products and services of Open Text and its affiliates
8+
* and licensors ("Open Text") are as may be set forth in the express warranty
99
* statements accompanying such products and services. Nothing herein should be
10-
* construed as constituting an additional warranty. Micro Focus shall not be
10+
* construed as constituting an additional warranty. Open Text shall not be
1111
* liable for technical or editorial errors or omissions contained herein. The
1212
* information contained herein is subject to change without notice.
1313
*/

Diff for: ‎src/main/java/com/hp/autonomy/frontend/testing/matchers/MatchesAciParameters.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* (c) Copyright 2013-2015 Micro Focus or one of its affiliates.
2+
* Copyright 2013-2015 Open Text.
33
*
44
* Licensed under the MIT License (the "License"); you may not use this file
55
* except in compliance with the License.
66
*
7-
* The only warranties for products and services of Micro Focus and its affiliates
8-
* and licensors ("Micro Focus") are as may be set forth in the express warranty
7+
* The only warranties for products and services of Open Text and its affiliates
8+
* and licensors ("Open Text") are as may be set forth in the express warranty
99
* statements accompanying such products and services. Nothing herein should be
10-
* construed as constituting an additional warranty. Micro Focus shall not be
10+
* construed as constituting an additional warranty. Open Text shall not be
1111
* liable for technical or editorial errors or omissions contained herein. The
1212
* information contained herein is subject to change without notice.
1313
*/

Diff for: ‎src/main/java/com/hp/autonomy/frontend/testing/matchers/SetContainingItems.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* (c) Copyright 2013-2015 Micro Focus or one of its affiliates.
2+
* Copyright 2013-2015 Open Text.
33
*
44
* Licensed under the MIT License (the "License"); you may not use this file
55
* except in compliance with the License.
66
*
7-
* The only warranties for products and services of Micro Focus and its affiliates
8-
* and licensors ("Micro Focus") are as may be set forth in the express warranty
7+
* The only warranties for products and services of Open Text and its affiliates
8+
* and licensors ("Open Text") are as may be set forth in the express warranty
99
* statements accompanying such products and services. Nothing herein should be
10-
* construed as constituting an additional warranty. Micro Focus shall not be
10+
* construed as constituting an additional warranty. Open Text shall not be
1111
* liable for technical or editorial errors or omissions contained herein. The
1212
* information contained herein is subject to change without notice.
1313
*/

Diff for: ‎src/main/java/com/hp/autonomy/frontend/testing/mock/MocksFactory.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* (c) Copyright 2013-2015 Micro Focus or one of its affiliates.
2+
* Copyright 2013-2015 Open Text.
33
*
44
* Licensed under the MIT License (the "License"); you may not use this file
55
* except in compliance with the License.
66
*
7-
* The only warranties for products and services of Micro Focus and its affiliates
8-
* and licensors ("Micro Focus") are as may be set forth in the express warranty
7+
* The only warranties for products and services of Open Text and its affiliates
8+
* and licensors ("Open Text") are as may be set forth in the express warranty
99
* statements accompanying such products and services. Nothing herein should be
10-
* construed as constituting an additional warranty. Micro Focus shall not be
10+
* construed as constituting an additional warranty. Open Text shall not be
1111
* liable for technical or editorial errors or omissions contained herein. The
1212
* information contained herein is subject to change without notice.
1313
*/

0 commit comments

Comments
 (0)
Please sign in to comment.