RevenueDistributionToken considers an approval value of type(uint256).max as allow all amounts:
RevenueDistributionToken.sol#L279
whereas ERC20 considers it as a numerical amount:
ERC20.sol#L110
These inconsistences will likely lead to confusion at some point in the future.
