diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-12 14:24:24 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-05-12 14:24:24 +0000 |
commit | e6a6082acfb0984ef56a05e56f8b3d7ca068cbae (patch) | |
tree | a875102b4d1bc988624102573fad03d3248107bd | |
parent | a170ad5bc28a7c28588bb27a5e6745528e9f53a0 (diff) | |
download | edk2-e6a6082acfb0984ef56a05e56f8b3d7ca068cbae.tar.gz edk2-e6a6082acfb0984ef56a05e56f8b3d7ca068cbae.tar.bz2 edk2-e6a6082acfb0984ef56a05e56f8b3d7ca068cbae.zip |
Clean up DEC files: Remove section header comment blocks that do not provide any information
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11643 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | CryptoPkg/CryptoPkg.dec | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CryptoPkg/CryptoPkg.dec b/CryptoPkg/CryptoPkg.dec index d1adfd8281..e989c8e000 100644 --- a/CryptoPkg/CryptoPkg.dec +++ b/CryptoPkg/CryptoPkg.dec @@ -4,7 +4,7 @@ # This Package provides cryptographic-related libraries for UEFI
# security modules.
#
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2011, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -15,11 +15,6 @@ #
##
-################################################################################
-#
-# Defines Section - statements that will be processed to create a Makefile.
-#
-################################################################################
[Defines]
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = CryptoPkg
|