summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2010-11-25 15:21:06 +0100
committerTomas Bzatek <tbzatek@redhat.com>2010-11-25 15:21:06 +0100
commit6a8936cdf93b7d34618625b82bac61741c9c16be (patch)
treeae1d8df022d5c60f08d6c409dc13c1f0381db3e4
parent439e595d90458ce1b08338b1f118fdbc236ce821 (diff)
downloadgnome-settings-daemon-6a8936cdf93b7d34618625b82bac61741c9c16be.tar.gz
automout: fix copyright, authors
-rw-r--r--plugins/automount/automount.gnome-settings-plugin.in4
-rw-r--r--plugins/automount/gsd-automount-manager.c7
-rw-r--r--plugins/automount/gsd-automount-manager.h5
-rw-r--r--plugins/automount/gsd-automount-plugin.c9
-rw-r--r--plugins/automount/gsd-automount-plugin.h9
-rw-r--r--plugins/automount/test-automount.c4
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 6a5362d6..1dc3b35f 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 57c0dae7..ce53d220 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 e9e41556..42f9f588 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 ac80c7a7..b866417e 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 50aaa6bb..e91b0db7 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 8594a53b..23d8a415 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"