diff options
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" |