e625cc5
e625cc5
# HG changeset patch
e625cc5
# User Matt Mackall <mpm@selenic.com>
e625cc5
# Date 1241110672 18000
e625cc5
# Node ID 741bd2646ebf4c56eb45194e6194de3f1d47bb43
e625cc5
# Parent  3d23e038cda63fc41b0df77a08c16526086fcb44
e625cc5
Add GPLv2+ license and copyright notice
e625cc5
e625cc5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
e625cc5
+++ b/COPYING	Thu Apr 30 11:57:52 2009 -0500
e625cc5
@@ -0,0 +1,340 @@
e625cc5
+		    GNU GENERAL PUBLIC LICENSE
e625cc5
+		       Version 2, June 1991
e625cc5
+
e625cc5
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
e625cc5
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
e625cc5
+ Everyone is permitted to copy and distribute verbatim copies
e625cc5
+ of this license document, but changing it is not allowed.
e625cc5
+
e625cc5
+			    Preamble
e625cc5
+
e625cc5
+  The licenses for most software are designed to take away your
e625cc5
+freedom to share and change it.  By contrast, the GNU General Public
e625cc5
+License is intended to guarantee your freedom to share and change free
e625cc5
+software--to make sure the software is free for all its users.  This
e625cc5
+General Public License applies to most of the Free Software
e625cc5
+Foundation's software and to any other program whose authors commit to
e625cc5
+using it.  (Some other Free Software Foundation software is covered by
e625cc5
+the GNU Library General Public License instead.)  You can apply it to
e625cc5
+your programs, too.
e625cc5
+
e625cc5
+  When we speak of free software, we are referring to freedom, not
e625cc5
+price.  Our General Public Licenses are designed to make sure that you
e625cc5
+have the freedom to distribute copies of free software (and charge for
e625cc5
+this service if you wish), that you receive source code or can get it
e625cc5
+if you want it, that you can change the software or use pieces of it
e625cc5
+in new free programs; and that you know you can do these things.
e625cc5
+
e625cc5
+  To protect your rights, we need to make restrictions that forbid
e625cc5
+anyone to deny you these rights or to ask you to surrender the rights.
e625cc5
+These restrictions translate to certain responsibilities for you if you
e625cc5
+distribute copies of the software, or if you modify it.
e625cc5
+
e625cc5
+  For example, if you distribute copies of such a program, whether
e625cc5
+gratis or for a fee, you must give the recipients all the rights that
e625cc5
+you have.  You must make sure that they, too, receive or can get the
e625cc5
+source code.  And you must show them these terms so they know their
e625cc5
+rights.
e625cc5
+
e625cc5
+  We protect your rights with two steps: (1) copyright the software, and
e625cc5
+(2) offer you this license which gives you legal permission to copy,
e625cc5
+distribute and/or modify the software.
e625cc5
+
e625cc5
+  Also, for each author's protection and ours, we want to make certain
e625cc5
+that everyone understands that there is no warranty for this free
e625cc5
+software.  If the software is modified by someone else and passed on, we
e625cc5
+want its recipients to know that what they have is not the original, so
e625cc5
+that any problems introduced by others will not reflect on the original
e625cc5
+authors' reputations.
e625cc5
+
e625cc5
+  Finally, any free program is threatened constantly by software
e625cc5
+patents.  We wish to avoid the danger that redistributors of a free
e625cc5
+program will individually obtain patent licenses, in effect making the
e625cc5
+program proprietary.  To prevent this, we have made it clear that any
e625cc5
+patent must be licensed for everyone's free use or not licensed at all.
e625cc5
+
e625cc5
+  The precise terms and conditions for copying, distribution and
e625cc5
+modification follow.
e625cc5
+
e625cc5
+		    GNU GENERAL PUBLIC LICENSE
e625cc5
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
e625cc5
+
e625cc5
+  0. This License applies to any program or other work which contains
e625cc5
+a notice placed by the copyright holder saying it may be distributed
e625cc5
+under the terms of this General Public License.  The "Program", below,
e625cc5
+refers to any such program or work, and a "work based on the Program"
e625cc5
+means either the Program or any derivative work under copyright law:
e625cc5
+that is to say, a work containing the Program or a portion of it,
e625cc5
+either verbatim or with modifications and/or translated into another
e625cc5
+language.  (Hereinafter, translation is included without limitation in
e625cc5
+the term "modification".)  Each licensee is addressed as "you".
e625cc5
+
e625cc5
+Activities other than copying, distribution and modification are not
e625cc5
+covered by this License; they are outside its scope.  The act of
e625cc5
+running the Program is not restricted, and the output from the Program
e625cc5
+is covered only if its contents constitute a work based on the
e625cc5
+Program (independent of having been made by running the Program).
e625cc5
+Whether that is true depends on what the Program does.
e625cc5
+
e625cc5
+  1. You may copy and distribute verbatim copies of the Program's
e625cc5
+source code as you receive it, in any medium, provided that you
e625cc5
+conspicuously and appropriately publish on each copy an appropriate
e625cc5
+copyright notice and disclaimer of warranty; keep intact all the
e625cc5
+notices that refer to this License and to the absence of any warranty;
e625cc5
+and give any other recipients of the Program a copy of this License
e625cc5
+along with the Program.
e625cc5
+
e625cc5
+You may charge a fee for the physical act of transferring a copy, and
e625cc5
+you may at your option offer warranty protection in exchange for a fee.
e625cc5
+
e625cc5
+  2. You may modify your copy or copies of the Program or any portion
e625cc5
+of it, thus forming a work based on the Program, and copy and
e625cc5
+distribute such modifications or work under the terms of Section 1
e625cc5
+above, provided that you also meet all of these conditions:
e625cc5
+
e625cc5
+    a) You must cause the modified files to carry prominent notices
e625cc5
+    stating that you changed the files and the date of any change.
e625cc5
+
e625cc5
+    b) You must cause any work that you distribute or publish, that in
e625cc5
+    whole or in part contains or is derived from the Program or any
e625cc5
+    part thereof, to be licensed as a whole at no charge to all third
e625cc5
+    parties under the terms of this License.
e625cc5
+
e625cc5
+    c) If the modified program normally reads commands interactively
e625cc5
+    when run, you must cause it, when started running for such
e625cc5
+    interactive use in the most ordinary way, to print or display an
e625cc5
+    announcement including an appropriate copyright notice and a
e625cc5
+    notice that there is no warranty (or else, saying that you provide
e625cc5
+    a warranty) and that users may redistribute the program under
e625cc5
+    these conditions, and telling the user how to view a copy of this
e625cc5
+    License.  (Exception: if the Program itself is interactive but
e625cc5
+    does not normally print such an announcement, your work based on
e625cc5
+    the Program is not required to print an announcement.)
e625cc5
+
e625cc5
+These requirements apply to the modified work as a whole.  If
e625cc5
+identifiable sections of that work are not derived from the Program,
e625cc5
+and can be reasonably considered independent and separate works in
e625cc5
+themselves, then this License, and its terms, do not apply to those
e625cc5
+sections when you distribute them as separate works.  But when you
e625cc5
+distribute the same sections as part of a whole which is a work based
e625cc5
+on the Program, the distribution of the whole must be on the terms of
e625cc5
+this License, whose permissions for other licensees extend to the
e625cc5
+entire whole, and thus to each and every part regardless of who wrote it.
e625cc5
+
e625cc5
+Thus, it is not the intent of this section to claim rights or contest
e625cc5
+your rights to work written entirely by you; rather, the intent is to
e625cc5
+exercise the right to control the distribution of derivative or
e625cc5
+collective works based on the Program.
e625cc5
+
e625cc5
+In addition, mere aggregation of another work not based on the Program
e625cc5
+with the Program (or with a work based on the Program) on a volume of
e625cc5
+a storage or distribution medium does not bring the other work under
e625cc5
+the scope of this License.
e625cc5
+
e625cc5
+  3. You may copy and distribute the Program (or a work based on it,
e625cc5
+under Section 2) in object code or executable form under the terms of
e625cc5
+Sections 1 and 2 above provided that you also do one of the following:
e625cc5
+
e625cc5
+    a) Accompany it with the complete corresponding machine-readable
e625cc5
+    source code, which must be distributed under the terms of Sections
e625cc5
+    1 and 2 above on a medium customarily used for software interchange; or,
e625cc5
+
e625cc5
+    b) Accompany it with a written offer, valid for at least three
e625cc5
+    years, to give any third party, for a charge no more than your
e625cc5
+    cost of physically performing source distribution, a complete
e625cc5
+    machine-readable copy of the corresponding source code, to be
e625cc5
+    distributed under the terms of Sections 1 and 2 above on a medium
e625cc5
+    customarily used for software interchange; or,
e625cc5
+
e625cc5
+    c) Accompany it with the information you received as to the offer
e625cc5
+    to distribute corresponding source code.  (This alternative is
e625cc5
+    allowed only for noncommercial distribution and only if you
e625cc5
+    received the program in object code or executable form with such
e625cc5
+    an offer, in accord with Subsection b above.)
e625cc5
+
e625cc5
+The source code for a work means the preferred form of the work for
e625cc5
+making modifications to it.  For an executable work, complete source
e625cc5
+code means all the source code for all modules it contains, plus any
e625cc5
+associated interface definition files, plus the scripts used to
e625cc5
+control compilation and installation of the executable.  However, as a
e625cc5
+special exception, the source code distributed need not include
e625cc5
+anything that is normally distributed (in either source or binary
e625cc5
+form) with the major components (compiler, kernel, and so on) of the
e625cc5
+operating system on which the executable runs, unless that component
e625cc5
+itself accompanies the executable.
e625cc5
+
e625cc5
+If distribution of executable or object code is made by offering
e625cc5
+access to copy from a designated place, then offering equivalent
e625cc5
+access to copy the source code from the same place counts as
e625cc5
+distribution of the source code, even though third parties are not
e625cc5
+compelled to copy the source along with the object code.
e625cc5
+
e625cc5
+  4. You may not copy, modify, sublicense, or distribute the Program
e625cc5
+except as expressly provided under this License.  Any attempt
e625cc5
+otherwise to copy, modify, sublicense or distribute the Program is
e625cc5
+void, and will automatically terminate your rights under this License.
e625cc5
+However, parties who have received copies, or rights, from you under
e625cc5
+this License will not have their licenses terminated so long as such
e625cc5
+parties remain in full compliance.
e625cc5
+
e625cc5
+  5. You are not required to accept this License, since you have not
e625cc5
+signed it.  However, nothing else grants you permission to modify or
e625cc5
+distribute the Program or its derivative works.  These actions are
e625cc5
+prohibited by law if you do not accept this License.  Therefore, by
e625cc5
+modifying or distributing the Program (or any work based on the
e625cc5
+Program), you indicate your acceptance of this License to do so, and
e625cc5
+all its terms and conditions for copying, distributing or modifying
e625cc5
+the Program or works based on it.
e625cc5
+
e625cc5
+  6. Each time you redistribute the Program (or any work based on the
e625cc5
+Program), the recipient automatically receives a license from the
e625cc5
+original licensor to copy, distribute or modify the Program subject to
e625cc5
+these terms and conditions.  You may not impose any further
e625cc5
+restrictions on the recipients' exercise of the rights granted herein.
e625cc5
+You are not responsible for enforcing compliance by third parties to
e625cc5
+this License.
e625cc5
+
e625cc5
+  7. If, as a consequence of a court judgment or allegation of patent
e625cc5
+infringement or for any other reason (not limited to patent issues),
e625cc5
+conditions are imposed on you (whether by court order, agreement or
e625cc5
+otherwise) that contradict the conditions of this License, they do not
e625cc5
+excuse you from the conditions of this License.  If you cannot
e625cc5
+distribute so as to satisfy simultaneously your obligations under this
e625cc5
+License and any other pertinent obligations, then as a consequence you
e625cc5
+may not distribute the Program at all.  For example, if a patent
e625cc5
+license would not permit royalty-free redistribution of the Program by
e625cc5
+all those who receive copies directly or indirectly through you, then
e625cc5
+the only way you could satisfy both it and this License would be to
e625cc5
+refrain entirely from distribution of the Program.
e625cc5
+
e625cc5
+If any portion of this section is held invalid or unenforceable under
e625cc5
+any particular circumstance, the balance of the section is intended to
e625cc5
+apply and the section as a whole is intended to apply in other
e625cc5
+circumstances.
e625cc5
+
e625cc5
+It is not the purpose of this section to induce you to infringe any
e625cc5
+patents or other property right claims or to contest validity of any
e625cc5
+such claims; this section has the sole purpose of protecting the
e625cc5
+integrity of the free software distribution system, which is
e625cc5
+implemented by public license practices.  Many people have made
e625cc5
+generous contributions to the wide range of software distributed
e625cc5
+through that system in reliance on consistent application of that
e625cc5
+system; it is up to the author/donor to decide if he or she is willing
e625cc5
+to distribute software through any other system and a licensee cannot
e625cc5
+impose that choice.
e625cc5
+
e625cc5
+This section is intended to make thoroughly clear what is believed to
e625cc5
+be a consequence of the rest of this License.
e625cc5
+
e625cc5
+  8. If the distribution and/or use of the Program is restricted in
e625cc5
+certain countries either by patents or by copyrighted interfaces, the
e625cc5
+original copyright holder who places the Program under this License
e625cc5
+may add an explicit geographical distribution limitation excluding
e625cc5
+those countries, so that distribution is permitted only in or among
e625cc5
+countries not thus excluded.  In such case, this License incorporates
e625cc5
+the limitation as if written in the body of this License.
e625cc5
+
e625cc5
+  9. The Free Software Foundation may publish revised and/or new versions
e625cc5
+of the General Public License from time to time.  Such new versions will
e625cc5
+be similar in spirit to the present version, but may differ in detail to
e625cc5
+address new problems or concerns.
e625cc5
+
e625cc5
+Each version is given a distinguishing version number.  If the Program
e625cc5
+specifies a version number of this License which applies to it and "any
e625cc5
+later version", you have the option of following the terms and conditions
e625cc5
+either of that version or of any later version published by the Free
e625cc5
+Software Foundation.  If the Program does not specify a version number of
e625cc5
+this License, you may choose any version ever published by the Free Software
e625cc5
+Foundation.
e625cc5
+
e625cc5
+  10. If you wish to incorporate parts of the Program into other free
e625cc5
+programs whose distribution conditions are different, write to the author
e625cc5
+to ask for permission.  For software which is copyrighted by the Free
e625cc5
+Software Foundation, write to the Free Software Foundation; we sometimes
e625cc5
+make exceptions for this.  Our decision will be guided by the two goals
e625cc5
+of preserving the free status of all derivatives of our free software and
e625cc5
+of promoting the sharing and reuse of software generally.
e625cc5
+
e625cc5
+			    NO WARRANTY
e625cc5
+
e625cc5
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
e625cc5
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
e625cc5
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
e625cc5
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
e625cc5
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
e625cc5
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
e625cc5
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
e625cc5
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
e625cc5
+REPAIR OR CORRECTION.
e625cc5
+
e625cc5
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
e625cc5
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
e625cc5
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
e625cc5
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
e625cc5
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
e625cc5
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
e625cc5
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
e625cc5
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
e625cc5
+POSSIBILITY OF SUCH DAMAGES.
e625cc5
+
e625cc5
+		     END OF TERMS AND CONDITIONS
e625cc5
+
e625cc5
+	    How to Apply These Terms to Your New Programs
e625cc5
+
e625cc5
+  If you develop a new program, and you want it to be of the greatest
e625cc5
+possible use to the public, the best way to achieve this is to make it
e625cc5
+free software which everyone can redistribute and change under these terms.
e625cc5
+
e625cc5
+  To do so, attach the following notices to the program.  It is safest
e625cc5
+to attach them to the start of each source file to most effectively
e625cc5
+convey the exclusion of warranty; and each file should have at least
e625cc5
+the "copyright" line and a pointer to where the full notice is found.
e625cc5
+
e625cc5
+    <one line to give the program's name and a brief idea of what it does.>
e625cc5
+    Copyright (C) <year>  <name of author>
e625cc5
+
e625cc5
+    This program is free software; you can redistribute it and/or modify
e625cc5
+    it under the terms of the GNU General Public License as published by
e625cc5
+    the Free Software Foundation; either version 2 of the License, or
e625cc5
+    (at your option) any later version.
e625cc5
+
e625cc5
+    This program is distributed in the hope that it will be useful,
e625cc5
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
e625cc5
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
e625cc5
+    GNU General Public License for more details.
e625cc5
+
e625cc5
+    You should have received a copy of the GNU General Public License
e625cc5
+    along with this program; if not, write to the Free Software
e625cc5
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
e625cc5
+
e625cc5
+
e625cc5
+Also add information on how to contact you by electronic and paper mail.
e625cc5
+
e625cc5
+If the program is interactive, make it output a short notice like this
e625cc5
+when it starts in an interactive mode:
e625cc5
+
e625cc5
+    Gnomovision version 69, Copyright (C) year  name of author
e625cc5
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
e625cc5
+    This is free software, and you are welcome to redistribute it
e625cc5
+    under certain conditions; type `show c' for details.
e625cc5
+
e625cc5
+The hypothetical commands `show w' and `show c' should show the appropriate
e625cc5
+parts of the General Public License.  Of course, the commands you use may
e625cc5
+be called something other than `show w' and `show c'; they could even be
e625cc5
+mouse-clicks or menu items--whatever suits your program.
e625cc5
+
e625cc5
+You should also get your employer (if you work as a programmer) or your
e625cc5
+school, if any, to sign a "copyright disclaimer" for the program, if
e625cc5
+necessary.  Here is a sample; alter the names:
e625cc5
+
e625cc5
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
e625cc5
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
e625cc5
+
e625cc5
+  <signature of Ty Coon>, 1 April 1989
e625cc5
+  Ty Coon, President of Vice
e625cc5
+
e625cc5
+This General Public License does not permit incorporating your program into
e625cc5
+proprietary programs.  If your program is a subroutine library, you may
e625cc5
+consider it more useful to permit linking proprietary applications with the
e625cc5
+library.  If this is what you want to do, use the GNU Library General
e625cc5
+Public License instead of this License.
e625cc5
--- a/smem	Tue Apr 07 15:17:19 2009 -0700
e625cc5
+++ b/smem	Thu Apr 30 11:57:52 2009 -0500
e625cc5
@@ -1,4 +1,13 @@
e625cc5
 #!/usr/bin/python
e625cc5
+#
e625cc5
+# smem - a tool for meaningful memory reporting
e625cc5
+#
e625cc5
+# Copyright 2008-2009 Matt Mackall <mpm@selenic.com>
e625cc5
+#
e625cc5
+# This software may be used and distributed according to the terms of
e625cc5
+# the GNU General Public License version 2 or later, incorporated
e625cc5
+# herein by reference.
e625cc5
+
e625cc5
 import re, os, sys, pwd, grp, optparse, errno, tarfile
e625cc5
 
e625cc5
 _ucache = {}
e625cc5