diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-10-05 18:45:49 +0000 |
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-10-05 18:45:49 +0000 |
| commit | b7c4dbeb1bd430a232a1044e627df33636c128de (patch) | |
| tree | 1a297f93de5d71ef638a3ab7ee1c85185f9368ac /psutil/_psutil_common.c | |
| parent | d98cbade6370eca68746068b3ec8d8f02cc58721 (diff) | |
| download | psutil-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.c')
| -rw-r--r-- | psutil/_psutil_common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/psutil/_psutil_common.c b/psutil/_psutil_common.c index b15a9ab2..4c07fa6b 100644 --- a/psutil/_psutil_common.c +++ b/psutil/_psutil_common.c @@ -1,6 +1,10 @@ /* * $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. + * * Routines common to all platforms. */ |
