Changeset 288cf874c9eb75d781080ee55202f9be41076537

Show
Ignore:
Timestamp:
01/23/2012 04:14:41 PM (4 months ago)
Author:
Jeremy Lainé <jeremy.laine@…>
Children:
84ed9f8458b101bfb11746ce129eab92fd45b4eb
Parents:
d2140aa46e117648c85b79640d5025040620d317
git-committer:
Jeremy Lainé <jeremy.laine@…> (01/23/2012 04:14:41 PM)
Message:

update copyright notice

Files:
35 modified

Legend:

Unmodified
Added
Removed
  • .addcopyright

    rfb3f8db r288cf87  
    11{ 
    22'directories': [ 
    3     '.', 
    4     'filesystem', 
    5     'wallet', 
     3    'src', 
     4    'src/filesystem', 
     5    'src/wallet', 
     6    'tests', 
    67], 
    78 
     
    910 
    1011'license': """QNetIO 
    11 Copyright (C) 2008-2009 Bolloré telecom 
     12Copyright (C) 2008-2012 Bolloré telecom 
    1213See AUTHORS file for a full list of contributors. 
    1314 
  • src/filesystem.cpp

    r32ec73e r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem.h

    rd2140aa r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/facebook.cpp

    rcf1f2a7 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/facebook.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/file.cpp

    rf62fdc0 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/file.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/ftp.cpp

    rf62fdc0 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/ftp.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/gphoto.cpp

    rcf1f2a7 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/gphoto.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/http.cpp

    rf62fdc0 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/http.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/picasa.cpp

    r32ec73e r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/picasa.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/wifirst.cpp

    r32ec73e r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/filesystem/wifirst.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/mime.cpp

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/mime.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet.cpp

    rfb36455 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/dummy.cpp

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/dummy.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/gnome.cpp

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/gnome.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/kde.cpp

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/kde.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/osx.cpp

    rce187f2 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/osx.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/windows.cpp

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • src/wallet/windows.h

    rc86975f r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • tests/qnetio-filesystem.cpp

    r41b9665 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • tests/qnetio-filesystem.h

    r753e137 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • tests/qnetio-wallet.cpp

    r41b9665 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  • tests/qnetio-wallet.h

    r21323d2 r288cf87  
    11/* 
    22 * QNetIO 
    3  * Copyright (C) 2008-2009 Bolloré telecom 
     3 * Copyright (C) 2008-2012 Bolloré telecom 
    44 * See AUTHORS file for a full list of contributors. 
    5  *  
     5 * 
    66 * This program is free software: you can redistribute it and/or modify 
    77 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    10  *  
     10 * 
    1111 * This program is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414 * GNU General Public License for more details. 
    15  *  
     15 * 
    1616 * You should have received a copy of the GNU General Public License 
    1717 * along with this program.  If not, see <http://www.gnu.org/licenses/>.