[gnome-control-center/wip/feborges/new-users-panel] user-accounts: Add missing license to um-carousel.[c/h]



commit d80bb8f1783bb3621f69adce9848d4a0bbbb223c
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Jul 11 15:06:34 2016 +0200

    user-accounts: Add missing license to um-carousel.[c/h]

 panels/user-accounts/um-carousel.c |   21 +++++++++++++++++++++
 panels/user-accounts/um-carousel.h |   21 +++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/panels/user-accounts/um-carousel.c b/panels/user-accounts/um-carousel.c
index 1e84de7..40ae382 100644
--- a/panels/user-accounts/um-carousel.c
+++ b/panels/user-accounts/um-carousel.c
@@ -1,3 +1,24 @@
+/* um-carousel.c
+ *
+ * Copyright (C) 2016 Red Hat, Inc,
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Writen by: Felipe Borges <felipeborges gnome org>
+ *
+ */
+
 #include "um-carousel.h"
 
 #include <glib-object.h>
diff --git a/panels/user-accounts/um-carousel.h b/panels/user-accounts/um-carousel.h
index e8e93b2..b85acb0 100644
--- a/panels/user-accounts/um-carousel.h
+++ b/panels/user-accounts/um-carousel.h
@@ -1,3 +1,24 @@
+/* um-carousel.c
+ *
+ * Copyright (C) 2016 Red Hat, Inc,
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Writen by: Felipe Borges <felipeborges gnome org>
+ *
+ */
+
 #ifndef UM_CAROUSEL_H
 #define UM_CAROUSEL_H
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]