From 0d9a417255df1620855f232717463097761b09d6 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Tue, 9 Oct 2012 11:52:46 -0400 Subject: Fixed fsf addresses. Closes #18. --- mini-commander/src/about.c | 2 +- mini-commander/src/cmd_completion.c | 2 +- mini-commander/src/cmd_completion.h | 2 +- mini-commander/src/command_line.c | 2 +- mini-commander/src/command_line.h | 2 +- mini-commander/src/exec.c | 2 +- mini-commander/src/exec.h | 2 +- mini-commander/src/help.c | 2 +- mini-commander/src/history.c | 2 +- mini-commander/src/macro.c | 2 +- mini-commander/src/macro.h | 2 +- mini-commander/src/mc-default-macros.h | 2 +- mini-commander/src/mc-install-default-macros.c | 2 +- mini-commander/src/mini-commander_applet.c | 2 +- mini-commander/src/mini-commander_applet.h | 2 +- mini-commander/src/preferences.c | 2 +- mini-commander/src/preferences.h | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'mini-commander') 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 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 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 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 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 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 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 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__ -- cgit v1.2.1