From 597a9064e4d2df85d53726928e576a9be53d22fb Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Tue, 31 Jul 2012 20:11:25 -0400 Subject: Fixed incorrect fsf address. Closes issue #6. --- src/daemon/daemon.c | 4 ++-- src/daemon/daemon.h | 4 ++-- src/daemon/engines.c | 4 ++-- src/daemon/engines.h | 4 ++-- src/daemon/sound.c | 4 ++-- src/daemon/sound.h | 4 ++-- src/daemon/stack.c | 4 ++-- src/daemon/stack.h | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src/daemon') diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index a0ec94e..7404f96 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.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/src/daemon/daemon.h b/src/daemon/daemon.h index 7f815c7..603ee22 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.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 NOTIFY_DAEMON_H diff --git a/src/daemon/engines.c b/src/daemon/engines.c index 4426275..6d30f94 100644 --- a/src/daemon/engines.c +++ b/src/daemon/engines.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/src/daemon/engines.h b/src/daemon/engines.h index e5ffa49..10ea48e 100644 --- a/src/daemon/engines.h +++ b/src/daemon/engines.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 _ENGINES_H_ diff --git a/src/daemon/sound.c b/src/daemon/sound.c index 6dbf30f..7dbed64 100644 --- a/src/daemon/sound.c +++ b/src/daemon/sound.c @@ -15,8 +15,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/src/daemon/sound.h b/src/daemon/sound.h index 1642382..93ec61d 100644 --- a/src/daemon/sound.h +++ b/src/daemon/sound.h @@ -15,8 +15,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 _SOUND_H diff --git a/src/daemon/stack.c b/src/daemon/stack.c index 1f15ce4..0bfcae0 100644 --- a/src/daemon/stack.c +++ b/src/daemon/stack.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 "config.h" diff --git a/src/daemon/stack.h b/src/daemon/stack.h index b2daafe..a196e1f 100644 --- a/src/daemon/stack.h +++ b/src/daemon/stack.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 _NOTIFY_STACK_H_ -- cgit v1.2.1