tools/JavaHeaderCheck.regex
author Nikita Kozlov <nikita@beem-project.com>
Sun, 16 Jan 2011 12:44:59 +0100
changeset 844 30d32b73be7c
parent 578 1536b3881809
child 881 b097dd0b8c09
permissions -rw-r--r--
fix Bug #321 I have commented the PrivacyListManagerAdapter initialization because the exception came from the underneath code. Also, since the feature isn't finished (especially tested) and enabled in the gui, it will be safer.
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
^\*/$