aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-09-02 12:19:22 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-09-02 12:19:22 +0800
commit8e47917e8c7126aee49f98826ef67623346546e8 (patch)
tree94e5754591bf53d374ce010dc2bd84d312839338 /composer
parent29e4139610f8ff983c440167d9ea704e2ac89a9e (diff)
downloadgsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.gz
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.bz2
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.lz
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.xz
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.zst
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.zip
Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
Diffstat (limited to 'composer')
-rw-r--r--composer/e-msg-composer-attachment-bar.c2
-rw-r--r--composer/e-msg-composer-attachment-bar.h4
-rw-r--r--composer/e-msg-composer-attachment.c2
-rw-r--r--composer/e-msg-composer-attachment.h4
-rw-r--r--composer/e-msg-composer-hdrs.c4
-rw-r--r--composer/e-msg-composer-hdrs.h4
-rw-r--r--composer/e-msg-composer-select-file.c2
-rw-r--r--composer/e-msg-composer-select-file.h4
-rw-r--r--composer/e-msg-composer.c4
-rw-r--r--composer/e-msg-composer.h4
-rw-r--r--composer/evolution-composer.c4
-rw-r--r--composer/evolution-composer.h4
-rw-r--r--composer/listener.c4
-rw-r--r--composer/listener.h4
14 files changed, 25 insertions, 25 deletions
diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c
index efc4776dff..e39f5f02ae 100644
--- a/composer/e-msg-composer-attachment-bar.c
+++ b/composer/e-msg-composer-attachment-bar.c
@@ -17,7 +17,7 @@
*
* 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 Street #330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
diff --git a/composer/e-msg-composer-attachment-bar.h b/composer/e-msg-composer-attachment-bar.h
index f87390db87..3d3d181aa8 100644
--- a/composer/e-msg-composer-attachment-bar.h
+++ b/composer/e-msg-composer-attachment-bar.h
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Ettore Perazzoli
*/
diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c
index e986d5106f..c73b1a7703 100644
--- a/composer/e-msg-composer-attachment.c
+++ b/composer/e-msg-composer-attachment.c
@@ -17,7 +17,7 @@
*
* 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 Street #330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
diff --git a/composer/e-msg-composer-attachment.h b/composer/e-msg-composer-attachment.h
index d287a00dbf..5459e52897 100644
--- a/composer/e-msg-composer-attachment.h
+++ b/composer/e-msg-composer-attachment.h
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Ettore Perazzoli
*/
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index 89512db1da..188781c4f8 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Ettore Perazzoli
*/
diff --git a/composer/e-msg-composer-hdrs.h b/composer/e-msg-composer-hdrs.h
index 8dc9387243..2888c5daa7 100644
--- a/composer/e-msg-composer-hdrs.h
+++ b/composer/e-msg-composer-hdrs.h
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Ettore Perazzoli
*/
diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c
index 6f86df10bf..cf3be43b33 100644
--- a/composer/e-msg-composer-select-file.c
+++ b/composer/e-msg-composer-select-file.c
@@ -18,7 +18,7 @@
*
* 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 Street #330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
diff --git a/composer/e-msg-composer-select-file.h b/composer/e-msg-composer-select-file.h
index c38d33e47b..42dbe62515 100644
--- a/composer/e-msg-composer-select-file.h
+++ b/composer/e-msg-composer-select-file.h
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Ettore Perazzoli
*/
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 8c0e57515f..75dcd0eaa5 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Authors:
* Ettore Perazzoli (ettore@ximian.com)
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index bf0a5abe11..2e3f6dc9ba 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Ettore Perazzoli
*/
diff --git a/composer/evolution-composer.c b/composer/evolution-composer.c
index 93d519cb34..adfc0bb1ef 100644
--- a/composer/evolution-composer.c
+++ b/composer/evolution-composer.c
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Dan Winship <danw@ximian.com>
*/
diff --git a/composer/evolution-composer.h b/composer/evolution-composer.h
index 8928801583..6ff2ac18cf 100644
--- a/composer/evolution-composer.h
+++ b/composer/evolution-composer.h
@@ -15,8 +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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Author: Dan Winship
*/
diff --git a/composer/listener.c b/composer/listener.c
index 8f2f293994..97a8403d91 100644
--- a/composer/listener.c
+++ b/composer/listener.c
@@ -15,8 +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.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/composer/listener.h b/composer/listener.h
index d238583453..a66d707ffd 100644
--- a/composer/listener.h
+++ b/composer/listener.h
@@ -15,8 +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.
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef LISTENER_H_