diff options
author | Steve Zesch <[email protected]> | 2012-11-18 20:54:49 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-18 20:54:49 -0500 |
commit | 93dce2bc982cb90c4bdc935da979208a0589e446 (patch) | |
tree | 243adb3239cee244364007282ee38464d3fce071 /plugins/modelines | |
parent | e0673d1748fb1d3d6b3331a9956c7439ff334f4a (diff) | |
download | pluma-93dce2bc982cb90c4bdc935da979208a0589e446.tar.bz2 pluma-93dce2bc982cb90c4bdc935da979208a0589e446.tar.xz |
fixed incorrect fsf addresses.
Diffstat (limited to 'plugins/modelines')
-rw-r--r-- | plugins/modelines/modeline-parser.c | 2 | ||||
-rw-r--r-- | plugins/modelines/modeline-parser.h | 2 | ||||
-rw-r--r-- | plugins/modelines/pluma-modeline-plugin.c | 2 | ||||
-rw-r--r-- | plugins/modelines/pluma-modeline-plugin.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/modelines/modeline-parser.c b/plugins/modelines/modeline-parser.c index 23304e38..2a54fd09 100644 --- a/plugins/modelines/modeline-parser.c +++ b/plugins/modelines/modeline-parser.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. */ #include <string.h> diff --git a/plugins/modelines/modeline-parser.h b/plugins/modelines/modeline-parser.h index 11e06c34..ab8eaa34 100644 --- a/plugins/modelines/modeline-parser.h +++ b/plugins/modelines/modeline-parser.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 __MODELINE_PARSER_H__ diff --git a/plugins/modelines/pluma-modeline-plugin.c b/plugins/modelines/pluma-modeline-plugin.c index db5fc1e3..34639324 100644 --- a/plugins/modelines/pluma-modeline-plugin.c +++ b/plugins/modelines/pluma-modeline-plugin.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. */ #ifdef HAVE_CONFIG_H diff --git a/plugins/modelines/pluma-modeline-plugin.h b/plugins/modelines/pluma-modeline-plugin.h index cdd77b20..4618997e 100644 --- a/plugins/modelines/pluma-modeline-plugin.h +++ b/plugins/modelines/pluma-modeline-plugin.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 __PLUMA_MODELINE_PLUGIN_H__ |