Add GPLv2+ license and copyright notice
This commit is contained in:
parent
91a412f622
commit
aab32ae9de
2 changed files with 349 additions and 0 deletions
9
smem
9
smem
|
|
@ -1,4 +1,13 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
# smem - a tool for meaningful memory reporting
|
||||
#
|
||||
# Copyright 2008-2009 Matt Mackall <mpm@selenic.com>
|
||||
#
|
||||
# This software may be used and distributed according to the terms of
|
||||
# the GNU General Public License version 2 or later, incorporated
|
||||
# herein by reference.
|
||||
|
||||
import re, os, sys, pwd, grp, optparse, errno, tarfile
|
||||
|
||||
_ucache = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue