]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/Macro.java
remove MigrationTools.java
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / Macro.java
index 2e8356e4d1f5a0ca12b099e41c6771c9bd8ca417..615dda06a1a1f435715bffa12230aae50fa81e6d 100644 (file)
@@ -1,3 +1,15 @@
+/** @file\r
\r
+ Copyright (c) 2006, 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
+ http://opensource.org/licenses/bsd-license.php\r
\r
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
\r
+ **/\r
 package org.tianocore.migration;\r
 \r
 import java.util.regex.*;\r
@@ -23,7 +35,7 @@ public class Macro {
                String temp = null;\r
                \r
                temp = mtr.group();\r
-               if (db.hasMacro(temp)) {                                        // only changed macros registered, because the database of macro has only changed ones\r
+               if (ModuleInfo.db.hasMacro(temp)) {                                     // only changed macros registered, because the database of macro has only changed ones\r
                        if (!unmacro.contains(temp)) {\r
                                mi.hashnonlocalmacro.add(temp);\r
                        }\r