tools/JavaHeaderCheck.regex
author Da Risk <da_risk@beem-project.com>
Thu, 21 Dec 2017 15:56:42 -0800
changeset 1073 274f38e8c8a9
parent 943 d456bf4dbc17
permissions -rw-r--r--
Compile with sdk 27
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
578
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     1
^/\*$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     2
^    BEEM is a videoconference application on the Android Platform\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     3
^$
943
d456bf4dbc17 Remove Epitech disclaimer in the Header check.
Da Risk <da_risk@geekorum.com>
parents: 881
diff changeset
     4
^    Copyright \(C\) \d\d\d\d(-\d\d\d\d)? by .*$
578
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     5
^                         .*$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     6
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     7
^    This file is part of BEEM\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     8
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     9
^    BEEM is free software: you can redistribute it and/or modify$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    10
^    it under the terms of the GNU General Public License as published by$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    11
^    the Free Software Foundation, either version 3 of the License, or$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    12
^    \(at your option\) any later version\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    13
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    14
^    BEEM is distributed in the hope that it will be useful,$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    15
^    but WITHOUT ANY WARRANTY; without even the implied warranty of$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    16
^    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\.  See the$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    17
^    GNU General Public License for more details\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    18
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    19
^    You should have received a copy of the GNU General Public License$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    20
^    along with BEEM\.  If not, see <http://www.gnu.org/licenses/>\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    21
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    22
^    Please send bug reports with examples or suggestions to$
881
b097dd0b8c09 Update headers tools files.
Da Risk <darisk972@gmail.com>
parents: 578
diff changeset
    23
^    contact@beem-project\.com or http://(dev|www)\.beem-project\.com/$
578
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    24
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    25
^\*/$