diff options
| author | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-21 05:56:50 +0100 | 
|---|---|---|
| committer | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-21 05:56:50 +0100 | 
| commit | b21210152138520627ab07a472c09db144ea3294 (patch) | |
| tree | 3c64270161eae92ce15a1f8b688bed84ee685f84 | |
| parent | ef6afefe137a863dcf27a4f926e2403c25575714 (diff) | |
forgot to add gpl
| -rw-r--r-- | src/symlink.cpp | 18 | ||||
| -rw-r--r-- | src/symlink.hpp | 18 | 
2 files changed, 36 insertions, 0 deletions
| diff --git a/src/symlink.cpp b/src/symlink.cpp index 2d1216a..2e21e92 100644 --- a/src/symlink.cpp +++ b/src/symlink.cpp @@ -1,4 +1,22 @@  /* +    Copyright (C) 2014 BARRATERO Laurent                                    + +    AeroUp 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 3 of the License, or +    (at your option) any later version. + +    Aeroup 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., +    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  +*/ + +/*   *       Filename:  Symlink.cpp   *   *    Description:  Return a beautiful Symlink for udev diff --git a/src/symlink.hpp b/src/symlink.hpp index 6bfe035..c35df98 100644 --- a/src/symlink.hpp +++ b/src/symlink.hpp @@ -1,4 +1,22 @@  /* +    Copyright (C) 2014 BARRATERO Laurent                                    + +    AeroUp 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 3 of the License, or +    (at your option) any later version. + +    Aeroup 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., +    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  +*/ + +/*   *       Filename:  Symlink.hpp   *   *    Description:  Return a beautiful Symlink for udev | 
