Changeset 288cf874c9eb75d781080ee55202f9be41076537
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rfb3f8db
|
r288cf87
|
|
| 1 | 1 | { |
| 2 | 2 | 'directories': [ |
| 3 | | '.', |
| 4 | | 'filesystem', |
| 5 | | 'wallet', |
| | 3 | 'src', |
| | 4 | 'src/filesystem', |
| | 5 | 'src/wallet', |
| | 6 | 'tests', |
| 6 | 7 | ], |
| 7 | 8 | |
| … |
… |
|
| 9 | 10 | |
| 10 | 11 | 'license': """QNetIO |
| 11 | | Copyright (C) 2008-2009 Bolloré telecom |
| | 12 | Copyright (C) 2008-2012 Bolloré telecom |
| 12 | 13 | See AUTHORS file for a full list of contributors. |
| 13 | 14 | |
-
|
r32ec73e
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rd2140aa
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rcf1f2a7
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rf62fdc0
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rf62fdc0
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rcf1f2a7
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rf62fdc0
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
r32ec73e
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
r32ec73e
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rfb36455
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rce187f2
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
rc86975f
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
r41b9665
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
r753e137
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
r41b9665
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
-
|
r21323d2
|
r288cf87
|
|
| 1 | 1 | /* |
| 2 | 2 | * QNetIO |
| 3 | | * Copyright (C) 2008-2009 Bolloré telecom |
| | 3 | * Copyright (C) 2008-2012 Bolloré telecom |
| 4 | 4 | * See AUTHORS file for a full list of contributors. |
| 5 | | * |
| | 5 | * |
| 6 | 6 | * This program is free software: you can redistribute it and/or modify |
| 7 | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | 8 | * the Free Software Foundation, either version 3 of the License, or |
| 9 | 9 | * (at your option) any later version. |
| 10 | | * |
| | 10 | * |
| 11 | 11 | * This program is distributed in the hope that it will be useful, |
| 12 | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | 14 | * GNU General Public License for more details. |
| 15 | | * |
| | 15 | * |
| 16 | 16 | * You should have received a copy of the GNU General Public License |
| 17 | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |