summaryrefslogtreecommitdiff
path: root/plugin-loaders
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-18 20:54:49 -0500
committerSteve Zesch <[email protected]>2012-11-18 20:54:49 -0500
commit93dce2bc982cb90c4bdc935da979208a0589e446 (patch)
tree243adb3239cee244364007282ee38464d3fce071 /plugin-loaders
parente0673d1748fb1d3d6b3331a9956c7439ff334f4a (diff)
downloadpluma-93dce2bc982cb90c4bdc935da979208a0589e446.tar.bz2
pluma-93dce2bc982cb90c4bdc935da979208a0589e446.tar.xz
fixed incorrect fsf addresses.
Diffstat (limited to 'plugin-loaders')
-rw-r--r--plugin-loaders/c/pluma-plugin-loader-c.c4
-rw-r--r--plugin-loaders/c/pluma-plugin-loader-c.h4
-rw-r--r--plugin-loaders/python/pluma-plugin-loader-python.c4
-rw-r--r--plugin-loaders/python/pluma-plugin-loader-python.h4
-rw-r--r--plugin-loaders/python/pluma-plugin-python.c4
-rw-r--r--plugin-loaders/python/pluma-plugin-python.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/plugin-loaders/c/pluma-plugin-loader-c.c b/plugin-loaders/c/pluma-plugin-loader-c.c
index 09f0cccd..1ecca185 100644
--- a/plugin-loaders/c/pluma-plugin-loader-c.c
+++ b/plugin-loaders/c/pluma-plugin-loader-c.c
@@ -16,8 +16,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.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "pluma-plugin-loader-c.h"
diff --git a/plugin-loaders/c/pluma-plugin-loader-c.h b/plugin-loaders/c/pluma-plugin-loader-c.h
index 1877039f..431befb5 100644
--- a/plugin-loaders/c/pluma-plugin-loader-c.h
+++ b/plugin-loaders/c/pluma-plugin-loader-c.h
@@ -16,8 +16,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.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __PLUMA_PLUGIN_LOADER_C_H__
diff --git a/plugin-loaders/python/pluma-plugin-loader-python.c b/plugin-loaders/python/pluma-plugin-loader-python.c
index 140fbb7d..6c856844 100644
--- a/plugin-loaders/python/pluma-plugin-loader-python.c
+++ b/plugin-loaders/python/pluma-plugin-loader-python.c
@@ -16,8 +16,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.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "pluma-plugin-loader-python.h"
diff --git a/plugin-loaders/python/pluma-plugin-loader-python.h b/plugin-loaders/python/pluma-plugin-loader-python.h
index 884b4895..7463d0fc 100644
--- a/plugin-loaders/python/pluma-plugin-loader-python.h
+++ b/plugin-loaders/python/pluma-plugin-loader-python.h
@@ -16,8 +16,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.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __PLUMA_PLUGIN_LOADER_PYTHON_H__
diff --git a/plugin-loaders/python/pluma-plugin-python.c b/plugin-loaders/python/pluma-plugin-python.c
index c26f81cb..bdb1ea95 100644
--- a/plugin-loaders/python/pluma-plugin-python.c
+++ b/plugin-loaders/python/pluma-plugin-python.c
@@ -17,8 +17,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.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <config.h>
diff --git a/plugin-loaders/python/pluma-plugin-python.h b/plugin-loaders/python/pluma-plugin-python.h
index 3612cfbb..ad5341fb 100644
--- a/plugin-loaders/python/pluma-plugin-python.h
+++ b/plugin-loaders/python/pluma-plugin-python.h
@@ -17,8 +17,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.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __PLUMA_PLUGIN_PYTHON_H__