Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyrights for 2016 #888

Closed
tcmitchell opened this issue Jan 13, 2016 · 0 comments
Closed

Update copyrights for 2016 #888

tcmitchell opened this issue Jan 13, 2016 · 0 comments
Assignees
Milestone

Comments

@tcmitchell
Copy link
Member

Update the copyrights to include 2016.

Manually update AppCopyright in windows_install\package_builder.iss

Update files new in 2015 (copyright contains just 2015):

for f in `find . -type f -exec grep -l ' 2015 Raytheon BBN Technologies' {} \;`; do
  echo $f
  sed -i _ 's/2015 Raytheon/2015-2016 Raytheon/g' $f
done

Update files with a date range:

for f in `find . -type f -exec grep -l '\-2015 Raytheon BBN Technologies' {} \;`; do
  echo $f
  sed -i _ 's/2015 Raytheon/2016 Raytheon/g' $f
done
@tcmitchell tcmitchell self-assigned this Jan 13, 2016
@tcmitchell tcmitchell added this to the 2.11 milestone Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant