diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/__init__.py | 1 | ||||
-rw-r--r-- | systemd/_daemon.c | 1 | ||||
-rw-r--r-- | systemd/_journal.c | 1 | ||||
-rw-r--r-- | systemd/_reader.c | 1 | ||||
-rw-r--r-- | systemd/id128.c | 1 | ||||
-rw-r--r-- | systemd/journal.py | 1 | ||||
-rw-r--r-- | systemd/login.c | 1 | ||||
-rw-r--r-- | systemd/macro.h | 1 | ||||
-rw-r--r-- | systemd/pyutil.c | 1 | ||||
-rw-r--r-- | systemd/pyutil.h | 1 | ||||
-rw-r--r-- | systemd/strv.c | 1 | ||||
-rw-r--r-- | systemd/strv.h | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/systemd/__init__.py b/systemd/__init__.py index 0d56b99..233288a 100644 --- a/systemd/__init__.py +++ b/systemd/__init__.py @@ -1,6 +1,5 @@ # -*- Mode: python; indent-tabs-mode: nil -*- */ # -# This file is part of systemd. # # Copyright 2012 David Strauss # diff --git a/systemd/_daemon.c b/systemd/_daemon.c index 7c5f1b2..0b56c7e 100644 --- a/systemd/_daemon.c +++ b/systemd/_daemon.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> diff --git a/systemd/_journal.c b/systemd/_journal.c index ffa54e1..3ca8511 100644 --- a/systemd/_journal.c +++ b/systemd/_journal.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2012 David Strauss <david@davidstrauss.net> diff --git a/systemd/_reader.c b/systemd/_reader.c index a28081c..1599602 100644 --- a/systemd/_reader.c +++ b/systemd/_reader.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2013 Steven Hiscocks, Zbigniew Jędrzejewski-Szmek diff --git a/systemd/id128.c b/systemd/id128.c index bc2f6e8..20d3660 100644 --- a/systemd/id128.c +++ b/systemd/id128.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> diff --git a/systemd/journal.py b/systemd/journal.py index dd1f229..999e338 100644 --- a/systemd/journal.py +++ b/systemd/journal.py @@ -1,6 +1,5 @@ # -*- Mode: python; coding:utf-8; indent-tabs-mode: nil -*- */ # -# This file is part of systemd. # # Copyright 2012 David Strauss <david@davidstrauss.net> # Copyright 2012 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> diff --git a/systemd/login.c b/systemd/login.c index 18b99cf..24548ea 100644 --- a/systemd/login.c +++ b/systemd/login.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> diff --git a/systemd/macro.h b/systemd/macro.h index 2af6006..7d8b370 100644 --- a/systemd/macro.h +++ b/systemd/macro.h @@ -3,7 +3,6 @@ #pragma once /*** - This file is part of systemd. Copyright 2010 Lennart Poettering diff --git a/systemd/pyutil.c b/systemd/pyutil.c index 722c4f5..8dea05e 100644 --- a/systemd/pyutil.c +++ b/systemd/pyutil.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> diff --git a/systemd/pyutil.h b/systemd/pyutil.h index 1477e7b..fffde5f 100644 --- a/systemd/pyutil.h +++ b/systemd/pyutil.h @@ -3,7 +3,6 @@ #pragma once /*** - This file is part of systemd. Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> diff --git a/systemd/strv.c b/systemd/strv.c index 373346d..113b4fc 100644 --- a/systemd/strv.c +++ b/systemd/strv.c @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2010 Lennart Poettering diff --git a/systemd/strv.h b/systemd/strv.h index 942849a..02d64d4 100644 --- a/systemd/strv.h +++ b/systemd/strv.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** - This file is part of systemd. Copyright 2010 Lennart Poettering |