Skip to content

Commit 4e34dae

Browse files
cdelmonte-zgclaude
andcommitted
Update copyright and add MIT License headers
- Updated all copyright notices from CloudBees, Inc. to Christian Del Monte - Added MIT License header to all Java source files (186 files) - Added legal disclaimer to README.md and docs/index.md - Updated CHANGELOG.md with missing version 3.2.0 - All tests passing (238 tests, 0 failures) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7415340 commit 4e34dae

File tree

190 files changed

+1010
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+1010
-173
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@
2222
### New Contributors
2323
* @nazzer23 made their first contribution in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/367
2424

25-
**Full Changelog**: https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/compare/bitbucket-push-and-pull-request-3.1.4...bitbucket-push-and-pull-request-3.3.0
25+
**Full Changelog**: https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/compare/bitbucket-push-and-pull-request-3.2.0...bitbucket-push-and-pull-request-3.3.0
26+
27+
## 3.2.0 (2025-02-26)
28+
29+
### What's Changed
30+
* Plugin modernization to reduce hpi size by @mawinter69 in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/355
31+
32+
### New Contributors
33+
* @mawinter69 made their first contribution in https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/pull/355
34+
35+
**Full Changelog**: https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/compare/bitbucket-push-and-pull-request-3.1.5...bitbucket-push-and-pull-request-3.2.0
2636

2737
## 3.1.4 (2024-10-29)
2838

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,4 +1322,9 @@ pipeline {
13221322
# Thanks and Acknowledgments
13231323

13241324
This plugin is originally based on the Sazo's fork (<https://github.com/sazo/bitbucket-plugin>)
1325-
of the Bitbucket plugin: <https://plugins.jenkins.io/bitbucket>.
1325+
1326+
# Legal Disclaimer
1327+
1328+
This software is provided under the MIT License and is offered "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.
1329+
1330+
Users are solely responsible for determining the appropriateness of using this plugin and assume all risks associated with its use, including but not limited to the risks of program errors, damage to or loss of data, and unavailability or interruption of operations.

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,3 +1323,9 @@ pipeline {
13231323

13241324
This plugin is originally based on the Sazo's fork (<https://github.com/sazo/bitbucket-plugin>)
13251325
of the Bitbucket plugin: <https://plugins.jenkins.io/bitbucket>.
1326+
1327+
# Legal Disclaimer
1328+
1329+
This software is provided under the MIT License and is offered "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.
1330+
1331+
Users are solely responsible for determining the appropriateness of using this plugin and assume all risks associated with its use, including but not limited to the risks of program errors, damage to or loss of data, and unavailability or interruption of operations.

release.properties

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRJobProbe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* The MIT License
33
*
4-
* Copyright (C) 2021, CloudBees, Inc.
4+
* Copyright (C) 2018-2025, Christian Del Monte.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
77
* associated documentation files (the "Software"), to deal in the Software without restriction,

src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRPollResultListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* The MIT License
33
*
4-
* Copyright (C) 2018, CloudBees, Inc.
4+
* Copyright (C) 2018-2025, Christian Del Monte.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
77
* associated documentation files (the "Software"), to deal in the Software without restriction,

src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRPollingRunnable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* The MIT License
33
*
4-
* Copyright (C) 2018, CloudBees, Inc.
4+
* Copyright (C) 2018-2025, Christian Del Monte.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
77
* associated documentation files (the "Software"), to deal in the Software without restriction,

src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/BitBucketPPRTrigger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* The MIT License
33
*
4-
* Copyright (C) 2021, CloudBees, Inc.
4+
* Copyright (C) 2018-2025, Christian Del Monte.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
77
* associated documentation files (the "Software"), to deal in the Software without restriction,

src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* The MIT License
33
*
4-
* Copyright (C) 2020, CloudBees, Inc.
4+
* Copyright (C) 2018-2025, Christian Del Monte.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
77
* associated documentation files (the "Software"), to deal in the Software without restriction,

src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRActionAbstract.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*******************************************************************************
2+
* The MIT License
3+
*
4+
* Copyright (C) 2018-2025, Christian Del Monte.
5+
*
6+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
7+
* associated documentation files (the "Software"), to deal in the Software without restriction,
8+
* including without limitation the rights to use, copy, modify, merge, publish, distribute,
9+
* sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
10+
* furnished to do so, subject to the following conditions:
11+
*
12+
* The above copyright notice and this permission notice shall be included in all copies or
13+
* substantial portions of the Software.
14+
*
15+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
16+
* NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
18+
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
******************************************************************************/
21+
122
package io.jenkins.plugins.bitbucketpushandpullrequest.action;
223

324
import hudson.model.InvisibleAction;

0 commit comments

Comments
 (0)