Browse Source

- Update copyright notice,

- Moved explicit copyright notice to a singe
  file to simplify dual-licensing
master
Artyom Beilis 12 years ago
parent
commit
068d3f926f
100 changed files with 152 additions and 314 deletions
  1. +10
    -10
      COPYING.TXT
  2. +0
    -15
      TODO
  3. +7
    -1
      bin/cppcms_run
  4. +8
    -0
      bin/cppcms_tmpl_cc
  5. +1
    -1
      booster/booster/aio/acceptor.h
  6. +1
    -1
      booster/booster/aio/aio_category.h
  7. +1
    -1
      booster/booster/aio/aio_config.h
  8. +1
    -1
      booster/booster/aio/basic_io_device.h
  9. +1
    -1
      booster/booster/aio/basic_socket.h
  10. +1
    -1
      booster/booster/aio/buffer.h
  11. +1
    -1
      booster/booster/aio/deadline_timer.h
  12. +1
    -1
      booster/booster/aio/endpoint.h
  13. +1
    -1
      booster/booster/aio/io_service.h
  14. +1
    -1
      booster/booster/aio/reactor.h
  15. +1
    -1
      booster/booster/aio/socket.h
  16. +1
    -1
      booster/booster/aio/stream_socket.h
  17. +1
    -1
      booster/booster/aio/types.h
  18. +1
    -1
      booster/booster/assert.h
  19. +1
    -1
      booster/booster/atomic_counter.h
  20. +1
    -1
      booster/booster/backtrace.h
  21. +1
    -1
      booster/booster/callback.h
  22. +1
    -1
      booster/booster/clone_ptr.h
  23. +1
    -1
      booster/booster/config.h
  24. +1
    -1
      booster/booster/copy_ptr.h
  25. +1
    -1
      booster/booster/cstdint.h
  26. +1
    -1
      booster/booster/ctime.h
  27. +1
    -1
      booster/booster/function.h
  28. +1
    -1
      booster/booster/hold_ptr.h
  29. +1
    -1
      booster/booster/iterator/iterator_facade.h
  30. +1
    -1
      booster/booster/log.h
  31. +1
    -1
      booster/booster/noncopyable.h
  32. +1
    -1
      booster/booster/perl_regex.h
  33. +1
    -1
      booster/booster/posix_time.h
  34. +5
    -15
      booster/booster/refcounted.h
  35. +1
    -1
      booster/booster/regex.h
  36. +1
    -1
      booster/booster/regex_match.h
  37. +1
    -1
      booster/booster/shared_object.h
  38. +1
    -1
      booster/booster/system_error.h
  39. +1
    -1
      booster/booster/thread.h
  40. +1
    -1
      booster/booster/traits/is_base_of.h
  41. +1
    -1
      booster/lib/aio/src/acceptor.cpp
  42. +1
    -1
      booster/lib/aio/src/aio_category.cpp
  43. +1
    -1
      booster/lib/aio/src/basic_io_device.cpp
  44. +1
    -1
      booster/lib/aio/src/basic_socket.cpp
  45. +1
    -1
      booster/lib/aio/src/category.h
  46. +1
    -1
      booster/lib/aio/src/deadline_timer.cpp
  47. +1
    -1
      booster/lib/aio/src/endpoint.cpp
  48. +1
    -1
      booster/lib/aio/src/io_service.cpp
  49. +1
    -1
      booster/lib/aio/src/reactor.cpp
  50. +1
    -1
      booster/lib/aio/src/reactor_config.h
  51. +1
    -1
      booster/lib/aio/src/select_iterrupter.cpp
  52. +1
    -1
      booster/lib/aio/src/select_iterrupter.h
  53. +1
    -1
      booster/lib/aio/src/socket_details.h
  54. +1
    -1
      booster/lib/aio/src/stream_socket.cpp
  55. +1
    -1
      booster/lib/aio/test/aio_test.h
  56. +1
    -1
      booster/lib/aio/test/test_event_loop.cpp
  57. +1
    -1
      booster/lib/aio/test/test_prefork.cpp
  58. +1
    -1
      booster/lib/aio/test/test_reactor.cpp
  59. +1
    -1
      booster/lib/aio/test/test_socket.cpp
  60. +1
    -1
      booster/lib/aio/test/test_timer.cpp
  61. +1
    -1
      booster/lib/backtrace/src/backtrace.cpp
  62. +1
    -1
      booster/lib/booster_build_config.cmake.h
  63. +1
    -1
      booster/lib/function/test/test_callback.cpp
  64. +1
    -1
      booster/lib/function/test/test_function.cpp
  65. +1
    -1
      booster/lib/log/src/log.cpp
  66. +1
    -1
      booster/lib/ptime/src/ctime.cpp
  67. +1
    -1
      booster/lib/ptime/src/posix_time.cpp
  68. +1
    -1
      booster/lib/ptime/test/test_posix_time.cpp
  69. +1
    -1
      booster/lib/regex/src/pcre_regex.cpp
  70. +1
    -1
      booster/lib/regex/test/test_regex.cpp
  71. +1
    -1
      booster/lib/smart_ptr/src/atomic_counter.cpp
  72. +1
    -1
      booster/lib/smart_ptr/test/test_atomic_counter.cpp
  73. +1
    -1
      booster/lib/smart_ptr/test/test_shared_ptr.cpp
  74. +1
    -1
      booster/lib/smart_ptr/test/test_sp_counter.cpp
  75. +1
    -1
      booster/lib/system/src/posix_error.cpp
  76. +1
    -1
      booster/lib/system/src/windows_error.cpp
  77. +1
    -1
      booster/lib/test/test.h
  78. +1
    -1
      booster/lib/thread/src/pthread.cpp
  79. +1
    -1
      booster/lib/thread/src/thread_win5.cpp
  80. +1
    -1
      booster/lib/thread/src/thread_win6.cpp
  81. +1
    -1
      booster/lib/thread/src/thread_winapi.cpp
  82. +1
    -1
      booster/lib/thread/test/test_fork.cpp
  83. +1
    -1
      booster/lib/thread/test/test_thread.cpp
  84. +2
    -13
      config.cmake.h
  85. +7
    -0
      contrib/server_side/sessions/berkeley_db/bdb.cpp
  86. +7
    -0
      contrib/server_side/sessions/cppdb/cppdb_storage.cpp
  87. +2
    -13
      contrib/server_side/sessions/sqlite3/session_sqlite_storage.cpp
  88. +2
    -13
      contrib/server_side/sessions/storage_test.cpp
  89. +2
    -13
      cppcms/application.h
  90. +2
    -13
      cppcms/applications_pool.h
  91. +2
    -13
      cppcms/archive_traits.h
  92. +2
    -13
      cppcms/base64.h
  93. +2
    -13
      cppcms/base_cache_fwd.h
  94. +2
    -13
      cppcms/base_content.h
  95. +2
    -13
      cppcms/base_view.h
  96. +2
    -13
      cppcms/cache_interface.h
  97. +2
    -13
      cppcms/cache_pool.h
  98. +2
    -13
      cppcms/copy_filter.h
  99. +2
    -13
      cppcms/cppcms_error.h
  100. +2
    -13
      cppcms/crypto.h

COPYING → COPYING.TXT View File

@@ -2,7 +2,7 @@
CppCMS -- C++ Web Development Framework
---------------------------------------

Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -17,18 +17,18 @@
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Other copyrights:
-----------------
Exceptions:
-----------

- cppcms_boost -- is modified subset of Boost library released under Boost software
license. See <http://www.boost.org/users/license.html>
- noicu, localization pars of CppCMS are licenses under Boost software license.
- base64.cpp - MIT license (see file for copyright notices)
- md5.cpp/md5.h - see copyright notices in files (permissive license)
- sha1.h - Boost software license, see copiright notices in the file.
- cppcms_boost/ -- is modified subset of Boost library released under Boost software
license. See <http://www.boost.org/users/license.html>
- src/base64.cpp - MIT license (see file for copyright notices)
- src/md5.cpp, private/md5.h - see copyright notices in files (permissive license)
- private/sha1.h - Boost software license, see copyright notices in the file.
- booster/ -- sub-project released under Boost Software License 1.0

Note:
-----------
-----

This software is released under the LGPL with the additional exemption that
compiling, linking, and/or using OpenSSL is allowed.

+ 0
- 15
TODO View File

@@ -1,15 +0,0 @@
- Unit Testing:
- Templates
- Templates dynamic reloading?
- Cache **Interface**
- Sessions **Interface**
- Encoding Validators
- Url Dispatcher
- File upload:
- create better pre-upload validation
- create saving file to file
- Reintergrate Sessions over TCP/IP
- Forwarding management
- Prefork-support
- form.*
Date-Time

+ 7
- 1
bin/cppcms_run View File

@@ -1,6 +1,12 @@
#!/usr/bin/env bash


############################################################################
#
# Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
#
# See accompanying file COPYING.TXT file for licensing details.
#
############################################################################

locate_server()
{


+ 8
- 0
bin/cppcms_tmpl_cc View File

@@ -1,5 +1,13 @@
#!/usr/bin/env python

############################################################################
#
# Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
#
# See accompanying file COPYING.TXT file for licensing details.
#
############################################################################

import os
import re
import sys


+ 1
- 1
booster/booster/aio/acceptor.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/aio_category.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/aio_config.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/basic_io_device.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/basic_socket.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/buffer.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/deadline_timer.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/endpoint.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/io_service.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/reactor.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/socket.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/stream_socket.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/aio/types.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/assert.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/atomic_counter.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/backtrace.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/callback.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/clone_ptr.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/config.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/copy_ptr.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/cstdint.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/ctime.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/function.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/hold_ptr.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/iterator/iterator_facade.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/log.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/noncopyable.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/perl_regex.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/posix_time.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 5
- 15
booster/booster/refcounted.h View File

@@ -1,21 +1,11 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh)
//
///////////////////////////////////////////////////////////////////////////////
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOSTER_REFCOUNTED_H
#define BOOSTER_REFCOUNTED_H



+ 1
- 1
booster/booster/regex.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/regex_match.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/shared_object.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/system_error.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/thread.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/booster/traits/is_base_of.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/acceptor.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/aio_category.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/basic_io_device.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/basic_socket.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/category.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/deadline_timer.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/endpoint.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/io_service.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/reactor.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/reactor_config.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/select_iterrupter.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/select_iterrupter.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/socket_details.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/src/stream_socket.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/test/aio_test.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/test/test_event_loop.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/test/test_prefork.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/test/test_reactor.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/test/test_socket.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/aio/test/test_timer.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/backtrace/src/backtrace.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/booster_build_config.cmake.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/function/test/test_callback.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/function/test/test_function.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/log/src/log.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/ptime/src/ctime.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/ptime/src/posix_time.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/ptime/test/test_posix_time.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/regex/src/pcre_regex.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/regex/test/test_regex.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/smart_ptr/src/atomic_counter.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/smart_ptr/test/test_atomic_counter.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/smart_ptr/test/test_shared_ptr.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/smart_ptr/test/test_sp_counter.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/system/src/posix_error.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/system/src/windows_error.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/test/test.h View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/thread/src/pthread.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/thread/src/thread_win5.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/thread/src/thread_win6.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/thread/src/thread_winapi.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/thread/test/test_fork.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 1
- 1
booster/lib/thread/test/test_thread.cpp View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2010 Artyom Beilis (Tonkikh)
// Copyright (C) 2009-2012 Artyom Beilis (Tonkikh)
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at


+ 2
- 13
config.cmake.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_CONFIG_H


+ 7
- 0
contrib/server_side/sessions/berkeley_db/bdb.cpp View File

@@ -1,3 +1,10 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>


+ 7
- 0
contrib/server_side/sessions/cppdb/cppdb_storage.cpp View File

@@ -1,3 +1,10 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#include <cppdb/frontend.h>
#include <cppdb/backend.h>
#include <cppdb/pool.h>


+ 2
- 13
contrib/server_side/sessions/sqlite3/session_sqlite_storage.cpp View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#include <cppcms/config.h>


+ 2
- 13
contrib/server_side/sessions/storage_test.cpp View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#include <cppcms/defs.h>


+ 2
- 13
cppcms/application.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_APPLICATION_H


+ 2
- 13
cppcms/applications_pool.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_APPLICATIONS_POOL_H


+ 2
- 13
cppcms/archive_traits.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_ARCHIVE_TRAITS_H


+ 2
- 13
cppcms/base64.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_BASE64_H


+ 2
- 13
cppcms/base_cache_fwd.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_BASE_CACHE_FWD_H


+ 2
- 13
cppcms/base_content.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_BASE_CONTENT_H


+ 2
- 13
cppcms/base_view.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_BASE_VIEW_H


+ 2
- 13
cppcms/cache_interface.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_CACHE_INTERFACE_H


+ 2
- 13
cppcms/cache_pool.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_CACHE_POOL_H


+ 2
- 13
cppcms/copy_filter.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_COPY_FILTER_H


+ 2
- 13
cppcms/cppcms_error.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_ERROR_H


+ 2
- 13
cppcms/crypto.h View File

@@ -1,19 +1,8 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2008-2010 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
// Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// See accompanying file COPYING.TXT file for licensing details.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef CPPCMS_CRYPTO_H


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save