Skip to content

Commit

Permalink
Update license, add contributors file, bump release number
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Sep 30, 2012
1 parent b1ad92e commit 8812238
Show file tree
Hide file tree
Showing 87 changed files with 95 additions and 94 deletions.
11 changes: 6 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set(DF_VERSION_MINOR "34")
set(DF_VERSION_PATCH "11")
set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}")

SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.")
SET(DFHACK_RELEASE "r2" CACHE STRING "Current release revision.")

set(DFHACK_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}-${DFHACK_RELEASE}")
add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}")
Expand Down Expand Up @@ -148,11 +148,12 @@ add_subdirectory(depends)
find_package(Docutils)

set (RST_FILES
README
COMPILE
LUA_API
"Readme"
"Compile"
"LUA Api"
"Contributors"
)

set (RST_PROCESSED_FILES "")
IF(RST2HTML_EXECUTABLE)
foreach(F ${RST_FILES})
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
License of dfhack

https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.rst → Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Compatibility
DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
OSX is not supported due to lack of developers with a Mac.

Currently, versions 0.34.08 - 0.34.11 are supported. If you need DFHack
Currently, version 0.34.11 is supported (and tested). If you need DFHack
for older versions, look for older releases.

On Windows, you have to use the SDL version of DF.
Expand Down
2 changes: 1 addition & 1 deletion library/Core.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/DataDefs.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Hooks-darwin.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Hooks-egg.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Hooks-linux.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Hooks-windows.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
4 changes: 2 additions & 2 deletions library/LuaApi.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
4 changes: 2 additions & 2 deletions library/LuaTools.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
4 changes: 2 additions & 2 deletions library/LuaTypes.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
4 changes: 2 additions & 2 deletions library/LuaWrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/MiscUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/PlugLoad-windows.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/PluginManager.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Process-darwin.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Process-linux.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Process-windows.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
4 changes: 2 additions & 2 deletions library/TileTypes.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/Types.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/VTableInterpose.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/VersionInfoFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/BitArray.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/ColorText.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Console.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Core.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/DFHack.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/DataDefs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/DataFuncs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/DataIdentity.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Error.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Export.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Hooks.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/LuaTools.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/LuaWrapper.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/MemAccess.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/MiscUtils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Module.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/ModuleFactory.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/PluginManager.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/Pragma.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/RemoteClient.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/RemoteServer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
2 changes: 1 addition & 1 deletion library/include/RemoteTools.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
https://github.com/peterix/dfhack
Copyright (c) 2009-2011 Petr Mrázek ([email protected])
Copyright (c) 2009-2012 Petr Mrázek ([email protected])

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
Expand Down
Loading

0 comments on commit 8812238

Please sign in to comment.