aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/generic
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-05-31 08:39:18 +0000
committerWerner Koch <[email protected]>2005-05-31 08:39:18 +0000
commit7d4043ca57f75c7a9461bbaf5754396531ab7d85 (patch)
tree6d073ef027c0fbdf6273744b134621256a387de2 /mpi/generic
parent* trustdb.h, trustdb.c (clean_subkeys_from_key): New. Walk through (diff)
downloadgnupg-7d4043ca57f75c7a9461bbaf5754396531ab7d85.tar.gz
gnupg-7d4043ca57f75c7a9461bbaf5754396531ab7d85.zip
Updated FSF street address and preparations for a release candidate.
Diffstat (limited to 'mpi/generic')
-rw-r--r--mpi/generic/mpih-add1.c3
-rw-r--r--mpi/generic/mpih-lshift.c3
-rw-r--r--mpi/generic/mpih-mul1.c3
-rw-r--r--mpi/generic/mpih-mul2.c3
-rw-r--r--mpi/generic/mpih-mul3.c3
-rw-r--r--mpi/generic/mpih-rshift.c3
-rw-r--r--mpi/generic/mpih-sub1.c3
-rw-r--r--mpi/generic/udiv-w-sdiv.c3
8 files changed, 16 insertions, 8 deletions
diff --git a/mpi/generic/mpih-add1.c b/mpi/generic/mpih-add1.c
index d9c3cbb66..ebcd13208 100644
--- a/mpi/generic/mpih-add1.c
+++ b/mpi/generic/mpih-add1.c
@@ -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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/mpih-lshift.c b/mpi/generic/mpih-lshift.c
index fba8c052e..e55cb49c1 100644
--- a/mpi/generic/mpih-lshift.c
+++ b/mpi/generic/mpih-lshift.c
@@ -15,7 +15,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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/mpih-mul1.c b/mpi/generic/mpih-mul1.c
index 83a81add0..2c5c4aeb1 100644
--- a/mpi/generic/mpih-mul1.c
+++ b/mpi/generic/mpih-mul1.c
@@ -15,7 +15,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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/mpih-mul2.c b/mpi/generic/mpih-mul2.c
index ff8f998f2..89ef6b938 100644
--- a/mpi/generic/mpih-mul2.c
+++ b/mpi/generic/mpih-mul2.c
@@ -15,7 +15,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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/mpih-mul3.c b/mpi/generic/mpih-mul3.c
index 80eedcc4c..ac473a0d7 100644
--- a/mpi/generic/mpih-mul3.c
+++ b/mpi/generic/mpih-mul3.c
@@ -15,7 +15,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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/mpih-rshift.c b/mpi/generic/mpih-rshift.c
index be73adfb8..7aefc59ec 100644
--- a/mpi/generic/mpih-rshift.c
+++ b/mpi/generic/mpih-rshift.c
@@ -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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/mpih-sub1.c b/mpi/generic/mpih-sub1.c
index c618fee49..2230457c2 100644
--- a/mpi/generic/mpih-sub1.c
+++ b/mpi/generic/mpih-sub1.c
@@ -15,7 +15,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.
*
* Note: This code is heavily based on the GNU MP Library.
* Actually it's the same code with only minor changes in the
diff --git a/mpi/generic/udiv-w-sdiv.c b/mpi/generic/udiv-w-sdiv.c
index dd0285037..de71011d7 100644
--- a/mpi/generic/udiv-w-sdiv.c
+++ b/mpi/generic/udiv-w-sdiv.c
@@ -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 <config.h>