added code to put a copyright notice in each format file
added code to put a copyright notice in each genmac file
This commit is contained in:
@@ -13,7 +13,9 @@ namespace fmtxml
|
||||
{
|
||||
MyPath = path;
|
||||
XmlDocument xmldoc = new XmlDocument();
|
||||
XmlComment copyright = xmldoc.CreateComment("Proprietary Information - Copyright 2012 - Volian Enterprises, Inc. All rights reserved.");
|
||||
XmlElement top = xmldoc.CreateElement("PlantFormat");
|
||||
xmldoc.AppendChild(copyright);
|
||||
xmldoc.AppendChild(top);
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user