Adding emacs header-lines and copyright notices

diff --git a/wscript b/wscript
index cb7cbe1..00d5c32 100644
--- a/wscript
+++ b/wscript
@@ -1,7 +1,7 @@
 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 
 def build(bld):
-    module = bld.create_ns3_module('NDNabstraction', ['internet', 'config-store', 'tools', 'point-to-point', 'wifi', 'mobility', 'applications', 'csma'])
+    module = bld.create_ns3_module('NDNabstraction', ['core', 'network'])
     module.includes = '.'
     module.source = [
         'model/ndnabstraction-header.cc',