gtk-screen: Add gtk-faces to ed-ffi.scm; fix its copyright notice.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 07:04:36 +0000 (00:04 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 07:04:36 +0000 (00:04 -0700)
src/gtk-screen/ed-ffi.scm
src/gtk-screen/gtk-faces.scm

index 84e43392a8128d05aabf76a3988a6fe10a81f849..e61620a779ca30efde8b94a24184bce55b606cde 100644 (file)
@@ -1,7 +1,8 @@
-#| -*- Scheme -*-
+#| -*- Scheme -*- |#
 
-GTK-SCREEN buffer packaging info |#
+;;;; GTK-SCREEN buffer packaging info
 
 (standard-scheme-find-file-initialization
  '#(
-    ("gtk-screen"      (edwin screen gtk-screen))))
\ No newline at end of file
+    ("gtk-screen"      (edwin screen gtk-screen))
+    ("gtk-faces"       (edwin screen gtk-screen))))
\ No newline at end of file
index a41eff18e22773d95bf4aeedd1a5a6155dd5732f..adbfa6773fd6cb12ee0053884a8d7fd04c3b5a54 100644 (file)
@@ -1,11 +1,8 @@
 #| -*-Scheme-*-
 
-Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
-    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Massachusetts
-    Institute of Technology
+Copyright (C) 2013  Matthew Birkholz
 
-This file is part of MIT/GNU Scheme.
+This file is part of an extension to MIT/GNU Scheme.
 
 MIT/GNU Scheme is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by