#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N("Refuse Software Patents in Europe !"), 0, 10, 230, 15, 1],
	 [ N("The European Commission (CEC) proposes to legalise the granting of patents on computer programs as such in Europe and ensure that there is no longer any legal foundation for refusing american-style software and business method patents in Europe."), 60, 55, 410, 70, 0],
	 [ N("A few examples of US patents on obvious techniques are \"XOR\", \"using null instructions to slow down a process\" or \"making corrections to a document using two additional different colors\"."), 60, 140, 410, 55, 0],
	 [ N("This is the funny part of patents. Less funny is their negative impact on software innovation and the danger they represent for Free Software."), 0, 205, 470, 35, 0],
	 [ N("Visit http://petition.eurolinux.org/ for more information."), 0, 250, 470, 20, 1],
#	 [ 'text', $x, $y, $area_width, $area_height, $bold ],
	);

