MatN work for versatile appimage creation for all types of os
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / includes / copyright_dpkgquery.h
diff --git a/cinelerra-5.1/tools/makeappimagetool/includes/copyright_dpkgquery.h b/cinelerra-5.1/tools/makeappimagetool/includes/copyright_dpkgquery.h
new file mode 100644 (file)
index 0000000..55b6ad4
--- /dev/null
@@ -0,0 +1,20 @@
+// local includes
+#include "copyright.h"
+
+#pragma once
+
+namespace bf = boost::filesystem;
+
+namespace linuxdeploy {
+    namespace core {
+        namespace copyright {
+            class DpkgQueryCopyrightFilesManager : public ICopyrightFilesManager {
+                private:
+                    class PrivateData;
+
+                public:
+                    std::vector<bf::path> getCopyrightFilesForPath(const bf::path& path) override;
+            };
+        }
+    }
+}