tools/JavaHeaderCheck.regex
author Da Risk <darisk972@gmail.com>
Sat, 19 Feb 2011 22:07:02 +0100
changeset 876 0173963643d1
parent 578 1536b3881809
child 891 b097dd0b8c09
permissions -rw-r--r--
Use a content resolver to get the avatar in UI.
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
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     4
^    Copyright \(C\) \d\d\d\d by .*$
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$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    23
^    contact@beem-project\.com or http://dev\.beem-project\.com/$
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
^    Epitech, hereby disclaims all copyright interest in the program "Beem"$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    26
^    written by Frederic-Charles Barthelery,$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    27
^               Jean-Manuel Da Silva,$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    28
^               Nikita Kozlov,$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    29
^               Philippe Lago,$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    30
^               Jean Baptiste Vergely,$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    31
^               Vincent Veronis\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    32
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    33
^    Nicolas Sadirac, November 26, 2009$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    34
^    President of Epitech\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    35
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    36
^    Flavien Astraud, November 26, 2009$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    37
^    Head of the EIP Laboratory\.$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    38
^$
1536b3881809 Add a check for headers
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    39
^\*/$