From 3c122839cbc95ed1228055b342736c3849f694ed Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Sat, 22 Apr 2017 05:59:56 +0900 Subject: [PATCH] Change information --- README.md | 2 +- app/configs/application.json | 8 ++++---- pkg/ubuntu/debian/copyright | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 47834e8..2dc9329 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An install helper program for items served on OpenCollaborationServices (OCS). -Copyright: 2016-2017, Akira Ohgaki +Copyright: 2016-2017, Opendesktop.org License: GPL-3+ diff --git a/app/configs/application.json b/app/configs/application.json index 5b59601..8c324cb 100644 --- a/app/configs/application.json +++ b/app/configs/application.json @@ -2,12 +2,12 @@ "id": "ocs-url", "name": "ocs-url", "version": "3.0.0", - "organization": "ocs-url", - "domain": "com.ocs-url.ocs-url", + "organization": "Opendesktop.org", + "domain": "org.opendesktop.ocs-url", "icon": ":/desktop/ocs-url.svg", "description": "An install helper program for items served on OpenCollaborationServices (OCS).", "license": "GPL-3+", - "author": "Akira Ohgaki", - "contact": "akiraohgaki@gmail.com", + "author": "Opendesktop.org", + "contact": "contact@opendesktop.org", "homepage": "https://github.com/opendesktop/ocs-url" } diff --git a/pkg/ubuntu/debian/copyright b/pkg/ubuntu/debian/copyright index 493990b..e49cfaa 100644 --- a/pkg/ubuntu/debian/copyright +++ b/pkg/ubuntu/debian/copyright @@ -1,10 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ocs-url -Upstream-Contact: Akira Ohgaki <akiraohgaki@gmail.com> +Upstream-Contact: Opendesktop.org <contact@opendesktop.org> Source: https://github.com/opendesktop/ocs-url Files: * -Copyright: 2016-2017, Akira Ohgaki +Copyright: 2016-2017, Opendesktop.org License: GPL-3+ On Debian systems, the full text of the GNU General Public License version 3 can be found in the `/usr/share/common-licenses/GPL-3' file. -- GitLab