summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-11-27 14:04:51 -0500
committerFrédéric Péters <fpeters@entrouvert.com>2013-12-03 21:55:06 +0100
commit3a6b2fdee76b5f782094b6b268bfdf895263eda8 (patch)
treeab86e46dc2eda8f51edbcc84c7d355e2ab6e14e2 /tools
parent9c08482b46e8d67085de2da38cd6c4b699674206 (diff)
downloadlasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.tar.gz
lasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.tar.xz
lasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.zip
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 <simo@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/generate_idwsf2_classes.py9
1 files changed, 3 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
""" % 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 <http://www.gnu.org/licenses/>.
*/
#ifndef SWIGPHP4