mainpage.doxy 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /** \mainpage NICE Documentation
  2. * \authors
  3. * core: Erik Rodner, Ferid Bajramovic, Frank Mattern, Marcel Brückner, Thomas Zimmerman, Alexander Freytag, Paul Bodesheim, Björn Fröhlich, Johannes Rühle, Sven Sickert \n
  4. * Makefiles: Erik Rodner, Olaf Kaehler
  5. * CMake: Johannes Rühle
  6. *
  7. * \section intro Introduction
  8. * This is the documentation of NICE (New Image C++ Extension library)
  9. *
  10. * <hr>
  11. * \subpage install
  12. * <hr>
  13. * \subpage coding
  14. * <hr>
  15. * \section license_sec License
  16. *
  17. * The following license covers <b>most</b> of this library.
  18. * Some individual files have a different license.
  19. *
  20. * This library is free software; you can redistribute it and/or
  21. * modify it under the terms of the GNU Lesser General Public
  22. * License as published by the Free Software Foundation; either
  23. * version 2.1 of the License, or (at your option) any later version.
  24. *
  25. * This library is distributed in the hope that it will be useful,
  26. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  28. * Lesser General Public License for more details.
  29. *
  30. * You should have received a copy of the GNU Lesser General Public
  31. * License along with this library; if not, write to the Free Software
  32. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  33. *
  34. * You can find the complete license at http://www.gnu.org/licenses/lgpl.txt
  35. */