Author: chatellier Date: 2009-08-27 15:21:12 +0000 (Thu, 27 Aug 2009) New Revision: 2555 Modified: isis-fish/trunk/src/main/resources/templates/script/analyseplan.ftl isis-fish/trunk/src/main/resources/templates/script/export.ftl isis-fish/trunk/src/main/resources/templates/script/rule.ftl isis-fish/trunk/src/main/resources/templates/script/script.ftl isis-fish/trunk/src/main/resources/templates/script/sensitivity.ftl isis-fish/trunk/src/main/resources/templates/script/simulator.ftl Log: Ajout d'une date sur les copyright Modified: isis-fish/trunk/src/main/resources/templates/script/analyseplan.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/script/analyseplan.ftl 2009-08-27 14:36:55 UTC (rev 2554) +++ isis-fish/trunk/src/main/resources/templates/script/analyseplan.ftl 2009-08-27 15:21:12 UTC (rev 2555) @@ -1,5 +1,5 @@ /* - * Copyright (C) ${author} + * Copyright (C) ${date?date?string("yyyy")} ${author} * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -63,7 +63,7 @@ // ResultName.MATRIX_NET_VALUE_OF_LANDINGS_PER_STRATEGY_MET, }; - @Override + @Override public String[] getNecessaryResult() { return this.necessaryResult; } Modified: isis-fish/trunk/src/main/resources/templates/script/export.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/script/export.ftl 2009-08-27 14:36:55 UTC (rev 2554) +++ isis-fish/trunk/src/main/resources/templates/script/export.ftl 2009-08-27 15:21:12 UTC (rev 2555) @@ -1,5 +1,5 @@ /* - * Copyright (C) ${author} + * Copyright (C) ${date?date?string("yyyy")} ${author} * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Modified: isis-fish/trunk/src/main/resources/templates/script/rule.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/script/rule.ftl 2009-08-27 14:36:55 UTC (rev 2554) +++ isis-fish/trunk/src/main/resources/templates/script/rule.ftl 2009-08-27 15:21:12 UTC (rev 2555) @@ -1,5 +1,5 @@ /* - * Copyright (C) ${author} + * Copyright (C) ${date?date?string("yyyy")} ${author} * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Modified: isis-fish/trunk/src/main/resources/templates/script/script.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/script/script.ftl 2009-08-27 14:36:55 UTC (rev 2554) +++ isis-fish/trunk/src/main/resources/templates/script/script.ftl 2009-08-27 15:21:12 UTC (rev 2555) @@ -1,5 +1,5 @@ /* - * Copyright (C) ${author} + * Copyright (C) ${date?date?string("yyyy")} ${author} * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Modified: isis-fish/trunk/src/main/resources/templates/script/sensitivity.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/script/sensitivity.ftl 2009-08-27 14:36:55 UTC (rev 2554) +++ isis-fish/trunk/src/main/resources/templates/script/sensitivity.ftl 2009-08-27 15:21:12 UTC (rev 2555) @@ -1,5 +1,5 @@ /* - * Copyright (C) ${author} + * Copyright (C) ${date?date?string("yyyy")} ${author} * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Modified: isis-fish/trunk/src/main/resources/templates/script/simulator.ftl =================================================================== --- isis-fish/trunk/src/main/resources/templates/script/simulator.ftl 2009-08-27 14:36:55 UTC (rev 2554) +++ isis-fish/trunk/src/main/resources/templates/script/simulator.ftl 2009-08-27 15:21:12 UTC (rev 2555) @@ -1,5 +1,5 @@ /* - * Copyright (C) ${author} + * Copyright (C) ${date?date?string("yyyy")} ${author} * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License