diff --git a/.0pdd.yml b/.0pdd.yml index 36d0a7fee..b774e841f 100644 --- a/.0pdd.yml +++ b/.0pdd.yml @@ -1,9 +1,27 @@ +# The MIT License (MIT) +# +# Copyright (c) 2014-2024 Yegor Bugayenko +# +# 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 NON-INFRINGEMENT. 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. +--- errors: - yegor256@gmail.com -# alerts: -# github: -# - yegor256 - tags: - pdd - bug diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0aa3dba44..fa38b11b3 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -21,7 +21,7 @@ # SOFTWARE. --- name: codecov -on: +'on': push: branches: - master diff --git a/.github/workflows/mvn.yml b/.github/workflows/mvn.yml index 8a7f465a9..4cba22dcf 100644 --- a/.github/workflows/mvn.yml +++ b/.github/workflows/mvn.yml @@ -21,7 +21,7 @@ # SOFTWARE. --- name: mvn -on: +'on': push: branches: - master diff --git a/.github/workflows/pdd.yml b/.github/workflows/pdd.yml index a6e54adc9..396ce5a13 100644 --- a/.github/workflows/pdd.yml +++ b/.github/workflows/pdd.yml @@ -21,7 +21,7 @@ # SOFTWARE. --- name: pdd -on: +'on': push: branches: - master diff --git a/.github/workflows/xcop.yml b/.github/workflows/xcop.yml index c61a5c8ca..b0601231f 100644 --- a/.github/workflows/xcop.yml +++ b/.github/workflows/xcop.yml @@ -21,7 +21,7 @@ # SOFTWARE. --- name: xcop -on: +'on': push: branches: - master diff --git a/.rultor.yml b/.rultor.yml index ee040e1de..6c75f9323 100644 --- a/.rultor.yml +++ b/.rultor.yml @@ -1,5 +1,27 @@ +# The MIT License (MIT) +# +# Copyright (c) 2014-2024 Yegor Bugayenko +# +# 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 NON-INFRINGEMENT. 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. +--- docker: - image: yegor256/rultor-image:1.9.1 + image: yegor256/rultor-image:1.23.1 assets: settings.xml: yegor256/home#assets/takes/settings.xml pubring.gpg: yegor256/home#assets/pubring.gpg diff --git a/.yamllint.yml b/.yamllint.yml new file mode 100644 index 000000000..876d3d243 --- /dev/null +++ b/.yamllint.yml @@ -0,0 +1,25 @@ +# The MIT License (MIT) +# +# Copyright (c) 2014-2024 Yegor Bugayenko +# +# 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 NON-INFRINGEMENT. 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. +--- +extends: default +rules: + line-length: disable diff --git a/src/it/file-manager/invoker.properties b/src/it/file-manager/invoker.properties index e2a44e3c0..49a774ca3 100644 --- a/src/it/file-manager/invoker.properties +++ b/src/it/file-manager/invoker.properties @@ -1 +1,24 @@ +# +# The MIT License (MIT) +# +# Copyright (c) 2014-2024 Yegor Bugayenko +# +# 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 NON-INFRINGEMENT. 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. +# invoker.goals = clean verify diff --git a/src/main/resources/org/takes/version.properties b/src/main/resources/org/takes/version.properties index 20e900dab..ee31f3a80 100644 --- a/src/main/resources/org/takes/version.properties +++ b/src/main/resources/org/takes/version.properties @@ -1,3 +1,26 @@ +# +# The MIT License (MIT) +# +# Copyright (c) 2014-2024 Yegor Bugayenko +# +# 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 NON-INFRINGEMENT. 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. +# version=${project.version} revision=${buildNumber} date=${timestamp}