From b42866dbe8531aeab70c51edb26981377d926803 Mon Sep 17 00:00:00 2001 From: rxi Date: Thu, 22 Sep 2016 19:30:56 +0100 Subject: [PATCH] Updated copyright year --- LICENSE | 2 +- src/font.c | 2 +- src/font.h | 2 +- src/font_embedded.c | 2 +- src/graphics.c | 2 +- src/image.c | 2 +- src/image.h | 2 +- src/keyboard.c | 2 +- src/keyboard.h | 2 +- src/love.c | 2 +- src/luaobj.c | 2 +- src/luaobj.h | 2 +- src/main.c | 2 +- src/quad.c | 2 +- src/quad.h | 2 +- src/system.c | 2 +- src/timer.c | 2 +- src/vga.c | 2 +- src/vga.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 03b6555..5818e8d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 rxi +Copyright (c) 2016 rxi Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/src/font.c b/src/font.c index 232c55a..0e7597a 100644 --- a/src/font.c +++ b/src/font.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/font.h b/src/font.h index 44eb75a..2673bba 100644 --- a/src/font.h +++ b/src/font.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/font_embedded.c b/src/font_embedded.c index c6d8467..bdeb5e9 100644 --- a/src/font_embedded.c +++ b/src/font_embedded.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/graphics.c b/src/graphics.c index 137440f..dad490d 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/image.c b/src/image.c index b3e1f78..f7a2f5f 100644 --- a/src/image.c +++ b/src/image.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/image.h b/src/image.h index 6fa5f62..e484de5 100644 --- a/src/image.h +++ b/src/image.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/keyboard.c b/src/keyboard.c index 6814470..ebf4c2a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/keyboard.h b/src/keyboard.h index 7384d9e..8c42e92 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/love.c b/src/love.c index 54c8b3d..87bd38f 100644 --- a/src/love.c +++ b/src/love.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/luaobj.c b/src/luaobj.c index 0030c8c..8222dec 100644 --- a/src/luaobj.c +++ b/src/luaobj.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/luaobj.h b/src/luaobj.h index f21df29..2a3d5e9 100644 --- a/src/luaobj.h +++ b/src/luaobj.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/main.c b/src/main.c index 9e34c48..e171129 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/quad.c b/src/quad.c index 8024019..e58783c 100644 --- a/src/quad.c +++ b/src/quad.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/quad.h b/src/quad.h index a2e6787..fd2be1f 100644 --- a/src/quad.h +++ b/src/quad.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/system.c b/src/system.c index 946c1b5..b5836c7 100644 --- a/src/system.c +++ b/src/system.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/timer.c b/src/timer.c index be95b7c..b8800db 100644 --- a/src/timer.c +++ b/src/timer.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/vga.c b/src/vga.c index c2d23ae..e9fbb2d 100644 --- a/src/vga.c +++ b/src/vga.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. diff --git a/src/vga.h b/src/vga.h index 9d9827d..76000a0 100644 --- a/src/vga.h +++ b/src/vga.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014 rxi + * Copyright (c) 2016 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details.