summaryrefslogtreecommitdiff
path: root/tload.c
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2012-03-02 13:29:36 +0100
committerCraig Small <csmall@enc.com.au>2012-03-03 18:41:11 +1100
commitce61089059d9313c05da1fd96b3f380118cb60d6 (patch)
tree506950f011d8c3942e2dc84a70fcb023ad6343bf /tload.c
parentf5e2277a2e5f9b9126c96321d15bb3697dff2879 (diff)
downloadprocps-ng-ce61089059d9313c05da1fd96b3f380118cb60d6.tar.gz
docs: clarification to license headers in files
Add license header to all files. The summary of licensing is below, taken from Craig Small's email which is referred in commit message tail. sysctl and pgrep are GPL 2+ The rest is LGPL 2.1+ Reference: http://www.freelists.org/post/procps/Incorrect-FSF-address-in-the-license-files,8 Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=797962 CC: Craig Small <csmall@enc.com.au> CC: Jaromir Capik <jcapik@redhat.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'tload.c')
-rw-r--r--tload.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/tload.c b/tload.c
index b21ddd8..151ab46 100644
--- a/tload.c
+++ b/tload.c
@@ -8,7 +8,22 @@
* Copyright (c) 1992 Branko Lankester
* /proc changes by David Engel (david@ods.com)
* Made a little more efficient by Michael K. Johnson (johnsonm@sunsite.unc.edu)
+ *
+ * This library 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.
+ *
+ * This library 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 this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
#include "proc/version.h"
#include "proc/sysinfo.h"
#include "c.h"