]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/fpd2dsc/fpd2dsc.py
Sync EDKII BaseTools to BaseTools project r1903.
[mirror_edk2.git] / BaseTools / Source / Python / fpd2dsc / fpd2dsc.py
index a22ff5a6851d652015f3b9378f40f553bd23aff8..496e108b1f64ef4f0bb48b2467ab2b84596dcf7b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Convert an XML-based FPD file to a text-based DSC file.\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2010, Intel Corporation\r
 # All rights reserved. This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -22,7 +22,7 @@ from optparse import OptionParser
 # Version and Copyright\r
 __version_number__ = "1.0"\r
 __version__ = "%prog Version " + __version_number__\r
-__copyright__ = "Copyright (c) 2007, Intel Corporation  All rights reserved."\r
+__copyright__ = "Copyright (c) 2007 - 2010, Intel Corporation  All rights reserved."\r
 \r
 ## Parse command line options\r
 #\r