]> granicus.if.org Git - graphviz/commitdiff
update to EPL
authorellson <devnull@localhost>
Tue, 25 Jan 2011 20:10:31 +0000 (20:10 +0000)
committerellson <devnull@localhost>
Tue, 25 Jan 2011 20:10:31 +0000 (20:10 +0000)
add "program-name", "DotEdit"

plugin/gtk/callbacks.c

index 3daf0a6e183c25c24c01767ef353cd7ac490cce9..57f1e681ac243c5fa75efd4944c7ea3c77814a4c 100644 (file)
@@ -185,9 +185,10 @@ on_about1_activate                     (GtkMenuItem     *menuitem,
     GtkWindow *window = GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(menuitem)));
     gtk_show_about_dialog(window,
                "name", "DotEdit",
+               "program-name", "DotEdit",
                "version", "0.1",
-               "copyright", "(C) 2005 AT&T Corp.",
-               "license", "Common Public License, Version 1.0.",
+               "copyright", "(C) 2011 AT&T Intellectual Procerty.",
+               "license", "Eclipse Public License v1.0.",
                "website", "http://www.graphviz.org",
                "comments", "Visualize and edit graphs of nodes and edges",
                "authors", authors,