somehow Intellij replaced the original copyright statements with mine. probably when moving directory
--- a/src/main/resources/people/index.html Fri Jan 13 16:03:32 2012 +0100
+++ b/src/main/resources/people/index.html Fri Jan 13 16:04:39 2012 +0100
@@ -1,9 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
~ Copyright (c) 2011 Denis Duvauchelle (denisduvauchelle.com)
~ under the MIT licence defined at
~ http://www.opensource.org/licenses/mit-license.html
-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
--- a/src/main/resources/people/social_book.html Fri Jan 13 16:03:32 2012 +0100
+++ b/src/main/resources/people/social_book.html Fri Jan 13 16:04:39 2012 +0100
@@ -1,9 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
- ~ Copyright (c) 2011 Henry Story (bblfish.net)
+ ~ Copyright (c) 2011 Denis Duvauchelle (denisduvauchelle.com)
~ under the MIT licence defined at
~ http://www.opensource.org/licenses/mit-license.html
-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
--- a/src/main/scala/netty/ReadWriteWebNetty.scala Fri Jan 13 16:03:32 2012 +0100
+++ b/src/main/scala/netty/ReadWriteWebNetty.scala Fri Jan 13 16:04:39 2012 +0100
@@ -35,7 +35,6 @@
import unfiltered.response._
import unfiltered.netty._
import collection.immutable.List
-import util.{NetworkLoggingSM, AllowAllSecurityManager}
/**
* ReadWrite Web for Netty server, allowing TLS renegotiation