summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPDT 1998 Shawn T. Amundson <amundson@gtk.org>1998-04-13 02:02:47 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-04-13 02:02:47 +0000
commit92006c8e78e9c41656cb7a95ec290882faffaaae (patch)
treec4fc6515b5a667c6ac5340593cf923ad79022787 /examples
parente6af5d49ae76142a8bbdf5d8b4967189af3b2f15 (diff)
downloadgtk+-92006c8e78e9c41656cb7a95ec290882faffaaae.tar.gz
Changed LGPL address for FSF in all .h and .c files
Sun Apr 12 18:54:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Changed LGPL address for FSF in all .h and .c files
Diffstat (limited to 'examples')
-rw-r--r--examples/gtkdial/gtkdial.c5
-rw-r--r--examples/gtkdial/gtkdial.h5
-rw-r--r--examples/scribble-simple/scribble-simple.c5
-rw-r--r--examples/tictactoe/tictactoe.c5
-rw-r--r--examples/tictactoe/tictactoe.h5
5 files changed, 15 insertions, 10 deletions
diff --git a/examples/gtkdial/gtkdial.c b/examples/gtkdial/gtkdial.c
index db759be5d9..8bea29456e 100644
--- a/examples/gtkdial/gtkdial.c
+++ b/examples/gtkdial/gtkdial.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <math.h>
#include <stdio.h>
diff --git a/examples/gtkdial/gtkdial.h b/examples/gtkdial/gtkdial.h
index 0b63d1702c..38904a98e1 100644
--- a/examples/gtkdial/gtkdial.h
+++ b/examples/gtkdial/gtkdial.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GTK_DIAL_H__
#define __GTK_DIAL_H__
diff --git a/examples/scribble-simple/scribble-simple.c b/examples/scribble-simple/scribble-simple.c
index e6a250a86e..df5690408b 100644
--- a/examples/scribble-simple/scribble-simple.c
+++ b/examples/scribble-simple/scribble-simple.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <gtk/gtk.h>
diff --git a/examples/tictactoe/tictactoe.c b/examples/tictactoe/tictactoe.c
index 2325eca72d..e1ad29face 100644
--- a/examples/tictactoe/tictactoe.c
+++ b/examples/tictactoe/tictactoe.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "gtk/gtksignal.h"
#include "gtk/gtktable.h"
diff --git a/examples/tictactoe/tictactoe.h b/examples/tictactoe/tictactoe.h
index fe4ecf9655..2d5693b68f 100644
--- a/examples/tictactoe/tictactoe.h
+++ b/examples/tictactoe/tictactoe.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __TICTACTOE_H__
#define __TICTACTOE_H__