Update copyright dates
For futur references: List and inspect © to be updated $ egrep '2007-[0-9]{4}' -r examples/ tools/ src/ include/ license.txt Update all © $ egrep --null -l '2007-[0-9]{4}' -r examples/ tools/ src/ include/ license.txt | xargs -0 -P4 sed -i '' -E 's/^(.*)2007-[0-9]{4}(.*)$/\12007-2016\2/'
This commit is contained in:
parent
3a2e176e59
commit
ac50bf8648
354 changed files with 354 additions and 354 deletions
|
@ -1,7 +1,7 @@
|
|||
SFML
|
||||
----
|
||||
|
||||
SFML - Copyright (C) 2007-2015 Laurent Gomila - laurent@sfml-dev.org
|
||||
SFML - Copyright (C) 2007-2016 Laurent Gomila - laurent@sfml-dev.org
|
||||
|
||||
This software is provided 'as-is', without any express or
|
||||
implied warranty. In no event will the authors be held
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue