license.h 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * kamcmd GPL license, standard disclaimer and copyright
  3. */
  4. #ifndef __license_h_
  5. #define __license_h_
  6. #define COPYRIGHT "Copyright 2006 iptelorg GmbH"
  7. #define DISCLAIMER \
  8. "This is free software with ABSOLUTELY NO WARRANTY.\n\
  9. For details type `warranty'."
  10. #define LICENSE \
  11. " This program is free software; you can redistribute it and/or modify\n\
  12. it under the terms of the GNU General Public License as published by\n\
  13. the Free Software Foundation; either version 2 of the License , or\n\
  14. (at your option) any later version.\n\
  15. \n\
  16. This program is distributed in the hope that it will be useful,\n\
  17. but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
  18. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
  19. GNU General Public License for more details.\n\
  20. \n\
  21. You should have received a copy of the GNU General Public License\n\
  22. along with this program. If not, write to\n\
  23. \n\
  24. The Free Software Foundation, Inc.\n\
  25. 51 Franklin Street, Fifth Floor,\n\
  26. Boston, MA 02110-1301, USA."
  27. #endif