diff options
author | raveit65 <[email protected]> | 2012-10-12 21:18:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2012-10-12 21:18:12 +0200 |
commit | c55e5b68619dd45a002b939d8fffeaf45bf8d206 (patch) | |
tree | 1e974d2baf2457ac6c9d49e33c936b9d9ebda6d1 /plugins/datetime | |
parent | d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (diff) | |
download | mate-settings-daemon-c55e5b68619dd45a002b939d8fffeaf45bf8d206.tar.bz2 mate-settings-daemon-c55e5b68619dd45a002b939d8fffeaf45bf8d206.tar.xz |
fix incorrect FSF address
Diffstat (limited to 'plugins/datetime')
-rw-r--r-- | plugins/datetime/msd-datetime-mechanism-main.c | 2 | ||||
-rw-r--r-- | plugins/datetime/msd-datetime-mechanism.c | 2 | ||||
-rw-r--r-- | plugins/datetime/msd-datetime-mechanism.h | 2 | ||||
-rw-r--r-- | plugins/datetime/system-timezone.c | 2 | ||||
-rw-r--r-- | plugins/datetime/system-timezone.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/datetime/msd-datetime-mechanism-main.c b/plugins/datetime/msd-datetime-mechanism-main.c index 4d13630..df84550 100644 --- a/plugins/datetime/msd-datetime-mechanism-main.c +++ b/plugins/datetime/msd-datetime-mechanism-main.c @@ -14,7 +14,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 Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/plugins/datetime/msd-datetime-mechanism.c b/plugins/datetime/msd-datetime-mechanism.c index 7b0d338..f03018f 100644 --- a/plugins/datetime/msd-datetime-mechanism.c +++ b/plugins/datetime/msd-datetime-mechanism.c @@ -14,7 +14,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 Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/plugins/datetime/msd-datetime-mechanism.h b/plugins/datetime/msd-datetime-mechanism.h index c8605b4..cc3ad73 100644 --- a/plugins/datetime/msd-datetime-mechanism.h +++ b/plugins/datetime/msd-datetime-mechanism.h @@ -14,7 +14,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 Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/plugins/datetime/system-timezone.c b/plugins/datetime/system-timezone.c index 43add01..acad071 100644 --- a/plugins/datetime/system-timezone.c +++ b/plugins/datetime/system-timezone.c @@ -16,7 +16,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 Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Some code is based on previous code in clock-location.c and on code from * tz.c (shipped with version <= 2.22.0). Those files were under the same diff --git a/plugins/datetime/system-timezone.h b/plugins/datetime/system-timezone.h index b958cec..c801348 100644 --- a/plugins/datetime/system-timezone.h +++ b/plugins/datetime/system-timezone.h @@ -16,7 +16,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 Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __SYSTEM_TIMEZONE_H__ |