tests: remove date from @author docs statements
authorAntoine Musso <hashar@free.fr>
Thu, 3 Oct 2013 08:35:01 +0000 (10:35 +0200)
committerAntoine Musso <hashar@free.fr>
Thu, 3 Oct 2013 08:48:12 +0000 (10:48 +0200)
commit3c8674bdff287dba1c534b819c9bba3771c71649
treec5d56d5206fc8543fdad976b7ac37f27a86c4afb
parentcd629506cb8c60ebea5b88ed97146329a49f2a56
tests: remove date from @author docs statements

phpunit interprets '@author' documentation statements to generate group.
Appending the year to the author name created duplicates entry:

 $ php phpunit.php --list-groups|grep Antoine
 Antoine Musso
 Antoine Musso, 2012
 $

Removing the date fix the duplication. I have also inserted
corresponding '@copyright' statements.

Change-Id: I65b19adb59c4894314ce68a0c815c5d3e4c30df0
tests/phpunit/structure/ResourcesTest.php