[chrome-gnome-shell] Mass replace my email address



commit bf0b7f1fffd097267d8b85cc87f9c85dbdeebe02
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 26 22:52:08 2016 +0400

    Mass replace my email address

 connector/chrome-gnome-shell.py            |    2 +-
 contrib/chrome-messages2po.py              |    2 +-
 contrib/po2chrome-messages.py              |    2 +-
 contrib/translation-coverage.php           |    2 +-
 contrib/ubuntu/control                     |    2 +-
 contrib/ubuntu/copyright                   |    2 +-
 extension/content-script-start.js          |    2 +-
 extension/extension.js                     |    2 +-
 extension/include/compat-common.js         |    2 +-
 extension/include/compat-content-script.js |    2 +-
 extension/include/constants.js             |    2 +-
 extension/include/gsc.js                   |    2 +-
 extension/include/i18n.js                  |    2 +-
 extension/include/notifications.js         |    2 +-
 extension/include/sweettooth-api.js        |    2 +-
 extension/include/sync.js                  |    2 +-
 extension/include/update.js                |    2 +-
 extension/manifest.json                    |    2 +-
 extension/options.js                       |    2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/connector/chrome-gnome-shell.py b/connector/chrome-gnome-shell.py
index 53b3890..c23a0c0 100755
--- a/connector/chrome-gnome-shell.py
+++ b/connector/chrome-gnome-shell.py
@@ -3,7 +3,7 @@
 
 """
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/contrib/chrome-messages2po.py b/contrib/chrome-messages2po.py
index 05ae355..1553265 100755
--- a/contrib/chrome-messages2po.py
+++ b/contrib/chrome-messages2po.py
@@ -2,7 +2,7 @@
 
 '''
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/contrib/po2chrome-messages.py b/contrib/po2chrome-messages.py
index bbae053..2a96aa1 100755
--- a/contrib/po2chrome-messages.py
+++ b/contrib/po2chrome-messages.py
@@ -2,7 +2,7 @@
 
 '''
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/contrib/translation-coverage.php b/contrib/translation-coverage.php
index 15362eb..230db3f 100644
--- a/contrib/translation-coverage.php
+++ b/contrib/translation-coverage.php
@@ -1,7 +1,7 @@
 <?php
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/contrib/ubuntu/control b/contrib/ubuntu/control
index d451295..776ff28 100644
--- a/contrib/ubuntu/control
+++ b/contrib/ubuntu/control
@@ -1,7 +1,7 @@
 Source: chrome-gnome-shell
 Section: gnome
 Priority: optional
-Maintainer: Yuri Konotopov <ykonotopov gmail com>
+Maintainer: Yuri Konotopov <ykonotopov gnome org>
 Build-Depends: debhelper (>= 8.0.0), cmake, coreutils, python (>= 2.7)
 Standards-Version: 3.9.4
 Homepage: <https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome>
diff --git a/contrib/ubuntu/copyright b/contrib/ubuntu/copyright
index 5ca1f67..630fa45 100644
--- a/contrib/ubuntu/copyright
+++ b/contrib/ubuntu/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/nE0sIghT/chrome-gnome-shell/issues
 Source: https://git.gnome.org/browse/chrome-gnome-shell/
 
 Files: *
-Copyright: 2016 Yuri Konotopov <ykonotopov gmail com>
+Copyright: 2016 Yuri Konotopov <ykonotopov gnome org>
 License: GPL-3+
  This package 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/extension/content-script-start.js b/extension/content-script-start.js
index 2aefad0..63e5afd 100644
--- a/extension/content-script-start.js
+++ b/extension/content-script-start.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/extension.js b/extension/extension.js
index ca781cc..dfde0b5 100644
--- a/extension/extension.js
+++ b/extension/extension.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/compat-common.js b/extension/include/compat-common.js
index 8714b45..ead71dd 100644
--- a/extension/include/compat-common.js
+++ b/extension/include/compat-common.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/compat-content-script.js b/extension/include/compat-content-script.js
index 0305fbb..620d0ba 100644
--- a/extension/include/compat-content-script.js
+++ b/extension/include/compat-content-script.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/constants.js b/extension/include/constants.js
index 02e2657..115966f 100644
--- a/extension/include/constants.js
+++ b/extension/include/constants.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/gsc.js b/extension/include/gsc.js
index 7ddc765..f193a55 100644
--- a/extension/include/gsc.js
+++ b/extension/include/gsc.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/i18n.js b/extension/include/i18n.js
index 7ca58a3..56b8726 100644
--- a/extension/include/i18n.js
+++ b/extension/include/i18n.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/notifications.js b/extension/include/notifications.js
index 01d219e..b7ea6ab 100644
--- a/extension/include/notifications.js
+++ b/extension/include/notifications.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/sweettooth-api.js b/extension/include/sweettooth-api.js
index 627e7be..9af786e 100644
--- a/extension/include/sweettooth-api.js
+++ b/extension/include/sweettooth-api.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/sync.js b/extension/include/sync.js
index 68ce3e1..fb38b07 100644
--- a/extension/include/sync.js
+++ b/extension/include/sync.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/include/update.js b/extension/include/update.js
index d0aebee..1e6792e 100644
--- a/extension/include/update.js
+++ b/extension/include/update.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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/extension/manifest.json b/extension/manifest.json
index a3ff6ae..b756fcb 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -8,7 +8,7 @@
 
   "default_locale": "en",
 
-  "author": "Yuri Konotopov <ykonotopov gmail com>",
+  "author": "Yuri Konotopov <ykonotopov gnome org>",
   "key": "${PUBLIC_KEY}",
 
   "icons": {
diff --git a/extension/options.js b/extension/options.js
index b1d93ca..43c8d2e 100644
--- a/extension/options.js
+++ b/extension/options.js
@@ -1,6 +1,6 @@
 /*
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gmail com>
+    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
 
     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


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