Miron Alexandru
|
3ca42c9a45
|
Update copyright year
|
2024-01-26 12:00:22 -07:00 |
|
Chris Thrasher
|
36e7a18881
|
Fix clang-tidy errors
|
2023-12-23 10:41:02 -06:00 |
|
Nikita
|
1f0167192b
|
Update to year 2023
|
2023-01-12 11:38:41 +01:00 |
|
Chris Thrasher
|
4f52793f7d
|
Run clang-format
|
2022-07-11 20:04:56 +02:00 |
|
metaquarx
|
88e9f82bee
|
Add '.clang-format' file, CI integration, and formatting exceptions
Co-authored-by: Vittorio Romeo <vittorio.romeo@outlook.com>
Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com>
Co-authored-by: kimci86 <kimci86@hotmail.fr>
|
2022-07-11 20:04:56 +02:00 |
|
Jan Haller
|
eb321b3040
|
Update year to 2022 (master branch)
|
2022-02-16 13:52:31 +00:00 |
|
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 |
|
Marco Antognini
|
6e01d1fde7
|
Improved style of Cocoa example
|
2014-05-23 09:52:18 +02:00 |
|
Marco Antognini
|
ac28902b57
|
Removed support for OS X 10.6 and below
|
2014-04-15 20:18:20 +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 |
|
Marco Antognini
|
e11ed81f72
|
Fix compilation issue on 10.5
|
2013-01-19 10:55:52 +01:00 |
|
Marco Antognini
|
c741b6459f
|
Updated the copyright text
|
2012-03-14 14:37:17 +01:00 |
|
Marco Antognini
|
2ef92a2af2
|
Updated Mac OS X code according to commits ff5b69d312 and 14ac411542
|
2012-03-12 23:04:06 +01:00 |
|
Marco Antognini
|
2a083ea202
|
SFML-Cocoa is now part of the cmake-based examples
Removes Xcode project
Fixes a crash and
Silences system alerts in this example
|
2012-01-30 12:23:18 +01:00 |
|