export class PolicyIntroductionComponent {

  constructor(private seoService: SeoService) {
    seoService.setTitle('Source Code Policy Introduction', true);
    seoService.setMetaDescription('Start here to read the Federal Open Source Code Policy.');