diff --git a/MavLift/src/main/webapp/connect.html b/MavLift/src/main/webapp/connect.html
index 7d2d8d07..dd7d8ef9 100644
--- a/MavLift/src/main/webapp/connect.html
+++ b/MavLift/src/main/webapp/connect.html
@@ -1,29 +1,32 @@
diff --git a/MavLift/src/main/webapp/index.html b/MavLift/src/main/webapp/index.html
index 2b8776d7..4f426761 100755
--- a/MavLift/src/main/webapp/index.html
+++ b/MavLift/src/main/webapp/index.html
@@ -1,29 +1,32 @@
diff --git a/MavLift/src/main/webapp/templates-hidden/default.html b/MavLift/src/main/webapp/templates-hidden/default.html
index 48133a55..438a8d3b 100755
--- a/MavLift/src/main/webapp/templates-hidden/default.html
+++ b/MavLift/src/main/webapp/templates-hidden/default.html
@@ -1,28 +1,32 @@
diff --git a/MavLift/src/test/scala/RunWebApp.scala b/MavLift/src/test/scala/RunWebApp.scala
index 784fcd7c..e7c7b813 100755
--- a/MavLift/src/test/scala/RunWebApp.scala
+++ b/MavLift/src/test/scala/RunWebApp.scala
@@ -1,21 +1,33 @@
-/**
-Open Bank Project
+/**
+Open Bank Project - Transparency / Social Finance Web Application
+Copyright (C) 2011, 2012, TESOBE / Music Pictures Ltd
-Copyright 2011,2012 TESOBE / Music Pictures Ltd.
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Affero General Public License for more details.
-http://www.apache.org/licenses/LICENSE-2.0
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see .
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
- */
+Email: contact@tesobe.com
+TESOBE / Music Pictures Ltd
+Osloerstrasse 16/17
+Berlin 13359, Germany
+
+ This product includes software developed at
+ TESOBE (http://www.tesobe.com/)
+ by
+ Simon Redfern : simon AT tesobe DOT com
+ Stefan Bethge : stefan AT tesobe DOT com
+ Everett Sochowski : everett AT tesobe DOT com
+ Ayoub Benali: ayoub AT tesobe DOT com
+*/
import org.mortbay.jetty.Connector
import org.mortbay.jetty.Server
import org.mortbay.jetty.webapp.WebAppContext
diff --git a/MavLift/src/test/scala/code/AppTest.scala b/MavLift/src/test/scala/code/AppTest.scala
index 5d9a1945..a88a15ad 100755
--- a/MavLift/src/test/scala/code/AppTest.scala
+++ b/MavLift/src/test/scala/code/AppTest.scala
@@ -1,20 +1,32 @@
/**
-Open Bank Project
+Open Bank Project - Transparency / Social Finance Web Application
+Copyright (C) 2011, 2012, TESOBE / Music Pictures Ltd
-Copyright 2011,2012 TESOBE / Music Pictures Ltd.
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Affero General Public License for more details.
-http://www.apache.org/licenses/LICENSE-2.0
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see .
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
+Email: contact@tesobe.com
+TESOBE / Music Pictures Ltd
+Osloerstrasse 16/17
+Berlin 13359, Germany
+
+ This product includes software developed at
+ TESOBE (http://www.tesobe.com/)
+ by
+ Simon Redfern : simon AT tesobe DOT com
+ Stefan Bethge : stefan AT tesobe DOT com
+ Everett Sochowski : everett AT tesobe DOT com
+ Ayoub Benali: ayoub AT tesobe DOT com
*/
package code
diff --git a/README b/README
index b395a35c..2e89451e 100644
--- a/README
+++ b/README
@@ -1,8 +1,28 @@
-Open Bank Project README
+README
-This file only contains some notes regarding setup.
-(A vagrant setup is in progress)
+Welcome to the Open Bank Project Social Finance / Transparency Web Application!
+ABOUT
+
+This appliation demostrates some of the principles of the Open Bank Project:
+
+1) Sliding scale of privacy and disclosure. e.g. Use aliases to protect real names but still show the flow of money .
+2) Different views on account data (Public / Share holders / Team etc.) e.g. hide balances on public view.
+3) Comment on transactions
+4) Add other meta data e.g. tags / images to transactions / payees.
+
+
+STATUS
+
+Currently this repository also contains API code - but that is in the process of moving to https://github.com/OpenBankProject/OBP-API
+
+
+LICENSE
+
+This project is dual licensed under the AGPL V3 (see NOTICE) and a commercial license from TESOBE
+Some files (OAuth related) are licensed under the Apache 2 license.
+
+SETUP
The project is using sbt or Maven 2 as a build tool.
See build.scala or pom.xml respectively for the dependencies.