[gnome-settings-daemon] automout: fix copyright, authors
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] automout: fix copyright, authors
- Date: Thu, 25 Nov 2010 14:24:58 +0000 (UTC)
commit 6a8936cdf93b7d34618625b82bac61741c9c16be
Author: Tomas Bzatek <tbzatek redhat com>
Date: Thu Nov 25 15:21:06 2010 +0100
automout: fix copyright, authors
.../automount/automount.gnome-settings-plugin.in | 4 ++--
plugins/automount/gsd-automount-manager.c | 7 +++----
plugins/automount/gsd-automount-manager.h | 5 +++--
plugins/automount/gsd-automount-plugin.c | 9 +++++----
plugins/automount/gsd-automount-plugin.h | 9 +++++----
plugins/automount/test-automount.c | 4 +++-
6 files changed, 21 insertions(+), 17 deletions(-)
---
diff --git a/plugins/automount/automount.gnome-settings-plugin.in b/plugins/automount/automount.gnome-settings-plugin.in
index 6a5362d..1dc3b35 100644
--- a/plugins/automount/automount.gnome-settings-plugin.in
+++ b/plugins/automount/automount.gnome-settings-plugin.in
@@ -3,6 +3,6 @@ Module=automount
IAge=0
_Name=Automount
_Description=Automounter plugin
-Authors=
-Copyright=Copyright © 2010
+Authors=Tomas Bzatek
+Copyright=Copyright © 2010 Red Hat, Inc.
Website=
diff --git a/plugins/automount/gsd-automount-manager.c b/plugins/automount/gsd-automount-manager.c
index 57c0dae..ce53d22 100644
--- a/plugins/automount/gsd-automount-manager.c
+++ b/plugins/automount/gsd-automount-manager.c
@@ -1,8 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright (C) 2010 Tomas Bzatek <tbzatek redhat com>
- * Portions of the code have been ripped from nautilus-application.c,
- * copyright belongs to the particular Nautilus developers.
+ * Copyright (C) 2010 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
@@ -16,8 +14,9 @@
*
* 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.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * Author: Tomas Bzatek <tbzatek redhat com>
*/
#include "config.h"
diff --git a/plugins/automount/gsd-automount-manager.h b/plugins/automount/gsd-automount-manager.h
index e9e4155..42f9f58 100644
--- a/plugins/automount/gsd-automount-manager.h
+++ b/plugins/automount/gsd-automount-manager.h
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright (C) 2010 Tomas Bzatek <tbzatek redhat com>
+ * Copyright (C) 2010 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
@@ -14,8 +14,9 @@
*
* 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.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * Author: Tomas Bzatek <tbzatek redhat com>
*/
#ifndef __GSD_AUTOMOUNT_MANAGER_H
diff --git a/plugins/automount/gsd-automount-plugin.c b/plugins/automount/gsd-automount-plugin.c
index ac80c7a..b866417 100644
--- a/plugins/automount/gsd-automount-plugin.c
+++ b/plugins/automount/gsd-automount-plugin.c
@@ -1,11 +1,11 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright (C) 2010 Tomas Bzatek <tbzatek redhat com>
+ * Copyright (C) 2010 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 2, or (at your option)
- * any later version.
+ * 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,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,8 +14,9 @@
*
* 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.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * Author: Tomas Bzatek <tbzatek redhat com>
*/
#include "config.h"
diff --git a/plugins/automount/gsd-automount-plugin.h b/plugins/automount/gsd-automount-plugin.h
index 50aaa6b..e91b0db 100644
--- a/plugins/automount/gsd-automount-plugin.h
+++ b/plugins/automount/gsd-automount-plugin.h
@@ -1,11 +1,11 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright (C) 2010 Tomas Bzatek <tbzatek redhat com>
+ * Copyright (C) 2010 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 2, or (at your option)
- * any later version.
+ * 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,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,8 +14,9 @@
*
* 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.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * Author: Tomas Bzatek <tbzatek redhat com>
*/
#ifndef __GSD_AUTOMOUNT_PLUGIN_H__
diff --git a/plugins/automount/test-automount.c b/plugins/automount/test-automount.c
index 8594a53..23d8a41 100644
--- a/plugins/automount/test-automount.c
+++ b/plugins/automount/test-automount.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * Copyright (C) 2010 Tomas Bzatek <tbzatek redhat com>
+ * Copyright (C) 2010 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
@@ -15,6 +15,8 @@
* 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
+ *
+ * Author: Tomas Bzatek <tbzatek redhat com>
*/
#include "config.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]