diff --git a/build.txt b/build.txt index 1010e171823f640dba194ca40521dbd6b2efa957..f21984edebaaf1c7672ea1f34eeb9880f25b460e 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -4971 \ No newline at end of file +4972 \ No newline at end of file diff --git a/src/ui/DefaultText.java b/src/ui/DefaultText.java index e6e4ab673e900ef68089dc4f33adf5593601b0c6..7b78ec0cb8e2f61e0a5cd07da5785ca67bdfd8a9 100755 --- a/src/ui/DefaultText.java +++ b/src/ui/DefaultText.java @@ -48,8 +48,8 @@ package ui; public class DefaultText { - public static String BUILD = "4970"; - public static String DATE = "2010/05/10 12:11:42 CET"; + public static String BUILD = "4971"; + public static String DATE = "2010/05/10 12:51:25 CET"; public static StringBuffer sbAbout = makeAbout(); @@ -69,12 +69,12 @@ public class DefaultText { private static StringBuffer makeAbout() { StringBuffer sb = new StringBuffer(); sb.append("TTool version " + getFullVersion() + "\n\n"); - sb.append("Programmers\n\tLudovic Apvrille, Daniel Knorreck - TELECOM ParisTech - contact email: ludovic.apvrille@telecom-paristech.fr\n"); - sb.append("\tCopyright GET-ENST / Ludovic Apvrille / Daniel Knorreck \n\n"); + sb.append("Programmers\n\tLudovic Apvrille, Daniel Knorreck - Telecom ParisTech - contact email: ludovic.apvrille@telecom-paristech.fr\n"); + sb.append("\tCopyright Institut Telecom - Telecom ParisTech / Ludovic Apvrille / Daniel Knorreck \n\n"); sb.append("Online documentation\n\tLudovic Apvrille - TELECOM ParisTech - ludovic.apvrille@telecom-paristech.fr\n\n"); sb.append("*TURTLE*:\n"); sb.append("The following people have been the main contributors to the definition of the TURTLE profile:\n"); - sb.append("\tLudovic Apvrille, TELECOM ParisTech, ludovic.apvrille@telecom-paristech.fr\n"); + sb.append("\tLudovic Apvrille, Telecom ParisTech, ludovic.apvrille@telecom-paristech.fr\n"); sb.append("\tJean-Pierre Courtiat, LAAS-CNRS, courtiat@laas.fr\n"); sb.append("\tPierre de Saqui-Sannes, ENSICA, pdss@isae.fr\n"); sb.append("\tFerhat Khendek, Concordia university, khendek@ece.concordia.ca\n"); @@ -84,10 +84,10 @@ public class DefaultText { sb.append("For more information regarding the TURTLE profile, you can consult:\n"); sb.append("TURTLE's website: http://labsoc.comelec.enst.fr/turtle\n\n\n"); sb.append("*DIPLODOCUS*:\nThe following people have been the main contributors to the definition of the DIPLODOCUS profile:\n"); - sb.append("\tRabea Ameur-Boulifa, TELECOM Paristech\n"); - sb.append("\tLudovic Apvrille, TELECOM Paristech\n"); - sb.append("\tSophie Coudert, TELECOM Paristech\n"); - sb.append("\tRenaud Pacalet, TELECOM Paristech\n"); + sb.append("\tRabea Ameur-Boulifa, Telecom Paristech\n"); + sb.append("\tLudovic Apvrille, Telecom Paristech\n"); + sb.append("\tSophie Coudert, Telecom Paristech\n"); + sb.append("\tRenaud Pacalet, Telecom Paristech\n"); sb.append("\n"); sb.append("For more information regarding the DIPLODOCUS profile, you can consult:\n"); sb.append("DIPLODOCUS's website: http://www.comelec.enst.fr/recherche/labsoc/projets/DIPLODOCUS/\n\n");