diff options
| author | Stefano Karapetsas <[email protected]> | 2013-03-24 22:33:09 +0100 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-03-24 22:33:09 +0100 | 
| commit | 6d7d4bc95cbeb25bc00c6d5764467e99611c3b11 (patch) | |
| tree | 55d758a2fac0d002d86552265fcad123bc658b26 | |
| parent | 5315ed335839571bf93a62ccc088dc30d998c7d4 (diff) | |
| download | mate-settings-daemon-6d7d4bc95cbeb25bc00c6d5764467e99611c3b11.tar.bz2 mate-settings-daemon-6d7d4bc95cbeb25bc00c6d5764467e99611c3b11.tar.xz | |
mpris: Fix copyright holders
| -rw-r--r-- | plugins/mpris/msd-mpris-manager.c | 5 | ||||
| -rw-r--r-- | plugins/mpris/msd-mpris-manager.h | 1 | 
2 files changed, 6 insertions, 0 deletions
| diff --git a/plugins/mpris/msd-mpris-manager.c b/plugins/mpris/msd-mpris-manager.c index bee66e7..1e7f154 100644 --- a/plugins/mpris/msd-mpris-manager.c +++ b/plugins/mpris/msd-mpris-manager.c @@ -1,6 +1,9 @@  /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-   *   * Copyright (C) 2013 Stefano Karapetsas <[email protected]> + *               2013 Steve Zesch <[email protected]> + *               2007 William Jon McCann <[email protected]> + *               2007 Jan Arne Petersen <[email protected]>   *   * 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 @@ -144,6 +147,8 @@ mp_name_vanished (GDBusConnection *connection,      g_free (player_name);  } +/* Code copied from Totem media player + * src/plugins/media-player-keys/totem-media-player-keys.c */  static void  on_media_player_key_pressed (MsdMprisManager  *manager,                               const gchar      *key) diff --git a/plugins/mpris/msd-mpris-manager.h b/plugins/mpris/msd-mpris-manager.h index 9b2e8e3..a5671ec 100644 --- a/plugins/mpris/msd-mpris-manager.h +++ b/plugins/mpris/msd-mpris-manager.h @@ -1,6 +1,7 @@  /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-   *   * Copyright (C) 2013 Stefano Karapetsas <[email protected]> + *               2007 William Jon McCann <[email protected]>   *   * 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 | 
