phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r739 - in trunk: import_card/include/template import_dol


From: phpcompta-dev
Subject: [Phpcompta-dev] r739 - in trunk: import_card/include/template import_doli import_doli/include import_doli/include/template importbank importbank/include importbank/include/template invoicing modop rapport_avance rapport_avance/include rapport_avance/include/template skel tools tools/include tools/include/template transform/unit-test tva
Date: Sun, 17 Aug 2014 20:47:32 +0200 (CEST)

Author: danydb
Date: 2014-08-17 20:47:31 +0200 (Sun, 17 Aug 2014)
New Revision: 739

Modified:
   trunk/import_card/include/template/input_file.php
   trunk/import_card/include/template/test_file.php
   trunk/import_doli/impdol.js
   trunk/import_doli/include/class_impdol_operation.php
   trunk/import_doli/include/class_import_card.php
   trunk/import_doli/include/class_install_impdol.php
   trunk/import_doli/include/class_sql_impdol.php
   trunk/import_doli/include/template/input_file.php
   trunk/import_doli/include/template/parameter.php
   trunk/import_doli/include/template/test_file.php
   trunk/import_doli/include/template/test_operation.php
   trunk/importbank/ajax.php
   trunk/importbank/bank_js.js
   trunk/importbank/include/class_format_bank_sql.php
   trunk/importbank/include/class_temp_bank_sql.php
   trunk/importbank/include/import_bank.php
   trunk/importbank/include/template/confirm_transfer.php
   trunk/importbank/include/template/delete_item.php
   trunk/importbank/include/template/detail_item.php
   trunk/importbank/include/template/import_new.php
   trunk/importbank/include/template/input_file.php
   trunk/importbank/include/template/show_field.php
   trunk/importbank/include/template/show_import.php
   trunk/importbank/include/template/show_list.php
   trunk/importbank/include/template/show_transfer.php
   trunk/importbank/include/template/test_file.php
   trunk/invoicing/ajax.php
   trunk/invoicing/invoicing_constant.php
   trunk/invoicing/invoicing_javascript.js
   trunk/modop/template_ledger_fin.php
   trunk/rapport_avance/ajax.php
   trunk/rapport_avance/ajax_add_row_definition.php
   trunk/rapport_avance/ajax_include_follow.php
   trunk/rapport_avance/ajax_include_follow_save.php
   trunk/rapport_avance/ajax_listing_detail_add.php
   trunk/rapport_avance/ajax_listing_detail_modify.php
   trunk/rapport_avance/ajax_listing_detail_remove.php
   trunk/rapport_avance/ajax_listing_display_definition.php
   trunk/rapport_avance/ajax_listing_modify.php
   trunk/rapport_avance/ajax_listing_remove_modele.php
   trunk/rapport_avance/ajax_mod_form.php
   trunk/rapport_avance/ajax_mod_param.php
   trunk/rapport_avance/ajax_modify_param_detail.php
   trunk/rapport_avance/ajax_parameter_send_mail.php
   trunk/rapport_avance/ajax_rapav_listing_display.php
   trunk/rapport_avance/ajax_save_param_listing.php
   trunk/rapport_avance/ajax_send_mail.php
   trunk/rapport_avance/include/class_rapav.php
   trunk/rapport_avance/include/class_rapav_listing.php
   trunk/rapport_avance/include/class_rapav_listing_compute.php
   trunk/rapport_avance/include/class_rapav_listing_compute_fiche.php
   trunk/rapport_avance/include/class_rapav_listing_formula.php
   trunk/rapport_avance/include/class_rapav_listing_param.php
   trunk/rapport_avance/include/liste.inc.php
   trunk/rapport_avance/include/template/include_follow.php
   trunk/rapport_avance/include/template/listing_param_input.php
   trunk/rapport_avance/include/template/parameter_send_mail_input.php
   trunk/rapport_avance/include/template/rapav_listing_definition.php
   trunk/rapport_avance/include/template/rapav_listing_form_modify.php
   trunk/rapport_avance/include/template/rapav_listing_to_list.php
   trunk/rapport_avance/rapav_constant.php
   trunk/rapport_avance/rapav_javascript.js
   trunk/skel/ajax.php
   trunk/skel/skel_constant.php
   trunk/skel/skel_javascript.js
   trunk/tools/ajax.php
   trunk/tools/include/class_tool_exercice.php
   trunk/tools/include/operation.inc.php
   trunk/tools/include/template/numbering.php
   trunk/tools/include/template/result_receipt.php
   trunk/tools/include/template/search_box.php
   trunk/tools/include/template/search_view.php
   trunk/tools/tools_constant.php
   trunk/tools/tools_javascript.js
   trunk/transform/unit-test/Transform_ClientTest.php
   trunk/transform/unit-test/Transform_DeclarantTest.php
   trunk/transform/unit-test/Transform_RepresentativeTest.php
   trunk/transform/unit-test/transform_IntervatTest.php
   trunk/transform/unit-test/valide-xml.php
   trunk/tva/ajax.php
   trunk/tva/form_decl.php
   trunk/tva/form_decl_info.php
   trunk/tva/form_parameter.php
   trunk/tva/form_periode.php
   trunk/tva/js_scripts.js
Log:
Add license header GPL

Modified: trunk/import_card/include/template/input_file.php
===================================================================
--- trunk/import_card/include/template/input_file.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_card/include/template/input_file.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,5 +1,22 @@
 <h2> 
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 echo _('Importation de données');
 ?>
 </h2>

Modified: trunk/import_card/include/template/test_file.php
===================================================================
--- trunk/import_card/include/template/test_file.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_card/include/template/test_file.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,6 +1,23 @@
 
 <h2> 
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 echo _('Importation de données');
 ?>
 </h2>
@@ -88,4 +105,4 @@
 echo $table;
 echo '</table>';
 echo '</form>';
-?>
\ No newline at end of file
+?>

Modified: trunk/import_doli/impdol.js
===================================================================
--- trunk/import_doli/impdol.js 2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/import_doli/impdol.js 2014-08-17 18:47:31 UTC (rev 739)
@@ -1,7 +1,2 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-
+/* This file is part of NOALYSS and is under GPL see licence.txt */
 content[50]="le taux est compris entre 0 et 100";
\ No newline at end of file

Modified: trunk/import_doli/include/class_impdol_operation.php
===================================================================
--- trunk/import_doli/include/class_impdol_operation.php        2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/import_doli/include/class_impdol_operation.php        2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  *   This file is part of NOALYSS.
  *

Modified: trunk/import_doli/include/class_import_card.php
===================================================================
--- trunk/import_doli/include/class_import_card.php     2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_doli/include/class_import_card.php     2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  *   This file is part of NOALYSS.
  *

Modified: trunk/import_doli/include/class_install_impdol.php
===================================================================
--- trunk/import_doli/include/class_install_impdol.php  2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_doli/include/class_install_impdol.php  2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  *   This file is part of NOALYSS.
  *

Modified: trunk/import_doli/include/class_sql_impdol.php
===================================================================
--- trunk/import_doli/include/class_sql_impdol.php      2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_doli/include/class_sql_impdol.php      2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,21 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
 class sql_impdol
 {

Modified: trunk/import_doli/include/template/input_file.php
===================================================================
--- trunk/import_doli/include/template/input_file.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_doli/include/template/input_file.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h2> 
 <?php
 echo _('Importation de données');

Modified: trunk/import_doli/include/template/parameter.php
===================================================================
--- trunk/import_doli/include/template/parameter.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_doli/include/template/parameter.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 
 <?php 
        $bt=new IButton("but_tva_add");

Modified: trunk/import_doli/include/template/test_file.php
===================================================================
--- trunk/import_doli/include/template/test_file.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/import_doli/include/template/test_file.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 
 <h2> 
 <?php

Modified: trunk/import_doli/include/template/test_operation.php
===================================================================
--- trunk/import_doli/include/template/test_operation.php       2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/import_doli/include/template/test_operation.php       2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 
 <h2> 
 <?php

Modified: trunk/importbank/ajax.php
===================================================================
--- trunk/importbank/ajax.php   2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/importbank/ajax.php   2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,22 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
+
 require_once('class_database.php');
 require_once('include/class_bank_item.php');
 require_once('bank_constant.php');

Modified: trunk/importbank/bank_js.js
===================================================================
--- trunk/importbank/bank_js.js 2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/importbank/bank_js.js 2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,4 @@
+/* This file is part of NOALYSS and is under GPL see licence.txt */
 function reconcilie(target,dossier_id,p_id,plugin_code)
 {
     var 
qs="gDossier="+dossier_id+'&plugin_code='+plugin_code+'&act=show&id='+p_id+'&ctl='+target;

Modified: trunk/importbank/include/class_format_bank_sql.php
===================================================================
--- trunk/importbank/include/class_format_bank_sql.php  2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/class_format_bank_sql.php  2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,21 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 /**
  address@hidden
  address@hidden Manage the table importbank.format_bank

Modified: trunk/importbank/include/class_temp_bank_sql.php
===================================================================
--- trunk/importbank/include/class_temp_bank_sql.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/class_temp_bank_sql.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,21 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 /**
  address@hidden
  address@hidden Manage the table importbank.temp_bank

Modified: trunk/importbank/include/import_bank.php
===================================================================
--- trunk/importbank/include/import_bank.php    2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/importbank/include/import_bank.php    2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,5 +1,23 @@
 <?php 
 /*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
+
+/*
  * Step 1/4
  */
 if ( ! isset ($_REQUEST ['sb']))

Modified: trunk/importbank/include/template/confirm_transfer.php
===================================================================
--- trunk/importbank/include/template/confirm_transfer.php      2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/importbank/include/template/confirm_transfer.php      2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,4 +1,21 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 $row_count=0;$max=0;
 ob_start();
 

Modified: trunk/importbank/include/template/delete_item.php
===================================================================
--- trunk/importbank/include/template/delete_item.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/delete_item.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,22 @@
+<?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
+?>
 <div id="<?php echo $ctl?>">
 <?php echo HtmlInput::anchor_close($ctl)?>
 

Modified: trunk/importbank/include/template/detail_item.php
===================================================================
--- trunk/importbank/include/template/detail_item.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/detail_item.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <div id="<?php echo $ctl?>">
 <?php echo HtmlInput::anchor_close($ctl)?>
 

Modified: trunk/importbank/include/template/import_new.php
===================================================================
--- trunk/importbank/include/template/import_new.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/import_new.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h2>Etape 1 /4  : choix du format</h2>
 <p>
 Choississez un format <?php echo $iselect->input();?>

Modified: trunk/importbank/include/template/input_file.php
===================================================================
--- trunk/importbank/include/template/input_file.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/input_file.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h2> 
 <?php
 echo _('Importation de données');

Modified: trunk/importbank/include/template/show_field.php
===================================================================
--- trunk/importbank/include/template/show_field.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/show_field.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h2>Etape 2 / 4: introduire le fichier</h2>
 
 <form method="POST"   enctype="multipart/form-data" >

Modified: trunk/importbank/include/template/show_import.php
===================================================================
--- trunk/importbank/include/template/show_import.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/show_import.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
-
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <form id="purge" method="POST">
 <table class="table_large">
        <TR>

Modified: trunk/importbank/include/template/show_list.php
===================================================================
--- trunk/importbank/include/template/show_list.php     2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/show_list.php     2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h2 class="info"> Journal cible = <?php echo $jrn_name?> Compte de ce journal 
<?php echo $jrn_account?></h2>
 <form method="get">
 

Modified: trunk/importbank/include/template/show_transfer.php
===================================================================
--- trunk/importbank/include/template/show_transfer.php 2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/show_transfer.php 2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,8 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
+<?php
 $cn->start();
 $row_count=0;$max=0;
 switch ($sep_field->selected)

Modified: trunk/importbank/include/template/test_file.php
===================================================================
--- trunk/importbank/include/template/test_file.php     2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/importbank/include/template/test_file.php     2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
-
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h2> 
 <?php
 echo _('Importation de données');

Modified: trunk/invoicing/ajax.php
===================================================================
--- trunk/invoicing/ajax.php    2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/invoicing/ajax.php    2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,21 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 require_once('skel_constant.php');
 require_once('class_database.php');
 require_once('class_ext_tva.php');

Modified: trunk/invoicing/invoicing_constant.php
===================================================================
--- trunk/invoicing/invoicing_constant.php      2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/invoicing/invoicing_constant.php      2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,21 @@
 <?php 
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 /**
  address@hidden
  *Contains all the needed variable for the plugin

Modified: trunk/invoicing/invoicing_javascript.js
===================================================================
--- trunk/invoicing/invoicing_javascript.js     2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/invoicing/invoicing_javascript.js     2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,3 +1,5 @@
+/* This file is part of NOALYSS and is under GPL see licence.txt */
+
 /**
  *javascript
  */

Modified: trunk/modop/template_ledger_fin.php
===================================================================
--- trunk/modop/template_ledger_fin.php 2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/modop/template_ledger_fin.php 2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <fieldset>
 <legend><?php echo $f_legend ?> </legend>
    <?php echo _('Date').' '.$f_date ?><br>

Modified: trunk/rapport_avance/ajax.php
===================================================================
--- trunk/rapport_avance/ajax.php       2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/ajax.php       2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 extract($_GET);
 if ( ! isset($act)) {
     die(_('act invalide'));

Modified: trunk/rapport_avance/ajax_add_row_definition.php
===================================================================
--- trunk/rapport_avance/ajax_add_row_definition.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_add_row_definition.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,8 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
+<?php
 /**
  * @file
  * @brief  Ajoute une ligne dans la definition

Modified: trunk/rapport_avance/ajax_include_follow.php
===================================================================
--- trunk/rapport_avance/ajax_include_follow.php        2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_include_follow.php        2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,8 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
+<?php
 global $g_user;
 
 

Modified: trunk/rapport_avance/ajax_include_follow_save.php
===================================================================
--- trunk/rapport_avance/ajax_include_follow_save.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_include_follow_save.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 require_once 'include/class_rapav_listing_compute.php';
 

Modified: trunk/rapport_avance/ajax_listing_detail_add.php
===================================================================
--- trunk/rapport_avance/ajax_listing_detail_add.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_listing_detail_add.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 /**
  * @file
  * @brief Ajax file

Modified: trunk/rapport_avance/ajax_listing_detail_modify.php
===================================================================
--- trunk/rapport_avance/ajax_listing_detail_modify.php 2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_listing_detail_modify.php 2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 require_once 'include/class_rapav_listing_formula.php';
 $id=HtmlInput::default_value_get('id',-1);

Modified: trunk/rapport_avance/ajax_listing_detail_remove.php
===================================================================
--- trunk/rapport_avance/ajax_listing_detail_remove.php 2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_listing_detail_remove.php 2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 /**
  * @file
  * @brief delete a row in Listing_Param

Modified: trunk/rapport_avance/ajax_listing_display_definition.php
===================================================================
--- trunk/rapport_avance/ajax_listing_display_definition.php    2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/ajax_listing_display_definition.php    2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 require_once 'include/class_rapav_listing.php';
 $obj=new Rapav_Listing($id);

Modified: trunk/rapport_avance/ajax_listing_modify.php
===================================================================
--- trunk/rapport_avance/ajax_listing_modify.php        2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_listing_modify.php        2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 require_once 'include/class_rapav_listing.php';
 $obj=new Rapav_Listing($id);

Modified: trunk/rapport_avance/ajax_listing_remove_modele.php
===================================================================
--- trunk/rapport_avance/ajax_listing_remove_modele.php 2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_listing_remove_modele.php 2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 require_once 'include/class_rapav_listing.php';
 $obj=new Rapav_Listing($id);
 $obj->remove_modele();

Modified: trunk/rapport_avance/ajax_mod_form.php
===================================================================
--- trunk/rapport_avance/ajax_mod_form.php      2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/rapport_avance/ajax_mod_form.php      2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 //////////////////////////////////////////////////////////////
 // Modifie une definition de formulaire

Modified: trunk/rapport_avance/ajax_mod_param.php
===================================================================
--- trunk/rapport_avance/ajax_mod_param.php     2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/rapport_avance/ajax_mod_param.php     2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 /**
  * @file
  * @brief Montre le résultat et permet de changer les paramètrages d'un 
formulaire

Modified: trunk/rapport_avance/ajax_modify_param_detail.php
===================================================================
--- trunk/rapport_avance/ajax_modify_param_detail.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_modify_param_detail.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 // require_once '.php';
 require_once 'include/class_formulaire_param_detail.php';

Modified: trunk/rapport_avance/ajax_parameter_send_mail.php
===================================================================
--- trunk/rapport_avance/ajax_parameter_send_mail.php   2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_parameter_send_mail.php   2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 /**
  * Display form to enter parameters
  */

Modified: trunk/rapport_avance/ajax_rapav_listing_display.php
===================================================================
--- trunk/rapport_avance/ajax_rapav_listing_display.php 2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_rapav_listing_display.php 2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 /**
  * @file
  * @brief display a declaration from history but you can't modify it

Modified: trunk/rapport_avance/ajax_save_param_listing.php
===================================================================
--- trunk/rapport_avance/ajax_save_param_listing.php    2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/ajax_save_param_listing.php    2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 /**
  * @file

Modified: trunk/rapport_avance/ajax_send_mail.php
===================================================================
--- trunk/rapport_avance/ajax_send_mail.php     2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/rapport_avance/ajax_send_mail.php     2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 require_once 'include/class_rapav_listing_compute.php';
 
 ob_start();

Modified: trunk/rapport_avance/include/class_rapav.php
===================================================================
--- trunk/rapport_avance/include/class_rapav.php        2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/rapport_avance/include/class_rapav.php        2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,11 +1,24 @@
 <?php
 
 /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
+
 /**
  * Common function to RAPAV_Listing RAPAV_Formulaire and RAPAV_Declaration
  *

Modified: trunk/rapport_avance/include/class_rapav_listing.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing.php        2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/class_rapav_listing.php        2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,11 +1,23 @@
 <?php
-
 /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
+
 /**
  * Description of class_rapav_listing
  *

Modified: trunk/rapport_avance/include/class_rapav_listing_compute.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_compute.php        
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/class_rapav_listing_compute.php        
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,10 +1,21 @@
 <?php
-
 /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
 /**
  * Description of class_rapav_listing_compute

Modified: trunk/rapport_avance/include/class_rapav_listing_compute_fiche.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_compute_fiche.php  
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/class_rapav_listing_compute_fiche.php  
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,10 +1,22 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
 require_once 'class_sendmail.php';
 require_once 'class_follow_up.php';
 

Modified: trunk/rapport_avance/include/class_rapav_listing_formula.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_formula.php        
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/class_rapav_listing_formula.php        
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,10 +1,21 @@
 <?php
-
 /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
 /**
  * Description of class_rapav_listing_formula

Modified: trunk/rapport_avance/include/class_rapav_listing_param.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_param.php  2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/class_rapav_listing_param.php  2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,10 +1,22 @@
 <?php
 
 /*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 
 /**
  * @brief Manage the tables rapport_advanced.listing_param_detail and

Modified: trunk/rapport_avance/include/liste.inc.php
===================================================================
--- trunk/rapport_avance/include/liste.inc.php  2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/rapport_avance/include/liste.inc.php  2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <div class="content" id="listing_definition_div_id">
     <?php
     /**

Modified: trunk/rapport_avance/include/template/include_follow.php
===================================================================
--- trunk/rapport_avance/include/template/include_follow.php    2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/template/include_follow.php    2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <?php echo HtmlInput::title_box("Suivi", "include_follow_result"); ?>
 <form method="GET" onsubmit="js_include_follow_save();
         return false;" id="include_follow_save_frm">

Modified: trunk/rapport_avance/include/template/listing_param_input.php
===================================================================
--- trunk/rapport_avance/include/template/listing_param_input.php       
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/template/listing_param_input.php       
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <div>
     <form id="common_frm">
     <?php echo HtmlInput::hidden("listing_id", $p_id); ?>

Modified: trunk/rapport_avance/include/template/parameter_send_mail_input.php
===================================================================
--- trunk/rapport_avance/include/template/parameter_send_mail_input.php 
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/template/parameter_send_mail_input.php 
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <form onsubmit="send_email(); return false;" 
id="parameter_send_email_input_frm">
 <?php
     echo 
HtmlInput::array_to_hidden(array('gDossier','plugin_code','ac','lc_id'), 
$_REQUEST);

Modified: trunk/rapport_avance/include/template/rapav_listing_definition.php
===================================================================
--- trunk/rapport_avance/include/template/rapav_listing_definition.php  
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/template/rapav_listing_definition.php  
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  * @file
  * @brief show a list and all of its parameters and detail

Modified: trunk/rapport_avance/include/template/rapav_listing_form_modify.php
===================================================================
--- trunk/rapport_avance/include/template/rapav_listing_form_modify.php 
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/template/rapav_listing_form_modify.php 
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <table>
     <tr>
         <td>

Modified: trunk/rapport_avance/include/template/rapav_listing_to_list.php
===================================================================
--- trunk/rapport_avance/include/template/rapav_listing_to_list.php     
2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/rapport_avance/include/template/rapav_listing_to_list.php     
2014-08-17 18:47:31 UTC (rev 739)
@@ -1,5 +1,7 @@
-
-
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <table class="result" id="listing_tb_id">
     <tr>
         <th>

Modified: trunk/rapport_avance/rapav_constant.php
===================================================================
--- trunk/rapport_avance/rapav_constant.php     2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/rapport_avance/rapav_constant.php     2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,6 @@
 <?php 
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  address@hidden
  *Contains all the needed variable for the plugin

Modified: trunk/rapport_avance/rapav_javascript.js
===================================================================
--- trunk/rapport_avance/rapav_javascript.js    2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/rapport_avance/rapav_javascript.js    2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,3 +1,4 @@
+/* This file is part of NOALYSS and is under GPL see licence.txt */
 
 
 content[200] = "Le code doit être unique pour ce formulaire";

Modified: trunk/skel/ajax.php
===================================================================
--- trunk/skel/ajax.php 2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/skel/ajax.php 2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 require_once('skel_constant.php');
 require_once('class_database.php');
 require_once('class_ext_tva.php');

Modified: trunk/skel/skel_constant.php
===================================================================
--- trunk/skel/skel_constant.php        2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/skel/skel_constant.php        2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php 
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  address@hidden
  *Contains all the needed variable for the plugin

Modified: trunk/skel/skel_javascript.js
===================================================================
--- trunk/skel/skel_javascript.js       2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/skel/skel_javascript.js       2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,5 @@
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  *javascript
  */

Modified: trunk/tools/ajax.php
===================================================================
--- trunk/tools/ajax.php        2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tools/ajax.php        2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
   /*
 EXAMPLE
 require_once('skel_constant.php');

Modified: trunk/tools/include/class_tool_exercice.php
===================================================================
--- trunk/tools/include/class_tool_exercice.php 2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/tools/include/class_tool_exercice.php 2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,9 +1,7 @@
 <?php
 
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 /**
  * Description of class_tool_exercice

Modified: trunk/tools/include/operation.inc.php
===================================================================
--- trunk/tools/include/operation.inc.php       2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/tools/include/operation.inc.php       2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 $ledger=new Acc_Ledger($cn,0);
 $search_box=$ledger->search_form('ALL',1);

Modified: trunk/tools/include/template/numbering.php
===================================================================
--- trunk/tools/include/template/numbering.php  2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/tools/include/template/numbering.php  2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,6 @@
 <?php 
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 echo  HtmlInput::button('receipt_bt','Renuméroter les 
pièces','onclick="$(\'div_receipt\').show();"');
 ?>
 <div id="div_receipt" class="inner_box" 
style="top:230;margin:5;overflow:visible;display:none;">

Modified: trunk/tools/include/template/result_receipt.php
===================================================================
--- trunk/tools/include/template/result_receipt.php     2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/tools/include/template/result_receipt.php     2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <table class="result">
 <tr>
        <Th>Date</Th>

Modified: trunk/tools/include/template/search_box.php
===================================================================
--- trunk/tools/include/template/search_box.php 2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/tools/include/template/search_box.php 2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <FORM METHOD="GET" onsubmit="return validate();">
 <?php echo $hidden?>
 <table>

Modified: trunk/tools/include/template/search_view.php
===================================================================
--- trunk/tools/include/template/search_view.php        2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/tools/include/template/search_view.php        2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 $ret=$cn->exec_sql($sql);
 $nb_row=$cn->size();

Modified: trunk/tools/tools_constant.php
===================================================================
--- trunk/tools/tools_constant.php      2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tools/tools_constant.php      2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php 
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  address@hidden
  *Contains all the needed variable for the plugin

Modified: trunk/tools/tools_javascript.js
===================================================================
--- trunk/tools/tools_javascript.js     2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tools/tools_javascript.js     2014-08-17 18:47:31 UTC (rev 739)
@@ -0,0 +1,2 @@
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt

Modified: trunk/transform/unit-test/Transform_ClientTest.php
===================================================================
--- trunk/transform/unit-test/Transform_ClientTest.php  2014-08-17 18:21:26 UTC 
(rev 738)
+++ trunk/transform/unit-test/Transform_ClientTest.php  2014-08-17 18:47:31 UTC 
(rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-02-07 at 22:27:24.
  */

Modified: trunk/transform/unit-test/Transform_DeclarantTest.php
===================================================================
--- trunk/transform/unit-test/Transform_DeclarantTest.php       2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/transform/unit-test/Transform_DeclarantTest.php       2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /**
  * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-02-07 at 22:27:41.
  */

Modified: trunk/transform/unit-test/Transform_RepresentativeTest.php
===================================================================
--- trunk/transform/unit-test/Transform_RepresentativeTest.php  2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/transform/unit-test/Transform_RepresentativeTest.php  2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 /**
  * Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-02-07 at 22:27:54.
  */

Modified: trunk/transform/unit-test/transform_IntervatTest.php
===================================================================
--- trunk/transform/unit-test/transform_IntervatTest.php        2014-08-17 
18:21:26 UTC (rev 738)
+++ trunk/transform/unit-test/transform_IntervatTest.php        2014-08-17 
18:47:31 UTC (rev 739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 
 /**
  * Testing of class_intervat

Modified: trunk/transform/unit-test/valide-xml.php
===================================================================
--- trunk/transform/unit-test/valide-xml.php    2014-08-17 18:21:26 UTC (rev 
738)
+++ trunk/transform/unit-test/valide-xml.php    2014-08-17 18:47:31 UTC (rev 
739)
@@ -1,4 +1,6 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
 /*
  * Validation
  */

Modified: trunk/tva/ajax.php
===================================================================
--- trunk/tva/ajax.php  2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tva/ajax.php  2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,21 @@
 <?php
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
 require_once('class_database.php');
 require_once('class_ext_tva.php');
 require_once('class_ibutton.php');

Modified: trunk/tva/form_decl.php
===================================================================
--- trunk/tva/form_decl.php     2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tva/form_decl.php     2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <style type="text/css">
    h1 {
  color : blue;

Modified: trunk/tva/form_decl_info.php
===================================================================
--- trunk/tva/form_decl_info.php        2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tva/form_decl_info.php        2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <h1>Cadre I : renseignements généraux</h1>
 
 <table>

Modified: trunk/tva/form_parameter.php
===================================================================
--- trunk/tva/form_parameter.php        2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tva/form_parameter.php        2014-08-17 18:47:31 UTC (rev 739)
@@ -1,4 +1,7 @@
 <?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+
 global $tab;
 function show($p_code,$p_desc) {
        global $cn,$tab;

Modified: trunk/tva/form_periode.php
===================================================================
--- trunk/tva/form_periode.php  2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tva/form_periode.php  2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,7 @@
+<?php
+//This file is part of NOALYSS and is under GPL 
+//see licence.txt
+?>
 <fieldset>
 <legend>
    <?php echo _('Entrez la période de la déclaration')?>

Modified: trunk/tva/js_scripts.js
===================================================================
--- trunk/tva/js_scripts.js     2014-08-17 18:21:26 UTC (rev 738)
+++ trunk/tva/js_scripts.js     2014-08-17 18:47:31 UTC (rev 739)
@@ -1,3 +1,4 @@
+/* This file is part of NOALYSS and is under GPL see licence.txt */
 function show_declaration(p_type,p_id) {
     try {
        $('detail').innerHTML='<image src="image/loading.gif" border="0" 
alt="Chargement...">';



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]