]> git.draconx.ca Git - liblbx.git/blob - src/tools.h
3b496cde1a78be60cf996bb8b8bd3085d268db1e
[liblbx.git] / src / tools.h
1 #ifndef TOOLS_H_
2 #define TOOLS_H_
3
4 #include <config.h>
5
6 #define VERSION_BOILERPLATE(name)\
7 name " (2ooM liblbx) " PACKAGE_VERSION "\n"\
8 "Copyright (C) 2006-2010 Nick Bowler.\n"\
9 "License GPLv3+: GNU GPL version 3 or later "\
10 "<http:/""/gnu.org/licenses/gpl.html>\n"\
11 "This is free software: you are free to change and redistribute it.\n"\
12 "There is NO WARRANTY, to the extent permitted by law."
13
14 #endif