Use nice utf-8 © instead of "(c)". Remove licensing statements on utility modules that have been assigned to allmydata.com by their original authors. (Nattraverso was not assigned to allmydata.com -- it was LGPL'ed -- but I checked and src/allmydata/util/iputil.py was completely rewritten and doesn't contain any line of code from nattraverso.) Add notes to misc/debian/copyright about licensing on files that aren't just allmydata.com-licensed.
The upstream source of this project is http://allmydata.org .
-Copyright (c) 2006-2009
+Copyright © 2006-2009
AllMyData, Inc.
You may use this package under the GNU General Public License, version 2 or, at
(You may choose to use this package under the terms of either licence, at your
option.)
+
+
+The files mac/fuse.py and mac/fuseparts/subbedopts.py are licensed under
+the GNU Lesser General Public Licence.
+
+
+The file src/allmydata/util/figleaf.py is licensed under the MIT licence.
# Allmydata Tahoe -- secure, distributed storage grid
#
-# Copyright (C) 2008-2009 Allmydata, Inc.
+# Copyright © 2008-2009 Allmydata, Inc.
#
# This file is part of Tahoe-LAFS.
#
#!/usr/bin/env python
-#
-# Copyright (c) 2002-2009 Zooko Wilcox-O'Hearn
-# mailto:zooko@zooko.com
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this work to deal in this work without restriction (including the rights
-# to use, modify, distribute, sublicense, and/or sell copies).
import random, unittest
-# Copyright (c) 2003-2008 Zooko Wilcox-O'Hearn
-# mailto:zooko@zooko.com
-# http://zooko.com
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this work to deal in this work without restriction (including the
-# rights to use, modify, distribute, sublicense, and/or sell copies)
-
"""
Tests useful in assertion checking, prints out nicely formated messages too.
"""
#!/usr/bin/env python
-# Copyright (c) 2002-2009 Zooko Wilcox-O'Hearn
-# mailto:zooko@zooko.com
-# Permission is hereby granted to any person obtaining a copy of this work to
-# deal in this work without restriction (including the rights to use, modify,
-# distribute, sublicense, and/or sell copies).
-
# from the Python Standard Library
import string
-# Copyright (c) 2002-2009 Zooko Wilcox-O'Hearn
-# This file is part of pyutil; see README.txt for licensing terms.
-
"""
Futz with files like a pro.
"""
-# Copyright (c) 2002-2009 Zooko Wilcox-O'Hearn
-# This file is part of pyutil; see README.txt for licensing terms.
-
import exceptions, os
from repr import Repr
-# portions extracted from ipaddresslib by Autonomous Zone Industries, LGPL (author: Greg Smith)
-# portions adapted from nattraverso.ipdiscover
-# portions authored by Brian Warner, working for Allmydata
-# most recent version authored by Zooko O'Whielacronx, working for Allmydata
-
# from the Python Standard Library
import os, re, socket, sys