diff --git a/LICENSE b/LICENSE index 7e3feef..815f437 100644 --- a/LICENSE +++ b/LICENSE @@ -1,10 +1,24 @@ -2017 EntIT Software LLC, a Micro Focus company, L.P. +Copyright 2017-2023 Open Text. + +The only warranties for products and services of Open Text and +its affiliates and licensors (“Open Text”) are as may be set forth +in the express warranty statements accompanying such products and services. +Nothing herein should be construed as constituting an additional warranty. +Open Text shall not be liable for technical or editorial errors or +omissions contained herein. The information contained herein is subject +to change without notice. + +Except as specifically indicated otherwise, this document contains +confidential information and a valid license is required for possession, +use or copying. If this work is provided to the U.S. Government, +consistent with FAR 12.211 and 12.212, Commercial Computer Software, +Computer Software Documentation, and Technical Data for Commercial Items are +licensed to the U.S. Government under vendor's standard commercial license. + 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 - + 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/README.MD b/README.MD index b24da11..1341436 100644 --- a/README.MD +++ b/README.MD @@ -29,4 +29,4 @@ For further configuration information please see the ["Configure the ALM Octane #### Disclaimer -Certain versions of software accessible here may contain branding from Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company.  As of September 1, 2017, the software is now offered by Micro Focus, a separately owned and operated company.  Any reference to the HP and Hewlett Packard Enterprise/HPE marks is historical in nature, and the HP and Hewlett Packard Enterprise/HPE marks are the property of their respective owners. +Certain versions of software accessible here may contain branding from Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. This software was acquired by Micro Focus on September 1, 2017, and is now offered by OpenText. Any reference to the HP and Hewlett Packard Enterprise/HPE marks is historical in nature, and the HP and Hewlett Packard Enterprise/HPE marks are the property of their respective owners. \ No newline at end of file diff --git a/misc/scripts/jarSigning.py b/misc/scripts/jarSigning.py index 8608d37..dda4748 100644 --- a/misc/scripts/jarSigning.py +++ b/misc/scripts/jarSigning.py @@ -1,17 +1,31 @@ #!/usr/bin/env python -# 2017 EntIT Software LLC, a Micro Focus company, L.P. -# 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. -# See the License for the specific language governing permissions and -# limitations under the License. +# Copyright 2017-2023 Open Text. + +# The only warranties for products and services of Open Text and +# its affiliates and licensors (“Open Text”) are as may be set forth +# in the express warranty statements accompanying such products and services. +# Nothing herein should be construed as constituting an additional warranty. +# Open Text shall not be liable for technical or editorial errors or +# omissions contained herein. The information contained herein is subject +# to change without notice. + +# Except as specifically indicated otherwise, this document contains +# confidential information and a valid license is required for possession, +# use or copying. If this work is provided to the U.S. Government, +# consistent with FAR 12.211 and 12.212, Commercial Computer Software, +# Computer Software Documentation, and Technical Data for Commercial Items are +# licensed to the U.S. Government under vendor's standard commercial license. + +# 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. +# See the License for the specific language governing permissions and +# limitations under the License. import zipfile import contextlib diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/OctaneTeamCityPlugin.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/OctaneTeamCityPlugin.java index 6e0c31e..eb6ba1e 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/OctaneTeamCityPlugin.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/OctaneTeamCityPlugin.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/TeamCityPluginServicesImpl.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/TeamCityPluginServicesImpl.java index 3c443b1..d22e29e 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/TeamCityPluginServicesImpl.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/TeamCityPluginServicesImpl.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/ConfigurationActionsController.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/ConfigurationActionsController.java index 70ce539..58b8d8c 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/ConfigurationActionsController.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/ConfigurationActionsController.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.actions; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/GenericOctaneActionsController.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/GenericOctaneActionsController.java index bd0a6b3..1d2cfdf 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/GenericOctaneActionsController.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/actions/GenericOctaneActionsController.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.actions; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigMultiSharedSpaceStructure.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigMultiSharedSpaceStructure.java index ebba0a6..8c313e2 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigMultiSharedSpaceStructure.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigMultiSharedSpaceStructure.java @@ -1,3 +1,32 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.hp.octane.plugins.jetbrains.teamcity.configuration; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigStructure.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigStructure.java index 90eac68..0426426 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigStructure.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigStructure.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.configuration; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigurationPage.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigurationPage.java index 3d247ae..2eaedeb 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigurationPage.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/OctaneConfigurationPage.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.configuration; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationHolder.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationHolder.java index 1a502dd..f93e747 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationHolder.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationHolder.java @@ -1,3 +1,32 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.hp.octane.plugins.jetbrains.teamcity.configuration; import com.hp.octane.integrations.OctaneConfiguration; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationService.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationService.java index acd1311..e07fc6e 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationService.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/configuration/TCConfigurationService.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.configuration; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ProgressEventsListener.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ProgressEventsListener.java index 4582798..6153d9c 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ProgressEventsListener.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ProgressEventsListener.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.events; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ScmUtils.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ScmUtils.java index bb4bc74..90fe134 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ScmUtils.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/events/ScmUtils.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.events; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/ModelCommonFactory.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/ModelCommonFactory.java index bd6b821..8760120 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/ModelCommonFactory.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/ModelCommonFactory.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.factories; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/TCPluginParametersFactory.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/TCPluginParametersFactory.java index 73924c7..b1d9393 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/TCPluginParametersFactory.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/factories/TCPluginParametersFactory.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.octane.plugins.jetbrains.teamcity.factories; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/testrunner/TeamCityTestsToRunConverterBuilder.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/testrunner/TeamCityTestsToRunConverterBuilder.java index 14b3cb0..f2af7dc 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/testrunner/TeamCityTestsToRunConverterBuilder.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/testrunner/TeamCityTestsToRunConverterBuilder.java @@ -1,3 +1,32 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.hp.octane.plugins.jetbrains.teamcity.testrunner; import com.hp.octane.integrations.executor.TestsToRunConverterResult; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SDKBasedLoggerProvider.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SDKBasedLoggerProvider.java index 817a1fb..141a617 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SDKBasedLoggerProvider.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SDKBasedLoggerProvider.java @@ -1,3 +1,31 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.hp.octane.plugins.jetbrains.teamcity.utils; import com.hp.octane.integrations.services.logging.CommonLoggerContextUtil; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridge.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridge.java index 64e2008..5e1888a 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridge.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridge.java @@ -1,3 +1,32 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.hp.octane.plugins.jetbrains.teamcity.utils; import com.hp.octane.plugins.jetbrains.teamcity.configuration.TCConfigurationHolder; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridgedServices.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridgedServices.java index 22bc304..c1ea6ba 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridgedServices.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/SpringContextBridgedServices.java @@ -1,3 +1,32 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.hp.octane.plugins.jetbrains.teamcity.utils; import com.hp.octane.plugins.jetbrains.teamcity.configuration.TCConfigurationHolder; diff --git a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/Utils.java b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/Utils.java index 48ebe95..cfd05d4 100644 --- a/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/Utils.java +++ b/plugin/src/main/java/com/hp/octane/plugins/jetbrains/teamcity/utils/Utils.java @@ -1,3 +1,31 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.hp.octane.plugins.jetbrains.teamcity.utils; import jetbrains.buildServer.serverSide.auth.Permission; diff --git a/plugin/src/main/resources/META-INF/build-server-plugin-HPE-NGA.xml b/plugin/src/main/resources/META-INF/build-server-plugin-HPE-NGA.xml index a1a1ad9..7324fad 100644 --- a/plugin/src/main/resources/META-INF/build-server-plugin-HPE-NGA.xml +++ b/plugin/src/main/resources/META-INF/build-server-plugin-HPE-NGA.xml @@ -1,17 +1,31 @@ diff --git a/plugin/src/main/resources/buildServerResources/settingsWebForm.jsp b/plugin/src/main/resources/buildServerResources/settingsWebForm.jsp index 97ea825..201ccba 100644 --- a/plugin/src/main/resources/buildServerResources/settingsWebForm.jsp +++ b/plugin/src/main/resources/buildServerResources/settingsWebForm.jsp @@ -1,17 +1,30 @@ <%-- - ~ 2017 EntIT Software LLC, a Micro Focus company, L.P. - ~ 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. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - ~ + ~ Copyright 2017-2023 Open Text. + ~ + ~ The only warranties for products and services of Open Text and + ~ its affiliates and licensors (“Open Text”) are as may be set forth + ~ in the express warranty statements accompanying such products and services. + ~ Nothing herein should be construed as constituting an additional warranty. + ~ Open Text shall not be liable for technical or editorial errors or + ~ omissions contained herein. The information contained herein is subject + ~ to change without notice. + ~ + ~ Except as specifically indicated otherwise, this document contains + ~ confidential information and a valid license is required for possession, + ~ use or copying. If this work is provided to the U.S. Government, + ~ consistent with FAR 12.211 and 12.212, Commercial Computer Software, + ~ Computer Software Documentation, and Technical Data for Commercial Items are + ~ licensed to the U.S. Government under vendor's standard commercial license. + ~ + ~ 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. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. --%> diff --git a/plugin/src/test/java/com/hp/nga/teamcity/coverage/ConfigTest.java b/plugin/src/test/java/com/hp/nga/teamcity/coverage/ConfigTest.java index 1a9a719..c3157ba 100644 --- a/plugin/src/test/java/com/hp/nga/teamcity/coverage/ConfigTest.java +++ b/plugin/src/test/java/com/hp/nga/teamcity/coverage/ConfigTest.java @@ -1,3 +1,32 @@ +/** + * Copyright 2017-2023 Open Text. + * + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. + * + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.hp.nga.teamcity.coverage; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/plugin/src/test/java/com/hp/nga/teamcity/coverage/HttpClientTest.java b/plugin/src/test/java/com/hp/nga/teamcity/coverage/HttpClientTest.java index 9ac5176..3411434 100644 --- a/plugin/src/test/java/com/hp/nga/teamcity/coverage/HttpClientTest.java +++ b/plugin/src/test/java/com/hp/nga/teamcity/coverage/HttpClientTest.java @@ -1,17 +1,30 @@ -/* - * 2017 EntIT Software LLC, a Micro Focus company, L.P. - * 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 +/** + * Copyright 2017-2023 Open Text. * - * http://www.apache.org/licenses/LICENSE-2.0 + * The only warranties for products and services of Open Text and + * its affiliates and licensors (“Open Text”) are as may be set forth + * in the express warranty statements accompanying such products and services. + * Nothing herein should be construed as constituting an additional warranty. + * Open Text shall not be liable for technical or editorial errors or + * omissions contained herein. The information contained herein is subject + * to change without notice. * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Except as specifically indicated otherwise, this document contains + * confidential information and a valid license is required for possession, + * use or copying. If this work is provided to the U.S. Government, + * consistent with FAR 12.211 and 12.212, Commercial Computer Software, + * Computer Software Documentation, and Technical Data for Commercial Items are + * licensed to the U.S. Government under vendor's standard commercial license. * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.hp.nga.teamcity.coverage;