diff options
author | Werner Koch <[email protected]> | 2005-05-31 08:39:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-05-31 08:39:18 +0000 |
commit | 7d4043ca57f75c7a9461bbaf5754396531ab7d85 (patch) | |
tree | 6d073ef027c0fbdf6273744b134621256a387de2 /mpi/power | |
parent | * trustdb.h, trustdb.c (clean_subkeys_from_key): New. Walk through (diff) | |
download | gnupg-7d4043ca57f75c7a9461bbaf5754396531ab7d85.tar.gz gnupg-7d4043ca57f75c7a9461bbaf5754396531ab7d85.zip |
Updated FSF street address and preparations for a release candidate.
Diffstat (limited to 'mpi/power')
-rw-r--r-- | mpi/power/mpih-add1.S | 3 | ||||
-rw-r--r-- | mpi/power/mpih-lshift.S | 3 | ||||
-rw-r--r-- | mpi/power/mpih-mul1.S | 3 | ||||
-rw-r--r-- | mpi/power/mpih-mul2.S | 3 | ||||
-rw-r--r-- | mpi/power/mpih-mul3.S | 3 | ||||
-rw-r--r-- | mpi/power/mpih-rshift.S | 3 | ||||
-rw-r--r-- | mpi/power/mpih-sub1.S | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/mpi/power/mpih-add1.S b/mpi/power/mpih-add1.S index 7313ac618..ae8b1a60e 100644 --- a/mpi/power/mpih-add1.S +++ b/mpi/power/mpih-add1.S @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" diff --git a/mpi/power/mpih-lshift.S b/mpi/power/mpih-lshift.S index 20cf45353..07eb929d1 100644 --- a/mpi/power/mpih-lshift.S +++ b/mpi/power/mpih-lshift.S @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" diff --git a/mpi/power/mpih-mul1.S b/mpi/power/mpih-mul1.S index 03fff4f98..214dbce9c 100644 --- a/mpi/power/mpih-mul1.S +++ b/mpi/power/mpih-mul1.S @@ -17,7 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" diff --git a/mpi/power/mpih-mul2.S b/mpi/power/mpih-mul2.S index 3d7fc153c..571d54e9e 100644 --- a/mpi/power/mpih-mul2.S +++ b/mpi/power/mpih-mul2.S @@ -17,7 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" diff --git a/mpi/power/mpih-mul3.S b/mpi/power/mpih-mul3.S index f94018ca9..192c6f4c4 100644 --- a/mpi/power/mpih-mul3.S +++ b/mpi/power/mpih-mul3.S @@ -17,7 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" diff --git a/mpi/power/mpih-rshift.S b/mpi/power/mpih-rshift.S index 04fb5942d..3214f869e 100644 --- a/mpi/power/mpih-rshift.S +++ b/mpi/power/mpih-rshift.S @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" diff --git a/mpi/power/mpih-sub1.S b/mpi/power/mpih-sub1.S index 375a5be88..d7703ee9d 100644 --- a/mpi/power/mpih-sub1.S +++ b/mpi/power/mpih-sub1.S @@ -17,7 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ #include "sysdep.h" |