summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.h
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2011-10-05 18:45:49 +0000
committerGiampaolo Rodola' <g.rodola@gmail.com>2011-10-05 18:45:49 +0000
commitb7c4dbeb1bd430a232a1044e627df33636c128de (patch)
tree1a297f93de5d71ef638a3ab7ee1c85185f9368ac /psutil/_psutil_common.h
parentd98cbade6370eca68746068b3ec8d8f02cc58721 (diff)
downloadpsutil-b7c4dbeb1bd430a232a1044e627df33636c128de.tar.gz
Fix #212
Add license header in all source files to pass google chromium license checkers. Also removed Dave Daeschler from contributors and added some missing docstrings.
Diffstat (limited to 'psutil/_psutil_common.h')
-rw-r--r--psutil/_psutil_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/psutil/_psutil_common.h b/psutil/_psutil_common.h
index 8066ae1e..4be88d79 100644
--- a/psutil/_psutil_common.h
+++ b/psutil/_psutil_common.h
@@ -1,5 +1,9 @@
/*
* $Id$
+ *
+ * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
*/
#include <Python.h>