Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
upower
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
75
Issues
75
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
upower
upower
Commits
acfe9c30
Commit
acfe9c30
authored
Jan 27, 2010
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the Free Software Foundation address
parent
13314636
Changes
44
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
44 additions
and
44 deletions
+44
-44
devkit-power-gobject/devicekit-power.h
devkit-power-gobject/devicekit-power.h
+1
-1
devkit-power-gobject/dkp-client.c
devkit-power-gobject/dkp-client.c
+1
-1
devkit-power-gobject/dkp-client.h
devkit-power-gobject/dkp-client.h
+1
-1
devkit-power-gobject/dkp-device.c
devkit-power-gobject/dkp-device.c
+1
-1
devkit-power-gobject/dkp-device.h
devkit-power-gobject/dkp-device.h
+1
-1
devkit-power-gobject/dkp-version.h.in
devkit-power-gobject/dkp-version.h.in
+1
-1
devkit-power-gobject/dkp-wakeups.c
devkit-power-gobject/dkp-wakeups.c
+1
-1
devkit-power-gobject/dkp-wakeups.h
devkit-power-gobject/dkp-wakeups.h
+1
-1
libupower-glib/up-client.c
libupower-glib/up-client.c
+1
-1
libupower-glib/up-client.h
libupower-glib/up-client.h
+1
-1
libupower-glib/up-device.c
libupower-glib/up-device.c
+1
-1
libupower-glib/up-device.h
libupower-glib/up-device.h
+1
-1
libupower-glib/up-history-item.c
libupower-glib/up-history-item.c
+1
-1
libupower-glib/up-history-item.h
libupower-glib/up-history-item.h
+1
-1
libupower-glib/up-qos-item.c
libupower-glib/up-qos-item.c
+1
-1
libupower-glib/up-qos-item.h
libupower-glib/up-qos-item.h
+1
-1
libupower-glib/up-stats-item.c
libupower-glib/up-stats-item.c
+1
-1
libupower-glib/up-stats-item.h
libupower-glib/up-stats-item.h
+1
-1
libupower-glib/up-types.c
libupower-glib/up-types.c
+1
-1
libupower-glib/up-types.h
libupower-glib/up-types.h
+1
-1
libupower-glib/up-version.h.in
libupower-glib/up-version.h.in
+1
-1
libupower-glib/up-wakeup-item.c
libupower-glib/up-wakeup-item.c
+1
-1
libupower-glib/up-wakeup-item.h
libupower-glib/up-wakeup-item.h
+1
-1
libupower-glib/upower.h
libupower-glib/upower.h
+1
-1
src/dummy/up-backend.c
src/dummy/up-backend.c
+1
-1
src/egg-debug.c
src/egg-debug.c
+1
-1
src/egg-debug.h
src/egg-debug.h
+1
-1
src/egg-test.c
src/egg-test.c
+1
-1
src/egg-test.h
src/egg-test.h
+1
-1
src/freebsd/up-backend.c
src/freebsd/up-backend.c
+1
-1
src/linux/up-backend.c
src/linux/up-backend.c
+1
-1
src/up-backend.h
src/up-backend.h
+1
-1
src/up-device-list.c
src/up-device-list.c
+1
-1
src/up-device-list.h
src/up-device-list.h
+1
-1
src/up-history.c
src/up-history.c
+1
-1
src/up-history.h
src/up-history.h
+1
-1
src/up-main.c
src/up-main.c
+1
-1
src/up-polkit.c
src/up-polkit.c
+1
-1
src/up-polkit.h
src/up-polkit.h
+1
-1
src/up-qos.c
src/up-qos.c
+1
-1
src/up-qos.h
src/up-qos.h
+1
-1
src/up-self-test.c
src/up-self-test.c
+1
-1
src/up-wakeups.c
src/up-wakeups.c
+1
-1
src/up-wakeups.h
src/up-wakeups.h
+1
-1
No files found.
devkit-power-gobject/devicekit-power.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef I_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
...
...
devkit-power-gobject/dkp-client.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
devkit-power-gobject/dkp-client.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
devkit-power-gobject/dkp-device.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
devkit-power-gobject/dkp-device.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
devkit-power-gobject/dkp-version.h.in
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
devkit-power-gobject/dkp-wakeups.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
devkit-power-gobject/dkp-wakeups.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-client.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-client.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-device.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-device.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-history-item.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-history-item.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-qos-item.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-qos-item.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-stats-item.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-stats-item.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-types.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-types.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/up-version.h.in
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-wakeup-item.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
libupower-glib/up-wakeup-item.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#if !defined (__UPOWER_H_INSIDE__) && !defined (UP_COMPILATION)
...
...
libupower-glib/upower.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
src/dummy/up-backend.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/egg-debug.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
/**
...
...
src/egg-debug.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __EGG_DEBUG_H
...
...
src/egg-test.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include <stdlib.h>
...
...
src/egg-test.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __EGG_TEST_H
...
...
src/freebsd/up-backend.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/linux/up-backend.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/up-backend.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __UP_BACKEND_H
...
...
src/up-device-list.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/up-device-list.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __UP_DEVICE_LIST_H
...
...
src/up-history.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/up-history.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __UP_HISTORY_H
...
...
src/up-main.c
View file @
acfe9c30
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifdef HAVE_CONFIG_H
...
...
src/up-polkit.c
View file @
acfe9c30
...
...
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifdef HAVE_CONFIG_H
...
...
src/up-polkit.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __UP_POLKIT_H
...
...
src/up-qos.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/up-qos.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __UP_QOS_H
...
...
src/up-self-test.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/up-wakeups.c
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#include "config.h"
...
...
src/up-wakeups.h
View file @
acfe9c30
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA.
*/
#ifndef __UP_WAKEUPS_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment