Prechádzať zdrojové kódy

License change: added license note at the beginning of every .c/.h file

FlorianPalm 7 rokov pred
rodič
commit
55cbdc83d7
86 zmenil súbory, kde vykonal 258 pridanie a 0 odobranie
  1. 3 0
      deps/libc_string.c
  2. 3 0
      deps/libc_time.c
  3. 3 0
      deps/libc_time.h
  4. 3 0
      deps/ms_stdint.h
  5. 3 0
      deps/pcg_basic.c
  6. 3 0
      deps/pcg_basic.h
  7. 3 0
      deps/queue.h
  8. 3 0
      include/ua_client.h
  9. 3 0
      include/ua_client_highlevel.h
  10. 3 0
      include/ua_connection.h
  11. 3 0
      include/ua_constants.h
  12. 3 0
      include/ua_job.h
  13. 3 0
      include/ua_log.h
  14. 3 0
      include/ua_server.h
  15. 3 0
      include/ua_server_external_ns.h
  16. 3 0
      include/ua_types.h
  17. 3 0
      plugins/ua_accesscontrol_default.c
  18. 3 0
      plugins/ua_accesscontrol_default.h
  19. 3 0
      plugins/ua_clock.c
  20. 3 0
      plugins/ua_config_standard.c
  21. 3 0
      plugins/ua_config_standard.h
  22. 3 0
      plugins/ua_log_stdout.c
  23. 3 0
      plugins/ua_log_stdout.h
  24. 3 0
      plugins/ua_network_tcp.c
  25. 3 0
      plugins/ua_network_tcp.h
  26. 3 0
      plugins/ua_network_udp.c
  27. 3 0
      plugins/ua_network_udp.h
  28. 3 0
      src/client/ua_client.c
  29. 3 0
      src/client/ua_client_highlevel.c
  30. 3 0
      src/client/ua_client_highlevel_subscriptions.c
  31. 3 0
      src/client/ua_client_internal.h
  32. 3 0
      src/server/ua_nodes.c
  33. 3 0
      src/server/ua_nodes.h
  34. 3 0
      src/server/ua_nodestore.c
  35. 3 0
      src/server/ua_nodestore.h
  36. 3 0
      src/server/ua_nodestore_concurrent.c
  37. 3 0
      src/server/ua_securechannel_manager.c
  38. 3 0
      src/server/ua_securechannel_manager.h
  39. 3 0
      src/server/ua_server.c
  40. 3 0
      src/server/ua_server_binary.c
  41. 3 0
      src/server/ua_server_internal.h
  42. 3 0
      src/server/ua_server_utils.c
  43. 3 0
      src/server/ua_server_worker.c
  44. 3 0
      src/server/ua_services.h
  45. 3 0
      src/server/ua_services_attribute.c
  46. 3 0
      src/server/ua_services_call.c
  47. 3 0
      src/server/ua_services_discovery.c
  48. 3 0
      src/server/ua_services_nodemanagement.c
  49. 3 0
      src/server/ua_services_securechannel.c
  50. 3 0
      src/server/ua_services_session.c
  51. 3 0
      src/server/ua_services_subscription.c
  52. 3 0
      src/server/ua_services_view.c
  53. 3 0
      src/server/ua_session_manager.c
  54. 3 0
      src/server/ua_session_manager.h
  55. 3 0
      src/server/ua_subscription.c
  56. 3 0
      src/server/ua_subscription.h
  57. 3 0
      src/ua_connection.c
  58. 3 0
      src/ua_connection_internal.h
  59. 3 0
      src/ua_securechannel.c
  60. 3 0
      src/ua_securechannel.h
  61. 3 0
      src/ua_session.c
  62. 3 0
      src/ua_session.h
  63. 3 0
      src/ua_types.c
  64. 3 0
      src/ua_types_encoding_binary.c
  65. 3 0
      src/ua_types_encoding_binary.h
  66. 3 0
      src/ua_util.h
  67. 3 0
      tests/check_chunking.c
  68. 3 0
      tests/check_client.c
  69. 3 0
      tests/check_client_subscriptions.c
  70. 3 0
      tests/check_discovery.c
  71. 3 0
      tests/check_nodestore.c
  72. 3 0
      tests/check_server_binary_messages.c
  73. 3 0
      tests/check_server_jobs.c
  74. 3 0
      tests/check_server_userspace.c
  75. 3 0
      tests/check_services_attributes.c
  76. 3 0
      tests/check_services_nodemanagement.c
  77. 3 0
      tests/check_services_subscriptions.c
  78. 3 0
      tests/check_services_view.c
  79. 3 0
      tests/check_session.c
  80. 3 0
      tests/check_types_builtin.c
  81. 3 0
      tests/check_types_custom.c
  82. 3 0
      tests/check_types_memory.c
  83. 3 0
      tests/check_types_range.c
  84. 3 0
      tests/check_utils.c
  85. 3 0
      tests/testing_networklayers.c
  86. 3 0
      tests/testing_networklayers.h

+ 3 - 0
deps/libc_string.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.

+ 3 - 0
deps/libc_time.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * Originally released by the musl project (http://www.musl-libc.org/) under the
  * MIT license. Taken from the file /src/time/__secs_to_tm.c

+ 3 - 0
deps/libc_time.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef LIBC_TIME_H_
 #define LIBC_TIME_H_
 

+ 3 - 0
deps/ms_stdint.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 // ISO C9x  compliant stdint.h for Microsoft Visual Studio
 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 
 // 

+ 3 - 0
deps/pcg_basic.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * PCG Random Number Generation for C.
  *

+ 3 - 0
deps/pcg_basic.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * PCG Random Number Generation for C.
  *

+ 3 - 0
deps/queue.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*	$OpenBSD: queue.h,v 1.38 2013/07/03 15:05:21 fgsch Exp $	*/
 /*	$NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $	*/
 

+ 3 - 0
include/ua_client.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* Copyright (C) 2014-2016 the contributors as stated in the AUTHORS file
  *
  * This file is part of open62541. open62541 is free software: you can

+ 3 - 0
include/ua_client_highlevel.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * Copyright (C) 2014-2016 the contributors as stated in the AUTHORS file
  *

+ 3 - 0
include/ua_connection.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * Copyright (C) 2014-2016 the contributors as stated in the AUTHORS file
  *

+ 3 - 0
include/ua_constants.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* Copyright (C) 2013-2016 the contributors as stated in the AUTHORS file
  *
  * This file is part of open62541. open62541 is free software: you can

+ 3 - 0
include/ua_job.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
  /*
  * Copyright (C) 2014 the contributors as stated in the AUTHORS file
  *

+ 3 - 0
include/ua_log.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * Copyright (C) 2014-2016 the contributors as stated in the AUTHORS file
  *

+ 3 - 0
include/ua_server.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /*
  * Copyright (C) 2014 the contributors as stated in the AUTHORS file
  *

+ 3 - 0
include/ua_server_external_ns.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
  /*
  * Copyright (C) 2014 the contributors as stated in the AUTHORS file
  *

+ 3 - 0
include/ua_types.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* Copyright (C) 2013-2016 the contributors as stated in the AUTHORS file
  *
  * This file is part of open62541. open62541 is free software: you can

+ 3 - 0
plugins/ua_accesscontrol_default.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_accesscontrol_default.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_clock.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_config_standard.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_config_standard.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_log_stdout.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_log_stdout.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_network_tcp.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_network_tcp.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_network_udp.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
plugins/ua_network_udp.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
 

+ 3 - 0
src/client/ua_client.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_client.h"
 #include "ua_client_highlevel.h"

+ 3 - 0
src/client/ua_client_highlevel.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_client.h"
 #include "ua_nodeids.h"
 #include "ua_client_highlevel.h"

+ 3 - 0
src/client/ua_client_highlevel_subscriptions.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_client_highlevel.h"
 #include "ua_client_internal.h"
 #include "ua_util.h"

+ 3 - 0
src/client/ua_client_internal.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_CLIENT_INTERNAL_H_
 #define UA_CLIENT_INTERNAL_H_
 

+ 3 - 0
src/server/ua_nodes.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_nodes.h"
 #include "ua_nodestore.h"

+ 3 - 0
src/server/ua_nodes.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_NODES_H_
 #define UA_NODES_H_
 

+ 3 - 0
src/server/ua_nodestore.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_nodestore.h"
 #include "ua_server_internal.h"
 #include "ua_util.h"

+ 3 - 0
src/server/ua_nodestore.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_NODESTORE_H_
 #define UA_NODESTORE_H_
 

+ 3 - 0
src/server/ua_nodestore_concurrent.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_nodestore.h"
 #include "ua_server_internal.h"

+ 3 - 0
src/server/ua_securechannel_manager.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_securechannel_manager.h"
 #include "ua_session.h"
 #include "ua_server_internal.h"

+ 3 - 0
src/server/ua_securechannel_manager.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_CHANNEL_MANAGER_H_
 #define UA_CHANNEL_MANAGER_H_
 

+ 3 - 0
src/server/ua_server.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_types.h"
 #include "ua_server_internal.h"
 #include "ua_securechannel_manager.h"

+ 3 - 0
src/server/ua_server_binary.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_server_internal.h"
 #include "ua_services.h"

+ 3 - 0
src/server/ua_server_internal.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_SERVER_INTERNAL_H_
 #define UA_SERVER_INTERNAL_H_
 

+ 3 - 0
src/server/ua_server_utils.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 
 /**********************/

+ 3 - 0
src/server/ua_server_worker.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_server_internal.h"
 

+ 3 - 0
src/server/ua_services.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_SERVICES_H_
 #define UA_SERVICES_H_
 

+ 3 - 0
src/server/ua_services_attribute.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_services.h"
 #ifdef UA_ENABLE_NONSTANDARD_STATELESS

+ 3 - 0
src/server/ua_services_call.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_services.h"
 #include "ua_server_internal.h"
 

+ 3 - 0
src/server/ua_services_discovery.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_services.h"
 

+ 3 - 0
src/server/ua_services_nodemanagement.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_services.h"
 

+ 3 - 0
src/server/ua_services_securechannel.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_services.h"
 #include "ua_securechannel_manager.h"

+ 3 - 0
src/server/ua_services_session.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_services.h"
 #include "ua_server_internal.h"
 #include "ua_session_manager.h"

+ 3 - 0
src/server/ua_services_subscription.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_services.h"
 #include "ua_subscription.h"

+ 3 - 0
src/server/ua_services_view.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server_internal.h"
 #include "ua_services.h"
 

+ 3 - 0
src/server/ua_session_manager.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_session_manager.h"
 #include "ua_server_internal.h"
 

+ 3 - 0
src/server/ua_session_manager.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_SESSION_MANAGER_H_
 #define UA_SESSION_MANAGER_H_
 

+ 3 - 0
src/server/ua_subscription.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_subscription.h"
 #include "ua_server_internal.h"
 #include "ua_types_encoding_binary.h"

+ 3 - 0
src/server/ua_subscription.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_SUBSCRIPTION_H_
 #define UA_SUBSCRIPTION_H_
 

+ 3 - 0
src/ua_connection.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_connection_internal.h"
 #include "ua_types_encoding_binary.h"

+ 3 - 0
src/ua_connection_internal.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_CONNECTION_INTERNAL_H_
 #define UA_CONNECTION_INTERNAL_H_
 

+ 3 - 0
src/ua_securechannel.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_securechannel.h"
 #include "ua_session.h"

+ 3 - 0
src/ua_securechannel.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_SECURECHANNEL_H_
 #define UA_SECURECHANNEL_H_
 

+ 3 - 0
src/ua_session.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_session.h"
 #include "ua_types_generated_handling.h"
 #include "ua_util.h"

+ 3 - 0
src/ua_session.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_SESSION_H_
 #define UA_SESSION_H_
 

+ 3 - 0
src/ua_types.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_types.h"
 #include "ua_types_generated.h"

+ 3 - 0
src/ua_types_encoding_binary.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_util.h"
 #include "ua_types_encoding_binary.h"
 #include "ua_types_generated.h"

+ 3 - 0
src/ua_types_encoding_binary.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_TYPES_ENCODING_BINARY_H_
 #define UA_TYPES_ENCODING_BINARY_H_
 

+ 3 - 0
src/ua_util.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef UA_UTIL_H_
 #define UA_UTIL_H_
 

+ 3 - 0
tests/check_chunking.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_types.h"
 #include "ua_types_encoding_binary.h"
 #include "ua_types_generated.h"

+ 3 - 0
tests/check_client.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>

+ 3 - 0
tests/check_client_subscriptions.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>

+ 3 - 0
tests/check_discovery.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>

+ 3 - 0
tests/check_nodestore.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>

+ 3 - 0
tests/check_server_binary_messages.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdlib.h>
 #include <stdio.h>
 #include "check.h"

+ 3 - 0
tests/check_server_jobs.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server.h"
 #include "server/ua_server_internal.h"
 #include "ua_config_standard.h"

+ 3 - 0
tests/check_server_userspace.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 

+ 3 - 0
tests/check_services_attributes.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>

+ 3 - 0
tests/check_services_nodemanagement.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>

+ 3 - 0
tests/check_services_subscriptions.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_server.h"
 #include "server/ua_services.h"
 #include "server/ua_server_internal.h"

+ 3 - 0
tests/check_services_view.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 

+ 3 - 0
tests/check_session.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 

+ 3 - 0
tests/check_types_builtin.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>

+ 3 - 0
tests/check_types_custom.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_types.h"
 #include "ua_types_generated_handling.h"
 #include "ua_types_encoding_binary.h"

+ 3 - 0
tests/check_types_memory.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #define _XOPEN_SOURCE 500
 #include <stdlib.h>
 #include <stdio.h>

+ 3 - 0
tests/check_types_range.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include "ua_types.h"
 #include "ua_types_generated_handling.h"
 #include "ua_util.h"

+ 3 - 0
tests/check_utils.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdlib.h>
 
 #include "ua_types.h"

+ 3 - 0
tests/testing_networklayers.c

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #include <stdlib.h>
 #include "testing_networklayers.h"
 

+ 3 - 0
tests/testing_networklayers.h

@@ -1,3 +1,6 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public 
+* License, v. 2.0. If a copy of the MPL was not distributed with this 
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 
 #ifndef TESTING_NETWORKLAYERS_H_
 #define TESTING_NETWORKLAYERS_H_