[gnome-music] Updated copyrights



commit 8946d6e11d9ca240607c7ad960bc8893658ac851
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Apr 4 14:40:14 2013 +0200

    Updated copyrights

 src/application.js |    5 +++--
 src/player.js      |    1 +
 src/query.js       |    1 +
 src/view.js        |    1 +
 src/widgets.js     |    1 +
 5 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index af4c2fe..6f1d0c2 100644
--- a/src/application.js
+++ b/src/application.js
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2013 Eslam Mostafa.
+ * Copyright (c) 2013 Vadim Rutkovsky.
  *
  * Gnome Music is free software; you can Public License as published by the
  * Free Software Foundation; either version 2 of the License, or (at your
@@ -49,7 +50,7 @@ const Application = new Lang.Class({
             flags: Gio.ApplicationFlags.FLAGS_NONE,
             inactivity_timeout: 12000
         });
-        
+
         GLib.set_application_name(_("Music"));
     },
 
@@ -105,7 +106,7 @@ const Application = new Lang.Class({
                                                  provider,
                                                  Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
     },
-    
+
     vfunc_activate: function() {
         this._buildAppMenu();
         this._window = new Window.MainWindow(this);
diff --git a/src/player.js b/src/player.js
index 0b6e5e8..adabaa6 100644
--- a/src/player.js
+++ b/src/player.js
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2013 Eslam Mostafa.
+ * Copyright (c) 2013 Vadim Rutkovsky.
  *
  * Gnome Music is free software; you can Public License as published by the
  * Free Software Foundation; either version 2 of the License, or (at your
diff --git a/src/query.js b/src/query.js
index be0ffb7..5f52168 100644
--- a/src/query.js
+++ b/src/query.js
@@ -1,5 +1,6 @@
 /*
 * Copyright (c) 2013 Igalia S.L.
+* Copyright (c) 2013 Vadim Rutkovsky <vrutkovs redhat com>.
 * Authored by: Juan A. Suarez Romero <jasuarez igalia com>
 *
 * Gnome Music is free software; you can Public License as published by the
diff --git a/src/view.js b/src/view.js
index eb69c1d..652d7b9 100644
--- a/src/view.js
+++ b/src/view.js
@@ -3,6 +3,7 @@
  *               Authored by: Seif Lotfy
  * Copyright (c) 2013 Eslam Mostafa.
  * Copyright (c) 2013 Seif Lotfy.
+ * Copyright (c) 2013 Vadim Rutkovsky.
  *
  * Gnome Music is free software; you can Public License as published by the
  * Free Software Foundation; either version 2 of the License, or (at your
diff --git a/src/widgets.js b/src/widgets.js
index 99416c5..aef4a39 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -1,6 +1,7 @@
 /*
  * Copyright (c) 2013 Eslam Mostafa <cseslam gmail com>.
  * Copyright (c) 2013 Seif Lotfy <seif lotfy com>.
+ * Copyright (c) 2013 Vadim Rutkovsky <vrutkovs redhat com>.
  *
  * Gnome Music is free software; you can Public License as published by the
  * Free Software Foundation; either version 2 of the License, or (at your


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]