migrate vEE to master

Change-Id: Ie451914a395ad8a8df20fb8df1054d55ce0eb263
diff --git a/xos/attic/header.py b/xos/attic/header.py
index b335de3..0b0b7e7 100644
--- a/xos/attic/header.py
+++ b/xos/attic/header.py
@@ -20,3 +20,7 @@
 import traceback
 from xos.exceptions import *
 from xos.config import Config
+
+SERVICE_NAME = 'vee'
+SERVICE_NAME_VERBOSE = 'VEE Service'
+SERVICE_NAME_VERBOSE_PLURAL = 'VEE Services'
\ No newline at end of file