diff --git a/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/FilteredVariablesHeader.java b/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/FilteredVariablesHeader.java index dff9fe36..9b80902e 100644 --- a/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/FilteredVariablesHeader.java +++ b/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/FilteredVariablesHeader.java @@ -1,18 +1,27 @@ -/*************************************************************************** - * Copyright (C) 2014 Ping Identity Corporation - * All rights reserved. - *

- * The contents of this file are the property of Ping Identity Corporation. - * You may not copy or use this file, in either source code or executable - * form, except in compliance with terms set by Ping Identity Corporation. - * For further information please contact: - *

- * Ping Identity Corporation - * 1001 17th Street Suite 100 - * Denver, CO 80202 - * 303.468.2900 - * http://www.pingidentity.com - **************************************************************************/ +/* + * The MIT License + * + * Copyright (c) 2016 the Jenkins project + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ package au.com.centrumsystems.hudson.plugin.buildpipeline.extension; import hudson.Extension; diff --git a/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/PipelineHeaderExtensionDescriptor.java b/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/PipelineHeaderExtensionDescriptor.java index d2758f74..ea5a4465 100644 --- a/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/PipelineHeaderExtensionDescriptor.java +++ b/src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/PipelineHeaderExtensionDescriptor.java @@ -1,18 +1,27 @@ -/*************************************************************************** - * Copyright (C) 2014 Ping Identity Corporation - * All rights reserved. - *

- * The contents of this file are the property of Ping Identity Corporation. - * You may not copy or use this file, in either source code or executable - * form, except in compliance with terms set by Ping Identity Corporation. - * For further information please contact: - *

- * Ping Identity Corporation - * 1001 17th Street Suite 100 - * Denver, CO 80202 - * 303.468.2900 - * http://www.pingidentity.com - **************************************************************************/ +/* + * The MIT License + * + * Copyright (c) 2016 the Jenkins project + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ package au.com.centrumsystems.hudson.plugin.buildpipeline.extension; import hudson.DescriptorExtensionList; diff --git a/src/test/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtensionTest.java b/src/test/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtensionTest.java index 077a664d..7f6c4ab1 100644 --- a/src/test/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtensionTest.java +++ b/src/test/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtensionTest.java @@ -1,18 +1,27 @@ -/*************************************************************************** - * Copyright (C) 2014 Ping Identity Corporation - * All rights reserved. - *

- * The contents of this file are the property of Ping Identity Corporation. - * You may not copy or use this file, in either source code or executable - * form, except in compliance with terms set by Ping Identity Corporation. - * For further information please contact: - *

- * Ping Identity Corporation - * 1001 17th Street Suite 100 - * Denver, CO 80202 - * 303.468.2900 - * http://www.pingidentity.com - **************************************************************************/ +/* + * The MIT License + * + * Copyright (c) 2016 the Jenkins project + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ package au.com.centrumsystems.hudson.plugin.buildpipeline.extension; import au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView;