Each msg.sender can only have one token due to the _tokenOwner[msg.sender] checks. Therefore, if a user or a contract manages multiple tokens then only one of them will be able to have a vesting program.
deployVesting
It is better to make the following:
This will allow a user to be the owner of multiple tokens.
