Fixing license text in every file and adding the powered by requirement

This commit is contained in:
Pablo Luna
2011-01-23 20:34:05 -03:00
parent 47793ec4e2
commit 4fc6216b97
283 changed files with 6415 additions and 6677 deletions

View File

@@ -4,15 +4,15 @@ log4j.logger.com.wisemapping=WARN,stdout,R
log4j.logger.org.wisemapping.ws= WARN,stdout, R
log4j.logger.org.acegisecurity.event.authentication= FATAL,stdout, R
# Stdout logger <20>
# Stdout logger <20>
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p %c - %m%n
# File Writter Logger <20>
# File Writter Logger <20>
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=/var/log/tomcat6/wisemapping.log
log4j.appender.R.File=wisemapping.log
log4j.appender.R.MaxFileSize=100KB
# Keep one backup file