# License-header config for GreptimeDB Enterprise Edition source files. # # These files are commercially licensed under the GreptimeDB Enterprise License # (see /LICENSE-ENTERPRISE), NOT Apache-2.0. They are kept out of the main # Apache-2.0 header check in `licenserc.toml` (listed under its `excludes`) and # are instead enforced here. Run with: # # hawkeye check --config licenserc-enterprise.toml # hawkeye format --config licenserc-enterprise.toml # to apply/fix headers headerPath = "licenses/enterprise-header.txt" # Only the enterprise-gated sources. Keep this list in sync with the # "# enterprise" block in `licenserc.toml`'s `excludes`. includes = [ "src/common/meta/src/rpc/ddl/trigger.rs", "src/operator/src/expr_helper/trigger.rs", "src/sql/src/statements/alter/trigger.rs", "src/sql/src/statements/create/trigger.rs", "src/sql/src/statements/show/trigger.rs", "src/sql/src/statements/drop/trigger.rs", "src/sql/src/parsers/alter_parser/trigger.rs", "src/sql/src/parsers/create_parser/trigger.rs", "src/sql/src/parsers/show_parser/trigger.rs", "src/mito2/src/extension.rs", ] [properties] inceptionYear = 2023 copyrightOwner = "GrepTime Inc."