aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
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 /widgets/text
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 'widgets/text')
-rw-r--r--widgets/text/e-completion-callbacks.c4
-rw-r--r--widgets/text/e-completion-callbacks.h4
-rw-r--r--widgets/text/e-completion-match.c4
-rw-r--r--widgets/text/e-completion-match.h4
-rw-r--r--widgets/text/e-completion-view.c4
-rw-r--r--widgets/text/e-completion-view.h4
-rw-r--r--widgets/text/e-completion.c4
-rw-r--r--widgets/text/e-completion.h4
-rw-r--r--widgets/text/e-entry-test.c4
-rw-r--r--widgets/text/e-entry.c4
-rw-r--r--widgets/text/e-entry.h4
-rw-r--r--widgets/text/e-table-text-model.c4
-rw-r--r--widgets/text/e-table-text-model.h4
-rw-r--r--widgets/text/e-text-model-repos.c4
-rw-r--r--widgets/text/e-text-model-repos.h4
-rw-r--r--widgets/text/e-text-model-test.c4
-rw-r--r--widgets/text/e-text-model-uri.c4
-rw-r--r--widgets/text/e-text-model-uri.h4
-rw-r--r--widgets/text/e-text-model.c4
-rw-r--r--widgets/text/e-text-model.h4
-rw-r--r--widgets/text/e-text-test.c4
-rw-r--r--widgets/text/e-text.c4
-rw-r--r--widgets/text/e-text.h4
23 files changed, 46 insertions, 46 deletions
diff --git a/widgets/text/e-completion-callbacks.c b/widgets/text/e-completion-callbacks.c
index f6412e95ac..938bf42e57 100644
--- a/widgets/text/e-completion-callbacks.c
+++ b/widgets/text/e-completion-callbacks.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-completion-callbacks.h b/widgets/text/e-completion-callbacks.h
index 2661c16022..88b59b04c7 100644
--- a/widgets/text/e-completion-callbacks.h
+++ b/widgets/text/e-completion-callbacks.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_COMPLETION_CALLBACKS_H
diff --git a/widgets/text/e-completion-match.c b/widgets/text/e-completion-match.c
index b9f5d5ec31..91a901ce19 100644
--- a/widgets/text/e-completion-match.c
+++ b/widgets/text/e-completion-match.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-completion-match.h b/widgets/text/e-completion-match.h
index 162373add4..7e1ef70813 100644
--- a/widgets/text/e-completion-match.h
+++ b/widgets/text/e-completion-match.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef __E_COMPLETION_MATCH_H__
diff --git a/widgets/text/e-completion-view.c b/widgets/text/e-completion-view.c
index bbf7d4168f..0eba29f958 100644
--- a/widgets/text/e-completion-view.c
+++ b/widgets/text/e-completion-view.c
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-completion-view.h b/widgets/text/e-completion-view.h
index 5e2d6f8532..5e530cefbd 100644
--- a/widgets/text/e-completion-view.h
+++ b/widgets/text/e-completion-view.h
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_COMPLETION_VIEW_H
diff --git a/widgets/text/e-completion.c b/widgets/text/e-completion.c
index 1de9baf8da..1c0f1804b9 100644
--- a/widgets/text/e-completion.c
+++ b/widgets/text/e-completion.c
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-completion.h b/widgets/text/e-completion.h
index 74976e579c..40ea65e9d3 100644
--- a/widgets/text/e-completion.h
+++ b/widgets/text/e-completion.h
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_COMPLETION_H
diff --git a/widgets/text/e-entry-test.c b/widgets/text/e-entry-test.c
index efb8d47f40..262fe10c0b 100644
--- a/widgets/text/e-entry-test.c
+++ b/widgets/text/e-entry-test.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-entry.c b/widgets/text/e-entry.c
index 589f3840dc..fea591c8e1 100644
--- a/widgets/text/e-entry.c
+++ b/widgets/text/e-entry.c
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-entry.h b/widgets/text/e-entry.h
index 30b83c10d0..7299ddbfd4 100644
--- a/widgets/text/e-entry.h
+++ b/widgets/text/e-entry.h
@@ -18,8 +18,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef _E_ENTRY_H_
diff --git a/widgets/text/e-table-text-model.c b/widgets/text/e-table-text-model.c
index 2c7e91fff9..82ebcf3216 100644
--- a/widgets/text/e-table-text-model.c
+++ b/widgets/text/e-table-text-model.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-table-text-model.h b/widgets/text/e-table-text-model.h
index 3ed771996d..2e2f1aab27 100644
--- a/widgets/text/e-table-text-model.h
+++ b/widgets/text/e-table-text-model.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_TABLE_TEXT_MODEL_H
diff --git a/widgets/text/e-text-model-repos.c b/widgets/text/e-text-model-repos.c
index 17ffe07578..d6687610b6 100644
--- a/widgets/text/e-text-model-repos.c
+++ b/widgets/text/e-text-model-repos.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include "e-text-model-repos.h"
diff --git a/widgets/text/e-text-model-repos.h b/widgets/text/e-text-model-repos.h
index 5f0c93ee6a..46c928f133 100644
--- a/widgets/text/e-text-model-repos.h
+++ b/widgets/text/e-text-model-repos.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_TEXT_MODEL_REPOS_H
diff --git a/widgets/text/e-text-model-test.c b/widgets/text/e-text-model-test.c
index b1d7621bfe..efa4bc0402 100644
--- a/widgets/text/e-text-model-test.c
+++ b/widgets/text/e-text-model-test.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <gnome.h>
diff --git a/widgets/text/e-text-model-uri.c b/widgets/text/e-text-model-uri.c
index 185d109821..936851c5a8 100644
--- a/widgets/text/e-text-model-uri.c
+++ b/widgets/text/e-text-model-uri.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-text-model-uri.h b/widgets/text/e-text-model-uri.h
index db9a09b16f..508d6f1d5b 100644
--- a/widgets/text/e-text-model-uri.h
+++ b/widgets/text/e-text-model-uri.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_TEXT_MODEL_URI_H
diff --git a/widgets/text/e-text-model.c b/widgets/text/e-text-model.c
index 684dfea99a..1d5446e6dc 100644
--- a/widgets/text/e-text-model.c
+++ b/widgets/text/e-text-model.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#undef PARANOID_DEBUGGING
diff --git a/widgets/text/e-text-model.h b/widgets/text/e-text-model.h
index 2e472ead44..5d6422f5c0 100644
--- a/widgets/text/e-text-model.h
+++ b/widgets/text/e-text-model.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_TEXT_MODEL_H
diff --git a/widgets/text/e-text-test.c b/widgets/text/e-text-test.c
index 56cd7a974c..ec6562787d 100644
--- a/widgets/text/e-text-test.c
+++ b/widgets/text/e-text-test.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <gnome.h>
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index 84494e424c..7956726e2b 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -30,8 +30,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#include <config.h>
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index 174b9e328d..0f911b002d 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -30,8 +30,8 @@
*
* You should have received a copy of the GNU Library 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
#ifndef E_TEXT_H