summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-05-20 14:00:34 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-05-20 14:00:34 -0400
commitbce62e04ed668bc3f7c211f09f3ff9dc4265e9d3 (patch)
treeff659d5c9432d63f3099de548521948c0f3bffae
parent8a6e519d08f54869cdb3168ed92894d7d5b67359 (diff)
GoaEditableLabel: Relicense to LGPLv2
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--src/goabackend/goaeditablelabel.c26
-rw-r--r--src/goabackend/goaeditablelabel.h26
2 files changed, 28 insertions, 24 deletions
diff --git a/src/goabackend/goaeditablelabel.c b/src/goabackend/goaeditablelabel.c
index f237aaa..237b38b 100644
--- a/src/goabackend/goaeditablelabel.c
+++ b/src/goabackend/goaeditablelabel.c
@@ -1,23 +1,25 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright 2009-2010 Red Hat, Inc,
+ * Copyright (C) 2009-2011 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 library 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This 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 General Public License for more details.
+ * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
*
* Based on panels/user-accounts/um-editable-entry.c from
- * gnome-control-center by Matthias Clasen <mclasen@redhat.com>
+ * gnome-control-center by Matthias Clasen <mclasen@redhat.com>.
+ * Relicensed to LGPLv2 after obtaining permission.
*/
#include <gdk/gdkkeysyms.h>
diff --git a/src/goabackend/goaeditablelabel.h b/src/goabackend/goaeditablelabel.h
index b47876f..210a3e0 100644
--- a/src/goabackend/goaeditablelabel.h
+++ b/src/goabackend/goaeditablelabel.h
@@ -1,23 +1,25 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright 2009-2010 Red Hat, Inc,
+ * Copyright (C) 2009-2011 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 library 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 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This 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 General Public License for more details.
+ * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
*
* Based on panels/user-accounts/um-editable-entry.c from
- * gnome-control-center by Matthias Clasen <mclasen@redhat.com>
+ * gnome-control-center by Matthias Clasen <mclasen@redhat.com>.
+ * Relicensed to LGPLv2 after obtaining permission.
*/