diff options
| -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 | 
