ESCOMP / CISM

Community Ice Sheet Model
GNU Lesser General Public License v3.0
6 stars 11 forks source link

Change copyright year to 2018 #1

Closed billsacks closed 6 years ago

billsacks commented 6 years ago

I accomplished this for most files with:

git grep -l 'Copyright' | xargs sed -i.bk -e 's/Copyright (C) 2005-2017/Copyright (C) 2005-2018/'

Then manually fixed a few other files that weren't caught by that (identified with 'git grep Copyright | grep -v 2018').

@whlipscomb @gunterl I'll wait to merge this until Bill L's final changes are in tomorrow. Then I'll merge up to the latest then merge this to master.

whlipscomb commented 6 years ago

@billsacks, I was running into the DS_Store issue myself. I removed at least one such file from the repo, but I might have missed others. Not sure how they got there in the first place.

Anyway, thanks for taking care of this issue as well as the dates.

billsacks commented 6 years ago

The DS_Store files are created on a Mac when you do certain operations in the Finder (I think). It looks like @gunterl accidentally added them - maybe by doing something like a 'git add path/to/directory' of a directory that contained them?

whlipscomb commented 6 years ago

Good to know for future reference. I think that happened when the various test directories were moved up a level.

gunterl commented 6 years ago

Oops, sorry about that. I'll be more cautious next time.

On Thu, May 10, 2018 at 8:34 AM, William Lipscomb notifications@github.com wrote:

Good to know for future reference. I think that happened when the various test directories were moved up a level.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ESCOMP/cism/pull/1#issuecomment-388072235, or mute the thread https://github.com/notifications/unsubscribe-auth/AH0K-Iip0eCztZ20Pg121x_a6CnMCOB4ks5txFADgaJpZM4T3n28 .