From 3a6b2fdee76b5f782094b6b268bfdf895263eda8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 27 Nov 2013 14:04:51 -0500 Subject: Fix license boilerplates Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce --- tools/generate_idwsf2_classes.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/generate_idwsf2_classes.py b/tools/generate_idwsf2_classes.py index fc42d6bd..049c0ea8 100644 --- a/tools/generate_idwsf2_classes.py +++ b/tools/generate_idwsf2_classes.py @@ -185,8 +185,7 @@ class LassoClass: * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; if not, see . */ #ifndef __LASSO_%(category_upper)s%(file_name_upper)s_H__ @@ -435,8 +434,7 @@ LASSO_EXPORT Lasso%(prefix_cap)s%(name)s* lasso_%(category)s%(file_name)s_new(vo * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; if not, see . */ """ % self.__dict__) @@ -908,8 +906,7 @@ lasso_%(category)s%(file_name)s_new_with_int(int content) * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; if not, see . */ #ifndef SWIGPHP4 -- cgit