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

Bump copyright year to 2020 #436

Merged
merged 2 commits into from
Jan 4, 2020
Merged

Bump copyright year to 2020 #436

merged 2 commits into from
Jan 4, 2020

Commits on Jan 1, 2020

  1. bump copyright year to 2020

    this change was generated using the following commands:
    
      for f in $(grep -lr 2019 .)
      do
       sed -i 's/Copyright (c) 2017-2019, the Ginkgo authors/Copyright (c) 2017-2020, the Ginkgo authors/' $f
      done
    upsj committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    29444d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. fix incorrect file extension

    upsj committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    8028b5f View commit details
    Browse the repository at this point in the history