summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-05-28 15:00:07 +0100
committerRichard Hughes <richard@hughsie.com>2010-05-28 15:00:07 +0100
commit181f673908d2177921c000696e63fc263a7c069c (patch)
tree1de62440715077a85401e30f90242951d7d6763e
parent18c8d26b02f4ebc70524ab229953647f582ee6fe (diff)
trivial: Rename a few 'DeviceKit-power' strings we missed
-rw-r--r--COPYING2
-rw-r--r--HACKING4
-rw-r--r--policy/org.freedesktop.upower.policy.in7
-rw-r--r--policy/org.freedesktop.upower.qos.policy.in7
-rw-r--r--src/org.freedesktop.UPower.QoS.xml2
-rw-r--r--src/org.freedesktop.UPower.Wakeups.xml2
-rw-r--r--src/org.freedesktop.UPower.xml2
7 files changed, 14 insertions, 12 deletions
diff --git a/COPYING b/COPYING
index c9d6ec2..567f7b0 100644
--- a/COPYING
+++ b/COPYING
@@ -3,7 +3,7 @@ Copyright (C) 2008 David Zeuthen <davidz@redhat.com>
All Rights Reserved.
-The DeviceKit-power source code is licensed to you under the GNU
+The UPower source code is licensed to you under the GNU
General Public License. Either version 2 of the License, or (at your
option) any later version. The license is included below.
diff --git a/HACKING b/HACKING
index 585bdee..694f96d 100644
--- a/HACKING
+++ b/HACKING
@@ -3,11 +3,11 @@ SCM
- anonymous checkouts
- $ git clone git://git.freedesktop.org/git/DeviceKit/DeviceKit-power.git
+ $ git clone git://git.freedesktop.org/git/UPower.git
- checkouts if you got an ssh account on fd.o (username@ is optional)
- $ git clone ssh://[username@]git.freedesktop.org/git/DeviceKit/DeviceKit-power.git
+ $ git clone ssh://[username@]git.freedesktop.org/git/UPower.git
- commit to local repository
diff --git a/policy/org.freedesktop.upower.policy.in b/policy/org.freedesktop.upower.policy.in
index 2979e54..2800701 100644
--- a/policy/org.freedesktop.upower.policy.in
+++ b/policy/org.freedesktop.upower.policy.in
@@ -5,9 +5,10 @@
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<!--
-Policy definitions for DeviceKit-power
+Policy definitions for UPower
Copyright (c) 2008 David Zeuthen <david@fubar.dk>
+Copyright (c) 2008-2010 Richard Hughes <richard@hughsie.com>
NOTE: If you make changes to this file, make sure to validate the file
using the polkit-policy-file-validate(1) tool. Changes made to this
@@ -15,8 +16,8 @@ file are instantly applied.
-->
<policyconfig>
- <vendor>The DeviceKit-power Project</vendor>
- <vendor_url>http://hal.freedesktop.org/docs/DeviceKit-power/</vendor_url>
+ <vendor>The UPower Project</vendor>
+ <vendor_url>http://upower.freedesktop.org/</vendor_url>
<icon_name>system-suspend</icon_name>
<action id="org.freedesktop.upower.suspend">
diff --git a/policy/org.freedesktop.upower.qos.policy.in b/policy/org.freedesktop.upower.qos.policy.in
index 9d33ea1..fdc7b90 100644
--- a/policy/org.freedesktop.upower.qos.policy.in
+++ b/policy/org.freedesktop.upower.qos.policy.in
@@ -5,9 +5,10 @@
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<!--
-Policy definitions for DeviceKit-power
+Policy definitions for UPower
Copyright (c) 2008 David Zeuthen <david@fubar.dk>
+Copyright (c) 2008-2010 Richard Hughes <richard@hughsie.com>
NOTE: If you make changes to this file, make sure to validate the file
using the polkit-policy-file-validate(1) tool. Changes made to this
@@ -15,8 +16,8 @@ file are instantly applied.
-->
<policyconfig>
- <vendor>The DeviceKit-power Project</vendor>
- <vendor_url>http://hal.freedesktop.org/docs/DeviceKit-power/</vendor_url>
+ <vendor>The UPower Project</vendor>
+ <vendor_url>http://upower.freedesktop.org/</vendor_url>
<icon_name>system-suspend</icon_name>
<action id="org.freedesktop.upower.qos.request-latency">
diff --git a/src/org.freedesktop.UPower.QoS.xml b/src/org.freedesktop.UPower.QoS.xml
index a7a277c..8e69f8a 100644
--- a/src/org.freedesktop.UPower.QoS.xml
+++ b/src/org.freedesktop.UPower.QoS.xml
@@ -9,7 +9,7 @@
<doc:description>
<doc:para>
org.freedesktop.UPower.QoS is a DBus interface implimented
- by DeviceKit-power.
+ by UPower.
It allows applications to request latencies, for example a couple of seconds
for an IM application, or a few hundred microseconds for a multiplayer game.
</doc:para>
diff --git a/src/org.freedesktop.UPower.Wakeups.xml b/src/org.freedesktop.UPower.Wakeups.xml
index 59013e9..82477f4 100644
--- a/src/org.freedesktop.UPower.Wakeups.xml
+++ b/src/org.freedesktop.UPower.Wakeups.xml
@@ -9,7 +9,7 @@
<doc:description>
<doc:para>
org.freedesktop.UPower.Wakeups is a DBus interface implimented
- by DeviceKit-power.
+ by UPower.
It allows applications to watch what applications and drivers are
causing the wakeups on the system.
</doc:para>
diff --git a/src/org.freedesktop.UPower.xml b/src/org.freedesktop.UPower.xml
index a4066ff..5a5fe57 100644
--- a/src/org.freedesktop.UPower.xml
+++ b/src/org.freedesktop.UPower.xml
@@ -7,7 +7,7 @@
<doc:doc>
<doc:description>
<doc:para>
- The DeviceKit-power service is available via the system message
+ The UPower service is available via the system message
bus. To access the service, use
the <doc:tt>org.freedesktop.UPower</doc:tt> interface on
the <doc:tt>/org/freedesktop/UPower</doc:tt> object on