summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 20:16:46 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 20:16:51 -0400
commit410f054ddf904a989fd3b0c029bfc88e9182f056 (patch)
tree6786876b10fcb8457ac6ad1e789c20133b955e2d /systemd
parent31baccc855b48adde5173a31037bb1b82c42f7aa (diff)
downloadpython-systemd-410f054ddf904a989fd3b0c029bfc88e9182f056.tar.gz
Update LICENSE file and classifiers
The license was originally MIT, but when this module became part of systemd, it was changed to LGPLv2+. All files had correct headers, so only the LICENSE file needs updating. Take the opportunity to add classifiers to setup.py.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/__init__.py1
-rw-r--r--systemd/_daemon.c1
-rw-r--r--systemd/_journal.c1
-rw-r--r--systemd/_reader.c1
-rw-r--r--systemd/id128.c1
-rw-r--r--systemd/journal.py1
-rw-r--r--systemd/login.c1
-rw-r--r--systemd/macro.h1
-rw-r--r--systemd/pyutil.c1
-rw-r--r--systemd/pyutil.h1
-rw-r--r--systemd/strv.c1
-rw-r--r--systemd/strv.h1
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