diff --git a/LICENSE.txt b/LICENSE.txt
index 48b18e39..361d2ce0 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2008 QOS.ch
+Copyright (c) 2004-2013 QOS.ch
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/pom.xml b/pom.xml
index 4d167fe8..c3b0b4c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
+ UTF-8
1.6.0
0.7.4
1.2.17
diff --git a/slf4j-android/LICENSE.txt b/slf4j-android/LICENSE.txt
index 508a2728..361d2ce0 100644
--- a/slf4j-android/LICENSE.txt
+++ b/slf4j-android/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2007 QOS.ch
+Copyright (c) 2004-2013 QOS.ch
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerAdapter.java b/slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerAdapter.java
index f7845841..01acdd03 100755
--- a/slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerAdapter.java
+++ b/slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerAdapter.java
@@ -32,8 +32,8 @@ import org.slf4j.helpers.MessageFormatter;
/**
* A simple implementation that delegates all log requests to the Google Android
* logging facilities. Note that this logger does not support {@link org.slf4j.Marker}.
- * That is, methods taking marker data simply invoke the corresponding method
- * without the Marker argument, discarding any marker data passed as argument.
+ * Methods taking marker data as parameter simply invoke the eponymous method
+ * without the Marker argument, discarding any marker data in the process.
*
* The logging levels specified for SLF4J can be almost directly mapped to
* the levels that exist in the Google Android platform. The following table
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index d04d4008..046786e8 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -23,10 +23,10 @@ document.write(' AVSL');
document.write(' JDK14');
document.write(' Log4j');
document.write(' Simple');
+document.write(' Android');
document.write('
');
document.write(' ');
-document.write(' slf4j-android');
document.write(' slf4j-taglib');
document.write(' ');