diff --git a/LICENSE b/LICENSE index 68c22038ec..15d73c64f3 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 use this file except in compliance with the License. You may obtain a copy of diff --git a/README.textile b/README.textile index dfab7cc375..293e68a705 100644 --- a/README.textile +++ b/README.textile @@ -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. -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. diff --git a/scripts/dos_to_unix.sh b/scripts/dos_to_unix.sh index 0bb84820aa..eb998a2a80 100755 --- a/scripts/dos_to_unix.sh +++ b/scripts/dos_to_unix.sh @@ -3,3 +3,4 @@ find . -name *.scala -exec dos2unix {} \; find . -name *.java -exec dos2unix {} \; find . -name *.html -exec dos2unix {} \; find . -name *.xml -exec dos2unix {} \; +find . -name *.conf -exec dos2unix {} \;