X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=automount.h;h=e7d778c7bbd0018af6ad7c7d8776adec288af12f;hp=acd7ca2e18905addd7ef7a3c913871330692d9bd;hb=d89e521eadeccc17fd10b574106c0fcd9e9f9340;hpb=87f0e418cf2c58b3201d06a60e3696ec672d2662 diff --git a/automount.h b/automount.h index acd7ca2e1..e7d778c7b 100644 --- a/automount.h +++ b/automount.h @@ -3,6 +3,25 @@ #ifndef fooautomounthfoo #define fooautomounthfoo +/*** + 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 Automount Automount; #include "unit.h"