summaryrefslogtreecommitdiff
path: root/camlibs/polaroid
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/polaroid')
-rw-r--r--camlibs/polaroid/dlink350f.c4
-rw-r--r--camlibs/polaroid/dlink350f.h4
-rw-r--r--camlibs/polaroid/jd350e.c4
-rw-r--r--camlibs/polaroid/jd350e.h4
-rw-r--r--camlibs/polaroid/jd350e_blue.h4
-rw-r--r--camlibs/polaroid/jd350e_red.h4
-rw-r--r--camlibs/polaroid/pdc320.c4
-rw-r--r--camlibs/polaroid/pdc640.c4
-rw-r--r--camlibs/polaroid/pdc700.c4
9 files changed, 18 insertions, 18 deletions
diff --git a/camlibs/polaroid/dlink350f.c b/camlibs/polaroid/dlink350f.c
index 906597b93..8d4cf8880 100644
--- a/camlibs/polaroid/dlink350f.c
+++ b/camlibs/polaroid/dlink350f.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#include "config.h"
diff --git a/camlibs/polaroid/dlink350f.h b/camlibs/polaroid/dlink350f.h
index 59eeecbc8..a43902808 100644
--- a/camlibs/polaroid/dlink350f.h
+++ b/camlibs/polaroid/dlink350f.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#ifndef __DLINK350F_H__
diff --git a/camlibs/polaroid/jd350e.c b/camlibs/polaroid/jd350e.c
index d5d165e48..0658db7f5 100644
--- a/camlibs/polaroid/jd350e.c
+++ b/camlibs/polaroid/jd350e.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#include "config.h"
diff --git a/camlibs/polaroid/jd350e.h b/camlibs/polaroid/jd350e.h
index 2c34d7fd2..d3b85ce25 100644
--- a/camlibs/polaroid/jd350e.h
+++ b/camlibs/polaroid/jd350e.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#ifndef __JD350E_H__
diff --git a/camlibs/polaroid/jd350e_blue.h b/camlibs/polaroid/jd350e_blue.h
index 4ab91c253..5caa0f205 100644
--- a/camlibs/polaroid/jd350e_blue.h
+++ b/camlibs/polaroid/jd350e_blue.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
static unsigned jd350e_blue_curve [] = {
0, 2, 5, 7,
diff --git a/camlibs/polaroid/jd350e_red.h b/camlibs/polaroid/jd350e_red.h
index 3614951ae..a429c3298 100644
--- a/camlibs/polaroid/jd350e_red.h
+++ b/camlibs/polaroid/jd350e_red.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
static unsigned jd350e_red_curve [] = {
diff --git a/camlibs/polaroid/pdc320.c b/camlibs/polaroid/pdc320.c
index bf3f761f8..f5657171f 100644
--- a/camlibs/polaroid/pdc320.c
+++ b/camlibs/polaroid/pdc320.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
/* Originally written by Peter Desnoyers <pjd@fred.cambridge.ma.us>,
diff --git a/camlibs/polaroid/pdc640.c b/camlibs/polaroid/pdc640.c
index f5847de91..49b06a60e 100644
--- a/camlibs/polaroid/pdc640.c
+++ b/camlibs/polaroid/pdc640.c
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#include "config.h"
diff --git a/camlibs/polaroid/pdc700.c b/camlibs/polaroid/pdc700.c
index fbe9e0e3a..9557138d6 100644
--- a/camlibs/polaroid/pdc700.c
+++ b/camlibs/polaroid/pdc700.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#define _BSD_SOURCE