[Xfce4-commits] <xfce4-session:master> Add missing license information (bug #7240).
Jérôme Guelfucci
noreply at xfce.org
Mon Feb 14 17:22:01 CET 2011
Updating branch refs/heads/master
to 71565e883e00f6dc5a6f2263a31c8e620a662f80 (commit)
from 5d15e2da8b7ef161a58673d05377e34e100062b2 (commit)
commit 71565e883e00f6dc5a6f2263a31c8e620a662f80
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Mon Feb 14 17:17:32 2011 +0100
Add missing license information (bug #7240).
AUTHORS | 2 ++
engines/balou/gnome-uri.c | 21 ++++++++++++++++++++-
engines/balou/gnome-uri.h | 20 +++++++++++++++++++-
3 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 72dea60..0fc5616 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,3 +6,5 @@ Brian Tarricone <kelnos at xfce.org>
Jani Monoses <jani at ubuntu.com>
Parts of the code were copied from gnome-session and ksmserver.
+engines/mice/{preview,slide}.png were created by François Leclanché
+engines/simple/{preview,fallback}.png were created by Bennedikt Meurer
diff --git a/engines/balou/gnome-uri.c b/engines/balou/gnome-uri.c
index 7f669ed..29748b0 100644
--- a/engines/balou/gnome-uri.c
+++ b/engines/balou/gnome-uri.c
@@ -1,4 +1,23 @@
-/* $Id$ */
+/*
+ * Copyright (C) 1998 Miguel de Icaza
+ * Copyright (C) 1997 Paolo Molaro
+ *
+ * This 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.
+ *
+ * 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 Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; 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>
diff --git a/engines/balou/gnome-uri.h b/engines/balou/gnome-uri.h
index 888915e..94ef2a8 100644
--- a/engines/balou/gnome-uri.h
+++ b/engines/balou/gnome-uri.h
@@ -1,4 +1,22 @@
-/* $Id$ */
+/*
+ * Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
+ *
+ * This 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.
+ *
+ * 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 Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ */
#ifndef __GNOME_URI_H__
#define __GNOME_URI_H__
More information about the Xfce4-commits
mailing list