X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount.h;h=60585defc8dbe3b5323a558f20f7b802ce5f5b89;hb=b9f49ee478fdc06c45092f208f1dddd23680ab13;hp=2f90226051ceff7627fe03676a22617679cbe4ef;hpb=ef734fd6c2ec4e5602bbfe2a0d26dcf39c14d2bf;p=elogind.git diff --git a/mount.h b/mount.h index 2f9022605..60585defc 100644 --- a/mount.h +++ b/mount.h @@ -3,6 +3,25 @@ #ifndef foomounthfoo #define foomounthfoo +/*** + This file is part of systemd. + + Copyright 2010 Lennart Poettering + + systemd 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. + + systemd 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 systemd; If not, see . +***/ + typedef struct Mount Mount; #include "unit.h"