X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Faction_show_instance.h;h=b6ea34e6cabe21718dfdba88ab29b73f64763f9c;hp=33e8a735237bf7daf6f7cb2cd1cdeeb2c60f7b2a;hb=e3fb09073a64cc051c11c4a1bdcec493f937b764;hpb=15279357255dbcccab890a29c7ceecc144ba3e63 diff --git a/src/action_show_instance.h b/src/action_show_instance.h index 33e8a73..b6ea34e 100644 --- a/src/action_show_instance.h +++ b/src/action_show_instance.h @@ -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 + **/ + +#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 : */