C++DB is the database layer that was designed to work with C++CMS. This customized version is used within Ye Ol' Pi Shack.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
1.3 KiB

  1. Boost Software License - Version 1.0 - August 17th, 2003
  2. Permission is hereby granted, free of charge, to any person or organization
  3. obtaining a copy of the software and accompanying documentation covered by
  4. this license (the "Software") to use, reproduce, display, distribute,
  5. execute, and transmit the Software, and to prepare derivative works of the
  6. Software, and to permit third-parties to whom the Software is furnished to
  7. do so, all subject to the following:
  8. The copyright notices in the Software and this entire statement, including
  9. the above license grant, this restriction and the following disclaimer,
  10. must be included in all copies of the Software, in whole or in part, and
  11. all derivative works of the Software, unless such copies or derivative
  12. works are solely in the form of machine-executable object code generated by
  13. a source language processor.
  14. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  17. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  18. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  19. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  20. DEALINGS IN THE SOFTWARE.