share/collection.js: Keep visibility when redrawing graphs.
[collection4.git] / src / action_show_instance.h
index 33e8a73..b6ea34e 100644 (file)
@@ -1,7 +1,30 @@
-#ifndef ACTION_SHOW_GRAPH_H
-#define ACTION_SHOW_GRAPH_H 1
+/**
+ * collection4 - action_show_instance.h
+ * Copyright (C) 2010  Florian octo Forster
+ * 
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
+ * Authors:
+ *   Florian octo Forster <ff at octo.it>
+ **/
+
+#ifndef ACTION_SHOW_INSTANCE_H
+#define ACTION_SHOW_INSTANCE_H 1
 
 int action_show_instance (void);
 
-#endif /* ACTION_SHOW_GRAPH_H */
+#endif /* ACTION_SHOW_INSTANCE_H */
 /* vim: set sw=2 sts=2 et fdm=marker : */