diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-08-28 11:35:50 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-08-28 11:36:12 +0200 |
commit | 36b131c9e8fa848dedf35e58344bae7b93582185 (patch) | |
tree | 78eee494e4fedeefa9d230e0022385fba6b3ee67 | |
parent | dd7e7f89ca6c6b2166fc0b7e34f08b2cc3b56b0e (diff) | |
download | gnome-desktop-36b131c9e8fa848dedf35e58344bae7b93582185.tar.gz |
thumbnailer: Add copyright notice to test application
-rw-r--r-- | libgnome-desktop/test-desktop-thumbnail.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libgnome-desktop/test-desktop-thumbnail.c b/libgnome-desktop/test-desktop-thumbnail.c index 7410d766..00492298 100644 --- a/libgnome-desktop/test-desktop-thumbnail.c +++ b/libgnome-desktop/test-desktop-thumbnail.c @@ -1,3 +1,26 @@ +/* + * Copyright (C) 2012,2017 Red Hat, Inc. + * + * This file is part of the Gnome Library. + * + * The Gnome Library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * The Gnome Library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with the Gnome Library; see the file COPYING.LIB. If not, + * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + * + * Authors: Bastien Nocera <hadess@hadess.net> + */ + #define GNOME_DESKTOP_USE_UNSTABLE_API #include <libgnome-desktop/gnome-desktop-thumbnail.h> #include <gtk/gtk.h> |