Updated license to 2012.

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
Jonas Bonér 2012-02-15 20:27:27 +01:00
parent 0099146b79
commit e4d7ab39b2
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
This software is licensed under the Apache 2 license, quoted below. This software is licensed under the Apache 2 license, quoted below.
Copyright 2009-2011 Typesafe Inc. [http://www.typesafe.com] Copyright 2009-2012 Typesafe Inc. [http://www.typesafe.com]
Licensed under the Apache License, Version 2.0 (the "License"); you may not 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 use this file except in compliance with the License. You may obtain a copy of

View file

@ -6,7 +6,7 @@ Akka is here to change that.
Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.
For fault-tolerance we adopt the "Let it crash":http://letitcrash.com model which have been used with great success in the telecom industry to build applications that self-heal, systems that never stop. For fault-tolerance we adopt the "Let it crash" model which have been used with great success in the telecom industry to build applications that self-heal, systems that never stop.
Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications. Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

View file

@ -3,3 +3,4 @@ find . -name *.scala -exec dos2unix {} \;
find . -name *.java -exec dos2unix {} \; find . -name *.java -exec dos2unix {} \;
find . -name *.html -exec dos2unix {} \; find . -name *.html -exec dos2unix {} \;
find . -name *.xml -exec dos2unix {} \; find . -name *.xml -exec dos2unix {} \;
find . -name *.conf -exec dos2unix {} \;