Use the new g_strv_contains
[platform/upstream/glib.git] / gio / fen / fen-dump.c
index 98d20eb..5c25662 100644 (file)
@@ -15,9 +15,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Lin Ma <lin.ma@sun.com>
  */
@@ -74,4 +72,3 @@ dump_event (node_event_t* ev, gpointer user_data)
     node_t* node = ev->user_data;
     g_printf ("ne:0x%p e:%p n:0x%p ds:0x%p s:0x%p s\n", ev, ev->e, node, node->dir_subs, node->subs, NODE_NAME(node));
 }
-