diff --git a/plugin.xml b/plugin.xml index f7ddd70..20f5307 100644 --- a/plugin.xml +++ b/plugin.xml @@ -49,7 +49,7 @@ - + @@ -57,6 +57,6 @@ - + diff --git a/src/android/PowerManagement.java b/src/android/PowerManagement.java index 2eb40b6..a3ed9d9 100644 --- a/src/android/PowerManagement.java +++ b/src/android/PowerManagement.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 Wolfgang Koller + * Copyright 2013-2014 Wolfgang Koller * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ * Cordova (Android) plugin for accessing the power-management functions of the device * @author Wolfgang Koller */ -package at.gofg.sportscomputer; +package org.apache.cordova.powermanagement; import org.json.JSONArray; import org.json.JSONException;