diff --git a/LICENSE b/LICENSE index 5818e8d..d1fd6dd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016 rxi +Copyright (c) 2017 rxi Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/src/embed/boot.lua b/src/embed/boot.lua index 8a00890..d93a122 100644 --- a/src/embed/boot.lua +++ b/src/embed/boot.lua @@ -1,4 +1,9 @@ - +-- +-- Copyright (c) 2017 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. +-- function love.boot() -- Init package.path and add filesystem-compatible package loader diff --git a/src/embed/nogame.lua b/src/embed/nogame.lua index df7537c..7212218 100644 --- a/src/embed/nogame.lua +++ b/src/embed/nogame.lua @@ -1,3 +1,9 @@ +-- +-- Copyright (c) 2017 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. +-- function love.nogame() diff --git a/src/event.c b/src/event.c index f721973..340bd52 100644 --- a/src/event.c +++ b/src/event.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/event.h b/src/event.h index 9f302df..40adaa5 100644 --- a/src/event.h +++ b/src/event.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/filesystem.c b/src/filesystem.c index 6be463e..1125990 100644 --- a/src/filesystem.c +++ b/src/filesystem.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/filesystem.h b/src/filesystem.h index a9be65d..9707d64 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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.c b/src/font.c index aa64e7a..0129238 100644 --- a/src/font.c +++ b/src/font.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 b8028d5..52bd22d 100644 --- a/src/font.h +++ b/src/font.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 dce8dfc..d5e4c15 100644 --- a/src/image.c +++ b/src/image.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 9546fde..3f4919c 100644 --- a/src/image.h +++ b/src/image.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 462f626..0163e3f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 45552ad..af538ca 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/lib/microtar/microtar.c b/src/lib/microtar/microtar.c index 764b928..867a040 100644 --- a/src/lib/microtar/microtar.c +++ b/src/lib/microtar/microtar.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 rxi + * Copyright (c) 2017 rxi * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/lib/microtar/microtar.h b/src/lib/microtar/microtar.h index f0defd6..2ce12ce 100644 --- a/src/lib/microtar/microtar.h +++ b/src/lib/microtar/microtar.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See `microtar.c` for details. diff --git a/src/luaobj.c b/src/luaobj.c index 8222dec..3d5fee7 100644 --- a/src/luaobj.c +++ b/src/luaobj.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 2a3d5e9..1566760 100644 --- a/src/luaobj.h +++ b/src/luaobj.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 1224752..918b370 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_event.c b/src/modules/l_event.c index 28a5fef..ae84dbc 100644 --- a/src/modules/l_event.c +++ b/src/modules/l_event.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_filesystem.c b/src/modules/l_filesystem.c index 71199fd..d23c151 100644 --- a/src/modules/l_filesystem.c +++ b/src/modules/l_filesystem.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_font.c b/src/modules/l_font.c index c0739f7..98c2ebb 100644 --- a/src/modules/l_font.c +++ b/src/modules/l_font.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_graphics.c b/src/modules/l_graphics.c index 22f63eb..e8e36db 100644 --- a/src/modules/l_graphics.c +++ b/src/modules/l_graphics.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_image.c b/src/modules/l_image.c index d4198be..42292d6 100644 --- a/src/modules/l_image.c +++ b/src/modules/l_image.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_keyboard.c b/src/modules/l_keyboard.c index dbf7ad6..4b25f14 100644 --- a/src/modules/l_keyboard.c +++ b/src/modules/l_keyboard.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_love.c b/src/modules/l_love.c index 0d96bed..cb25dd3 100644 --- a/src/modules/l_love.c +++ b/src/modules/l_love.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_mouse.c b/src/modules/l_mouse.c index 32d411c..301845a 100644 --- a/src/modules/l_mouse.c +++ b/src/modules/l_mouse.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_quad.c b/src/modules/l_quad.c index e58783c..bd5b38b 100644 --- a/src/modules/l_quad.c +++ b/src/modules/l_quad.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_system.c b/src/modules/l_system.c index 349cc8d..89a883a 100644 --- a/src/modules/l_system.c +++ b/src/modules/l_system.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/modules/l_timer.c b/src/modules/l_timer.c index ad2dc9a..abef3ce 100644 --- a/src/modules/l_timer.c +++ b/src/modules/l_timer.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/mouse.c b/src/mouse.c index 631dbb7..dd44070 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/mouse.h b/src/mouse.h index c78a382..40866b1 100644 --- a/src/mouse.h +++ b/src/mouse.h @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2017 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. + */ + #ifndef MOUSE_H #define MOUSE_H diff --git a/src/package.c b/src/package.c index b0b49af..1d39754 100644 --- a/src/package.c +++ b/src/package.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/package.h b/src/package.h index 0d2d90a..143d978 100644 --- a/src/package.h +++ b/src/package.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/palette.c b/src/palette.c index 6d498c7..45e537b 100644 --- a/src/palette.c +++ b/src/palette.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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/palette.h b/src/palette.h index 536e09a..59de65e 100644 --- a/src/palette.h +++ b/src/palette.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 fd2be1f..ca4209e 100644 --- a/src/quad.h +++ b/src/quad.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 7fe68be..c56a23d 100644 --- a/src/vga.c +++ b/src/vga.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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 0f4bf1f..204f114 100644 --- a/src/vga.h +++ b/src/vga.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 rxi + * Copyright (c) 2017 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.