summaryrefslogtreecommitdiff
path: root/mini-commander
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-10-09 11:52:46 -0400
committerSteve Zesch <[email protected]>2012-10-09 11:52:46 -0400
commit0d9a417255df1620855f232717463097761b09d6 (patch)
treee7f5ee521661898f665ab54f13fea94ede966dae /mini-commander
parentaa7404034434537a1841d26ead87351047736a89 (diff)
downloadmate-applets-0d9a417255df1620855f232717463097761b09d6.tar.bz2
mate-applets-0d9a417255df1620855f232717463097761b09d6.tar.xz
Fixed fsf addresses. Closes #18.
Diffstat (limited to 'mini-commander')
-rw-r--r--mini-commander/src/about.c2
-rw-r--r--mini-commander/src/cmd_completion.c2
-rw-r--r--mini-commander/src/cmd_completion.h2
-rw-r--r--mini-commander/src/command_line.c2
-rw-r--r--mini-commander/src/command_line.h2
-rw-r--r--mini-commander/src/exec.c2
-rw-r--r--mini-commander/src/exec.h2
-rw-r--r--mini-commander/src/help.c2
-rw-r--r--mini-commander/src/history.c2
-rw-r--r--mini-commander/src/macro.c2
-rw-r--r--mini-commander/src/macro.h2
-rw-r--r--mini-commander/src/mc-default-macros.h2
-rw-r--r--mini-commander/src/mc-install-default-macros.c2
-rw-r--r--mini-commander/src/mini-commander_applet.c2
-rw-r--r--mini-commander/src/mini-commander_applet.h2
-rw-r--r--mini-commander/src/preferences.c2
-rw-r--r--mini-commander/src/preferences.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/mini-commander/src/about.c b/mini-commander/src/about.c
index d862d4ed..8cd224f0 100644
--- a/mini-commander/src/about.c
+++ b/mini-commander/src/about.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 <config.h>
diff --git a/mini-commander/src/cmd_completion.c b/mini-commander/src/cmd_completion.c
index 7b91ff5b..a59f6f2a 100644
--- a/mini-commander/src/cmd_completion.c
+++ b/mini-commander/src/cmd_completion.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
*/
/*
diff --git a/mini-commander/src/cmd_completion.h b/mini-commander/src/cmd_completion.h
index 042092fe..e1bd925a 100644
--- a/mini-commander/src/cmd_completion.h
+++ b/mini-commander/src/cmd_completion.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 __CMD_COMPLETION_H__
#define __CMD_COMPLETION_H__
diff --git a/mini-commander/src/command_line.c b/mini-commander/src/command_line.c
index ef0c8d17..004a897d 100644
--- a/mini-commander/src/command_line.c
+++ b/mini-commander/src/command_line.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 <config.h>
diff --git a/mini-commander/src/command_line.h b/mini-commander/src/command_line.h
index 195b2425..de2483f7 100644
--- a/mini-commander/src/command_line.h
+++ b/mini-commander/src/command_line.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 __COMMAND_LINE_H__
diff --git a/mini-commander/src/exec.c b/mini-commander/src/exec.c
index 40688bfa..fef9a5d3 100644
--- a/mini-commander/src/exec.c
+++ b/mini-commander/src/exec.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 <config.h>
diff --git a/mini-commander/src/exec.h b/mini-commander/src/exec.h
index 01d46c10..537e159f 100644
--- a/mini-commander/src/exec.h
+++ b/mini-commander/src/exec.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 __EXEC_H__
#define __EXEC_H__
diff --git a/mini-commander/src/help.c b/mini-commander/src/help.c
index b5c4b66b..c187d1e2 100644
--- a/mini-commander/src/help.c
+++ b/mini-commander/src/help.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 <config.h>
diff --git a/mini-commander/src/history.c b/mini-commander/src/history.c
index 750796da..ba24a609 100644
--- a/mini-commander/src/history.c
+++ b/mini-commander/src/history.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
*/
/* Actually the command history is a simple list. So, I guess this
diff --git a/mini-commander/src/macro.c b/mini-commander/src/macro.c
index 060d4c50..e6108d02 100644
--- a/mini-commander/src/macro.c
+++ b/mini-commander/src/macro.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 <config.h>
diff --git a/mini-commander/src/macro.h b/mini-commander/src/macro.h
index 7beb2fb6..abfa0d80 100644
--- a/mini-commander/src/macro.h
+++ b/mini-commander/src/macro.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 __MACRO_H__
diff --git a/mini-commander/src/mc-default-macros.h b/mini-commander/src/mc-default-macros.h
index 9ede9c73..7c2cbf5e 100644
--- a/mini-commander/src/mc-default-macros.h
+++ b/mini-commander/src/mc-default-macros.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 __MC_DEFAULT_MACROS_H__
diff --git a/mini-commander/src/mc-install-default-macros.c b/mini-commander/src/mc-install-default-macros.c
index 51750173..384007a9 100644
--- a/mini-commander/src/mc-install-default-macros.c
+++ b/mini-commander/src/mc-install-default-macros.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
*/
/* This reads the macro patterns and commands lists
diff --git a/mini-commander/src/mini-commander_applet.c b/mini-commander/src/mini-commander_applet.c
index 20dd4969..24073c79 100644
--- a/mini-commander/src/mini-commander_applet.c
+++ b/mini-commander/src/mini-commander_applet.c
@@ -18,7 +18,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 <config.h>
diff --git a/mini-commander/src/mini-commander_applet.h b/mini-commander/src/mini-commander_applet.h
index 4b4f6ddf..30079b44 100644
--- a/mini-commander/src/mini-commander_applet.h
+++ b/mini-commander/src/mini-commander_applet.h
@@ -18,7 +18,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 __MC_APPLET_H__
diff --git a/mini-commander/src/preferences.c b/mini-commander/src/preferences.c
index 4cc2705a..daff98b3 100644
--- a/mini-commander/src/preferences.c
+++ b/mini-commander/src/preferences.c
@@ -18,7 +18,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 <config.h>
diff --git a/mini-commander/src/preferences.h b/mini-commander/src/preferences.h
index 875a7fa2..f68c4093 100644
--- a/mini-commander/src/preferences.h
+++ b/mini-commander/src/preferences.h
@@ -18,7 +18,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 __PREFERENCES_H__