diff options
author | Steve Zesch <[email protected]> | 2012-07-31 20:11:25 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-31 20:11:25 -0400 |
commit | 597a9064e4d2df85d53726928e576a9be53d22fb (patch) | |
tree | 7e90ac711b225e29e45c381c8754cfa66093da5d /src/daemon | |
parent | 90229ab4ea11be5c7c8220f89455b702700ffa7a (diff) | |
download | mate-notification-daemon-597a9064e4d2df85d53726928e576a9be53d22fb.tar.bz2 mate-notification-daemon-597a9064e4d2df85d53726928e576a9be53d22fb.tar.xz |
Fixed incorrect fsf address. Closes issue #6.
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/daemon.c | 4 | ||||
-rw-r--r-- | src/daemon/daemon.h | 4 | ||||
-rw-r--r-- | src/daemon/engines.c | 4 | ||||
-rw-r--r-- | src/daemon/engines.h | 4 | ||||
-rw-r--r-- | src/daemon/sound.c | 4 | ||||
-rw-r--r-- | src/daemon/sound.h | 4 | ||||
-rw-r--r-- | src/daemon/stack.c | 4 | ||||
-rw-r--r-- | src/daemon/stack.h | 4 |
8 files changed, 16 insertions, 16 deletions
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_ |