]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump copyright date.
authorMike Brady <mikebrady@eircom.net>
Fri, 10 Jan 2020 17:20:53 +0000 (17:20 +0000)
committerMike Brady <mikebrady@eircom.net>
Fri, 10 Jan 2020 17:20:53 +0000 (17:20 +0000)
mpris-service.c

index 387b3a23dc36e92dcd61c3f7e44a4b8637d1deda..168ce396dc769ac9ec1e369967d5e9c24f6e1440 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of Shairport Sync.
- * Copyright (c) Mike Brady 2018 -- 2019
+ * Copyright (c) Mike Brady 2018 -- 2020
  * All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person
@@ -330,7 +330,7 @@ static void on_mpris_name_acquired(GDBusConnection *connection, const gchar *nam
                    NULL);
   g_signal_connect(mprisPlayerPlayerSkeleton, "handle-set-volume", G_CALLBACK(on_handle_set_volume),
                    NULL);
-  
+
 
   add_metadata_watcher(mpris_metadata_watcher, NULL);