swordfatih
|
498d7ee79c
|
Update the copyright year to 2021
Just updating all the 2020 references to 2021. 😄
|
2021-01-06 20:21:36 +01:00 |
|
Lukas Dürrenberger
|
9b596cc8d9
|
Update the copyright year to 2020
|
2020-09-12 19:34:34 +02:00 |
|
EpicCoder
|
489482a630
|
Updated the copyright year to 2019
|
2019-01-08 08:53:33 +01:00 |
|
Maximilian Wagenbach
|
5d7843c58a
|
Updated the copyright year to 2018.
|
2018-02-10 14:51:46 +01:00 |
|
Lukas Dürrenberger
|
113152673a
|
Updated year in copyright notices to 2017.
|
2017-02-10 15:18:03 +01:00 |
|
Marco Antognini
|
ac50bf8648
|
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/'
|
2016-08-05 16:20:39 +02:00 |
|
Zachariah Brown
|
1de7644277
|
Updated copyright year and Laurent's email address
|
2015-03-02 13:41:54 -05:00 |
|
Stefan Schindler
|
f24ca9a840
|
Source code changes.
* Changed newlines to \n.
* Removed whitespace before colons.
* Fixed several alignments.
|
2014-10-06 01:18:47 +02:00 |
|
Jan Haller
|
12d81304e6
|
Updated copyright year to 2014
|
2014-02-06 20:08:26 +01:00 |
|
Marco Antognini
|
6f68192272
|
Update © dates
|
2013-09-20 18:52:57 +02:00 |
|
Laurent Gomila
|
d592b2a7d1
|
Updated the copyright text
|
2012-03-13 18:37:34 +01:00 |
|
Laurent Gomila
|
eac841ec71
|
Added explicit conversions between different types of sf::Vector2, sf::Vector3 and sf::Rect (implements feature #31)
|
2011-04-26 19:20:24 +02:00 |
|
LaurentGom
|
1d3a7e8375
|
Updated documentation of the Vector2 and Vector3 classes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1237 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-10-14 10:45:54 +00:00 |
|
LaurentGom
|
1852614e16
|
Made all Vector2 and Vector3 functions inline
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1220 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-09-24 07:40:49 +00:00 |
|
LaurentGom
|
45b150648d
|
Changed internal naming convention (local variables now start with a lower case character)
Removed the AudioResource class
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1166 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-07-11 22:17:24 +00:00 |
|
laurentgom
|
2228419caf
|
Updated copyright year
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1015 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-02-12 17:48:35 +00:00 |
|
laurentgom
|
2f524481c1
|
Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-01-28 16:18:34 +00:00 |
|