diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index f9c1dbb54cb..763309273f3 100644 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -3,6 +3,7 @@ -- Copyright (C) 2008-2010 Laurent Destailleur -- Copyright (C) 2005-2010 Regis Houssin -- Copyright (C) 2010 juanjo Menent +-- Copyright (C) 2013 Cédric Salvador -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 5baf7d00e1e..f13f8018f9e 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -7,6 +7,7 @@ * Copyright (C) 2006 Auguria SARL * Copyright (C) 2010-2011 Juanjo Menent * Copyright (C) 2013 Marcos García + * Copyright (C) 2013 Cédric Salvador * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 27c4123a0f8..9680a1346b2 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -6,6 +6,7 @@ * Copyright (C) 2013 Juanjo Menent * Copyright (C) 2013 Raphaël Doursenaud * Copyright (C) 2013 Jean Heimburger + * Copyright (C) 2013 Cédric Salvador * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php index 3aa7f8820f2..00793b2ff8a 100644 --- a/htdocs/product/reassort.php +++ b/htdocs/product/reassort.php @@ -2,6 +2,7 @@ /* Copyright (C) 2001-2006 Rodolphe Quiedeville * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2012 Regis Houssin + * Copyright (C) 2013 Cédric Salvador * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/htdocs/product/replenish.php b/htdocs/product/replenish.php index 819f4f736d6..1a296623994 100644 --- a/htdocs/product/replenish.php +++ b/htdocs/product/replenish.php @@ -1,11 +1,10 @@ - * Copyright (C) 2004-2011 Laurent Destailleur - * Copyright (C) 2005-2012 Regis Houssin +/* + * Copyright (C) 2013 Cédric Salvador * - * This program is free software; you can redistribute it and/or modify + * This program 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 3 of the License, or + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -14,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index 72c32911796..bca6660e10a 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -4,6 +4,7 @@ * Copyright (C) 2004 Eric Seigne * Copyright (C) 2005 Simon TOSSER * Copyright (C) 2005-2009 Regis Houssin + * Copyright (C) 2013 Cédric Salvador * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by