diff options
author | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2020-09-21 10:00:24 -0300 |
---|---|---|
committer | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2020-09-21 10:00:24 -0300 |
commit | 48d6b070d7a4e1e02fa5da14f17d614efdd6d6fd (patch) | |
tree | d4c5ccccf4e0a481685c61c3ccaba648dcefe883 /gladeui/glade-signal-model.c | |
parent | 89bf07f696044729bf299cdb6514fa7655d66a47 (diff) | |
download | glade-48d6b070d7a4e1e02fa5da14f17d614efdd6d6fd.tar.gz |
Headers cleanup
Add missing copyright notes
Diffstat (limited to 'gladeui/glade-signal-model.c')
-rw-r--r-- | gladeui/glade-signal-model.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gladeui/glade-signal-model.c b/gladeui/glade-signal-model.c index 598747eb..d790af6e 100644 --- a/gladeui/glade-signal-model.c +++ b/gladeui/glade-signal-model.c @@ -1,5 +1,6 @@ /* * glade-signal-model.c + * * Copyright (C) Johannes Schmid 2010 <jhs@gnome.org> * * This library is free software; you can redistribute it and/or modify it @@ -16,6 +17,7 @@ * License along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + #ifdef HAVE_CONFIG_H #include <config.h> #endif |