Add GPLv2+ license and copyright notice

This commit is contained in:
Matt Mackall 2009-04-30 11:57:52 -05:00
commit aab32ae9de
2 changed files with 349 additions and 0 deletions

9
smem
View file

@ -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 = {}