if (binding.license && current.license.indexOf(binding.license.value) === -1) {
          current.license.push(binding.license.value);
        }