diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-09-02 12:19:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-09-02 12:19:22 +0800 |
commit | 8e47917e8c7126aee49f98826ef67623346546e8 (patch) | |
tree | 94e5754591bf53d374ce010dc2bd84d312839338 /widgets/menus | |
parent | 29e4139610f8ff983c440167d9ea704e2ac89a9e (diff) | |
download | gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.gz 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/menus')
-rw-r--r-- | widgets/menus/gal-define-views-dialog.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-define-views-dialog.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-define-views-model.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-define-views-model.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-collection.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-collection.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-etable.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-etable.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-factory-etable.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-factory-etable.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-factory.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-factory.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-instance-save-as-dialog.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-instance-save-as-dialog.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-instance.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-instance.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-new-dialog.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view-new-dialog.h | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view.c | 4 | ||||
-rw-r--r-- | widgets/menus/gal-view.h | 4 |
20 files changed, 40 insertions, 40 deletions
diff --git a/widgets/menus/gal-define-views-dialog.c b/widgets/menus/gal-define-views-dialog.c index 9518d22143..7b286daa30 100644 --- a/widgets/menus/gal-define-views-dialog.c +++ b/widgets/menus/gal-define-views-dialog.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/menus/gal-define-views-dialog.h b/widgets/menus/gal-define-views-dialog.h index 0cf53bb2a6..2978c997ad 100644 --- a/widgets/menus/gal-define-views-dialog.h +++ b/widgets/menus/gal-define-views-dialog.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 __GAL_DEFINE_VIEWS_DIALOG_H__ diff --git a/widgets/menus/gal-define-views-model.c b/widgets/menus/gal-define-views-model.c index 912012935b..55435876b4 100644 --- a/widgets/menus/gal-define-views-model.c +++ b/widgets/menus/gal-define-views-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/menus/gal-define-views-model.h b/widgets/menus/gal-define-views-model.h index 65345b706b..75a2cb75cb 100644 --- a/widgets/menus/gal-define-views-model.h +++ b/widgets/menus/gal-define-views-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 _GAL_DEFINE_VIEWS_MODEL_H_ diff --git a/widgets/menus/gal-view-collection.c b/widgets/menus/gal-view-collection.c index 6d86b91c76..728ed5544c 100644 --- a/widgets/menus/gal-view-collection.c +++ b/widgets/menus/gal-view-collection.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/menus/gal-view-collection.h b/widgets/menus/gal-view-collection.h index 8f127a45c4..a74d6fa869 100644 --- a/widgets/menus/gal-view-collection.h +++ b/widgets/menus/gal-view-collection.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 _GAL_VIEW_SET_H_ diff --git a/widgets/menus/gal-view-etable.c b/widgets/menus/gal-view-etable.c index 6a7576c311..d27cbdbae1 100644 --- a/widgets/menus/gal-view-etable.c +++ b/widgets/menus/gal-view-etable.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/menus/gal-view-etable.h b/widgets/menus/gal-view-etable.h index 971db2b8d6..e44f09ae33 100644 --- a/widgets/menus/gal-view-etable.h +++ b/widgets/menus/gal-view-etable.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 _GAL_VIEW_ETABLE_H_ diff --git a/widgets/menus/gal-view-factory-etable.c b/widgets/menus/gal-view-factory-etable.c index 655740f5ec..516c18bb08 100644 --- a/widgets/menus/gal-view-factory-etable.c +++ b/widgets/menus/gal-view-factory-etable.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/menus/gal-view-factory-etable.h b/widgets/menus/gal-view-factory-etable.h index 92adb69cf4..6bce7d7fd3 100644 --- a/widgets/menus/gal-view-factory-etable.h +++ b/widgets/menus/gal-view-factory-etable.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 _GAL_VIEW_FACTORY_ETABLE_H_ diff --git a/widgets/menus/gal-view-factory.c b/widgets/menus/gal-view-factory.c index f9f832d767..c92053cd41 100644 --- a/widgets/menus/gal-view-factory.c +++ b/widgets/menus/gal-view-factory.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/menus/gal-view-factory.h b/widgets/menus/gal-view-factory.h index cc36fbdf8c..de119f1596 100644 --- a/widgets/menus/gal-view-factory.h +++ b/widgets/menus/gal-view-factory.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 _GAL_VIEW_FACTORY_H_ diff --git a/widgets/menus/gal-view-instance-save-as-dialog.c b/widgets/menus/gal-view-instance-save-as-dialog.c index ba322563dc..50428b80fc 100644 --- a/widgets/menus/gal-view-instance-save-as-dialog.c +++ b/widgets/menus/gal-view-instance-save-as-dialog.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/menus/gal-view-instance-save-as-dialog.h b/widgets/menus/gal-view-instance-save-as-dialog.h index 8187d32420..c2fda0996b 100644 --- a/widgets/menus/gal-view-instance-save-as-dialog.h +++ b/widgets/menus/gal-view-instance-save-as-dialog.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 __GAL_VIEW_INSTANCE_SAVE_AS_DIALOG_H__ diff --git a/widgets/menus/gal-view-instance.c b/widgets/menus/gal-view-instance.c index c2fb24af20..0cb8b0934e 100644 --- a/widgets/menus/gal-view-instance.c +++ b/widgets/menus/gal-view-instance.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/menus/gal-view-instance.h b/widgets/menus/gal-view-instance.h index 986ced2f27..1d1c6a3310 100644 --- a/widgets/menus/gal-view-instance.h +++ b/widgets/menus/gal-view-instance.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 _GAL_VIEW_INSTANCE_H_ diff --git a/widgets/menus/gal-view-new-dialog.c b/widgets/menus/gal-view-new-dialog.c index 49c96d4c2c..89ead8d7b9 100644 --- a/widgets/menus/gal-view-new-dialog.c +++ b/widgets/menus/gal-view-new-dialog.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/menus/gal-view-new-dialog.h b/widgets/menus/gal-view-new-dialog.h index cd523a2476..6aceb28031 100644 --- a/widgets/menus/gal-view-new-dialog.h +++ b/widgets/menus/gal-view-new-dialog.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 __GAL_VIEW_NEW_DIALOG_H__ diff --git a/widgets/menus/gal-view.c b/widgets/menus/gal-view.c index 30b9a683f3..4a2403eedb 100644 --- a/widgets/menus/gal-view.c +++ b/widgets/menus/gal-view.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/menus/gal-view.h b/widgets/menus/gal-view.h index 77056243c5..428053fa57 100644 --- a/widgets/menus/gal-view.h +++ b/widgets/menus/gal-view.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 _GAL_VIEW_H_ |