aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-08 23:38:41 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-08 23:46:56 -0400
commit7830416baf2f95d57a54434f2bd57e04da580ce3 (patch)
tree793ca3d01d321b2a8d540a774b6af79f368e93e7
parentversion 1.0.1 (diff)
downloadopenrc-settingsd-master.tar.gz
openrc-settingsd-master.tar.bz2
openrc-settingsd-master.zip
Lennart Poettering requested attribution in file headersHEADmaster
-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