Skip to content

Commit 81157d3

Browse files
committedDec 15, 2014
Add AUTHORS file listing past and current contributors
Fixes OpenDungeons#379
1 parent 3ed0ef1 commit 81157d3

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed
 

‎AUTHORS

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
OpenDungeons has been developed as a community effort since 2009.
2+
This file aims at listing the contributors that were involved in shaping
3+
this game over the years. See the CREDITS for a more detailed listing of
4+
authors and licenses for the assets used in OpenDungeons.
5+
6+
Please contact the current development team in priority using:
7+
- The forum: http://forum.freegamedev.net/viewforum.php?f=15
8+
- The GitHub repository: https://github.com/OpenDungeons/OpenDungeons
9+
10+
11+
Current contributors, alphabetically:
12+
Bertram
13+
Danimal
14+
Dm3d
15+
Elvano
16+
eugeneloza
17+
hwoarangmy
18+
oln
19+
paul424
20+
Rémi Verschelde (Akien)
21+
22+
23+
Legacy contributors, alphabetically:
24+
alienwolf
25+
Andrew Buck (andrewbuck)
26+
blablubod
27+
bodsda
28+
faichele
29+
MCMic
30+
Skorpio
31+
StefanP.MUC
32+
Svenskmand
33+
TheAncientGoat

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ if(UNIX)
615615
DESTINATION ${OD_SHARE_PATH}/applications)
616616
install(FILES ${CMAKE_BINARY_DIR}/opendungeons.6
617617
DESTINATION ${OD_SHARE_PATH}/man/man6)
618-
install(FILES ${CMAKE_SOURCE_DIR}/{CREDITS,FAQ.txt}
618+
install(FILES ${CMAKE_SOURCE_DIR}/{AUTHORS,CREDITS,FAQ.txt}
619619
DESTINATION ${OD_SHARE_PATH}/doc/${PROJECT_NAME})
620620
install(DIRECTORY ${CMAKE_SOURCE_DIR}/dist/hicolor
621621
DESTINATION ${OD_SHARE_PATH}/icons)

0 commit comments

Comments
 (0)
Please sign in to comment.