diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-01-19 02:44:10 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-01-19 02:44:10 +0000 |
commit | 4e4a6f3d23c8a96211c0b1420bce4c136ede07fd (patch) | |
tree | 81462fd14db5a2ee6fa895d507b40da616114c45 /SourceLevelDebugPkg/SourceLevelDebugPkg.dec | |
parent | c4bac158b36d0ceb84921152c198cf8ed23b7c7b (diff) | |
download | edk2-4e4a6f3d23c8a96211c0b1420bce4c136ede07fd.tar.gz |
SourceLevelDebugPkg: Refine the format of meta data files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16618 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SourceLevelDebugPkg/SourceLevelDebugPkg.dec')
-rw-r--r-- | SourceLevelDebugPkg/SourceLevelDebugPkg.dec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec index e634ca7638..166938747d 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec @@ -1,5 +1,4 @@ ## @file SourceLevelDebugPkg.dec
-#
# This package provides target side modules to support source level debug.
# The target side components includes the Debug Agent Library instance
# to communicate with host side modules, Debug Communication Library and
@@ -7,7 +6,7 @@ # and host, PeCoffExtraActionLib instance to report symbol path information,
# etc.
#
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License that accompanies this distribution.
# The full text of the license may be found at
|