Update the FSF headers.
[rawdog/.git] / rawdoglib / plugins.py
index f491b05fd89495c1356001d61a58050702cf9907..9dcb2e70841c869b1eef5fadaa01d1266f11a5d3 100644 (file)
@@ -1,5 +1,5 @@
 # plugins: handle add-on modules for rawdog.
-# Copyright 2004 Adam Sampson <azz@us-lot.org>
+# Copyright 2004, 2005 Adam Sampson <ats@offog.org>
 #
 # rawdog is free software; you can redistribute and/or modify it
 # under the terms of that license as published by the Free Software
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with rawdog; see the file COPYING. If not, write to the
-# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA, or see http://www.gnu.org/.
+# along with rawdog; see the file COPYING. If not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA, or see http://www.gnu.org/.
 
-import os, os.path, imp
+import os, imp
 
 class Box:
        """Utility class that holds a mutable value. Useful for passing