aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hostnamed.c6
-rw-r--r--src/timedated.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/src/hostnamed.c b/src/hostnamed.c
index dce16cd..cc49569 100644
--- a/src/hostnamed.c
+++ b/src/hostnamed.c
@@ -1,6 +1,9 @@
/*
Copyright 2012 Alexandre Rostovtsev
+ Some parts are based on the code from the systemd project; these are
+ copyright 2011 Lennart Poettering and others.
+
This program 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
@@ -82,7 +85,8 @@ guess_icon_name ()
#if defined(__i386__) || defined(__x86_64__)
/*
- Taken with a few minor changes from systemd's hostnamed
+ Taken with a few minor changes from systemd's hostnamed.c,
+ copyright 2011 Lennart Poettering.
See the SMBIOS Specification 2.7.1 section 7.4.1 for
details about the values listed here:
diff --git a/src/timedated.c b/src/timedated.c
index 70c41b4..93429b8 100644
--- a/src/timedated.c
+++ b/src/timedated.c
@@ -1,6 +1,9 @@
/*
Copyright 2012 Alexandre Rostovtsev
+ Some parts are based on the code from the systemd project; these are
+ copyright 2011 Lennart Poettering and others.
+
This program 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