Remove old FSF address and point at FSF website instead.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 6 Oct 2011 00:24:50 +0000 (02:24 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 6 Oct 2011 00:24:50 +0000 (02:24 +0200)
Thanks Dan Callaghan.

19 files changed:
fastimport/__init__.py
fastimport/commands.py
fastimport/dates.py
fastimport/errors.py
fastimport/helpers.py
fastimport/idmapfile.py
fastimport/parser.py
fastimport/processor.py
fastimport/processors/filter_processor.py
fastimport/processors/info_processor.py
fastimport/processors/query_processor.py
fastimport/reftracker.py
fastimport/tests/__init__.py
fastimport/tests/test_commands.py
fastimport/tests/test_errors.py
fastimport/tests/test_filter_processor.py
fastimport/tests/test_head_tracking.py
fastimport/tests/test_helpers.py
fastimport/tests/test_parser.py

index 0e2570eabe39bcb5c47fcf4029f8e46e94681a33..d9dfffd9f7ec30ca34541b7f2175514a49322972 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Fastimport streams."""
 
index 957928e88651dd4d30d0a49902e91081cb06a3b0..c1a4d05642839ebb1e47ea2ce16dd34de4b79e4f 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Import command classes."""
 
index ba484ef2c761bdfe3f4ac2a5f7ac28fb2f99e7e6..c467ff79114c49d19a7836235451ef5d610a41a6 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Date parsing routines.
 
index f2d5d889a607a5d95725c68e649dbf4c0458b230..068af6fe2f4f154dd809801862b45fd2990f2e60 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Exception classes for fastimport"""
 
index a80a1f45ebc7c18b7d1054964b1e70534835814d..52c5b88c8d38870f3dbc6daa641d304450df8e91 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Miscellaneous useful stuff."""
 
index 7b4ccf4afe185a90188c06d4f3ed523afa80d684..669dbcecf8eb4f0df7c9eed0a3c48d45ac4bac82 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Routines for saving and loading the id-map file."""
 
index befff2a00e2133c45d9be0854b2b9bb9649da1e6..7612ac07018ee73fd3f540b7b00a89ac24459cb0 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Parser of import data into command objects.
 
index 2455b4dcb714e4c73c2e0f474cd462e9c4d7c4c5..df00e2dcef0a49ab9f7484a362d857202a9066ba 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Processor of import commands.
 
index 2445ae277039ffd01f8666132fc0a8266ea11fa9..954c2e88bcfaeac022266ed651360e791990435a 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Import processor that filters the input (and doesn't import)."""
 
index d35aaff450e56efda275442a6ae533f6d9530ac6..e4969b1db9d07e7d33c410cc2e5a070c48295e0c 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Import processor that dump stats about the input (and doesn't import)."""
 
index fd9695cdf4409eaee24a4ff7c92cf6ad7bf4cd57..c2e750ff905de76c2060c892c305df2d66fef8d2 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Import processor that queries the input (and doesn't import)."""
 
index 3862180bd0d9cab6812caf63b436c5fd6f3d2125..44136c7faf764ee2748cbcdc0e968e38d59fa770 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 """Tracker of refs."""
index 3a8e69f86ebf0ff515dfbb80b22bffa9ae8fedcc..3bedc42ab3b49dcfa8b80843028f5cbe130a9059 100644 (file)
@@ -13,9 +13,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Tests for fastimport."""
 
index c887235fa149ad1bd4f4d7bb2189719436f57b3c..7da7e1114c06f5222c0901eec26373fc9df066aa 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Test how Commands are displayed"""
 
index 2b6b69dc886ce1888f7e98a84dd4f5b8f382656e..bdd73b943dfd95d787a4f89dc346eeb78853a3a1 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Test the Import errors"""
 
index af107d322ce0cbe1694928b5de2814a0adb5fe36..ad040d7344e5b01ad6439b0eca933e9912d701b3 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Test FilterProcessor"""
 
index 4a2a01843bf832b4951df5b87ed4735826cb3c13..27b8ffe04e5edb3f73147014bcae67463283272f 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Test tracking of heads"""
 
index 639e4364ba3350a54dd21d81e56e381fd5e742a6..64aee243b537d7b08c999ec2cf72687582208076 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Test the helper functions."""
 
index 6832df3c46afa589a8dfc42f8ede3980cfc5721e..06270a82e8c419c80a1a1d60f662ae2f3fbe92c2 100644 (file)
@@ -11,8 +11,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """Test the Import parsing"""