From dcd31cd092d301a0506bffe9c1765f18c353d394 Mon Sep 17 00:00:00 2001
From: ehouse
Note that the blank is the last tile here, while with all diff --git a/dawg/Spanish/Makefile b/dawg/Spanish/Makefile index 7f91f15aa..1dab90091 100644 --- a/dawg/Spanish/Makefile +++ b/dawg/Spanish/Makefile @@ -1,5 +1,5 @@ # -*-mode: Makefile -*- -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/Spanish/info.txt b/dawg/Spanish/info.txt index 572018cc7..bbc23eea3 100644 --- a/dawg/Spanish/info.txt +++ b/dawg/Spanish/info.txt @@ -1,4 +1,4 @@ -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/Swedish/Makefile b/dawg/Swedish/Makefile index b5ffc4069..97d79d652 100644 --- a/dawg/Swedish/Makefile +++ b/dawg/Swedish/Makefile @@ -1,5 +1,5 @@ # -*-mode: Makefile -*- -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/Swedish/info.txt b/dawg/Swedish/info.txt index 457046330..4c95d1156 100644 --- a/dawg/Swedish/info.txt +++ b/dawg/Swedish/info.txt @@ -1,4 +1,4 @@ -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/dawg2dict.pl b/dawg/dawg2dict.pl index f53884db8..d6526d113 100755 --- a/dawg/dawg2dict.pl +++ b/dawg/dawg2dict.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright 2004 by Eric House (fixin@peak.org) +# Copyright 2004 by Eric House (xwords@eehouse.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/dict2dawg.pl b/dawg/dict2dawg.pl index 1412b9530..dabcbef45 100755 --- a/dawg/dict2dawg.pl +++ b/dawg/dict2dawg.pl @@ -2,7 +2,7 @@ ############################################################################## # adapted from C++ code Copyright (C) 2000 Falk Hueffner -# This version Copyright (C) 2002 Eric House (fixin@peak.org) +# This version Copyright (C) 2002 Eric House (xwords@eehouse.org) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dawg/frank_mkspecials.pl b/dawg/frank_mkspecials.pl index 353727a74..f60ab2516 100755 --- a/dawg/frank_mkspecials.pl +++ b/dawg/frank_mkspecials.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright 2001 by Eric House (fixin@peak.org) +# Copyright 2001 by Eric House (xwords@eehouse.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/par.pl b/dawg/par.pl index 11ca565d2..024c58943 100755 --- a/dawg/par.pl +++ b/dawg/par.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright 2002 by Eric House (fixin@peak.org) All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org) All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/pbitm2bin.pl b/dawg/pbitm2bin.pl index 4350f57d2..67efffcc5 100755 --- a/dawg/pbitm2bin.pl +++ b/dawg/pbitm2bin.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/xloc.pl b/dawg/xloc.pl index 381f1d21b..cb21db81b 100755 --- a/dawg/xloc.pl +++ b/dawg/xloc.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/dawg/xloc.pm b/dawg/xloc.pm index a2eecefaf..ad5c0fa8c 100644 --- a/dawg/xloc.pm +++ b/dawg/xloc.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/franklin/LocalizedStrIncludes.h b/franklin/LocalizedStrIncludes.h index 967ac3dc0..3c4f412aa 100644 --- a/franklin/LocalizedStrIncludes.h +++ b/franklin/LocalizedStrIncludes.h @@ -1,5 +1,5 @@ /* - * Copyright 1997 - 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997 - 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankask.cpp b/franklin/frankask.cpp index e8c1136d5..ca0f9bf1c 100644 --- a/franklin/frankask.cpp +++ b/franklin/frankask.cpp @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankask.h b/franklin/frankask.h index 8f8bab85a..9999ce98c 100644 --- a/franklin/frankask.h +++ b/franklin/frankask.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankdict.cpp b/franklin/frankdict.cpp index f9da9efca..4e9a32de3 100644 --- a/franklin/frankdict.cpp +++ b/franklin/frankdict.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 1997-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankdict.h b/franklin/frankdict.h index a8d439125..ba89894f7 100644 --- a/franklin/frankdict.h +++ b/franklin/frankdict.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1999-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankdlist.cpp b/franklin/frankdlist.cpp index e4b66ded9..283581a7c 100755 --- a/franklin/frankdlist.cpp +++ b/franklin/frankdlist.cpp @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankdlist.h b/franklin/frankdlist.h index 99a4666f8..6affbd04f 100755 --- a/franklin/frankdlist.h +++ b/franklin/frankdlist.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankdraw.cpp b/franklin/frankdraw.cpp index 9a5152c3b..f92e42090 100644 --- a/franklin/frankdraw.cpp +++ b/franklin/frankdraw.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 1997-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankdraw.h b/franklin/frankdraw.h index 65d17fa16..19b26a177 100644 --- a/franklin/frankdraw.h +++ b/franklin/frankdraw.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankgamesdb.cpp b/franklin/frankgamesdb.cpp index 409d032d3..b76f90cb5 100644 --- a/franklin/frankgamesdb.cpp +++ b/franklin/frankgamesdb.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankgamesdb.h b/franklin/frankgamesdb.h index fa972c6fa..81d178964 100644 --- a/franklin/frankgamesdb.h +++ b/franklin/frankgamesdb.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankids.h b/franklin/frankids.h index d78438fe1..6f9cd972b 100644 --- a/franklin/frankids.h +++ b/franklin/frankids.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankletter.cpp b/franklin/frankletter.cpp index 4f8beb673..dc8de6a7a 100644 --- a/franklin/frankletter.cpp +++ b/franklin/frankletter.cpp @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankletter.h b/franklin/frankletter.h index 39046e6cf..3f1dd0479 100644 --- a/franklin/frankletter.h +++ b/franklin/frankletter.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankmain.cpp b/franklin/frankmain.cpp index f894652db..adb39eba9 100644 --- a/franklin/frankmain.cpp +++ b/franklin/frankmain.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1999-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -1113,7 +1113,7 @@ CXWordsWindow::doAbout() stream = makeMemStream(); char* txt = "Crosswords " VERSION_STRING "\n" - "Copyright 2000-2004 by Eric House (fixin@peak.org).\n" + "Copyright 2000-2004 by Eric House (xwords@eehouse.org).\n" "All rights reserved.\n" "For further information see www.peak.org/~fixin/xwords/ebm.html."; stream_putBytes( stream, txt, strlen(txt) ); diff --git a/franklin/frankmain.h b/franklin/frankmain.h index ef1b6071b..0b16f612d 100644 --- a/franklin/frankmain.h +++ b/franklin/frankmain.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankpasswd.cpp b/franklin/frankpasswd.cpp index 4e1b428e7..677c9966a 100644 --- a/franklin/frankpasswd.cpp +++ b/franklin/frankpasswd.cpp @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankpasswd.h b/franklin/frankpasswd.h index b04430b2e..540c0a76d 100644 --- a/franklin/frankpasswd.h +++ b/franklin/frankpasswd.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankplayer.cpp b/franklin/frankplayer.cpp index fe857cc74..444e54d1e 100644 --- a/franklin/frankplayer.cpp +++ b/franklin/frankplayer.cpp @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankplayer.h b/franklin/frankplayer.h index c4fb12074..1bb977db9 100644 --- a/franklin/frankplayer.h +++ b/franklin/frankplayer.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/franksavedgames.cpp b/franklin/franksavedgames.cpp index d5301d5ce..0f0a2b860 100644 --- a/franklin/franksavedgames.cpp +++ b/franklin/franksavedgames.cpp @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 1999-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/franksavedgames.h b/franklin/franksavedgames.h index a5ea2a23e..2f476c608 100644 --- a/franklin/franksavedgames.h +++ b/franklin/franksavedgames.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankshowtext.cpp b/franklin/frankshowtext.cpp index a31b78a71..faac30e39 100644 --- a/franklin/frankshowtext.cpp +++ b/franklin/frankshowtext.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/frankshowtext.h b/franklin/frankshowtext.h index 59809c7cb..47454f979 100644 --- a/franklin/frankshowtext.h +++ b/franklin/frankshowtext.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/franklin/pbitm2frank.pl b/franklin/pbitm2frank.pl index 05bfb1fad..77289a81d 100755 --- a/franklin/pbitm2frank.pl +++ b/franklin/pbitm2frank.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/franklin/xptypes.h b/franklin/xptypes.h index f51edb3b5..7dd59bab6 100644 --- a/franklin/xptypes.h +++ b/franklin/xptypes.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1999-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/LocalizedStrIncludes.h b/linux/LocalizedStrIncludes.h index 6c99a07b8..0249d9d3c 100644 --- a/linux/LocalizedStrIncludes.h +++ b/linux/LocalizedStrIncludes.h @@ -1,4 +1,4 @@ -/* Copyright 2001 by Eric House (fixin@peak.org) (fixin@peak.org). All rights reserved. +/* Copyright 2001 by Eric House (xwords@eehouse.org) (fixin@peak.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/Makefile b/linux/Makefile index 17423e71b..e3ff8917e 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,5 +1,5 @@ # -*- mode: makefile -*- -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/linux/cursesask.c b/linux/cursesask.c index ab0200884..bc5c62285 100644 --- a/linux/cursesask.c +++ b/linux/cursesask.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesask.h b/linux/cursesask.h index 9ad614802..f4930a682 100644 --- a/linux/cursesask.h +++ b/linux/cursesask.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesdlgutil.c b/linux/cursesdlgutil.c index 661da6b44..b6cfe474f 100644 --- a/linux/cursesdlgutil.c +++ b/linux/cursesdlgutil.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000-2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000-2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesdlgutil.h b/linux/cursesdlgutil.h index ef9a8bd01..cefade7d7 100644 --- a/linux/cursesdlgutil.h +++ b/linux/cursesdlgutil.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesdraw.c b/linux/cursesdraw.c index 08813602c..eb1c79b68 100644 --- a/linux/cursesdraw.c +++ b/linux/cursesdraw.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1997-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesletterask.c b/linux/cursesletterask.c index 03c2a4064..a92a171b5 100644 --- a/linux/cursesletterask.c +++ b/linux/cursesletterask.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesletterask.h b/linux/cursesletterask.h index 1d0ccd010..47ab6d083 100644 --- a/linux/cursesletterask.h +++ b/linux/cursesletterask.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesmain.c b/linux/cursesmain.c index af6a17020..476dd725b 100644 --- a/linux/cursesmain.c +++ b/linux/cursesmain.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/cursesmain.h b/linux/cursesmain.h index ac7e45274..23019e063 100644 --- a/linux/cursesmain.h +++ b/linux/cursesmain.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1997-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/filestream.c b/linux/filestream.c index 295cb0d7a..ce75ce667 100644 --- a/linux/filestream.c +++ b/linux/filestream.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/filestream.h b/linux/filestream.h index c2479707b..589029aa0 100644 --- a/linux/filestream.h +++ b/linux/filestream.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkask.c b/linux/gtkask.c index a2dc9037c..70a4f99ce 100644 --- a/linux/gtkask.c +++ b/linux/gtkask.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkask.h b/linux/gtkask.h index 6517b49a9..6d532e2b6 100644 --- a/linux/gtkask.h +++ b/linux/gtkask.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkdraw.c b/linux/gtkdraw.c index 8d0e1f481..2f185f855 100644 --- a/linux/gtkdraw.c +++ b/linux/gtkdraw.c @@ -1,6 +1,6 @@ /* -*- mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1997-2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkdraw.h b/linux/gtkdraw.h index 8d629b36d..08499adcf 100644 --- a/linux/gtkdraw.h +++ b/linux/gtkdraw.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make debug"; -*- */ /* - * Copyright 1997 - 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997 - 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkletterask.c b/linux/gtkletterask.c index aecf37e93..188583d63 100644 --- a/linux/gtkletterask.c +++ b/linux/gtkletterask.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkletterask.h b/linux/gtkletterask.h index 9ed379bc2..5fb118d37 100644 --- a/linux/gtkletterask.h +++ b/linux/gtkletterask.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkmain.c b/linux/gtkmain.c index aa811915a..e49943d37 100644 --- a/linux/gtkmain.c +++ b/linux/gtkmain.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000-2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000-2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkmain.h b/linux/gtkmain.h index f7e2fe9ef..2b368bd73 100644 --- a/linux/gtkmain.h +++ b/linux/gtkmain.h @@ -1,5 +1,5 @@ /* -*- mode: C; fill-column: 78; c-basic-offset: 4; -*- */ -/* Copyright 1997 - 2005 by Eric House (fixin@peak.org) (fixin@peak.org). All rights reserved. +/* Copyright 1997 - 2005 by Eric House (xwords@eehouse.org) (fixin@peak.org). All rights reserved. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 diff --git a/linux/gtknewgame.c b/linux/gtknewgame.c index 55e02f523..c872a54ef 100644 --- a/linux/gtknewgame.c +++ b/linux/gtknewgame.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtknewgame.h b/linux/gtknewgame.h index e4a4cb354..d66ea4133 100644 --- a/linux/gtknewgame.h +++ b/linux/gtknewgame.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkntilesask.c b/linux/gtkntilesask.c index 3d26c64af..ab1de520a 100644 --- a/linux/gtkntilesask.c +++ b/linux/gtkntilesask.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkntilesask.h b/linux/gtkntilesask.h index 8351b34e8..2296647a3 100644 --- a/linux/gtkntilesask.h +++ b/linux/gtkntilesask.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkpasswdask.c b/linux/gtkpasswdask.c index d53752c45..444e9cbf3 100644 --- a/linux/gtkpasswdask.c +++ b/linux/gtkpasswdask.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/gtkpasswdask.h b/linux/gtkpasswdask.h index f491ea547..92c4aef2f 100644 --- a/linux/gtkpasswdask.h +++ b/linux/gtkpasswdask.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/linuxdict.c b/linux/linuxdict.c index 42d06f94c..c824fc185 100644 --- a/linux/linuxdict.c +++ b/linux/linuxdict.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 1997-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/linuxmain.c b/linux/linuxmain.c index 9315e7145..8147d099a 100644 --- a/linux/linuxmain.c +++ b/linux/linuxmain.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/linuxmain.h b/linux/linuxmain.h index e6bbb4787..f149ed798 100644 --- a/linux/linuxmain.h +++ b/linux/linuxmain.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make -k";-*- */ /* - * Copyright 1997-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/linuxserver.c b/linux/linuxserver.c index 1b558d327..c018e7d78 100644 --- a/linux/linuxserver.c +++ b/linux/linuxserver.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/linuxserver.h b/linux/linuxserver.h index 50fb568d7..030898d47 100644 --- a/linux/linuxserver.h +++ b/linux/linuxserver.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/main.h b/linux/main.h index 1b5f4592d..3934cb68b 100644 --- a/linux/main.h +++ b/linux/main.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/linux/xptypes.h b/linux/xptypes.h index 570b1022c..0d8f3800d 100644 --- a/linux/xptypes.h +++ b/linux/xptypes.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1997 - 2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997 - 2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/Makefile b/palm/Makefile index 9b3a5fa95..7b4b6d78c 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -1,5 +1,5 @@ # -*- mode: Makefile; compile-command: "make ARCH=COMBINED"; -*- -# Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/palm/connsdlg.c b/palm/connsdlg.c index cd6a9c70e..c77a6847e 100644 --- a/palm/connsdlg.c +++ b/palm/connsdlg.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/connsdlg.h b/palm/connsdlg.h index c379eef80..30b300c9d 100644 --- a/palm/connsdlg.h +++ b/palm/connsdlg.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/dictlist.c b/palm/dictlist.c index e2170a027..fb3e5d21c 100644 --- a/palm/dictlist.c +++ b/palm/dictlist.c @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /**************************************************************************** * * - * Copyright 1999 - 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/dictlist.h b/palm/dictlist.h index 65120573d..4dd664612 100644 --- a/palm/dictlist.h +++ b/palm/dictlist.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/dictui.c b/palm/dictui.c index 72df51763..7503c9835 100644 --- a/palm/dictui.c +++ b/palm/dictui.c @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /**************************************************************************** * * - * Copyright 1999 - 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/dictui.h b/palm/dictui.h index f5817d16b..5f6ce3369 100644 --- a/palm/dictui.h +++ b/palm/dictui.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/enter68k.c b/palm/enter68k.c index 8c202b437..f07d86305 100644 --- a/palm/enter68k.c +++ b/palm/enter68k.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/gameutil.c b/palm/gameutil.c index 57d9619ff..51411f8e3 100644 --- a/palm/gameutil.c +++ b/palm/gameutil.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/gameutil.h b/palm/gameutil.h index d0ff01bf0..599df574f 100644 --- a/palm/gameutil.h +++ b/palm/gameutil.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/gen_pace.pl b/palm/gen_pace.pl index a601cf45c..5525833b1 100755 --- a/palm/gen_pace.pl +++ b/palm/gen_pace.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/palm/l10n/StrRes_en_US.pre b/palm/l10n/StrRes_en_US.pre index 18556019e..9caaaaf3d 100644 --- a/palm/l10n/StrRes_en_US.pre +++ b/palm/l10n/StrRes_en_US.pre @@ -1,6 +1,6 @@ /* -*- mode: c; -*- */ /* - * Copyright 1997 - 2002 by Eric House (fixin@peak.org) and others. All rights reserved. + * Copyright 1997 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/l10n/StrRes_es_CT.pre b/palm/l10n/StrRes_es_CT.pre index d3c1d6716..065633eb2 100644 --- a/palm/l10n/StrRes_es_CT.pre +++ b/palm/l10n/StrRes_es_CT.pre @@ -1,6 +1,6 @@ /* -*- mode: c; -*- */ /* - * Copyright 1997 - 2002 by Eric House (fixin@peak.org) and others. All rights reserved. + * Copyright 1997 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/l10n/StrRes_es_ES.pre b/palm/l10n/StrRes_es_ES.pre index 3b16d8baa..899d5a97d 100644 --- a/palm/l10n/StrRes_es_ES.pre +++ b/palm/l10n/StrRes_es_ES.pre @@ -1,6 +1,6 @@ /* -*- mode: c; -*- */ /* - * Copyright 1997 - 2002 by Eric House (fixin@peak.org) and others. All rights reserved. + * Copyright 1997 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/l10n/mkstrsres.c b/palm/l10n/mkstrsres.c index 420802081..7344755e0 100644 --- a/palm/l10n/mkstrsres.c +++ b/palm/l10n/mkstrsres.c @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /**************************************************************************** * * - * Copyright 1998-2000 by Eric House (fixin@peak.org). All rights reserved. * + * Copyright 1998-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/l10n/xwords4_en_US.rcp.pre b/palm/l10n/xwords4_en_US.rcp.pre index 18da90412..b38f91224 100644 --- a/palm/l10n/xwords4_en_US.rcp.pre +++ b/palm/l10n/xwords4_en_US.rcp.pre @@ -1,6 +1,6 @@ /* -*-mode: c; fill-column: 78; -*- */ /***************************************************************************** - * Copyright 1999 - 2002 by Eric House (fixin@peak.org) and others. All rights reserved. + * Copyright 1999 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/l10n/xwords4_es_CT.rcp.pre b/palm/l10n/xwords4_es_CT.rcp.pre index 1ffdc5ab4..bf11a0649 100644 --- a/palm/l10n/xwords4_es_CT.rcp.pre +++ b/palm/l10n/xwords4_es_CT.rcp.pre @@ -1,6 +1,6 @@ /* -*-mode: c; fill-column: 78; -*- */ /***************************************************************************** - * Copyright 1999 - 2002 by Eric House (fixin@peak.org) and others. All rights reserved. + * Copyright 1999 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/l10n/xwords4_es_ES.rcp.pre b/palm/l10n/xwords4_es_ES.rcp.pre index 1c9da818a..fa637bfd4 100644 --- a/palm/l10n/xwords4_es_ES.rcp.pre +++ b/palm/l10n/xwords4_es_ES.rcp.pre @@ -1,6 +1,6 @@ /* -*-mode: c; fill-column: 78; -*- */ /***************************************************************************** - * Copyright 1999 - 2002 by Eric House (fixin@peak.org) and others. All rights reserved. + * Copyright 1999 - 2002 by Eric House (xwords@eehouse.org) and others. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/newgame.c b/palm/newgame.c index c6da5482a..e79220770 100644 --- a/palm/newgame.c +++ b/palm/newgame.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/newgame.h b/palm/newgame.h index fa7c795e2..6bd7fa885 100644 --- a/palm/newgame.h +++ b/palm/newgame.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2001-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/ownerhash.h b/palm/ownerhash.h index ac80a9d11..3baddfb73 100644 --- a/palm/ownerhash.h +++ b/palm/ownerhash.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/pace_man.c b/palm/pace_man.c index 2f9f6851b..9b11716c4 100644 --- a/palm/pace_man.c +++ b/palm/pace_man.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/pace_man.h b/palm/pace_man.h index 3cb991179..a34e66389 100644 --- a/palm/pace_man.h +++ b/palm/pace_man.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmdict.c b/palm/palmdict.c index 812be7938..688883e6e 100644 --- a/palm/palmdict.c +++ b/palm/palmdict.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 1997-2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmdict.h b/palm/palmdict.h index ebd71120b..aab4a1e2c 100644 --- a/palm/palmdict.h +++ b/palm/palmdict.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmdraw.c b/palm/palmdraw.c index f837fe527..6f7c83b50 100644 --- a/palm/palmdraw.c +++ b/palm/palmdraw.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmip.c b/palm/palmip.c index 39df7f2fd..f87900d78 100644 --- a/palm/palmip.c +++ b/palm/palmip.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2001-2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001-2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmip.h b/palm/palmip.h index d8c3c8fa7..150566ce3 100644 --- a/palm/palmip.h +++ b/palm/palmip.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2001 - 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 - 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmir.c b/palm/palmir.c index c5ed03dcb..9069e17e1 100644 --- a/palm/palmir.c +++ b/palm/palmir.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmir.h b/palm/palmir.h index cd40af7da..168464a66 100644 --- a/palm/palmir.h +++ b/palm/palmir.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmmain.c b/palm/palmmain.c index 1ba373848..8a21df0e7 100644 --- a/palm/palmmain.c +++ b/palm/palmmain.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmmain.h b/palm/palmmain.h index 6d41385a2..4e7ed051c 100644 --- a/palm/palmmain.h +++ b/palm/palmmain.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 76; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/palmsavg.c b/palm/palmsavg.c index d13b2606a..fbc51d02b 100644 --- a/palm/palmsavg.c +++ b/palm/palmsavg.c @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /**************************************************************************** * * - * Copyright 1999, 2001 by Eric House (fixin@peak.org). All rights reserved. * + * Copyright 1999, 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * * * * This program is free software; you can redistribute it and/or diff --git a/palm/palmsavg.h b/palm/palmsavg.h index d4297e787..20a15bbbe 100644 --- a/palm/palmsavg.h +++ b/palm/palmsavg.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /**************************************************************************** * * - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. * + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * * * * This program is free software; you can redistribute it and/or diff --git a/palm/palmutil.c b/palm/palmutil.c index e97bd094c..a8e0b4cc5 100644 --- a/palm/palmutil.c +++ b/palm/palmutil.c @@ -1,7 +1,7 @@ // -*-mode: C; fill-column: 80; c-basic-offset: 4; -*- /**************************************************************************** * * - * Copyright 1998-2001 by Eric House (fixin@peak.org). All rights reserved. * + * Copyright 1998-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * * * * This program is free software; you can redistribute it and/or diff --git a/palm/palmutil.h b/palm/palmutil.h index 845735c1a..01e0e9b5a 100644 --- a/palm/palmutil.h +++ b/palm/palmutil.h @@ -1,7 +1,7 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /**************************************************************************** * * - * Copyright 1998-1999, 2001 by Eric House (fixin@peak.org). All rights reserved. * + * Copyright 1998-1999, 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * * * * This program is free software; you can redistribute it and/or diff --git a/palm/pnolet.c b/palm/pnolet.c index 954c3a100..def999b04 100644 --- a/palm/pnolet.c +++ b/palm/pnolet.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/prefsdlg.c b/palm/prefsdlg.c index 23372755b..bfbb77976 100644 --- a/palm/prefsdlg.c +++ b/palm/prefsdlg.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/prefsdlg.h b/palm/prefsdlg.h index 151cce3f1..f777147ad 100644 --- a/palm/prefsdlg.h +++ b/palm/prefsdlg.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/xptypes.h b/palm/xptypes.h index 057544e5d..707a8adbd 100644 --- a/palm/xptypes.h +++ b/palm/xptypes.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1999-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/xwcolors.h b/palm/xwcolors.h index b8638c8ac..f69f63652 100644 --- a/palm/xwcolors.h +++ b/palm/xwcolors.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2000-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/palm/xwords4defines.h b/palm/xwords4defines.h index ebdc86927..acc4019b0 100644 --- a/palm/xwords4defines.h +++ b/palm/xwords4defines.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 1999 - 2003 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999 - 2003 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/Makefile b/relay/Makefile index 668e6f3ae..66e7b8a67 100644 --- a/relay/Makefile +++ b/relay/Makefile @@ -1,5 +1,5 @@ # -*- mode: Makefile; -*- -# Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. +# Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/relay/configs.cpp b/relay/configs.cpp index 681a1f0ab..61a94a472 100644 --- a/relay/configs.cpp +++ b/relay/configs.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/configs.h b/relay/configs.h index 66eda2175..7e6acd4f0 100644 --- a/relay/configs.h +++ b/relay/configs.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/cref.cpp b/relay/cref.cpp index 7a67cb1be..3062fd23c 100644 --- a/relay/cref.cpp +++ b/relay/cref.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/cref.h b/relay/cref.h index 3e1919369..0ace50341 100644 --- a/relay/cref.h +++ b/relay/cref.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/crefmgr.cpp b/relay/crefmgr.cpp index f6b1ce880..0b9f2f12c 100644 --- a/relay/crefmgr.cpp +++ b/relay/crefmgr.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/crefmgr.h b/relay/crefmgr.h index 5c5f4539d..51a2169f6 100644 --- a/relay/crefmgr.h +++ b/relay/crefmgr.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/ctrl.cpp b/relay/ctrl.cpp index dafc00959..b8d370c32 100644 --- a/relay/ctrl.cpp +++ b/relay/ctrl.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/ctrl.h b/relay/ctrl.h index f7661c4c6..96de4bdbe 100644 --- a/relay/ctrl.h +++ b/relay/ctrl.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/mlock.h b/relay/mlock.h index 8f3fe2f83..9e9af3224 100644 --- a/relay/mlock.h +++ b/relay/mlock.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/permid.cpp b/relay/permid.cpp index 492dc4603..7bb23bc85 100644 --- a/relay/permid.cpp +++ b/relay/permid.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/permid.h b/relay/permid.h index 438e01494..29c4bbe1b 100644 --- a/relay/permid.h +++ b/relay/permid.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/states.cpp b/relay/states.cpp index 915b9b034..0ac9f6ba2 100644 --- a/relay/states.cpp +++ b/relay/states.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/states.h b/relay/states.h index f9a3eb2b8..33e64bcf9 100644 --- a/relay/states.h +++ b/relay/states.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/timermgr.cpp b/relay/timermgr.cpp index d2f9a262f..e6720189f 100644 --- a/relay/timermgr.cpp +++ b/relay/timermgr.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/timermgr.h b/relay/timermgr.h index 389195583..c2a69ad9b 100644 --- a/relay/timermgr.h +++ b/relay/timermgr.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/tpool.cpp b/relay/tpool.cpp index acdd93740..20a277094 100644 --- a/relay/tpool.cpp +++ b/relay/tpool.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/tpool.h b/relay/tpool.h index 78cf3fc00..62e331a8e 100644 --- a/relay/tpool.h +++ b/relay/tpool.h @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/xwrelay.cpp b/relay/xwrelay.cpp index 340c9fd43..ab87d1a72 100644 --- a/relay/xwrelay.cpp +++ b/relay/xwrelay.cpp @@ -1,7 +1,7 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/relay/xwrelay.h b/relay/xwrelay.h index c1e467749..09d614e5c 100644 --- a/relay/xwrelay.h +++ b/relay/xwrelay.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/group/xwords.rss b/symbian/group/xwords.rss index 09c5deabf..b4632fdfd 100644 --- a/symbian/group/xwords.rss +++ b/symbian/group/xwords.rss @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/LocalizedStrIncludes.h b/symbian/inc/LocalizedStrIncludes.h index f7294cf34..2f5cf7742 100644 --- a/symbian/inc/LocalizedStrIncludes.h +++ b/symbian/inc/LocalizedStrIncludes.h @@ -1,5 +1,5 @@ /* - * Copyright 2002-2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002-2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symaskdlg.h b/symbian/inc/symaskdlg.h index 6bd860141..eb1150f60 100644 --- a/symbian/inc/symaskdlg.h +++ b/symbian/inc/symaskdlg.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symblnk.h b/symbian/inc/symblnk.h index fc84d6ce7..ea4963d62 100644 --- a/symbian/inc/symblnk.h +++ b/symbian/inc/symblnk.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/symdict.h b/symbian/inc/symdict.h index 4981e4410..8696d8850 100644 --- a/symbian/inc/symdict.h +++ b/symbian/inc/symdict.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symdraw.h b/symbian/inc/symdraw.h index 6fe4c9fbf..ce0088550 100644 --- a/symbian/inc/symdraw.h +++ b/symbian/inc/symdraw.h @@ -1,6 +1,6 @@ // -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symgamdl.h b/symbian/inc/symgamdl.h index ca1f46d83..caf4ff0a7 100644 --- a/symbian/inc/symgamdl.h +++ b/symbian/inc/symgamdl.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symgamed.h b/symbian/inc/symgamed.h index d956975e4..b74adf9a0 100755 --- a/symbian/inc/symgamed.h +++ b/symbian/inc/symgamed.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symgmdlg.h b/symbian/inc/symgmdlg.h index 283cd57d9..977303676 100755 --- a/symbian/inc/symgmdlg.h +++ b/symbian/inc/symgmdlg.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symgmmgr.h b/symbian/inc/symgmmgr.h index 97a91abaa..dbfbd4091 100755 --- a/symbian/inc/symgmmgr.h +++ b/symbian/inc/symgmmgr.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). + * Copyright 2005 by Eric House (xwords@eehouse.org). * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/symrsock.h b/symbian/inc/symrsock.h index e9d2be6c9..2b0da3b2b 100644 --- a/symbian/inc/symrsock.h +++ b/symbian/inc/symrsock.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/symssock.h b/symbian/inc/symssock.h index 7d59489ac..579a4ebfe 100644 --- a/symbian/inc/symssock.h +++ b/symbian/inc/symssock.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/symutil.h b/symbian/inc/symutil.h index 5a8ef1862..921a6adc4 100644 --- a/symbian/inc/symutil.h +++ b/symbian/inc/symutil.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/xptypes.h b/symbian/inc/xptypes.h index c6d5bf99e..cab6c10d1 100644 --- a/symbian/inc/xptypes.h +++ b/symbian/inc/xptypes.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1999-2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/inc/xwapp.h b/symbian/inc/xwapp.h index 08ba5f4eb..c37627b06 100644 --- a/symbian/inc/xwapp.h +++ b/symbian/inc/xwapp.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/xwappui.h b/symbian/inc/xwappui.h index e5e32e182..00ece83ee 100644 --- a/symbian/inc/xwappui.h +++ b/symbian/inc/xwappui.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/xwappview.h b/symbian/inc/xwappview.h index 60dfe9964..64ccb04ff 100644 --- a/symbian/inc/xwappview.h +++ b/symbian/inc/xwappview.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/xwdoc.h b/symbian/inc/xwdoc.h index 45058cdb8..1736232f3 100644 --- a/symbian/inc/xwdoc.h +++ b/symbian/inc/xwdoc.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/xwords.hrh b/symbian/inc/xwords.hrh index 45f916a2f..e61d81192 100644 --- a/symbian/inc/xwords.hrh +++ b/symbian/inc/xwords.hrh @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/inc/xwords.pan b/symbian/inc/xwords.pan index 9f49cc8f9..1327fd208 100644 --- a/symbian/inc/xwords.pan +++ b/symbian/inc/xwords.pan @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/symaskdlg.cpp b/symbian/src/symaskdlg.cpp index 4a85c42e5..d7511fab3 100644 --- a/symbian/src/symaskdlg.cpp +++ b/symbian/src/symaskdlg.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symblnk.cpp b/symbian/src/symblnk.cpp index 1d08eb6fd..adbac6af9 100644 --- a/symbian/src/symblnk.cpp +++ b/symbian/src/symblnk.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/symdict.cpp b/symbian/src/symdict.cpp index c9e48b5b0..d76d69d3b 100644 --- a/symbian/src/symdict.cpp +++ b/symbian/src/symdict.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symdraw.cpp b/symbian/src/symdraw.cpp index 1dbc57eea..5e6329039 100644 --- a/symbian/src/symdraw.cpp +++ b/symbian/src/symdraw.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symgamdl.cpp b/symbian/src/symgamdl.cpp index 314a6fa35..f17301057 100644 --- a/symbian/src/symgamdl.cpp +++ b/symbian/src/symgamdl.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symgamed.cpp b/symbian/src/symgamed.cpp index 073c63398..5bf008578 100755 --- a/symbian/src/symgamed.cpp +++ b/symbian/src/symgamed.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). + * Copyright 2005 by Eric House (xwords@eehouse.org). * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symgmdlg.cpp b/symbian/src/symgmdlg.cpp index 6b7c0a81d..d4b674c7e 100755 --- a/symbian/src/symgmdlg.cpp +++ b/symbian/src/symgmdlg.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). + * Copyright 2005 by Eric House (xwords@eehouse.org). * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symgmmgr.cpp b/symbian/src/symgmmgr.cpp index d615450d2..318c3926f 100755 --- a/symbian/src/symgmmgr.cpp +++ b/symbian/src/symgmmgr.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). + * Copyright 2005 by Eric House (xwords@eehouse.org). * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/symrsock.cpp b/symbian/src/symrsock.cpp index 4da4eced4..7cd459bdc 100644 --- a/symbian/src/symrsock.cpp +++ b/symbian/src/symrsock.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/symssock.cpp b/symbian/src/symssock.cpp index a565236ae..6f1dd1429 100644 --- a/symbian/src/symssock.cpp +++ b/symbian/src/symssock.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/symutil.cpp b/symbian/src/symutil.cpp index 111067327..c3bceb78b 100644 --- a/symbian/src/symutil.cpp +++ b/symbian/src/symutil.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/symbian/src/xwapp.cpp b/symbian/src/xwapp.cpp index aa36fe176..3d8da2bff 100644 --- a/symbian/src/xwapp.cpp +++ b/symbian/src/xwapp.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/xwappui.cpp b/symbian/src/xwappui.cpp index 7431c14e7..16a75375b 100644 --- a/symbian/src/xwappui.cpp +++ b/symbian/src/xwappui.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/xwappview.cpp b/symbian/src/xwappview.cpp index 5172edabd..bdb35c507 100644 --- a/symbian/src/xwappview.cpp +++ b/symbian/src/xwappview.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/xwdoc.cpp b/symbian/src/xwdoc.cpp index 1cb150a39..a0a922936 100644 --- a/symbian/src/xwdoc.cpp +++ b/symbian/src/xwdoc.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/symbian/src/xwmain.cpp b/symbian/src/xwmain.cpp index ad980c2bb..dceb06735 100644 --- a/symbian/src/xwmain.cpp +++ b/symbian/src/xwmain.cpp @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). (based on sample + * Copyright 2005 by Eric House (xwords@eehouse.org). (based on sample * app helloworldbasic "Copyright (c) 2002, Nokia. All rights * reserved.") * diff --git a/wince/LocalizedStrIncludes.h b/wince/LocalizedStrIncludes.h index f2cc4653b..828d2fcb4 100755 --- a/wince/LocalizedStrIncludes.h +++ b/wince/LocalizedStrIncludes.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceaskpwd.c b/wince/ceaskpwd.c index 3d9a20d6a..0c9d28b73 100755 --- a/wince/ceaskpwd.c +++ b/wince/ceaskpwd.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceaskpwd.h b/wince/ceaskpwd.h index e6b29f6c1..ce777aa37 100755 --- a/wince/ceaskpwd.h +++ b/wince/ceaskpwd.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceblank.c b/wince/ceblank.c index 7dea895ab..989c9c3bb 100755 --- a/wince/ceblank.c +++ b/wince/ceblank.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceblank.h b/wince/ceblank.h index 887a46a1d..5f0227fec 100755 --- a/wince/ceblank.h +++ b/wince/ceblank.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceclrsel.c b/wince/ceclrsel.c index eabaa01eb..390996396 100644 --- a/wince/ceclrsel.c +++ b/wince/ceclrsel.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceclrsel.h b/wince/ceclrsel.h index ce911bafd..15ac495e4 100644 --- a/wince/ceclrsel.h +++ b/wince/ceclrsel.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cecondlg.c b/wince/cecondlg.c index d5c141b21..3a6b0b6a4 100755 --- a/wince/cecondlg.c +++ b/wince/cecondlg.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cecondlg.h b/wince/cecondlg.h index 435ef25bf..0a2022537 100755 --- a/wince/cecondlg.h +++ b/wince/cecondlg.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cedefines.h b/wince/cedefines.h index 7a4b078ce..682a5d9f3 100755 --- a/wince/cedefines.h +++ b/wince/cedefines.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cedict.c b/wince/cedict.c index b907a6636..77457c2c8 100755 --- a/wince/cedict.c +++ b/wince/cedict.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 1997-2001 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1997-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cedict.h b/wince/cedict.h index 3511ac123..50f05cf9c 100755 --- a/wince/cedict.h +++ b/wince/cedict.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ -/* Copyright 1999-2001 by Eric House (fixin@peak.org). All rights reserved. +/* Copyright 1999-2001 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cedraw.c b/wince/cedraw.c index f8dd6ed1e..3f38945e4 100755 --- a/wince/cedraw.c +++ b/wince/cedraw.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2000-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceginfo.c b/wince/ceginfo.c index 5dce4372a..509b87ec3 100755 --- a/wince/ceginfo.c +++ b/wince/ceginfo.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceginfo.h b/wince/ceginfo.h index 2796c4d9d..5db99d6a0 100755 --- a/wince/ceginfo.h +++ b/wince/ceginfo.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cehntlim.c b/wince/cehntlim.c index 4ff4f7d33..0c966a053 100755 --- a/wince/cehntlim.c +++ b/wince/cehntlim.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cehntlim.h b/wince/cehntlim.h index 0c263b843..78fdad559 100755 --- a/wince/cehntlim.h +++ b/wince/cehntlim.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceir.h b/wince/ceir.h index 015e0ef69..5f794a63d 100755 --- a/wince/ceir.h +++ b/wince/ceir.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cemain.c b/wince/cemain.c index e672caa18..419820158 100755 --- a/wince/cemain.c +++ b/wince/cemain.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002-2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002-2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cemain.h b/wince/cemain.h index 285046b61..b7686d8e3 100755 --- a/wince/cemain.h +++ b/wince/cemain.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ /* - * Copyright 2000-2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2000-2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceprefs.c b/wince/ceprefs.c index 3c09ed8fc..ced84bb22 100755 --- a/wince/ceprefs.c +++ b/wince/ceprefs.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceprefs.h b/wince/ceprefs.h index b2bc46476..cef1f3890 100755 --- a/wince/ceprefs.h +++ b/wince/ceprefs.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cesockwr.c b/wince/cesockwr.c index 72e3df1a8..5174f3fa4 100755 --- a/wince/cesockwr.c +++ b/wince/cesockwr.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cesockwr.h b/wince/cesockwr.h index 0b76061d9..22c592d3b 100755 --- a/wince/cesockwr.h +++ b/wince/cesockwr.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2005 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2005 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cestrbx.c b/wince/cestrbx.c index af8984f50..f4455aa30 100755 --- a/wince/cestrbx.c +++ b/wince/cestrbx.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002-2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002-2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/cestrbx.h b/wince/cestrbx.h index 844bcb55e..d44e985ce 100755 --- a/wince/cestrbx.h +++ b/wince/cestrbx.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceutil.c b/wince/ceutil.c index 2d5d8180d..6518ba99c 100755 --- a/wince/ceutil.c +++ b/wince/ceutil.c @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002-2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002-2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/ceutil.h b/wince/ceutil.h index bc5853e80..733e2a010 100755 --- a/wince/ceutil.h +++ b/wince/ceutil.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* - * Copyright 2002-2004 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 2002-2004 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/wince/xptypes.h b/wince/xptypes.h index 1761a72c4..fc722ef1f 100755 --- a/wince/xptypes.h +++ b/wince/xptypes.h @@ -1,6 +1,6 @@ /* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */ /* - * Copyright 1999-2000 by Eric House (fixin@peak.org). All rights reserved. + * Copyright 1999-2000 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License