somehow Intellij replaced the original copyright statements with mine. probably when moving directory webid
authorHenry Story <henry.story@bblfish.net>
Fri, 13 Jan 2012 16:04:39 +0100
branchwebid
changeset 174 6b6abaaef755
parent 173 fb4c0673ed8f
child 175 66d58f48db37
somehow Intellij replaced the original copyright statements with mine. probably when moving directory
src/main/resources/people/index.html
src/main/resources/people/social_book.html
src/main/scala/netty/ReadWriteWebNetty.scala
--- 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