summaryrefslogtreecommitdiff
path: root/examples/tictactoe
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/tictactoe
parente6af5d49ae76142a8bbdf5d8b4967189af3b2f15 (diff)
downloadgdk-pixbuf-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/tictactoe')
-rw-r--r--examples/tictactoe/tictactoe.c5
-rw-r--r--examples/tictactoe/tictactoe.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/examples/tictactoe/tictactoe.c b/examples/tictactoe/tictactoe.c
index 2325eca72..e1ad29fac 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 fe4ecf965..2d5693b68 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__