From 27ffb9c65aee0523a613fab933b7c459d4f45f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mo=C5=84?= Date: Mon, 3 Dec 2012 10:46:14 +0100 Subject: [PATCH] Fix FSF address at gtkknob.c/gtkknob.h. --- gtkknob.c | 3 ++- gtkknob.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gtkknob.c b/gtkknob.c index 9c44faf..4f6cf3f 100644 --- a/gtkknob.c +++ b/gtkknob.c @@ -18,7 +18,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 Street, Fifth Floor, Boston, + * MA 02110-1301 USA. *****************************************************************************/ #include diff --git a/gtkknob.h b/gtkknob.h index f26025f..f602cd7 100644 --- a/gtkknob.h +++ b/gtkknob.h @@ -17,7 +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 Street, Fifth Floor, Boston, + * MA 02110-1301 USA. *****************************************************************************/ #ifndef __GTK_KNOB_H__ #define __GTK_KNOB_H__