diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dash-offset.c | 2 | ||||
-rw-r--r-- | test/miter-precision.c | 2 | ||||
-rw-r--r-- | test/operator-alpha-alpha.c | 2 | ||||
-rw-r--r-- | test/pdiff/args.c | 2 | ||||
-rw-r--r-- | test/pdiff/args.h | 2 | ||||
-rw-r--r-- | test/pdiff/lpyramid.c | 2 | ||||
-rw-r--r-- | test/pdiff/lpyramid.h | 2 | ||||
-rw-r--r-- | test/pdiff/pdiff.c | 2 | ||||
-rw-r--r-- | test/pdiff/pdiff.h | 2 | ||||
-rw-r--r-- | test/pdiff/perceptualdiff.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/test/dash-offset.c b/test/dash-offset.c index 9fa29a62..a1a451bf 100644 --- a/test/dash-offset.c +++ b/test/dash-offset.c @@ -13,7 +13,7 @@ * * You should have received a copy of the LGPL along with this library * in the file COPYING-LGPL-2.1; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA * You should have received a copy of the MPL along with this library * in the file COPYING-MPL-1.1 * diff --git a/test/miter-precision.c b/test/miter-precision.c index 3e8f7319..3bcdde00 100644 --- a/test/miter-precision.c +++ b/test/miter-precision.c @@ -11,7 +11,7 @@ * * You should have received a copy of the LGPL along with this library * in the file COPYING-LGPL-2.1; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA * You should have received a copy of the MPL along with this library * in the file COPYING-MPL-1.1 * diff --git a/test/operator-alpha-alpha.c b/test/operator-alpha-alpha.c index 1522890f..b76faf5a 100644 --- a/test/operator-alpha-alpha.c +++ b/test/operator-alpha-alpha.c @@ -17,7 +17,7 @@ * * You should have received a copy of the LGPL along with this library * in the file COPYING-LGPL-2.1; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA * You should have received a copy of the MPL along with this library * in the file COPYING-MPL-1.1 * diff --git a/test/pdiff/args.c b/test/pdiff/args.c index 0dfbea54..ac3aa83a 100644 --- a/test/pdiff/args.c +++ b/test/pdiff/args.c @@ -11,7 +11,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #include "args.h" diff --git a/test/pdiff/args.h b/test/pdiff/args.h index aa6cf299..50202391 100644 --- a/test/pdiff/args.h +++ b/test/pdiff/args.h @@ -11,7 +11,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #ifndef _ARGS_H diff --git a/test/pdiff/lpyramid.c b/test/pdiff/lpyramid.c index 366b0e46..aa57ca2c 100644 --- a/test/pdiff/lpyramid.c +++ b/test/pdiff/lpyramid.c @@ -11,7 +11,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #include "lpyramid.h" diff --git a/test/pdiff/lpyramid.h b/test/pdiff/lpyramid.h index ab1235cc..e47a66e2 100644 --- a/test/pdiff/lpyramid.h +++ b/test/pdiff/lpyramid.h @@ -11,7 +11,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #ifndef _LPYRAMID_H #define _LPYRAMID_H diff --git a/test/pdiff/pdiff.c b/test/pdiff/pdiff.c index c4f7d531..eb5f1568 100644 --- a/test/pdiff/pdiff.c +++ b/test/pdiff/pdiff.c @@ -11,7 +11,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #define _GNU_SOURCE diff --git a/test/pdiff/pdiff.h b/test/pdiff/pdiff.h index b398cc6f..30fec06c 100644 --- a/test/pdiff/pdiff.h +++ b/test/pdiff/pdiff.h @@ -11,7 +11,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #ifndef _PDIFF_H diff --git a/test/pdiff/perceptualdiff.c b/test/pdiff/perceptualdiff.c index 953558e0..a3a6e806 100644 --- a/test/pdiff/perceptualdiff.c +++ b/test/pdiff/perceptualdiff.c @@ -13,7 +13,7 @@ See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; - if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA */ #include <stdio.h> |