]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/rule-syntax-check.py
NEWS: document that the BLS is now part of our tree
[thirdparty/systemd.git] / test / rule-syntax-check.py
index a245432b62c023f4346e843465397e77d5ec485f..dfb06d9ed987b6846beb6c414924f9238f39e7f7 100755 (executable)
@@ -3,21 +3,8 @@
 #
 # Simple udev rules syntax checker
 #
-# (C) 2010 Canonical Ltd.
+# © 2010 Canonical Ltd.
 # Author: Martin Pitt <martin.pitt@ubuntu.com>
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
 import re
 import sys