diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 81c31b3..12f3ae0 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + package="org.envaya.sms" + android:versionCode="6" + android:versionName="2.0-beta 4"> @@ -16,7 +16,7 @@ - @@ -25,16 +25,16 @@ - + - + - + - + @@ -45,14 +45,14 @@ - + - + diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 index 806fed2..5064438 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Except for the parts noted otherwise (see Third-Party Libraries section below), -KalSMS' source code is licensed under the MIT license: +EnvayaSMS' source code is licensed under the MIT license: ----- @@ -31,14 +31,14 @@ Third-Party Libraries libs/httpmime-4.1.2.jar is (c) Apache Software Foundation released under Apache License, Version 2.0 -org.envaya.kalsms.Base64Coder is (c) 2003-2010 Christian d'Heureuse, +org.envaya.sms.Base64Coder is (c) 2003-2010 Christian d'Heureuse, released under MIT License (and others) -org.envaya.kalsms.ui.InertCheckBox and org.envaya.kalsms.ui.CheckableRelativeLayout - is (c) Cédric Caron, released presumably into the public domain at +org.envaya.sms.ui.InertCheckBox and org.envaya.sms.ui.CheckableRelativeLayout + is (c) C�dric Caron, released presumably into the public domain at http://www.marvinlabs.com/2010/10/custom-listview-ability-check-items/ -org.envaya.kalsms.App.chooseOutgoingSmsPackage and -org.envaya.kalsms.ForegroundService include code from Android, +org.envaya.sms.App.chooseOutgoingSmsPackage and +org.envaya.sms.ForegroundService include code from Android, Copyright 2005-2009 The Android Open Source Project See NOTICE \ No newline at end of file diff --git a/README b/README index 8732769..339be82 100755 --- a/README +++ b/README @@ -1,4 +1,4 @@ -KalSMS is an Android app that acts as a SMS and MMS gateway. +EnvayaSMS is an Android app that acts as a SMS and MMS gateway. For more information and installation instructions, see http://kalsms.net/ diff --git a/build.xml b/build.xml index 6f2493d..a2ab2d1 100755 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - +