Update headers tools files.
The checkstyle header check now requires to have the year 2009 which is the
year Beem was first released.
--- a/tools/JavaHeaderCheck.regex Fri Mar 25 23:02:04 2011 +0100
+++ b/tools/JavaHeaderCheck.regex Thu Mar 31 21:42:24 2011 +0200
@@ -1,7 +1,7 @@
^/\*$
^ BEEM is a videoconference application on the Android Platform\.$
^$
-^ Copyright \(C\) \d\d\d\d by .*$
+^ Copyright \(C\) 2009(-\d\d\d\d)? by .*$
^ .*$
^$
^ This file is part of BEEM\.$
@@ -20,7 +20,7 @@
^ along with BEEM\. If not, see <http://www.gnu.org/licenses/>\.$
^$
^ Please send bug reports with examples or suggestions to$
-^ contact@beem-project\.com or http://dev\.beem-project\.com/$
+^ contact@beem-project\.com or http://(dev|www)\.beem-project\.com/$
^$
^ Epitech, hereby disclaims all copyright interest in the program "Beem"$
^ written by Frederic-Charles Barthelery,$
--- a/tools/LicenseHeader.txt Fri Mar 25 23:02:04 2011 +0100
+++ b/tools/LicenseHeader.txt Thu Mar 31 21:42:24 2011 +0200
@@ -1,12 +1,9 @@
/*
BEEM is a videoconference application on the Android Platform.
- Copyright (C) 2009 by Frederic-Charles Barthelery,
- Jean-Manuel Da Silva,
- Nikita Kozlov,
- Philippe Lago,
- Jean Baptiste Vergely,
- Vincent Veronis.
+ Copyright (C) 2009-2011 by Frederic-Charles Barthelery,
+ Nikita Kozlov,
+ Vincent Veronis.
This file is part of BEEM.
@@ -24,20 +21,6 @@
along with BEEM. If not, see <http://www.gnu.org/licenses/>.
Please send bug reports with examples or suggestions to
- contact@beem-project.com or http://dev.beem-project.com/
-
- Epitech, hereby disclaims all copyright interest in the program "Beem"
- written by Frederic-Charles Barthelery,
- Jean-Manuel Da Silva,
- Nikita Kozlov,
- Philippe Lago,
- Jean Baptiste Vergely,
- Vincent Veronis.
-
- Nicolas Sadirac, November 26, 2009
- President of Epitech.
-
- Flavien Astraud, November 26, 2009
- Head of the EIP Laboratory.
+ contact@beem-project.com or http://www.beem-project.com/
*/