File tree 8 files changed +27
-29
lines changed
src/main/java/com/hp/autonomy/frontend/testing
8 files changed +27
-29
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2013-2018 OpenText.
3
+ Copyright 2013-2018 OpenText.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# OpenText IDOL Java Testing Utils #
2
2
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
-
5
3
A collection of matchers and a factory for creating mock Spring beans.
6
4
7
5
This repo uses git-flow. develop is the development branch. master is the last known good branch.
8
6
9
7
## License
10
8
11
- (c) Copyright 2013-2018 OpenText or one of its affiliates.
9
+ Copyright 2013-2018 OpenText or one of its affiliates.
12
10
13
11
Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.
Original file line number Diff line number Diff line change 16
16
17
17
<name >OpenText IDOL Java Testing Utils</name >
18
18
<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 >
20
20
21
21
<organization >
22
22
<name >OpenText</name >
45
45
</developers >
46
46
47
47
<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 >
51
51
</scm >
52
52
53
53
<issueManagement >
54
54
<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 >
56
56
</issueManagement >
57
57
58
58
<dependencies >
Original file line number Diff line number Diff line change 1
1
<!--
2
- ~ (c) Copyright 2013-2015 Micro Focus or one of its affiliates .
2
+ ~ Copyright 2013-2015 Open Text .
3
3
~
4
4
~ Licensed under the MIT License (the "License"); you may not use this file
5
5
~ except in compliance with the License.
6
6
~
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
9
9
~ 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
11
11
~ liable for technical or editorial errors or omissions contained herein. The
12
12
~ information contained herein is subject to change without notice.
13
13
-->
Original file line number Diff line number Diff line change 1
1
/*
2
- * (c) Copyright 2013-2015 Micro Focus or one of its affiliates .
2
+ * Copyright 2013-2015 Open Text .
3
3
*
4
4
* Licensed under the MIT License (the "License"); you may not use this file
5
5
* except in compliance with the License.
6
6
*
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
9
9
* 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
11
11
* liable for technical or editorial errors or omissions contained herein. The
12
12
* information contained herein is subject to change without notice.
13
13
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * (c) Copyright 2013-2015 Micro Focus or one of its affiliates .
2
+ * Copyright 2013-2015 Open Text .
3
3
*
4
4
* Licensed under the MIT License (the "License"); you may not use this file
5
5
* except in compliance with the License.
6
6
*
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
9
9
* 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
11
11
* liable for technical or editorial errors or omissions contained herein. The
12
12
* information contained herein is subject to change without notice.
13
13
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * (c) Copyright 2013-2015 Micro Focus or one of its affiliates .
2
+ * Copyright 2013-2015 Open Text .
3
3
*
4
4
* Licensed under the MIT License (the "License"); you may not use this file
5
5
* except in compliance with the License.
6
6
*
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
9
9
* 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
11
11
* liable for technical or editorial errors or omissions contained herein. The
12
12
* information contained herein is subject to change without notice.
13
13
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * (c) Copyright 2013-2015 Micro Focus or one of its affiliates .
2
+ * Copyright 2013-2015 Open Text .
3
3
*
4
4
* Licensed under the MIT License (the "License"); you may not use this file
5
5
* except in compliance with the License.
6
6
*
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
9
9
* 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
11
11
* liable for technical or editorial errors or omissions contained herein. The
12
12
* information contained herein is subject to change without notice.
13
13
*/
You can’t perform that action at this time.
0 commit comments