From 2c60a4cdafeba5cc0c4109e3af147c41a68d2e5e Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Fri, 26 Oct 2012 18:59:32 +0300 Subject: [PATCH] repo-fixing: fixup #2. --- COPYING | 2 +- LICENSE-BSD | 26 -- configure.ac | 24 -- src/common-func-info.c | 433 ++++++++++++------------ src/common.h | 29 -- src/common/dbus-glue.c | 29 -- src/common/dbus-transport.c | 29 -- src/common/dbus-transport.h | 29 -- src/common/dbus.c | 29 -- src/common/dbus.h | 29 -- src/common/debug-auto-register.c | 29 -- src/common/debug-info.h | 29 -- src/common/debug.c | 158 +++++++-- src/common/debug.h | 34 +- src/common/dgram-transport.c | 29 -- src/common/file-utils.c | 29 -- src/common/file-utils.h | 29 -- src/common/hashtbl.c | 29 -- src/common/hashtbl.h | 29 -- src/common/list.h | 29 -- src/common/log.c | 29 -- src/common/log.h | 29 -- src/common/macros.h | 29 -- src/common/mainloop.c | 29 -- src/common/mainloop.h | 29 -- src/common/mm.c | 29 -- src/common/mm.h | 29 -- src/common/msg.c | 29 -- src/common/msg.h | 29 -- src/common/pulse-glue.c | 29 -- src/common/pulse-glue.h | 29 -- src/common/refcnt.h | 29 -- src/common/stream-transport.c | 29 -- src/common/tests/dbus-pump.c | 29 -- src/common/tests/dbus-test.c | 29 -- src/common/tests/glib-pump.c | 29 -- src/common/tests/hash-test.c | 29 -- src/common/tests/mainloop-test.c | 29 -- src/common/tests/mm-test.c | 29 -- src/common/tests/msg-test.c | 29 -- src/common/tests/transport-test.c | 29 -- src/common/transport.c | 29 -- src/common/transport.h | 29 -- src/common/utils.c | 29 -- src/common/utils.h | 29 -- src/console-client/client.c | 29 -- src/core-func-info.c | 90 ++--- src/core.h | 29 -- src/core/console-command.c | 153 +-------- src/core/console-command.h | 29 -- src/core/console-priv.h | 29 -- src/core/console.c | 29 -- src/core/console.h | 29 -- src/core/context.c | 29 -- src/core/context.h | 29 -- src/core/plugin.c | 29 -- src/core/plugin.h | 29 -- src/daemon/config.c | 29 -- src/daemon/config.h | 29 -- src/daemon/daemon.c | 29 -- src/linker-script.common | 1 + src/murphy-db/include/murphy-db/assert.h | 29 -- src/murphy-db/include/murphy-db/handle.h | 29 -- src/murphy-db/include/murphy-db/hash.h | 29 -- src/murphy-db/include/murphy-db/list.h | 29 -- src/murphy-db/include/murphy-db/mdb.h | 29 -- src/murphy-db/include/murphy-db/mqi-types.h | 29 -- src/murphy-db/include/murphy-db/mqi.h | 29 -- src/murphy-db/include/murphy-db/mql-result.h | 29 -- src/murphy-db/include/murphy-db/mql-statement.h | 29 -- src/murphy-db/include/murphy-db/mql-trigger.h | 29 -- src/murphy-db/include/murphy-db/mql.h | 29 -- src/murphy-db/include/murphy-db/sequence.h | 29 -- src/murphy-db/mdb/column.c | 29 -- src/murphy-db/mdb/column.h | 29 -- src/murphy-db/mdb/cond.c | 29 -- src/murphy-db/mdb/cond.h | 29 -- src/murphy-db/mdb/handle.c | 29 -- src/murphy-db/mdb/hash.c | 29 -- src/murphy-db/mdb/index.c | 29 -- src/murphy-db/mdb/index.h | 29 -- src/murphy-db/mdb/log.c | 29 -- src/murphy-db/mdb/log.h | 29 -- src/murphy-db/mdb/mqi-types.c | 29 -- src/murphy-db/mdb/row.c | 29 -- src/murphy-db/mdb/row.h | 29 -- src/murphy-db/mdb/sequence.c | 29 -- src/murphy-db/mdb/table.c | 29 -- src/murphy-db/mdb/table.h | 29 -- src/murphy-db/mdb/transaction.c | 29 -- src/murphy-db/mdb/transaction.h | 29 -- src/murphy-db/mdb/trigger.c | 29 -- src/murphy-db/mdb/trigger.h | 29 -- src/murphy-db/mqi/db.h | 29 -- src/murphy-db/mqi/mdb-backend.c | 29 -- src/murphy-db/mqi/mdb-backend.h | 29 -- src/murphy-db/mqi/mqi.c | 29 -- src/murphy-db/mql/result.c | 29 -- src/murphy-db/mql/statement.c | 29 -- src/murphy-db/mql/transaction.c | 29 -- src/murphy-db/mql/trigger.c | 29 -- src/murphy-db/tests/check-libmdb.c | 29 -- src/murphy-db/tests/check-libmqi.c | 29 -- src/murphy-db/tests/check-libmql.c | 29 -- src/plugin-console-func-info.c | 26 +- src/plugins/console-protocol.h | 29 -- src/plugins/plugin-console.c | 29 -- src/plugins/plugin-dbus.c | 29 -- src/plugins/plugin-glib.c | 29 -- 109 files changed, 412 insertions(+), 3406 deletions(-) delete mode 100644 LICENSE-BSD diff --git a/COPYING b/COPYING index bfd055d..d6459e0 100644 --- a/COPYING +++ b/COPYING @@ -1 +1 @@ -See LICENSE-BSD. +xxx diff --git a/LICENSE-BSD b/LICENSE-BSD deleted file mode 100644 index f70109e..0000000 --- a/LICENSE-BSD +++ /dev/null @@ -1,26 +0,0 @@ -Copyright (c) 2012, Intel Corporation - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of Intel Corporation nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/configure.ac b/configure.ac index b3a27d9..3feaf65 100644 --- a/configure.ac +++ b/configure.ac @@ -111,20 +111,12 @@ fi AC_SUBST(WARNING_CFLAGS) -# Check if potentially GPL bits are allowed to be enabled. -AC_ARG_ENABLE(gpl, - [ --enable-gpl enable linking against GPL code], - [enable_gpl=$enableval], [enable_gpl=no]) - # Check if DBUS was enabled. AC_ARG_ENABLE(dbus, [ --enable-dbus enable D-BUS support], [enable_dbus=$enableval], [enable_dbus=no]) if test "$enable_dbus" = "yes"; then - if test "$enable_gpl" = "no"; then - AC_MSG_ERROR([D-Bus support requires the --enable-gpl option.]) - fi PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.70) DBUS_SESSION_DIR="`pkg-config --variable session_bus_services_dir dbus-1`" @@ -152,14 +144,6 @@ if test "$enable_pulse" != "no"; then [have_pulse=yes], [have_pulse=no]) if test "$have_pulse" = "no" -a "$enable_pulse" != "yes"; then AC_MSG_ERROR([PulseAudio development libraries not found.]) - fi - - if test "$enable_gpl" = "no"; then - if test "$enable_pulse" = "yes"; then - AC_MSG_ERROR([PulseAudio support requires the --enable-gpl option.]) - else - enable_pulse="no" - fi else enable_pulse="$have_pulse" fi @@ -184,14 +168,6 @@ if test "$enable_console" != "no"; then AC_HAVE_LIBRARY([readline], [have_readline=yes], [have_readline=no]) if test "$have_readline" = "no" -a "$enable_console" = "yes"; then AC_MSG_ERROR([Readline development libraries not found.]) - fi - - if test "$enable_gpl" = "no"; then - if test "$enable_console" = "yes"; then - AC_MSG_ERROR([Console support requires the --enable-gpl option.]) - else - enable_console="no" - fi else enable_console="$have_readline" fi diff --git a/src/common-func-info.c b/src/common-func-info.c index 6bed77c..ff3dc7d 100644 --- a/src/common-func-info.c +++ b/src/common-func-info.c @@ -33,24 +33,24 @@ static mrp_debug_file_t file_0 = { /* common/dgram-transport.c */ static mrp_debug_info_t info_1[] = { - { .line = 82, .func = "parse_address" }, - { .line = 199, .func = "dgrm_resolve" }, - { .line = 249, .func = "dgrm_open" }, - { .line = 260, .func = "dgrm_createfrom" }, - { .line = 289, .func = "dgrm_bind" }, - { .line = 304, .func = "dgrm_listen" }, - { .line = 313, .func = "dgrm_close" }, - { .line = 332, .func = "dgrm_recv_cb" }, - { .line = 415, .func = "open_socket" }, - { .line = 452, .func = "dgrm_connect" }, - { .line = 480, .func = "dgrm_disconnect" }, - { .line = 496, .func = "dgrm_send" }, - { .line = 533, .func = "dgrm_sendto" }, - { .line = 583, .func = "dgrm_sendraw" }, - { .line = 606, .func = "dgrm_sendrawto" }, - { .line = 632, .func = "senddatato" }, - { .line = 683, .func = "dgrm_senddata" }, - { .line = 692, .func = "dgrm_senddatato" }, + { .line = 53, .func = "parse_address" }, + { .line = 170, .func = "dgrm_resolve" }, + { .line = 220, .func = "dgrm_open" }, + { .line = 231, .func = "dgrm_createfrom" }, + { .line = 260, .func = "dgrm_bind" }, + { .line = 275, .func = "dgrm_listen" }, + { .line = 284, .func = "dgrm_close" }, + { .line = 303, .func = "dgrm_recv_cb" }, + { .line = 386, .func = "open_socket" }, + { .line = 423, .func = "dgrm_connect" }, + { .line = 451, .func = "dgrm_disconnect" }, + { .line = 467, .func = "dgrm_send" }, + { .line = 504, .func = "dgrm_sendto" }, + { .line = 554, .func = "dgrm_sendraw" }, + { .line = 577, .func = "dgrm_sendrawto" }, + { .line = 603, .func = "senddatato" }, + { .line = 654, .func = "dgrm_senddata" }, + { .line = 663, .func = "dgrm_senddatato" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_1 = { @@ -60,9 +60,9 @@ static mrp_debug_file_t file_1 = { /* common/file-utils.c */ static mrp_debug_info_t info_2[] = { - { .line = 42, .func = "translate_glob" }, - { .line = 53, .func = "dirent_type" }, - { .line = 71, .func = "mrp_scan_dir" }, + { .line = 13, .func = "translate_glob" }, + { .line = 24, .func = "dirent_type" }, + { .line = 42, .func = "mrp_scan_dir" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_2 = { @@ -72,18 +72,18 @@ static mrp_debug_file_t file_2 = { /* common/hashtbl.c */ static mrp_debug_info_t info_3[] = { - { .line = 68, .func = "calc_buckets" }, - { .line = 84, .func = "mrp_htbl_create" }, - { .line = 127, .func = "mrp_htbl_destroy" }, - { .line = 139, .func = "free_entry" }, - { .line = 147, .func = "mrp_htbl_reset" }, - { .line = 167, .func = "mrp_htbl_insert" }, - { .line = 188, .func = "lookup" }, - { .line = 209, .func = "mrp_htbl_lookup" }, - { .line = 221, .func = "delete_from_bucket" }, - { .line = 261, .func = "mrp_htbl_remove" }, - { .line = 292, .func = "mrp_htbl_foreach" }, - { .line = 343, .func = "mrp_htbl_find" }, + { .line = 39, .func = "calc_buckets" }, + { .line = 55, .func = "mrp_htbl_create" }, + { .line = 98, .func = "mrp_htbl_destroy" }, + { .line = 110, .func = "free_entry" }, + { .line = 118, .func = "mrp_htbl_reset" }, + { .line = 138, .func = "mrp_htbl_insert" }, + { .line = 159, .func = "lookup" }, + { .line = 180, .func = "mrp_htbl_lookup" }, + { .line = 192, .func = "delete_from_bucket" }, + { .line = 232, .func = "mrp_htbl_remove" }, + { .line = 263, .func = "mrp_htbl_foreach" }, + { .line = 314, .func = "mrp_htbl_find" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_3 = { @@ -93,15 +93,15 @@ static mrp_debug_file_t file_3 = { /* common/log.c */ static mrp_debug_info_t info_4[] = { - { .line = 43, .func = "mrp_log_parse_levels" }, - { .line = 84, .func = "mrp_log_parse_target" }, - { .line = 97, .func = "mrp_log_enable" }, - { .line = 107, .func = "mrp_log_disable" }, - { .line = 117, .func = "mrp_log_set_mask" }, - { .line = 127, .func = "mrp_log_set_target" }, - { .line = 169, .func = "mrp_log_msgv" }, - { .line = 205, .func = "mrp_log_msg" }, - { .line = 226, .func = "set_default_logging" }, + { .line = 14, .func = "mrp_log_parse_levels" }, + { .line = 55, .func = "mrp_log_parse_target" }, + { .line = 68, .func = "mrp_log_enable" }, + { .line = 78, .func = "mrp_log_disable" }, + { .line = 88, .func = "mrp_log_set_mask" }, + { .line = 98, .func = "mrp_log_set_target" }, + { .line = 140, .func = "mrp_log_msgv" }, + { .line = 176, .func = "mrp_log_msg" }, + { .line = 197, .func = "set_default_logging" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_4 = { @@ -111,64 +111,64 @@ static mrp_debug_file_t file_4 = { /* common/mainloop.c */ static mrp_debug_info_t info_5[] = { - { .line = 212, .func = "add_slave_io_watch" }, - { .line = 246, .func = "slave_io_events" }, - { .line = 265, .func = "free_io_watch" }, - { .line = 286, .func = "mrp_add_io_watch" }, - { .line = 325, .func = "mrp_del_io_watch" }, - { .line = 339, .func = "delete_io_watch" }, - { .line = 393, .func = "time_now" }, - { .line = 406, .func = "usecs_to_msecs" }, - { .line = 416, .func = "insert_timer" }, - { .line = 449, .func = "rearm_timer" }, - { .line = 457, .func = "find_next_timer" }, - { .line = 476, .func = "mrp_add_timer" }, - { .line = 499, .func = "mrp_del_timer" }, - { .line = 520, .func = "delete_timer" }, - { .line = 531, .func = "mrp_add_deferred" }, - { .line = 552, .func = "mrp_del_deferred" }, - { .line = 566, .func = "delete_deferred" }, - { .line = 573, .func = "mrp_disable_deferred" }, - { .line = 580, .func = "disable_deferred" }, - { .line = 590, .func = "mrp_enable_deferred" }, - { .line = 606, .func = "delete_sighandler" }, - { .line = 613, .func = "dispatch_signals" }, - { .line = 643, .func = "setup_sighandlers" }, - { .line = 666, .func = "mrp_add_sighandler" }, - { .line = 691, .func = "recalc_sigmask" }, - { .line = 709, .func = "mrp_del_sighandler" }, - { .line = 724, .func = "free_subloop" }, - { .line = 736, .func = "subloop_event_cb" }, - { .line = 750, .func = "mrp_add_subloop" }, - { .line = 786, .func = "mrp_del_subloop" }, - { .line = 823, .func = "super_io_cb" }, - { .line = 839, .func = "super_timer_cb" }, - { .line = 852, .func = "super_work_cb" }, - { .line = 897, .func = "mrp_set_superloop" }, - { .line = 941, .func = "mrp_clear_superloop" }, - { .line = 963, .func = "purge_io_watches" }, - { .line = 983, .func = "purge_timers" }, - { .line = 996, .func = "purge_deferred" }, - { .line = 1015, .func = "purge_sighandlers" }, - { .line = 1028, .func = "purge_deleted" }, - { .line = 1048, .func = "purge_subloops" }, - { .line = 1061, .func = "mrp_mainloop_create" }, - { .line = 1095, .func = "mrp_mainloop_destroy" }, - { .line = 1112, .func = "prepare_subloop" }, - { .line = 1224, .func = "prepare_subloops" }, - { .line = 1245, .func = "mrp_mainloop_prepare" }, - { .line = 1286, .func = "mrp_mainloop_poll" }, - { .line = 1315, .func = "poll_subloop" }, - { .line = 1340, .func = "dispatch_deferred" }, - { .line = 1362, .func = "dispatch_timers" }, - { .line = 1393, .func = "dispatch_subloops" }, - { .line = 1412, .func = "dispatch_slaves" }, - { .line = 1438, .func = "dispatch_poll_events" }, - { .line = 1470, .func = "mrp_mainloop_dispatch" }, - { .line = 1491, .func = "mrp_mainloop_iterate" }, - { .line = 1501, .func = "mrp_mainloop_run" }, - { .line = 1510, .func = "mrp_mainloop_quit" }, - { .line = 1522, .func = "dump_pollfds" }, + { .line = 183, .func = "add_slave_io_watch" }, + { .line = 217, .func = "slave_io_events" }, + { .line = 236, .func = "free_io_watch" }, + { .line = 257, .func = "mrp_add_io_watch" }, + { .line = 296, .func = "mrp_del_io_watch" }, + { .line = 310, .func = "delete_io_watch" }, + { .line = 364, .func = "time_now" }, + { .line = 377, .func = "usecs_to_msecs" }, + { .line = 387, .func = "insert_timer" }, + { .line = 420, .func = "rearm_timer" }, + { .line = 428, .func = "find_next_timer" }, + { .line = 447, .func = "mrp_add_timer" }, + { .line = 470, .func = "mrp_del_timer" }, + { .line = 491, .func = "delete_timer" }, + { .line = 502, .func = "mrp_add_deferred" }, + { .line = 523, .func = "mrp_del_deferred" }, + { .line = 537, .func = "delete_deferred" }, + { .line = 544, .func = "mrp_disable_deferred" }, + { .line = 551, .func = "disable_deferred" }, + { .line = 561, .func = "mrp_enable_deferred" }, + { .line = 577, .func = "delete_sighandler" }, + { .line = 584, .func = "dispatch_signals" }, + { .line = 614, .func = "setup_sighandlers" }, + { .line = 637, .func = "mrp_add_sighandler" }, + { .line = 662, .func = "recalc_sigmask" }, + { .line = 680, .func = "mrp_del_sighandler" }, + { .line = 695, .func = "free_subloop" }, + { .line = 707, .func = "subloop_event_cb" }, + { .line = 721, .func = "mrp_add_subloop" }, + { .line = 757, .func = "mrp_del_subloop" }, + { .line = 794, .func = "super_io_cb" }, + { .line = 810, .func = "super_timer_cb" }, + { .line = 823, .func = "super_work_cb" }, + { .line = 868, .func = "mrp_set_superloop" }, + { .line = 912, .func = "mrp_clear_superloop" }, + { .line = 934, .func = "purge_io_watches" }, + { .line = 954, .func = "purge_timers" }, + { .line = 967, .func = "purge_deferred" }, + { .line = 986, .func = "purge_sighandlers" }, + { .line = 999, .func = "purge_deleted" }, + { .line = 1019, .func = "purge_subloops" }, + { .line = 1032, .func = "mrp_mainloop_create" }, + { .line = 1066, .func = "mrp_mainloop_destroy" }, + { .line = 1083, .func = "prepare_subloop" }, + { .line = 1195, .func = "prepare_subloops" }, + { .line = 1216, .func = "mrp_mainloop_prepare" }, + { .line = 1257, .func = "mrp_mainloop_poll" }, + { .line = 1286, .func = "poll_subloop" }, + { .line = 1311, .func = "dispatch_deferred" }, + { .line = 1333, .func = "dispatch_timers" }, + { .line = 1364, .func = "dispatch_subloops" }, + { .line = 1383, .func = "dispatch_slaves" }, + { .line = 1409, .func = "dispatch_poll_events" }, + { .line = 1441, .func = "mrp_mainloop_dispatch" }, + { .line = 1462, .func = "mrp_mainloop_iterate" }, + { .line = 1472, .func = "mrp_mainloop_run" }, + { .line = 1481, .func = "mrp_mainloop_quit" }, + { .line = 1493, .func = "dump_pollfds" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_5 = { @@ -178,45 +178,45 @@ static mrp_debug_file_t file_5 = { /* common/mm.c */ static mrp_debug_info_t info_6[] = { - { .line = 95, .func = "setup" }, - { .line = 122, .func = "cleanup" }, - { .line = 133, .func = "memblk_alloc" }, - { .line = 160, .func = "memblk_resize" }, - { .line = 195, .func = "memblk_free" }, - { .line = 217, .func = "memblk_to_ptr" }, - { .line = 226, .func = "ptr_to_memblk" }, - { .line = 245, .func = "__mm_backtrace" }, - { .line = 257, .func = "__mm_alloc" }, - { .line = 270, .func = "__mm_realloc" }, - { .line = 288, .func = "__mm_memalign" }, - { .line = 305, .func = "__mm_free" }, - { .line = 325, .func = "__passthru_alloc" }, - { .line = 336, .func = "__passthru_realloc" }, - { .line = 347, .func = "__passthru_memalign" }, - { .line = 358, .func = "__passthru_free" }, - { .line = 373, .func = "mrp_mm_alloc" }, - { .line = 379, .func = "mrp_mm_realloc" }, - { .line = 386, .func = "mrp_mm_strdup" }, - { .line = 405, .func = "mrp_mm_memalign" }, - { .line = 412, .func = "mrp_mm_free" }, - { .line = 418, .func = "mrp_mm_config" }, - { .line = 446, .func = "mrp_mm_check" }, - { .line = 531, .func = "mrp_objpool_create" }, - { .line = 571, .func = "free_object" }, - { .line = 580, .func = "mrp_objpool_destroy" }, - { .line = 591, .func = "mrp_objpool_alloc" }, - { .line = 654, .func = "mrp_objpool_free" }, - { .line = 705, .func = "mrp_objpool_grow" }, - { .line = 713, .func = "mrp_objpool_shrink" }, - { .line = 721, .func = "pool_calc_sizes" }, - { .line = 804, .func = "pool_grow" }, - { .line = 825, .func = "pool_shrink" }, - { .line = 850, .func = "pool_foreach_object" }, - { .line = 869, .func = "chunk_foreach_object" }, - { .line = 899, .func = "chunk_empty" }, - { .line = 922, .func = "chunk_init" }, - { .line = 952, .func = "chunk_alloc" }, - { .line = 970, .func = "chunk_free" }, + { .line = 66, .func = "setup" }, + { .line = 93, .func = "cleanup" }, + { .line = 104, .func = "memblk_alloc" }, + { .line = 131, .func = "memblk_resize" }, + { .line = 166, .func = "memblk_free" }, + { .line = 188, .func = "memblk_to_ptr" }, + { .line = 197, .func = "ptr_to_memblk" }, + { .line = 216, .func = "__mm_backtrace" }, + { .line = 228, .func = "__mm_alloc" }, + { .line = 241, .func = "__mm_realloc" }, + { .line = 259, .func = "__mm_memalign" }, + { .line = 276, .func = "__mm_free" }, + { .line = 296, .func = "__passthru_alloc" }, + { .line = 307, .func = "__passthru_realloc" }, + { .line = 318, .func = "__passthru_memalign" }, + { .line = 329, .func = "__passthru_free" }, + { .line = 344, .func = "mrp_mm_alloc" }, + { .line = 350, .func = "mrp_mm_realloc" }, + { .line = 357, .func = "mrp_mm_strdup" }, + { .line = 376, .func = "mrp_mm_memalign" }, + { .line = 383, .func = "mrp_mm_free" }, + { .line = 389, .func = "mrp_mm_config" }, + { .line = 417, .func = "mrp_mm_check" }, + { .line = 502, .func = "mrp_objpool_create" }, + { .line = 542, .func = "free_object" }, + { .line = 551, .func = "mrp_objpool_destroy" }, + { .line = 562, .func = "mrp_objpool_alloc" }, + { .line = 625, .func = "mrp_objpool_free" }, + { .line = 676, .func = "mrp_objpool_grow" }, + { .line = 684, .func = "mrp_objpool_shrink" }, + { .line = 692, .func = "pool_calc_sizes" }, + { .line = 775, .func = "pool_grow" }, + { .line = 796, .func = "pool_shrink" }, + { .line = 821, .func = "pool_foreach_object" }, + { .line = 840, .func = "chunk_foreach_object" }, + { .line = 870, .func = "chunk_empty" }, + { .line = 893, .func = "chunk_init" }, + { .line = 923, .func = "chunk_alloc" }, + { .line = 941, .func = "chunk_free" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_6 = { @@ -226,40 +226,40 @@ static mrp_debug_file_t file_6 = { /* common/msg.c */ static mrp_debug_info_t info_7[] = { - { .line = 49, .func = "destroy_field" }, - { .line = 83, .func = "create_field" }, - { .line = 259, .func = "msg_destroy" }, - { .line = 275, .func = "mrp_msg_create" }, - { .line = 308, .func = "mrp_msg_ref" }, - { .line = 317, .func = "mrp_msg_unref" }, - { .line = 328, .func = "mrp_msg_append" }, - { .line = 347, .func = "mrp_msg_prepend" }, - { .line = 366, .func = "mrp_msg_find" }, - { .line = 381, .func = "field_type_name" }, - { .line = 434, .func = "mrp_msg_dump" }, - { .line = 566, .func = "mrp_msg_default_encode" }, - { .line = 718, .func = "mrp_msg_default_decode" }, - { .line = 944, .func = "guarded_array_size" }, - { .line = 983, .func = "counted_array_size" }, - { .line = 1000, .func = "get_array_size" }, - { .line = 1021, .func = "mrp_data_get_array_size" }, - { .line = 1027, .func = "get_blob_size" }, - { .line = 1054, .func = "mrp_data_get_blob_size" }, - { .line = 1060, .func = "check_and_init_array_descr" }, - { .line = 1093, .func = "mrp_msg_register_type" }, - { .line = 1150, .func = "mrp_msg_find_type" }, - { .line = 1170, .func = "cleanup_types" }, - { .line = 1178, .func = "mrp_data_encode" }, - { .line = 1343, .func = "member_type" }, - { .line = 1357, .func = "mrp_data_decode" }, - { .line = 1587, .func = "mrp_data_dump" }, - { .line = 1702, .func = "mrp_data_free" }, - { .line = 1737, .func = "mrp_msgbuf_write" }, - { .line = 1755, .func = "mrp_msgbuf_read" }, - { .line = 1762, .func = "mrp_msgbuf_cancel" }, - { .line = 1769, .func = "mrp_msgbuf_ensure" }, - { .line = 1795, .func = "mrp_msgbuf_reserve" }, - { .line = 1827, .func = "mrp_msgbuf_pull" }, + { .line = 20, .func = "destroy_field" }, + { .line = 54, .func = "create_field" }, + { .line = 230, .func = "msg_destroy" }, + { .line = 246, .func = "mrp_msg_create" }, + { .line = 279, .func = "mrp_msg_ref" }, + { .line = 288, .func = "mrp_msg_unref" }, + { .line = 299, .func = "mrp_msg_append" }, + { .line = 318, .func = "mrp_msg_prepend" }, + { .line = 337, .func = "mrp_msg_find" }, + { .line = 352, .func = "field_type_name" }, + { .line = 405, .func = "mrp_msg_dump" }, + { .line = 537, .func = "mrp_msg_default_encode" }, + { .line = 689, .func = "mrp_msg_default_decode" }, + { .line = 915, .func = "guarded_array_size" }, + { .line = 954, .func = "counted_array_size" }, + { .line = 971, .func = "get_array_size" }, + { .line = 992, .func = "mrp_data_get_array_size" }, + { .line = 998, .func = "get_blob_size" }, + { .line = 1025, .func = "mrp_data_get_blob_size" }, + { .line = 1031, .func = "check_and_init_array_descr" }, + { .line = 1064, .func = "mrp_msg_register_type" }, + { .line = 1121, .func = "mrp_msg_find_type" }, + { .line = 1141, .func = "cleanup_types" }, + { .line = 1149, .func = "mrp_data_encode" }, + { .line = 1314, .func = "member_type" }, + { .line = 1328, .func = "mrp_data_decode" }, + { .line = 1558, .func = "mrp_data_dump" }, + { .line = 1673, .func = "mrp_data_free" }, + { .line = 1708, .func = "mrp_msgbuf_write" }, + { .line = 1726, .func = "mrp_msgbuf_read" }, + { .line = 1733, .func = "mrp_msgbuf_cancel" }, + { .line = 1740, .func = "mrp_msgbuf_ensure" }, + { .line = 1766, .func = "mrp_msgbuf_reserve" }, + { .line = 1798, .func = "mrp_msgbuf_pull" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_7 = { @@ -269,21 +269,21 @@ static mrp_debug_file_t file_7 = { /* common/stream-transport.c */ static mrp_debug_info_t info_8[] = { - { .line = 73, .func = "parse_address" }, - { .line = 191, .func = "strm_resolve" }, - { .line = 241, .func = "strm_open" }, - { .line = 251, .func = "strm_createfrom" }, - { .line = 283, .func = "strm_bind" }, - { .line = 297, .func = "strm_listen" }, - { .line = 312, .func = "strm_accept" }, - { .line = 356, .func = "strm_close" }, - { .line = 375, .func = "strm_recv_cb" }, - { .line = 478, .func = "open_socket" }, - { .line = 515, .func = "strm_connect" }, - { .line = 551, .func = "strm_disconnect" }, - { .line = 568, .func = "strm_send" }, - { .line = 605, .func = "strm_sendraw" }, - { .line = 628, .func = "strm_senddata" }, + { .line = 44, .func = "parse_address" }, + { .line = 162, .func = "strm_resolve" }, + { .line = 212, .func = "strm_open" }, + { .line = 222, .func = "strm_createfrom" }, + { .line = 254, .func = "strm_bind" }, + { .line = 268, .func = "strm_listen" }, + { .line = 283, .func = "strm_accept" }, + { .line = 327, .func = "strm_close" }, + { .line = 346, .func = "strm_recv_cb" }, + { .line = 449, .func = "open_socket" }, + { .line = 486, .func = "strm_connect" }, + { .line = 522, .func = "strm_disconnect" }, + { .line = 539, .func = "strm_send" }, + { .line = 576, .func = "strm_sendraw" }, + { .line = 599, .func = "strm_senddata" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_8 = { @@ -293,30 +293,30 @@ static mrp_debug_file_t file_8 = { /* common/transport.c */ static mrp_debug_info_t info_9[] = { - { .line = 47, .func = "check_request_callbacks" }, - { .line = 71, .func = "mrp_transport_register" }, - { .line = 87, .func = "mrp_transport_unregister" }, - { .line = 93, .func = "find_transport" }, - { .line = 108, .func = "check_event_callbacks" }, - { .line = 133, .func = "mrp_transport_create" }, - { .line = 169, .func = "mrp_transport_create_from" }, - { .line = 206, .func = "type_matches" }, - { .line = 215, .func = "mrp_transport_resolve" }, - { .line = 239, .func = "mrp_transport_bind" }, - { .line = 253, .func = "mrp_transport_listen" }, - { .line = 273, .func = "mrp_transport_accept" }, - { .line = 303, .func = "purge_destroyed" }, - { .line = 315, .func = "mrp_transport_destroy" }, - { .line = 330, .func = "check_destroy" }, - { .line = 336, .func = "mrp_transport_connect" }, - { .line = 369, .func = "mrp_transport_disconnect" }, - { .line = 392, .func = "mrp_transport_send" }, - { .line = 410, .func = "mrp_transport_sendto" }, - { .line = 429, .func = "mrp_transport_sendraw" }, - { .line = 448, .func = "mrp_transport_sendrawto" }, - { .line = 467, .func = "mrp_transport_senddata" }, - { .line = 486, .func = "mrp_transport_senddatato" }, - { .line = 505, .func = "recv_data" }, + { .line = 18, .func = "check_request_callbacks" }, + { .line = 42, .func = "mrp_transport_register" }, + { .line = 58, .func = "mrp_transport_unregister" }, + { .line = 64, .func = "find_transport" }, + { .line = 79, .func = "check_event_callbacks" }, + { .line = 104, .func = "mrp_transport_create" }, + { .line = 140, .func = "mrp_transport_create_from" }, + { .line = 177, .func = "type_matches" }, + { .line = 186, .func = "mrp_transport_resolve" }, + { .line = 210, .func = "mrp_transport_bind" }, + { .line = 224, .func = "mrp_transport_listen" }, + { .line = 244, .func = "mrp_transport_accept" }, + { .line = 274, .func = "purge_destroyed" }, + { .line = 286, .func = "mrp_transport_destroy" }, + { .line = 301, .func = "check_destroy" }, + { .line = 307, .func = "mrp_transport_connect" }, + { .line = 340, .func = "mrp_transport_disconnect" }, + { .line = 363, .func = "mrp_transport_send" }, + { .line = 381, .func = "mrp_transport_sendto" }, + { .line = 400, .func = "mrp_transport_sendraw" }, + { .line = 419, .func = "mrp_transport_sendrawto" }, + { .line = 438, .func = "mrp_transport_senddata" }, + { .line = 457, .func = "mrp_transport_senddatato" }, + { .line = 476, .func = "recv_data" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_9 = { @@ -326,10 +326,10 @@ static mrp_debug_file_t file_9 = { /* common/utils.c */ static mrp_debug_info_t info_10[] = { - { .line = 45, .func = "notify_parent" }, - { .line = 58, .func = "mrp_daemonize" }, - { .line = 194, .func = "mrp_string_comp" }, - { .line = 200, .func = "mrp_string_hash" }, + { .line = 16, .func = "notify_parent" }, + { .line = 29, .func = "mrp_daemonize" }, + { .line = 165, .func = "mrp_string_comp" }, + { .line = 171, .func = "mrp_string_hash" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_10 = { @@ -353,5 +353,4 @@ static mrp_debug_file_t *debug_files[] = { NULL }; - #include diff --git a/src/common.h b/src/common.h index dc7af31..52ef5ac 100644 --- a/src/common.h +++ b/src/common.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_COMMON_H__ #define __MURPHY_COMMON_H__ diff --git a/src/common/dbus-glue.c b/src/common/dbus-glue.c index 8cb8fb3..d002e88 100644 --- a/src/common/dbus-glue.c +++ b/src/common/dbus-glue.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/dbus-transport.c b/src/common/dbus-transport.c index 05a92e4..8e86084 100644 --- a/src/common/dbus-transport.c +++ b/src/common/dbus-transport.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/dbus-transport.h b/src/common/dbus-transport.h index 77b5335..2bb9160 100644 --- a/src/common/dbus-transport.h +++ b/src/common/dbus-transport.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_DBUS_TRANSPORT_H__ #define __MURPHY_DBUS_TRANSPORT_H__ diff --git a/src/common/dbus.c b/src/common/dbus.c index d298cea..134a6c2 100644 --- a/src/common/dbus.c +++ b/src/common/dbus.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/dbus.h b/src/common/dbus.h index f17d1c1..0816006 100644 --- a/src/common/dbus.h +++ b/src/common/dbus.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_DBUS_H__ #define __MURPHY_DBUS_H__ diff --git a/src/common/debug-auto-register.c b/src/common/debug-auto-register.c index 974e343..ca07db3 100644 --- a/src/common/debug-auto-register.c +++ b/src/common/debug-auto-register.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - static void __attribute__((constructor)) register_debug_data(void) { mrp_debug_file_t *df; diff --git a/src/common/debug-info.h b/src/common/debug-info.h index b1d223f..8f05e32 100644 --- a/src/common/debug-info.h +++ b/src/common/debug-info.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_DEBUG_INFO_H__ #define __MURPHY_DEBUG_INFO_H__ diff --git a/src/common/debug.c b/src/common/debug.c index 22ad364..09e0167 100644 --- a/src/common/debug.c +++ b/src/common/debug.c @@ -1,31 +1,6 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ +#define _GNU_SOURCE +#include +#include #include #include @@ -326,6 +301,133 @@ int mrp_debug_dump_config(FILE *fp) return TRUE; } +#undef __DUMP_ELF_INFO__ + +#ifdef __DUMP_ELF_IFDO__ +static const char *segment_type(uint32_t type) +{ +#define T(type) case type: return #type + switch (type) { + T(PT_NULL); + T(PT_LOAD); + T(PT_DYNAMIC); + T(PT_INTERP); + T(PT_NOTE); + T(PT_SHLIB); + T(PT_PHDR); + T(PT_TLS); + T(PT_NUM); + T(PT_LOOS); + T(PT_GNU_EH_FRAME); + T(PT_GNU_STACK); + T(PT_GNU_RELRO); + T(PT_LOPROC); + T(PT_HIPROC); + default: + return "unknown"; + } +} + + +static const char *segment_flags(uint32_t flags) +{ + static char buf[4]; + + buf[0] = (flags & PF_R) ? 'r' : '-'; + buf[1] = (flags & PF_W) ? 'w' : '-'; + buf[2] = (flags & PF_X) ? 'x' : '-'; + buf[3] = '\0'; + + return buf; +} + +#endif /* __DUMP_ELF_INFO__ */ + +typedef struct { + FILE *fp; + int indent; +} list_opt_t; + +static int list_cb(struct dl_phdr_info *info, size_t size, void *data) +{ +#define P(fmt, args...) fprintf(opt->fp, "%*.*s"fmt, \ + opt->indent, opt->indent, "" , ## args) +#define RELOC(addr) (info->dlpi_addr + addr) + + list_opt_t *opt = (list_opt_t *)data; + const ElfW(Phdr) *h; + int i; + const char *beg, *end, *s, *func; + char file[512], *p; + int line; + + MRP_UNUSED(size); + +#ifdef __DUMP_ELF_INFO__ + P("%s (@%p)\n", + info->dlpi_name && *info->dlpi_name ? info->dlpi_name : "", + info->dlpi_addr); + P(" %d segments\n", info->dlpi_phnum); +#endif + + file[sizeof(file) - 1] = '\0'; + + for (i = 0; i < info->dlpi_phnum; i++) { + h = &info->dlpi_phdr[i]; +#if __DUMP_ELF_INFO__ + P(" #%d:\n", i); + P(" type: 0x%x (%s)\n", h->p_type, segment_type(h->p_type)); + P(" offset: 0x%lx\n", h->p_offset); + P(" vaddr: 0x%lx (0x%lx)\n", h->p_vaddr, RELOC(h->p_vaddr)); + P(" paddr: 0x%lx (0x%lx)\n", h->p_paddr, RELOC(h->p_paddr)); + P(" filesz: 0x%lx\n", h->p_filesz); + P(" memsz: 0x%lx\n", h->p_memsz); + P(" flags: 0x%x (%s)\n", h->p_flags, segment_flags(h->p_flags)); + P(" align: 0x%lx\n", h->p_align); +#endif + if (h->p_flags & PF_W) + continue; + + beg = (const char *)RELOC(h->p_vaddr); + end = (const char *)beg + h->p_memsz; + +#define PREFIX "__DEBUG_SITE_" +#define PREFIX_LEN 13 + for (s = beg; s < end - PREFIX_LEN; s++) { + if (!strncmp(s, PREFIX, PREFIX_LEN)) { + s += PREFIX_LEN; + if (*s != '\0') { + strncpy(file, s, sizeof(file) - 1); + p = strchr(file, ':'); + + if (p != NULL) { + *p = '\0'; + line = (int)strtoul(p + 1, NULL, 10); + func = mrp_debug_site_function(file, line); + } + else + func = NULL; + + if (func != NULL) + P("%s@%s\n", func, s); + else + P("%s\n", s); + } + } + } + } + + return 0; +} + + +void mrp_debug_dump_sites(FILE *fp, int indent) +{ + list_opt_t opt = { .fp = fp, .indent = indent }; + + dl_iterate_phdr(list_cb, (void *)&opt); +} + void mrp_debug_msg(const char *site, const char *file, int line, const char *func, const char *format, ...) diff --git a/src/common/debug.h b/src/common/debug.h index 0c5ab9b..502efca 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_DEBUG_H__ #define __MURPHY_DEBUG_H__ @@ -37,6 +8,8 @@ MRP_CDECL_BEGIN +#define MRP_DEBUG_SITE_PREFIX "__DEBUG_SITE" + /** Macro to generate a debug site string. */ #define MRP_DEBUG_SITE(file, line, func) \ "__DEBUG_SITE_"file":"MRP_STRINGIFY(line) @@ -73,6 +46,9 @@ int mrp_debug_set_config(const char *cmd); /** Dump the active debug configuration. */ int mrp_debug_dump_config(FILE *fp); +/** Dump all known debug sites. */ +void mrp_debug_dump_sites(FILE *fp, int indent); + /** Low-level log wrapper for debug messages. */ void mrp_debug_msg(const char *site, const char *file, int line, const char *func, const char *format, ...); diff --git a/src/common/dgram-transport.c b/src/common/dgram-transport.c index 373b7fa..f239379 100644 --- a/src/common/dgram-transport.c +++ b/src/common/dgram-transport.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/file-utils.c b/src/common/file-utils.c index 54b9d33..10759c2 100644 --- a/src/common/file-utils.c +++ b/src/common/file-utils.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/file-utils.h b/src/common/file-utils.h index 9642bbc..ab8e2cd 100644 --- a/src/common/file-utils.h +++ b/src/common/file-utils.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_FILEUTILS_H__ #define __MURPHY_FILEUTILS_H__ diff --git a/src/common/hashtbl.c b/src/common/hashtbl.c index 1e9d2ab..12dc833 100644 --- a/src/common/hashtbl.c +++ b/src/common/hashtbl.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include "murphy/common/mm.h" diff --git a/src/common/hashtbl.h b/src/common/hashtbl.h index bab8e4e..cf46109 100644 --- a/src/common/hashtbl.h +++ b/src/common/hashtbl.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_HASHTBL_H__ #define __MURPHY_HASHTBL_H__ diff --git a/src/common/list.h b/src/common/list.h index e11bda9..166f5d2 100644 --- a/src/common/list.h +++ b/src/common/list.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_LIST_H__ #define __MURPHY_LIST_H__ diff --git a/src/common/log.c b/src/common/log.c index 103076d..975b11a 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/log.h b/src/common/log.h index 8d8847c..24fbb9b 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_LOG_H__ #define __MURPHY_LOG_H__ diff --git a/src/common/macros.h b/src/common/macros.h index 7557280..eb63af6 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_MACROS_H__ #define __MURPHY_MACROS_H__ diff --git a/src/common/mainloop.c b/src/common/mainloop.c index 11eca73..2c1095e 100644 --- a/src/common/mainloop.c +++ b/src/common/mainloop.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/mainloop.h b/src/common/mainloop.h index bf58b16..134d78a 100644 --- a/src/common/mainloop.h +++ b/src/common/mainloop.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_MAINLOOP_H__ #define __MURPHY_MAINLOOP_H__ diff --git a/src/common/mm.c b/src/common/mm.c index ae9cd6b..9f44f9b 100644 --- a/src/common/mm.c +++ b/src/common/mm.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/mm.h b/src/common/mm.h index 621ec5f..1330330 100644 --- a/src/common/mm.h +++ b/src/common/mm.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_MM_H__ #define __MURPHY_MM_H__ diff --git a/src/common/msg.c b/src/common/msg.c index bc0437d..4787b41 100644 --- a/src/common/msg.c +++ b/src/common/msg.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/msg.h b/src/common/msg.h index 4c39787..f82a8fd 100644 --- a/src/common/msg.h +++ b/src/common/msg.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_MSG_H__ #define __MURPHY_MSG_H__ diff --git a/src/common/pulse-glue.c b/src/common/pulse-glue.c index aa54795..1bdb809 100644 --- a/src/common/pulse-glue.c +++ b/src/common/pulse-glue.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/pulse-glue.h b/src/common/pulse-glue.h index 1d77949..3621f88 100644 --- a/src/common/pulse-glue.h +++ b/src/common/pulse-glue.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_PULSE_H__ #define __MURPHY_PULSE_H__ diff --git a/src/common/refcnt.h b/src/common/refcnt.h index 9a22149..ffc0935 100644 --- a/src/common/refcnt.h +++ b/src/common/refcnt.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_REFCNT_H__ #define __MURPHY_REFCNT_H__ diff --git a/src/common/stream-transport.c b/src/common/stream-transport.c index c933584..303302c 100644 --- a/src/common/stream-transport.c +++ b/src/common/stream-transport.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/tests/dbus-pump.c b/src/common/tests/dbus-pump.c index 8e940c3..29a190f 100644 --- a/src/common/tests/dbus-pump.c +++ b/src/common/tests/dbus-pump.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/tests/dbus-test.c b/src/common/tests/dbus-test.c index 58f0a49..f6a25a3 100644 --- a/src/common/tests/dbus-test.c +++ b/src/common/tests/dbus-test.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/tests/glib-pump.c b/src/common/tests/glib-pump.c index ece07ff..ae8de84 100644 --- a/src/common/tests/glib-pump.c +++ b/src/common/tests/glib-pump.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/tests/hash-test.c b/src/common/tests/hash-test.c index 6195775..4cda814 100644 --- a/src/common/tests/hash-test.c +++ b/src/common/tests/hash-test.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/tests/mainloop-test.c b/src/common/tests/mainloop-test.c index baa20dc..34daa64 100644 --- a/src/common/tests/mainloop-test.c +++ b/src/common/tests/mainloop-test.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/tests/mm-test.c b/src/common/tests/mm-test.c index fc9ae57..d36fbd7 100644 --- a/src/common/tests/mm-test.c +++ b/src/common/tests/mm-test.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/tests/msg-test.c b/src/common/tests/msg-test.c index ff0c164..321ce1d 100644 --- a/src/common/tests/msg-test.c +++ b/src/common/tests/msg-test.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/tests/transport-test.c b/src/common/tests/transport-test.c index 4148029..2982c23 100644 --- a/src/common/tests/transport-test.c +++ b/src/common/tests/transport-test.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/transport.c b/src/common/transport.c index ce0f853..114e909 100644 --- a/src/common/transport.c +++ b/src/common/transport.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/common/transport.h b/src/common/transport.h index 4224566..eba922a 100644 --- a/src/common/transport.h +++ b/src/common/transport.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_TRANSPORT_H__ #define __MURPHY_TRANSPORT_H__ diff --git a/src/common/utils.c b/src/common/utils.c index 8fd1f76..2a83428 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/common/utils.h b/src/common/utils.h index fef28a8..32ba0b3 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_UTILS_H__ #define __MURPHY_UTILS_H__ diff --git a/src/console-client/client.c b/src/console-client/client.c index 081a08b..b9cf14f 100644 --- a/src/console-client/client.c +++ b/src/console-client/client.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/core-func-info.c b/src/core-func-info.c index 7a4ea03..bf3041d 100644 --- a/src/core-func-info.c +++ b/src/core-func-info.c @@ -3,31 +3,31 @@ /* core/console.c */ static mrp_debug_info_t info_0[] = { - { .line = 106, .func = "console_setup" }, - { .line = 115, .func = "console_cleanup" }, - { .line = 131, .func = "mrp_create_console" }, - { .line = 184, .func = "purge_destroyed" }, - { .line = 206, .func = "mrp_destroy_console" }, - { .line = 228, .func = "check_destroy" }, - { .line = 234, .func = "mrp_console_printf" }, - { .line = 247, .func = "mrp_set_console_prompt" }, - { .line = 274, .func = "find_group" }, - { .line = 300, .func = "find_command" }, - { .line = 317, .func = "mrp_console_add_group" }, - { .line = 328, .func = "mrp_console_del_group" }, - { .line = 339, .func = "mrp_console_add_core_group" }, - { .line = 350, .func = "mrp_console_del_core_group" }, - { .line = 361, .func = "input_evt" }, - { .line = 505, .func = "disconnected_evt" }, - { .line = 511, .func = "complete_evt" }, - { .line = 528, .func = "cookie_write" }, - { .line = 544, .func = "cookie_close" }, - { .line = 552, .func = "console_fopen" }, - { .line = 571, .func = "register_commands" }, - { .line = 577, .func = "unregister_commands" }, - { .line = 593, .func = "get_next_line" }, - { .line = 630, .func = "skip_whitespace" }, - { .line = 637, .func = "get_next_token" }, + { .line = 77, .func = "console_setup" }, + { .line = 86, .func = "console_cleanup" }, + { .line = 102, .func = "mrp_create_console" }, + { .line = 155, .func = "purge_destroyed" }, + { .line = 177, .func = "mrp_destroy_console" }, + { .line = 199, .func = "check_destroy" }, + { .line = 205, .func = "mrp_console_printf" }, + { .line = 218, .func = "mrp_set_console_prompt" }, + { .line = 245, .func = "find_group" }, + { .line = 271, .func = "find_command" }, + { .line = 288, .func = "mrp_console_add_group" }, + { .line = 299, .func = "mrp_console_del_group" }, + { .line = 310, .func = "mrp_console_add_core_group" }, + { .line = 321, .func = "mrp_console_del_core_group" }, + { .line = 332, .func = "input_evt" }, + { .line = 476, .func = "disconnected_evt" }, + { .line = 482, .func = "complete_evt" }, + { .line = 499, .func = "cookie_write" }, + { .line = 515, .func = "cookie_close" }, + { .line = 523, .func = "console_fopen" }, + { .line = 542, .func = "register_commands" }, + { .line = 548, .func = "unregister_commands" }, + { .line = 564, .func = "get_next_line" }, + { .line = 601, .func = "skip_whitespace" }, + { .line = 608, .func = "get_next_token" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_0 = { @@ -37,8 +37,8 @@ static mrp_debug_file_t file_0 = { /* core/context.c */ static mrp_debug_info_t info_1[] = { - { .line = 36, .func = "mrp_context_create" }, - { .line = 55, .func = "mrp_context_destroy" }, + { .line = 7, .func = "mrp_context_create" }, + { .line = 26, .func = "mrp_context_destroy" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_1 = { @@ -48,24 +48,24 @@ static mrp_debug_file_t file_1 = { /* core/plugin.c */ static mrp_debug_info_t info_2[] = { - { .line = 55, .func = "mrp_register_builtin_plugin" }, - { .line = 77, .func = "mrp_plugin_exists" }, - { .line = 95, .func = "check_plugin_version" }, - { .line = 113, .func = "check_plugin_singleton" }, - { .line = 125, .func = "mrp_load_plugin" }, - { .line = 245, .func = "load_plugin_cb" }, - { .line = 267, .func = "mrp_load_all_plugins" }, - { .line = 289, .func = "mrp_request_plugin" }, - { .line = 306, .func = "mrp_unload_plugin" }, - { .line = 352, .func = "mrp_start_plugins" }, - { .line = 376, .func = "mrp_start_plugin" }, - { .line = 385, .func = "mrp_stop_plugin" }, - { .line = 402, .func = "find_plugin_instance" }, - { .line = 419, .func = "find_plugin" }, - { .line = 435, .func = "open_dynamic" }, - { .line = 480, .func = "open_builtin" }, - { .line = 496, .func = "parse_plugin_arg" }, - { .line = 546, .func = "parse_plugin_args" }, + { .line = 26, .func = "mrp_register_builtin_plugin" }, + { .line = 48, .func = "mrp_plugin_exists" }, + { .line = 66, .func = "check_plugin_version" }, + { .line = 84, .func = "check_plugin_singleton" }, + { .line = 96, .func = "mrp_load_plugin" }, + { .line = 216, .func = "load_plugin_cb" }, + { .line = 238, .func = "mrp_load_all_plugins" }, + { .line = 260, .func = "mrp_request_plugin" }, + { .line = 277, .func = "mrp_unload_plugin" }, + { .line = 323, .func = "mrp_start_plugins" }, + { .line = 347, .func = "mrp_start_plugin" }, + { .line = 356, .func = "mrp_stop_plugin" }, + { .line = 373, .func = "find_plugin_instance" }, + { .line = 390, .func = "find_plugin" }, + { .line = 406, .func = "open_dynamic" }, + { .line = 451, .func = "open_builtin" }, + { .line = 467, .func = "parse_plugin_arg" }, + { .line = 517, .func = "parse_plugin_args" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_2 = { diff --git a/src/core.h b/src/core.h index d178d17..5d47670 100644 --- a/src/core.h +++ b/src/core.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CORE_H__ #define __MURPHY_CORE_H__ diff --git a/src/core/console-command.c b/src/core/console-command.c index ef680e2..329119e 100644 --- a/src/core/console-command.c +++ b/src/core/console-command.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #define DOTS "........................................................" \ "......................." @@ -298,128 +269,6 @@ static void debug_show(mrp_console_t *c, void *user_data, mrp_debug_dump_config(c->stdout); } -#define __GNU_SOURCE -#include -#include - -typedef struct { - mrp_console_t *c; -} list_data_t; - - -#undef __DUMP_ELF_INFO__ - -#ifdef __DUMP_ELF_IFDO__ -static const char *segment_type(uint32_t type) -{ -#define T(type) case type: return #type - switch (type) { - T(PT_NULL); - T(PT_LOAD); - T(PT_DYNAMIC); - T(PT_INTERP); - T(PT_NOTE); - T(PT_SHLIB); - T(PT_PHDR); - T(PT_TLS); - T(PT_NUM); - T(PT_LOOS); - T(PT_GNU_EH_FRAME); - T(PT_GNU_STACK); - T(PT_GNU_RELRO); - T(PT_LOPROC); - T(PT_HIPROC); - default: - return "unknown"; - } -} - - -static const char *segment_flags(uint32_t flags) -{ - static char buf[4]; - - buf[0] = (flags & PF_R) ? 'r' : '-'; - buf[1] = (flags & PF_W) ? 'w' : '-'; - buf[2] = (flags & PF_X) ? 'x' : '-'; - buf[3] = '\0'; - - return buf; -} - -#endif /* __DUMP_ELF_INFO__ */ - -static int list_cb(struct dl_phdr_info *info, size_t size, void *data) -{ -#define P(fmt, args...) fprintf(c->stdout, fmt , ## args) -#define RELOC(addr) (info->dlpi_addr + addr) - - mrp_console_t *c = (mrp_console_t *)data; - const ElfW(Phdr) *h; - int i; - const char *beg, *end, *s, *func; - char file[512], *p; - int line; - - MRP_UNUSED(size); - -#ifdef __DUMP_ELF_INFO__ - P("%s (@%p)\n", - info->dlpi_name && *info->dlpi_name ? info->dlpi_name : "", - info->dlpi_addr); - P(" %d segments\n", info->dlpi_phnum); -#endif - - file[sizeof(file) - 1] = '\0'; - - for (i = 0; i < info->dlpi_phnum; i++) { - h = &info->dlpi_phdr[i]; -#if __DUMP_ELF_INFO__ - P(" #%d:\n", i); - P(" type: 0x%x (%s)\n", h->p_type, segment_type(h->p_type)); - P(" offset: 0x%lx\n", h->p_offset); - P(" vaddr: 0x%lx (0x%lx)\n", h->p_vaddr, RELOC(h->p_vaddr)); - P(" paddr: 0x%lx (0x%lx)\n", h->p_paddr, RELOC(h->p_paddr)); - P(" filesz: 0x%lx\n", h->p_filesz); - P(" memsz: 0x%lx\n", h->p_memsz); - P(" flags: 0x%x (%s)\n", h->p_flags, segment_flags(h->p_flags)); - P(" align: 0x%lx\n", h->p_align); -#endif - if (h->p_flags & PF_W) - continue; - - beg = (const char *)RELOC(h->p_vaddr); - end = (const char *)beg + h->p_memsz; - -#define PREFIX "__DEBUG_SITE_" -#define PREFIX_LEN 13 - for (s = beg; s < end - PREFIX_LEN; s++) { - if (!strncmp(s, PREFIX, PREFIX_LEN)) { - s += PREFIX_LEN; - if (*s != '\0') { - strncpy(file, s, sizeof(file) - 1); - p = strchr(file, ':'); - - if (p != NULL) { - *p = '\0'; - line = (int)strtoul(p + 1, NULL, 10); - func = mrp_debug_site_function(file, line); - } - else - func = NULL; - - if (func != NULL) - P(" %s@%s\n", func, s); - else - P(" %s\n", s); - } - } - } - } - - return 0; -} - static void debug_list(mrp_console_t *c, void *user_data, int argc, char **argv) @@ -430,7 +279,7 @@ static void debug_list(mrp_console_t *c, void *user_data, MRP_UNUSED(argv); fprintf(c->stdout, "Available debug sites:\n"); - dl_iterate_phdr(list_cb, (void *)c); + mrp_debug_dump_sites(c->stdout, 4); } diff --git a/src/core/console-command.h b/src/core/console-command.h index 34bdac2..6300879 100644 --- a/src/core/console-command.h +++ b/src/core/console-command.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CONSOLE_COMMAND_H__ #define __MURPHY_CONSOLE_COMMAND_H__ diff --git a/src/core/console-priv.h b/src/core/console-priv.h index ac20de5..ecf37bb 100644 --- a/src/core/console-priv.h +++ b/src/core/console-priv.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CONSOLE_PRIV_H__ #define __MURPHY_CONSOLE_PRIV_H__ diff --git a/src/core/console.c b/src/core/console.c index 170ad83..7385ced 100644 --- a/src/core/console.c +++ b/src/core/console.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #define _GNU_SOURCE /* we want fopencookie */ #include #include diff --git a/src/core/console.h b/src/core/console.h index 58e8d8d..0d31147 100644 --- a/src/core/console.h +++ b/src/core/console.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CONSOLE_H__ #define __MURPHY_CONSOLE_H__ diff --git a/src/core/context.c b/src/core/context.c index 434e48c..d6067d7 100644 --- a/src/core/context.c +++ b/src/core/context.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/core/context.h b/src/core/context.h index 2575527..4057ee9 100644 --- a/src/core/context.h +++ b/src/core/context.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CONTEXT_H__ #define __MURPHY_CONTEXT_H__ diff --git a/src/core/plugin.c b/src/core/plugin.c index 1354858..e2e6df8 100644 --- a/src/core/plugin.c +++ b/src/core/plugin.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/core/plugin.h b/src/core/plugin.h index 9b39c92..5870892 100644 --- a/src/core/plugin.h +++ b/src/core/plugin.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_PLUGIN_H__ #define __MURPHY_PLUGIN_H__ diff --git a/src/daemon/config.c b/src/daemon/config.c index f00932d..6ef2f1d 100644 --- a/src/daemon/config.c +++ b/src/daemon/config.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/daemon/config.h b/src/daemon/config.h index 226b694..f085c3b 100644 --- a/src/daemon/config.h +++ b/src/daemon/config.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CONFIG_H__ #define __MURPHY_CONFIG_H__ diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 8aaf4ff..373dd47 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/linker-script.common b/src/linker-script.common index 06fb460..7035116 100644 --- a/src/linker-script.common +++ b/src/linker-script.common @@ -15,6 +15,7 @@ mrp_data_get_blob_size; mrp_debug_check; mrp_debug_dump_config; + mrp_debug_dump_sites; mrp_debug_enable; mrp_debug_msg; mrp_debug_register_file; diff --git a/src/murphy-db/include/murphy-db/assert.h b/src/murphy-db/include/murphy-db/assert.h index e3afc79..eb4f348 100644 --- a/src/murphy-db/include/murphy-db/assert.h +++ b/src/murphy-db/include/murphy-db/assert.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_ASSERT_H__ #define __MDB_ASSERT_H__ diff --git a/src/murphy-db/include/murphy-db/handle.h b/src/murphy-db/include/murphy-db/handle.h index 3a75ce6..84a2a86 100644 --- a/src/murphy-db/include/murphy-db/handle.h +++ b/src/murphy-db/include/murphy-db/handle.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_HANDLE_H__ #define __MDB_HANDLE_H__ diff --git a/src/murphy-db/include/murphy-db/hash.h b/src/murphy-db/include/murphy-db/hash.h index 2c35e3c..8be21b3 100644 --- a/src/murphy-db/include/murphy-db/hash.h +++ b/src/murphy-db/include/murphy-db/hash.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_HASH_H__ #define __MDB_HASH_H__ diff --git a/src/murphy-db/include/murphy-db/list.h b/src/murphy-db/include/murphy-db/list.h index 8c2668b..257de28 100644 --- a/src/murphy-db/include/murphy-db/list.h +++ b/src/murphy-db/include/murphy-db/list.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_LIST_H__ #define __MDB_LIST_H__ diff --git a/src/murphy-db/include/murphy-db/mdb.h b/src/murphy-db/include/murphy-db/mdb.h index 5b686e6..e725141 100644 --- a/src/murphy-db/include/murphy-db/mdb.h +++ b/src/murphy-db/include/murphy-db/mdb.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_MDB_H__ #define __MDB_MDB_H__ diff --git a/src/murphy-db/include/murphy-db/mqi-types.h b/src/murphy-db/include/murphy-db/mqi-types.h index b88e506..56a22b5 100644 --- a/src/murphy-db/include/murphy-db/mqi-types.h +++ b/src/murphy-db/include/murphy-db/mqi-types.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQI_TYPES_H__ #define __MQI_TYPES_H__ diff --git a/src/murphy-db/include/murphy-db/mqi.h b/src/murphy-db/include/murphy-db/mqi.h index bd66e1b..5ed4386 100644 --- a/src/murphy-db/include/murphy-db/mqi.h +++ b/src/murphy-db/include/murphy-db/mqi.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQI_MQI_H__ #define __MQI_MQI_H__ diff --git a/src/murphy-db/include/murphy-db/mql-result.h b/src/murphy-db/include/murphy-db/mql-result.h index e61d43b..aa9f206 100644 --- a/src/murphy-db/include/murphy-db/mql-result.h +++ b/src/murphy-db/include/murphy-db/mql-result.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQL_RESULT_H__ #define __MQL_RESULT_H__ diff --git a/src/murphy-db/include/murphy-db/mql-statement.h b/src/murphy-db/include/murphy-db/mql-statement.h index 3e843bf..8e019b5 100644 --- a/src/murphy-db/include/murphy-db/mql-statement.h +++ b/src/murphy-db/include/murphy-db/mql-statement.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQL_STATEMENT_H__ #define __MQL_STATEMENT_H__ diff --git a/src/murphy-db/include/murphy-db/mql-trigger.h b/src/murphy-db/include/murphy-db/mql-trigger.h index 19c4a76..4a545ff 100644 --- a/src/murphy-db/include/murphy-db/mql-trigger.h +++ b/src/murphy-db/include/murphy-db/mql-trigger.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQL_TRIGGER_H__ #define __MQL_TRIGGER_H__ diff --git a/src/murphy-db/include/murphy-db/mql.h b/src/murphy-db/include/murphy-db/mql.h index 9e54900..5c99027 100644 --- a/src/murphy-db/include/murphy-db/mql.h +++ b/src/murphy-db/include/murphy-db/mql.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQL_MQL_H__ #define __MQL_MQL_H__ diff --git a/src/murphy-db/include/murphy-db/sequence.h b/src/murphy-db/include/murphy-db/sequence.h index 3929b72..02f5584 100644 --- a/src/murphy-db/include/murphy-db/sequence.h +++ b/src/murphy-db/include/murphy-db/sequence.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_SEQUENCE_H__ #define __MDB_SEQUENCE_H__ diff --git a/src/murphy-db/mdb/column.c b/src/murphy-db/mdb/column.c index ad874b8..b5492ed 100644 --- a/src/murphy-db/mdb/column.c +++ b/src/murphy-db/mdb/column.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/column.h b/src/murphy-db/mdb/column.h index 846a1ba..4251e07 100644 --- a/src/murphy-db/mdb/column.h +++ b/src/murphy-db/mdb/column.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_COLUMN_H__ #define __MDB_COLUMN_H__ diff --git a/src/murphy-db/mdb/cond.c b/src/murphy-db/mdb/cond.c index 0da72ce..7039ff5 100644 --- a/src/murphy-db/mdb/cond.c +++ b/src/murphy-db/mdb/cond.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/cond.h b/src/murphy-db/mdb/cond.h index 82462a5..8531f72 100644 --- a/src/murphy-db/mdb/cond.h +++ b/src/murphy-db/mdb/cond.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_COND_H__ #define __MDB_COND_H__ diff --git a/src/murphy-db/mdb/handle.c b/src/murphy-db/mdb/handle.c index f2cf292..b79769b 100644 --- a/src/murphy-db/mdb/handle.c +++ b/src/murphy-db/mdb/handle.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/hash.c b/src/murphy-db/mdb/hash.c index 67c15f0..cecf811 100644 --- a/src/murphy-db/mdb/hash.c +++ b/src/murphy-db/mdb/hash.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/index.c b/src/murphy-db/mdb/index.c index d883baa..71f10d4 100644 --- a/src/murphy-db/mdb/index.c +++ b/src/murphy-db/mdb/index.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/index.h b/src/murphy-db/mdb/index.h index 3bdf930..b8a8278 100644 --- a/src/murphy-db/mdb/index.h +++ b/src/murphy-db/mdb/index.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_INDEX_H__ #define __MDB_INDEX_H__ diff --git a/src/murphy-db/mdb/log.c b/src/murphy-db/mdb/log.c index a02292b..77da619 100644 --- a/src/murphy-db/mdb/log.c +++ b/src/murphy-db/mdb/log.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/log.h b/src/murphy-db/mdb/log.h index fdef755..a6c6dc9 100644 --- a/src/murphy-db/mdb/log.h +++ b/src/murphy-db/mdb/log.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_LOG_H__ #define __MDB_LOG_H__ diff --git a/src/murphy-db/mdb/mqi-types.c b/src/murphy-db/mdb/mqi-types.c index c84ea64..a100b93 100644 --- a/src/murphy-db/mdb/mqi-types.c +++ b/src/murphy-db/mdb/mqi-types.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/murphy-db/mdb/row.c b/src/murphy-db/mdb/row.c index 0680f22..2d8662c 100644 --- a/src/murphy-db/mdb/row.c +++ b/src/murphy-db/mdb/row.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/row.h b/src/murphy-db/mdb/row.h index 1018ad1..70dfe4b 100644 --- a/src/murphy-db/mdb/row.h +++ b/src/murphy-db/mdb/row.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_ROW_H__ #define __MDB_ROW_H__ diff --git a/src/murphy-db/mdb/sequence.c b/src/murphy-db/mdb/sequence.c index 2f8fc6a..cd87cab 100644 --- a/src/murphy-db/mdb/sequence.c +++ b/src/murphy-db/mdb/sequence.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/table.c b/src/murphy-db/mdb/table.c index fef75c4..4b18702 100644 --- a/src/murphy-db/mdb/table.c +++ b/src/murphy-db/mdb/table.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/table.h b/src/murphy-db/mdb/table.h index 17312b9..5b8db23 100644 --- a/src/murphy-db/mdb/table.h +++ b/src/murphy-db/mdb/table.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_TABLE_H__ #define __MDB_TABLE_H__ diff --git a/src/murphy-db/mdb/transaction.c b/src/murphy-db/mdb/transaction.c index 36f682f..f72f123 100644 --- a/src/murphy-db/mdb/transaction.c +++ b/src/murphy-db/mdb/transaction.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/transaction.h b/src/murphy-db/mdb/transaction.h index c59fd83..f5246f8 100644 --- a/src/murphy-db/mdb/transaction.h +++ b/src/murphy-db/mdb/transaction.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_TRANSACTION_H__ #define __MDB_TRANSACTION_H__ diff --git a/src/murphy-db/mdb/trigger.c b/src/murphy-db/mdb/trigger.c index fa55368..5ff98b1 100644 --- a/src/murphy-db/mdb/trigger.c +++ b/src/murphy-db/mdb/trigger.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mdb/trigger.h b/src/murphy-db/mdb/trigger.h index 26af3d2..cdf1a5d 100644 --- a/src/murphy-db/mdb/trigger.h +++ b/src/murphy-db/mdb/trigger.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MDB_TRIGGER_H__ #define __MDB_TRIGGER_H__ diff --git a/src/murphy-db/mqi/db.h b/src/murphy-db/mqi/db.h index 367302d..9128378 100644 --- a/src/murphy-db/mqi/db.h +++ b/src/murphy-db/mqi/db.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQI_DB_H__ #define __MQI_DB_H__ diff --git a/src/murphy-db/mqi/mdb-backend.c b/src/murphy-db/mqi/mdb-backend.c index bf3ec97..2de336a 100644 --- a/src/murphy-db/mqi/mdb-backend.c +++ b/src/murphy-db/mqi/mdb-backend.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mqi/mdb-backend.h b/src/murphy-db/mqi/mdb-backend.h index e16db3b..7865855 100644 --- a/src/murphy-db/mqi/mdb-backend.h +++ b/src/murphy-db/mqi/mdb-backend.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MQI_MDB_BACKEND_H__ #define __MQI_MDB_BACKEND_H__ diff --git a/src/murphy-db/mqi/mqi.c b/src/murphy-db/mqi/mqi.c index a1a5b2b..defac38 100644 --- a/src/murphy-db/mqi/mqi.c +++ b/src/murphy-db/mqi/mqi.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mql/result.c b/src/murphy-db/mql/result.c index 3cb12d3..3d70edb 100644 --- a/src/murphy-db/mql/result.c +++ b/src/murphy-db/mql/result.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mql/statement.c b/src/murphy-db/mql/statement.c index 806e58a..be64463 100644 --- a/src/murphy-db/mql/statement.c +++ b/src/murphy-db/mql/statement.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mql/transaction.c b/src/murphy-db/mql/transaction.c index da21802..8f89a9e 100644 --- a/src/murphy-db/mql/transaction.c +++ b/src/murphy-db/mql/transaction.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/mql/trigger.c b/src/murphy-db/mql/trigger.c index feee9da..8bca1fe 100644 --- a/src/murphy-db/mql/trigger.c +++ b/src/murphy-db/mql/trigger.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/tests/check-libmdb.c b/src/murphy-db/tests/check-libmdb.c index f08ecdb..ca1963d 100644 --- a/src/murphy-db/tests/check-libmdb.c +++ b/src/murphy-db/tests/check-libmdb.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #ifndef LOGFILE diff --git a/src/murphy-db/tests/check-libmqi.c b/src/murphy-db/tests/check-libmqi.c index d93370a..1fd8eee 100644 --- a/src/murphy-db/tests/check-libmqi.c +++ b/src/murphy-db/tests/check-libmqi.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/murphy-db/tests/check-libmql.c b/src/murphy-db/tests/check-libmql.c index 9827731..b81488e 100644 --- a/src/murphy-db/tests/check-libmql.c +++ b/src/murphy-db/tests/check-libmql.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/plugin-console-func-info.c b/src/plugin-console-func-info.c index 66fc4cb..8b13b64 100644 --- a/src/plugin-console-func-info.c +++ b/src/plugin-console-func-info.c @@ -3,19 +3,19 @@ /* plugins/plugin-console.c */ static mrp_debug_info_t info_0[] = { - { .line = 81, .func = "write_req" }, - { .line = 104, .func = "tcp_close_req" }, - { .line = 116, .func = "udp_close_req" }, - { .line = 135, .func = "set_prompt_req" }, - { .line = 152, .func = "free_req" }, - { .line = 158, .func = "recv_evt" }, - { .line = 184, .func = "recvfrom_evt" }, - { .line = 233, .func = "closed_evt" }, - { .line = 250, .func = "connection_evt" }, - { .line = 286, .func = "strm_setup" }, - { .line = 333, .func = "dgrm_setup" }, - { .line = 389, .func = "console_init" }, - { .line = 424, .func = "console_exit" }, + { .line = 52, .func = "write_req" }, + { .line = 75, .func = "tcp_close_req" }, + { .line = 87, .func = "udp_close_req" }, + { .line = 106, .func = "set_prompt_req" }, + { .line = 123, .func = "free_req" }, + { .line = 129, .func = "recv_evt" }, + { .line = 155, .func = "recvfrom_evt" }, + { .line = 204, .func = "closed_evt" }, + { .line = 221, .func = "connection_evt" }, + { .line = 257, .func = "strm_setup" }, + { .line = 304, .func = "dgrm_setup" }, + { .line = 360, .func = "console_init" }, + { .line = 395, .func = "console_exit" }, { .line = 0, .func = NULL } }; static mrp_debug_file_t file_0 = { diff --git a/src/plugins/console-protocol.h b/src/plugins/console-protocol.h index 9d49cec..48b41b2 100644 --- a/src/plugins/console-protocol.h +++ b/src/plugins/console-protocol.h @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #ifndef __MURPHY_CONSOLE_PROTOCOL_H__ #define __MURPHY_CONSOLE_PROTOCOL_H__ diff --git a/src/plugins/plugin-console.c b/src/plugins/plugin-console.c index 069030f..7176d39 100644 --- a/src/plugins/plugin-console.c +++ b/src/plugins/plugin-console.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include #include diff --git a/src/plugins/plugin-dbus.c b/src/plugins/plugin-dbus.c index d0d9c26..231cd12 100644 --- a/src/plugins/plugin-dbus.c +++ b/src/plugins/plugin-dbus.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include diff --git a/src/plugins/plugin-glib.c b/src/plugins/plugin-glib.c index d87d6cf..e117427 100644 --- a/src/plugins/plugin-glib.c +++ b/src/plugins/plugin-glib.c @@ -1,32 +1,3 @@ -/* - * Copyright (c) 2012, Intel Corporation - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Intel Corporation nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - #include #include -- 2.7.4