diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-04-28 09:59:50 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-04-28 09:59:50 +0200 |
commit | ceb282221da2a101e97b228aadd63c67c551ae9a (patch) | |
tree | c3c70ae290180ee8ecf25e67e00ede29baf99f51 /proc.py | |
parent | 124ff340c59ff2c7a95dc63071e80ed350947ab0 (diff) | |
download | logilab-common-ceb282221da2a101e97b228aadd63c67c551ae9a.tar.gz |
missing replacement in disclaimer; include COPYING.LESSER in manifest; kill DEPENDS file
Diffstat (limited to 'proc.py')
-rw-r--r-- | proc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """module providing: * process information (linux specific: rely on /proc) * a class for resource control (memory / time / cpu time) |