]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/CodeFragment.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / CodeFragment.py
index 3bf1c451502046768346ec93b3e98bf15245b629..b4fe9bed9613321d25117107a3c9e651146cf442 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # fragments of source file\r
 #\r
-#  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -161,5 +161,5 @@ class FunctionCalling:
         self.FuncName = Name\r
         self.ParamList = Param\r
         self.StartPos = Begin\r
-        self.EndPos = End        \r
-        
\ No newline at end of file
+        self.EndPos = End\r
+\r