Skip to content

Commit

Permalink
Change owner lombok GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Apr 22, 2021
1 parent 5120abe commit 6758714
Show file tree
Hide file tree
Showing 23 changed files with 329 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Before submitting**
Please check our [wiki](https://github.com/rzwitserloot/lombok/wiki) because some feature requests are asked _a lot_ and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.
Please check our [wiki](https://github.com/projectlombok/lombok/wiki) because some feature requests are asked _a lot_ and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.

**Describe the feature**
A clear and concise description of what the feature request/enhancement is. What is the goal of adding this feature request? This should include 2 java snippets: One 'lomboked' version, which is java code with (for example) an annotation that is short and boilerplate free, and a second snippet that shows precisely what lombok will do under the hood. Lombok can only turn java code that is valid java syntax into different java code.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rzwitserloot/com.zwitserloot.cmdreader

------------------------------------------------------------------------------

rzwitserloot/lombok.patcher
projectlombok/lombok.patcher

Copyright (C) 2009-2021 The Project Lombok Authors.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ For complete project information, see [projectlombok.org]

You can review our security policy via [SECURITY.md]

[LICENSE]: https://github.com/rzwitserloot/lombok/blob/master/LICENSE
[AUTHORS]: https://github.com/rzwitserloot/lombok/blob/master/AUTHORS
[SECURITY.md]: https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md
[LICENSE]: https://github.com/projectlombok/lombok/blob/master/LICENSE
[AUTHORS]: https://github.com/projectlombok/lombok/blob/master/AUTHORS
[SECURITY.md]: https://github.com/projectlombok/lombok/blob/master/SECURITY.md
[projectlombok.org]: https://projectlombok.org/
[tidelift subscription]: https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website
4 changes: 2 additions & 2 deletions buildScripts/p2/content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</instructions>
</touchpointData>
<licenses size='1'>
<license uri='https://raw.githubusercontent.com/rzwitserloot/lombok/master/LICENSE' url='https://raw.githubusercontent.com/rzwitserloot/lombok/master/LICENSE'>
<license uri='https://raw.githubusercontent.com/projectlombok/lombok/master/LICENSE' url='https://raw.githubusercontent.com/projectlombok/lombok/master/LICENSE'>
Copyright (C) 2009-@YEAR@ The Project Lombok Authors.&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xA;in the Software without restriction, including without limitation the rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE.
</license>
</licenses>
Expand Down Expand Up @@ -107,7 +107,7 @@
</requires>
<touchpoint id='null' version='0.0.0'/>
<licenses size='1'>
<license uri='https://raw.githubusercontent.com/rzwitserloot/lombok/master/LICENSE' url='https://raw.githubusercontent.com/rzwitserloot/lombok/master/LICENSE'>
<license uri='https://raw.githubusercontent.com/projectlombok/lombok/master/LICENSE' url='https://raw.githubusercontent.com/projectlombok/lombok/master/LICENSE'>
Copyright (C) 2009-@YEAR@ The Project Lombok Authors.&#xA;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xA;in the Software without restriction, including without limitation the rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE.
</license>
</licenses>
Expand Down
2 changes: 1 addition & 1 deletion buildScripts/p2/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, automate your logging variables, and much more.
</description>

<license url="https://raw.githubusercontent.com/rzwitserloot/lombok/master/LICENSE">
<license url="https://raw.githubusercontent.com/projectlombok/lombok/master/LICENSE">
Copyright (C) 2009-@YEAR@ The Project Lombok Authors.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit 6758714

Please sign in to comment.