Ticket #46 (closed enhancement: fixed)
Changing the file headers
| Reported by: | ivan.zapreev | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | MRMC v1.4 |
| Component: | Source Code | Version: | |
| Keywords: | source code comment header | Cc: | nguyen, christinajansen |
Description
In the MRMC sources and related scripts we have headers present that give information about the developers, licensing and contact information. I suggest the following fixes, related to the fact that the Tool's development was moved from Twente to Aachen:
Change lines like:
* Copyright (C) The University of Twente, 2004-2006.
Into:
* Copyright (C) The University of Twente, 2004-2006.
* Copyright (C) RWTH Aachen, 2008-2009.
Here we added the Aachen's copy right.
The contact information:
* Our contacts:
* Formal Methods and Tools Group, University of Twente,
* P.O. Box 217, 7500 AE Enschede, The Netherlands,
* Phone: +31 53 4893767, Fax: +31 53 4893247,
* E-mail: mrmc@…
has to be:
1. Updates with the proper contact e-mail, which is not mrmc@… any longer, but should be some e-mail address like: mrmc@…, or may be a mailing list mrmc-users? (Viet Yen what's your opinion there?)
2. An extra contact information (in the same format) has to be added for Aachen. I am not sure if removing the contact info of twente would be right, since most sources were developed there.

