#12817 closed Task (fixed)
Update copyright header
Reported by: | Piotr Jasiun | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.7 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Because it is 2015 already header in all files need to be updated ("Copyright (c) 2003-2014" part).
Change History (5)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Type: | Bug → Task |
comment:2 Changed 10 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 10 years ago by
Status: | assigned → review |
---|
comment:4 Changed 10 years ago by
You missed samples. This one is better:
grep -lr --exclude-dir={.git,node_modules} -e "2003-2014" . | xargs sed -i '' "s/2003-2014/2003-2015/g"
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Actually, it's better to first run your, more precise pattern, committing and then my because the result of this one should be validated and if it would be executed first there would be 4k changed files to check :D.
Merged to master with git:9aa583c.
branch:t/12817