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/themes | |
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/themes')
-rw-r--r-- | src/themes/slider/theme.c | 4 | ||||
-rw-r--r-- | src/themes/standard/theme.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c index eb50fce..5f5d589 100644 --- a/src/themes/slider/theme.c +++ b/src/themes/slider/theme.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/themes/standard/theme.c b/src/themes/standard/theme.c index 522cb80..a767434 100644 --- a/src/themes/standard/theme.c +++ b/src/themes/standard/theme.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" |