From 8db72ac1ecd06a92dfb2423da2aae700fbaee472 Mon Sep 17 00:00:00 2001 From: Max Ott Date: Fri, 30 Aug 2013 10:58:02 +1000 Subject: [PATCH] Just moved directories --- .../{log4r_outputter.rb => log4r/file_outputter.rb} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename lib/omf_base/{log4r_outputter.rb => log4r/file_outputter.rb} (77%) diff --git a/lib/omf_base/log4r_outputter.rb b/lib/omf_base/log4r/file_outputter.rb similarity index 77% rename from lib/omf_base/log4r_outputter.rb rename to lib/omf_base/log4r/file_outputter.rb index f84f523..e002f2e 100644 --- a/lib/omf_base/log4r_outputter.rb +++ b/lib/omf_base/log4r/file_outputter.rb @@ -1,5 +1,9 @@ - - +#------------------------------------------------------------------------------- +# Copyright (c) 2013 National ICT Australia Limited (NICTA). +# This software may be used and distributed solely under the terms of the MIT license (License). +# You should find a copy of the License in LICENSE.TXT or at http://opensource.org/licenses/MIT. +# By downloading or using this software you accept the terms and the liability disclaimer in the License. +#------------------------------------------------------------------------------- require 'log4r/outputter/fileoutputter' module Log4r