From eb10dc160e76c144fcbbec61722ffb16ca4aeffe Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 10 Jun 2010 21:08:01 -0400 Subject: [PATCH] move StackTrace to util/log --- LICENSE | 2 +- util/log/NOTICE | 2 +- {sbt/src/main/scala/sbt => util/log}/StackTrace.scala | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {sbt/src/main/scala/sbt => util/log}/StackTrace.scala (100%) diff --git a/LICENSE b/LICENSE index 7b09b8ec6..15f983d64 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2008, 2009, 2010 Mark Harrah, Jason Zaugg +Copyright (c) 2008, 2009, 2010 Mark Harrah, Tony Sloane, Jason Zaugg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/util/log/NOTICE b/util/log/NOTICE index 1a42b7a31..2455dad65 100644 --- a/util/log/NOTICE +++ b/util/log/NOTICE @@ -1,3 +1,3 @@ Simple Build Tool: Logging Component -Copyright 2008, 2009 Mark Harrah +Copyright 2008, 2009, 2010 Mark Harrah, Tony Sloane Licensed under BSD-style license (see LICENSE) \ No newline at end of file diff --git a/sbt/src/main/scala/sbt/StackTrace.scala b/util/log/StackTrace.scala similarity index 100% rename from sbt/src/main/scala/sbt/StackTrace.scala rename to util/log/StackTrace.scala