|
| 1 | +# Copyright (c) 2012-2024, jcabi.com |
| 2 | +# All rights reserved. |
| 3 | +# |
| 4 | +# Redistribution and use in source and binary forms, with or without |
| 5 | +# modification, are permitted provided that the following conditions |
| 6 | +# are met: 1) Redistributions of source code must retain the above |
| 7 | +# copyright notice, this list of conditions and the following |
| 8 | +# disclaimer. 2) Redistributions in binary form must reproduce the above |
| 9 | +# copyright notice, this list of conditions and the following |
| 10 | +# disclaimer in the documentation and/or other materials provided |
| 11 | +# with the distribution. 3) Neither the name of the jcabi.com nor |
| 12 | +# the names of its contributors may be used to endorse or promote |
| 13 | +# products derived from this software without specific prior written |
| 14 | +# permission. |
| 15 | +# |
| 16 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 | +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT |
| 18 | +# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 19 | +# FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 20 | +# THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 21 | +# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 22 | +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 23 | +# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 24 | +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 25 | +# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 26 | +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 27 | +# OF THE POSSIBILITY OF SUCH DAMAGE. |
| 28 | +--- |
| 29 | +name: copyrights |
| 30 | +'on': |
| 31 | + push: |
| 32 | + pull_request: |
| 33 | +jobs: |
| 34 | + copyrights: |
| 35 | + runs-on: ubuntu-24.04 |
| 36 | + steps: |
| 37 | + - uses: actions/checkout@v4 |
| 38 | + - uses: yegor256/copyrights-action@0.0.8 |
| 39 | + with: |
| 40 | + globs: >- |
| 41 | + **/LICENSE.txt |
| 42 | + **/*.sh |
| 43 | + **/*.yml |
| 44 | + **/*.yaml |
| 45 | + **/*.eo |
| 46 | + **/*.xmir |
| 47 | + **/*.xml |
| 48 | + **/*.xsl |
| 49 | + **/*.xsd |
| 50 | + **/*.ini |
| 51 | + **/*.java |
| 52 | + **/*.g4 |
| 53 | + **/*.properties |
| 54 | + **/*.groovy |
0 commit comments