diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/exceptionhandlers/gcc/structures/ehFrame/DwarfCallFrameOpcodeParser.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/exceptionhandlers/gcc/structures/ehFrame/DwarfCallFrameOpcodeParser.java index 23868eaeb3..5b18d5c62a 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/exceptionhandlers/gcc/structures/ehFrame/DwarfCallFrameOpcodeParser.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/exceptionhandlers/gcc/structures/ehFrame/DwarfCallFrameOpcodeParser.java @@ -1,7 +1,5 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES - * REVIEWED: YES * NOTE: This was included for debugging purposes; while it has utility, better and more complete options should be considered... * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/calltree/CallTreePluginTest.java b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/calltree/CallTreePluginTest.java index afcbd9a6ba..8b517d0e23 100644 --- a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/calltree/CallTreePluginTest.java +++ b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/calltree/CallTreePluginTest.java @@ -1,6 +1,5 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Ghidra/Features/Decompiler/certification.manifest b/Ghidra/Features/Decompiler/certification.manifest index 1e59b644ab..eaf5caa7ce 100644 --- a/Ghidra/Features/Decompiler/certification.manifest +++ b/Ghidra/Features/Decompiler/certification.manifest @@ -11,22 +11,22 @@ src/decompile/build.gradle||GHIDRA||||END| src/decompile/cpp/.gitignore||GHIDRA||||END| src/decompile/cpp/Doxyfile||GHIDRA|||Most of this file is autogenerated by doxygen which falls under the GPL - output from GPL products are NOT GPL! - mjbell4|END| src/decompile/cpp/Makefile||GHIDRA||||END| -src/main/doc/cspec.xml||GHIDRA|exclude|||END| -src/main/doc/cspec_html.xsl||GHIDRA|exclude|||END| -src/main/doc/decompileplugin.xml||GHIDRA|exclude|||END| -src/main/doc/decompileplugin_common.xsl||GHIDRA|exclude|||END| -src/main/doc/decompileplugin_html.xsl||GHIDRA|exclude|||END| -src/main/doc/decompileplugin_pdf.xsl||GHIDRA|exclude|||END| -src/main/doc/main.xml||GHIDRA|exclude|reviewed||END| -src/main/doc/main_html.xsl||GHIDRA|exclude|reviewed||END| -src/main/doc/pcoderef.xml||GHIDRA|exclude|||END| -src/main/doc/pcoderef_common.xsl||GHIDRA|exclude|reviewed||END| -src/main/doc/pcoderef_html.xsl||GHIDRA|exclude|reviewed||END| -src/main/doc/pcoderef_pdf.xsl||GHIDRA|exclude|reviewed||END| -src/main/doc/sleigh.xml||GHIDRA|exclude|||END| -src/main/doc/sleigh_common.xsl||GHIDRA|exclude|reviewed||END| -src/main/doc/sleigh_html.xsl||GHIDRA|exclude|reviewed||END| -src/main/doc/sleigh_pdf.xsl||GHIDRA|exclude|reviewed||END| +src/main/doc/cspec.xml||GHIDRA||||END| +src/main/doc/cspec_html.xsl||GHIDRA||||END| +src/main/doc/decompileplugin.xml||GHIDRA||||END| +src/main/doc/decompileplugin_common.xsl||GHIDRA||||END| +src/main/doc/decompileplugin_html.xsl||GHIDRA||||END| +src/main/doc/decompileplugin_pdf.xsl||GHIDRA||||END| +src/main/doc/main.xml||GHIDRA||||END| +src/main/doc/main_html.xsl||GHIDRA||||END| +src/main/doc/pcoderef.xml||GHIDRA||||END| +src/main/doc/pcoderef_common.xsl||GHIDRA||||END| +src/main/doc/pcoderef_html.xsl||GHIDRA||||END| +src/main/doc/pcoderef_pdf.xsl||GHIDRA||||END| +src/main/doc/sleigh.xml||GHIDRA||||END| +src/main/doc/sleigh_common.xsl||GHIDRA||||END| +src/main/doc/sleigh_html.xsl||GHIDRA||||END| +src/main/doc/sleigh_pdf.xsl||GHIDRA||||END| src/main/help/help/TOC_Source.xml||GHIDRA||||END| src/main/help/help/shared/arrow.gif||GHIDRA||reviewed||END| src/main/help/help/shared/close16.gif||GHIDRA||||END| diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.cc b/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.cc index aea6435027..4c28121b82 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.cc +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.cc @@ -1,7 +1,6 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES - * NOTE: Interface to GNU BFD library which is GPL 3 + * NOTE: Excluded from Build. Used for development only in support of console mode - Links to GNU BFD library which is GPL 3 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.hh b/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.hh index 66961b6a06..9d1f21d04d 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.hh +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/bfd_arch.hh @@ -1,6 +1,5 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES * NOTE: Interface to GNU BFD library which is GPL 3 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/codedata.cc b/Ghidra/Features/Decompiler/src/decompile/cpp/codedata.cc index a91267178c..20c38cbff8 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/codedata.cc +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/codedata.cc @@ -1,6 +1,5 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES * NOTE: Target command uses BFD stuff which is GPL 3 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.cc b/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.cc index 9bd7eabb8e..7e9f1ad8a5 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.cc +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.cc @@ -1,7 +1,6 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES - * NOTE: Links to GNU BFD library which is GPL 3 + * NOTE: Excluded from Build. Used for development only in support of console mode - Links to GNU BFD library which is GPL 3 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.hh b/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.hh index 1524fa4ddd..e7498ad94a 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.hh +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/loadimage_bfd.hh @@ -1,7 +1,6 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES - * NOTE: Links to GNU BFD library which is GPL 3 + * NOTE: Interface to GNU BFD library which is GPL 3 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Ghidra/Features/FunctionID/certification.manifest b/Ghidra/Features/FunctionID/certification.manifest index 68429c3baf..324f29eb26 100644 --- a/Ghidra/Features/FunctionID/certification.manifest +++ b/Ghidra/Features/FunctionID/certification.manifest @@ -3,13 +3,13 @@ ##MODULE IP: Nuvola Icons - LGPL 2.1 Module.manifest||GHIDRA||||END| build.gradle||GHIDRA||||END| -data/building_fid.txt||GHIDRA|exclude|||END| -data/common_symbols_win32.txt||GHIDRA|exclude||Symbols used to generate fiddb files distributed with Ghidra|END| -data/common_symbols_win64.txt||GHIDRA|exclude||Symbols used to generate fiddb files distributed with Ghidra|END| -src/main/doc/fid.xml||GHIDRA|exclude|||END| -src/main/doc/fid_common.xsl||GHIDRA|exclude|||END| -src/main/doc/fid_html.xsl||GHIDRA|exclude|||END| -src/main/doc/fid_pdf.xsl||GHIDRA|exclude|||END| +data/building_fid.txt||GHIDRA||||END| +data/common_symbols_win32.txt||GHIDRA|||Symbols used to generate fiddb files distributed with Ghidra|END| +data/common_symbols_win64.txt||GHIDRA|||Symbols used to generate fiddb files distributed with Ghidra|END| +src/main/doc/fid.xml||GHIDRA||||END| +src/main/doc/fid_common.xsl||GHIDRA||||END| +src/main/doc/fid_html.xsl||GHIDRA||||END| +src/main/doc/fid_pdf.xsl||GHIDRA||||END| src/main/help/help/TOC_Source.xml||GHIDRA||||END| src/main/help/help/shared/arrow.gif||GHIDRA||reviewed||END| src/main/help/help/topics/FunctionID/FunctionID.html||GHIDRA||||END| diff --git a/Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/gui/provider/functionassociation/VTFunctionAssociationTest.java b/Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/gui/provider/functionassociation/VTFunctionAssociationTest.java index aaceef6983..4e54fb665e 100644 --- a/Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/gui/provider/functionassociation/VTFunctionAssociationTest.java +++ b/Ghidra/Features/VersionTracking/src/test.slow/java/ghidra/feature/vt/gui/provider/functionassociation/VTFunctionAssociationTest.java @@ -1,6 +1,5 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Ghidra/Framework/Generic/src/test/java/generic/concurrent/ConcurrentQTest.java b/Ghidra/Framework/Generic/src/test/java/generic/concurrent/ConcurrentQTest.java index e941fea7a8..38cbc813bc 100644 --- a/Ghidra/Framework/Generic/src/test/java/generic/concurrent/ConcurrentQTest.java +++ b/Ghidra/Framework/Generic/src/test/java/generic/concurrent/ConcurrentQTest.java @@ -1,6 +1,5 @@ /* ### * IP: GHIDRA - * EXCLUDE: YES * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Ghidra/Processors/HCS08/certification.manifest b/Ghidra/Processors/HCS08/certification.manifest index 7b1c0a9601..1e7ebca2c6 100644 --- a/Ghidra/Processors/HCS08/certification.manifest +++ b/Ghidra/Processors/HCS08/certification.manifest @@ -20,6 +20,6 @@ data/languages/HCS_HC.sinc||GHIDRA||||END| data/manuals/HC05.idx||GHIDRA||||END| data/manuals/HC08.idx||GHIDRA||||END| data/manuals/HCS08.idx||GHIDRA||||END| -data/test-vectors/HC05_tv.s||GHIDRA|exclude|||END| -data/test-vectors/HC08_tv.s||GHIDRA|exclude|||END| -data/test-vectors/HCS08_tv.s||GHIDRA|exclude|||END| +data/test-vectors/HC05_tv.s||GHIDRA||||END| +data/test-vectors/HC08_tv.s||GHIDRA||||END| +data/test-vectors/HCS08_tv.s||GHIDRA||||END| diff --git a/certification.local.manifest b/certification.local.manifest index 04e940d4ec..9f2425a0b4 100644 --- a/certification.local.manifest +++ b/certification.local.manifest @@ -1,6 +1,6 @@ ##VERSION: 2.0 -.gitattributes||GHIDRA|exclude|||END| -.gitignore||GHIDRA|exclude|||END| +.gitattributes||GHIDRA||||END| +.gitignore||GHIDRA||||END| .gitlab-ci.yml||GHIDRA||||END| CONTRIBUTING.md||GHIDRA||||END| DISCLAIMER.md||GHIDRA||||END|