X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=systemctl.vala;h=2779790b5268458ad527f2708f5205ed7436c2a5;hb=a7334b0952ab66c17ee787e36e6d2c5ceb387de6;hp=cbde75dc7ff5a5d418d562290c673662cfa58b49;hpb=501c7d0b77607fe858911b1c94070b63b6cc221e;p=elogind.git diff --git a/systemctl.vala b/systemctl.vala index cbde75dc7..2779790b5 100644 --- a/systemctl.vala +++ b/systemctl.vala @@ -1,3 +1,22 @@ +/*** + 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 . +***/ + using DBus; using GLib;