summaryrefslogtreecommitdiff
path: root/plugins/mpris
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mpris')
-rw-r--r--plugins/mpris/bus-watch-namespace.c1
-rw-r--r--plugins/mpris/bus-watch-namespace.h1
-rw-r--r--plugins/mpris/msd-mpris-manager.c3
-rw-r--r--plugins/mpris/msd-mpris-manager.h1
-rw-r--r--plugins/mpris/msd-mpris-plugin.c1
-rw-r--r--plugins/mpris/msd-mpris-plugin.h1
6 files changed, 6 insertions, 2 deletions
diff --git a/plugins/mpris/bus-watch-namespace.c b/plugins/mpris/bus-watch-namespace.c
index f1aff23..489c96d 100644
--- a/plugins/mpris/bus-watch-namespace.c
+++ b/plugins/mpris/bus-watch-namespace.c
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
diff --git a/plugins/mpris/bus-watch-namespace.h b/plugins/mpris/bus-watch-namespace.h
index 215f6be..20c5628 100644
--- a/plugins/mpris/bus-watch-namespace.h
+++ b/plugins/mpris/bus-watch-namespace.h
@@ -1,5 +1,6 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
diff --git a/plugins/mpris/msd-mpris-manager.c b/plugins/mpris/msd-mpris-manager.c
index 98e633f..965bb5c 100644
--- a/plugins/mpris/msd-mpris-manager.c
+++ b/plugins/mpris/msd-mpris-manager.c
@@ -4,6 +4,7 @@
* 2013 Steve Zesch <[email protected]>
* 2007 William Jon McCann <[email protected]>
* 2007 Jan Arne Petersen <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* 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
@@ -38,7 +39,6 @@
#include <glib.h>
#include <glib/gi18n.h>
-#include <gio/gio.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
@@ -293,7 +293,6 @@ msd_name_vanished (GDBusConnection *connection,
}
}
-
gboolean
msd_mpris_manager_start (MsdMprisManager *manager,
GError **error)
diff --git a/plugins/mpris/msd-mpris-manager.h b/plugins/mpris/msd-mpris-manager.h
index a5671ec..d43f15e 100644
--- a/plugins/mpris/msd-mpris-manager.h
+++ b/plugins/mpris/msd-mpris-manager.h
@@ -2,6 +2,7 @@
*
* Copyright (C) 2013 Stefano Karapetsas <[email protected]>
* 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* 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
diff --git a/plugins/mpris/msd-mpris-plugin.c b/plugins/mpris/msd-mpris-plugin.c
index 44923ca..fafd3c4 100644
--- a/plugins/mpris/msd-mpris-plugin.c
+++ b/plugins/mpris/msd-mpris-plugin.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* 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
diff --git a/plugins/mpris/msd-mpris-plugin.h b/plugins/mpris/msd-mpris-plugin.h
index cf9cf52..087824f 100644
--- a/plugins/mpris/msd-mpris-plugin.h
+++ b/plugins/mpris/msd-mpris-plugin.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* 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