# HG changeset patch # User Da Risk # Date 1301600544 -7200 # Node ID b097dd0b8c09f551fb64dc011966a44cc07313e2 # Parent 1f3c76bf375652c48363974fcee0675f49d591b4 Update headers tools files. The checkstyle header check now requires to have the year 2009 which is the year Beem was first released. diff -r 1f3c76bf3756 -r b097dd0b8c09 tools/JavaHeaderCheck.regex --- 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 \.$ ^$ ^ 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,$ diff -r 1f3c76bf3756 -r b097dd0b8c09 tools/LicenseHeader.txt --- 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 . 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/ */