diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..296dcb1 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,18 @@ +# Main Contributors +* Alex Taber ([@astronautlevel2](https://github.com/astronautlevel2)) +* [@LiquidFenrir](https://github.com/LiquidFenrir) +* Dawid Eckert ([@daedreth](https://github.com/daedreth)) +* Dylan G. ([@helloman892](https://github.com/helloman892)) +* Nils P. ([@ZetaDesigns](https://github.com/ZetaDesigns)) +* Matt Kenny ([@mattkenster](https://github.com/mattkenster)) + +# Minor Contributors +* Nic ([@Wizzrobes](https://github.com/Wizzrobes)) +* [@saibotu](https://github.com/saibotu) +* Jeremy Postelnek ([@TurtleP](https://github.com/TurtleP)) +* [@FrozenChen](https://github.com/FrozenChen) +* Luís Marques ([@luigoalma](https://github.com/luigoalma)) +* [@uyuiyu](https://github.com/uyuiyu) +* Guillaume Gérard ([@GreatWizard](https://github.com/GreatWizard)) +* Joel ([@joel16](https://github.com/joel16)) +* [@thedax](https://github.com/thedax) \ No newline at end of file diff --git a/Makefile b/Makefile index d4d256d..51f31ad 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ include $(DEVKITARM)/3ds_rules # Your values. APP_TITLE := Anemone3DS APP_DESCRIPTION := A complete theming tool for the 3DS -APP_AUTHOR := astronautlevel and daedreth +APP_AUTHOR := Anemone3DS Team TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) diff --git a/README.md b/README.md index 7fd7b34..ab70650 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,7 @@ After also adding [makerom](https://github.com/profi200/Project_CTR) and [banner This project is licensed under the GNU GPLv3. See LICENSE.md for details. Additional terms 7b and 7c apply to this project. # Credits -The following people contributed to Anemone3DS in some way. Without these people, Anemone3DS wouldn't exist, or wouldn't be as good as it is: - * [Daedreth](https://github.com/daedreth), who wrote the initial implementation of theme installation code and SMDH parsing. - * [LiquidFenrir](https://github.com/LiquidFenrir), who refactored a lot of my messy code and has been essential in development. - * [Kenn (mattkenster)](https://github.com/mattkenster), for designing the GUI, a number of sprites used in the application, and drawing the banner and icon. +The following people contributed to Anemone3DS in some way. Without these people, Anemone3DS wouldn't exist, or wouldn't be as good as it is: [CONTRIBUTORS.md](CONTRIBUTORS.md) Special thanks go to these people who, whilst not directly contributing, helped immensely: * [Rinnegatamante](https://github.com/Rinnegatamante), whose code served as reference on theme installation. diff --git a/include/camera.h b/include/camera.h index a47f8fd..6d25d3d 100644 --- a/include/camera.h +++ b/include/camera.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/colors.h b/include/colors.h index a48cbeb..c6ce756 100644 --- a/include/colors.h +++ b/include/colors.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/common.h b/include/common.h index c4661c8..75429e9 100644 --- a/include/common.h +++ b/include/common.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/draw.h b/include/draw.h index 6ce4c14..888e51e 100644 --- a/include/draw.h +++ b/include/draw.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/fs.h b/include/fs.h index 398daa8..a80bebf 100644 --- a/include/fs.h +++ b/include/fs.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/instructions.h b/include/instructions.h index 6c663dc..d8e5e15 100644 --- a/include/instructions.h +++ b/include/instructions.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/loading.h b/include/loading.h index b52ea59..3f549b9 100644 --- a/include/loading.h +++ b/include/loading.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/remote.h b/include/remote.h index 38f52b2..d6b1514 100644 --- a/include/remote.h +++ b/include/remote.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/splashes.h b/include/splashes.h index d16cfc4..df7fbd0 100644 --- a/include/splashes.h +++ b/include/splashes.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/themes.h b/include/themes.h index 5e56d6d..1e85811 100644 --- a/include/themes.h +++ b/include/themes.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/unicode.h b/include/unicode.h index a03e677..5a40441 100644 --- a/include/unicode.h +++ b/include/unicode.h @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/camera.c b/source/camera.c index e9da2e6..fd4dbed 100644 --- a/source/camera.c +++ b/source/camera.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/draw.c b/source/draw.c index b8e7a31..e072e93 100644 --- a/source/draw.c +++ b/source/draw.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/fs.c b/source/fs.c index b2b6956..3683175 100644 --- a/source/fs.c +++ b/source/fs.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/loading.c b/source/loading.c index eaecbcd..1ea00e5 100644 --- a/source/loading.c +++ b/source/loading.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/main.c b/source/main.c index c6fb11b..53283e3 100644 --- a/source/main.c +++ b/source/main.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/remote.c b/source/remote.c index 38f3aad..1a23f7b 100644 --- a/source/remote.c +++ b/source/remote.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/splashes.c b/source/splashes.c index b1854bc..dad2735 100644 --- a/source/splashes.c +++ b/source/splashes.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/themes.c b/source/themes.c index 4d61ca3..2a7baf7 100644 --- a/source/themes.c +++ b/source/themes.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/source/unicode.c b/source/unicode.c index 83b36e9..d8da99c 100644 --- a/source/unicode.c +++ b/source/unicode.c @@ -1,6 +1,6 @@ /* * This file is part of Anemone3DS -* Copyright (C) 2016-2017 Alex Taber ("astronautlevel"), Dawid Eckert ("daedreth") +* Copyright (C) 2016-2018 Contributors in CONTRIBUTORS.md * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by