From e4d7ab39b216fd0ca9d25828c88bedf78ff980e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bone=CC=81r?= Date: Wed, 15 Feb 2012 20:27:27 +0100 Subject: [PATCH] Updated license to 2012. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Bonér --- LICENSE | 2 +- README.textile | 2 +- scripts/dos_to_unix.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 {} \;