diff --git a/CMakeLists.txt b/CMakeLists.txt index 1847010..077d7bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +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/. +# file, You can obtain one at https://mozilla.org/MPL/2.0/. cmake_minimum_required(VERSION 3.6 FATAL_ERROR) project(hindsight VERSION 0.16.0 LANGUAGES C) diff --git a/LICENSE b/LICENSE index bac71fc..41ba897 100644 --- a/LICENSE +++ b/LICENSE @@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice 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/. + file, You can obtain one at https://mozilla.org/MPL/2.0/. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE diff --git a/README.md b/README.md index 03949dd..4f98725 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ is stable and changes infrequently. There is also a [Hindsight Administration U available for monitoring, debugging and plugin management (you can check out a running instance here: [hsadmin](https://hsadmin.trink.com/)) -* [Full Documentation](http://mozilla-services.github.io/hindsight) +* [Full Documentation](https://mozilla-services.github.io/hindsight) * Support * Chat: [Matrix](https://chat.mozilla.org/#/room/#hindsight:mozilla.org) * Mailing list: https://mail.mozilla.org/listinfo/hindsight @@ -26,7 +26,7 @@ running instance here: [hsadmin](https://hsadmin.trink.com/)) ### Prerequisites * Clang 3.1 or GCC 4.7+ -* CMake (3.6+) - http://cmake.org/cmake/resources/software.html +* CMake (3.6+) - https://cmake.org/cmake/resources/software.html * lua_sandbox (1.2.3+) - https://github.com/mozilla-services/lua_sandbox * OpenSSL (1.0.x+, optional) diff --git a/benchmarks/run/analysis/counter.lua b/benchmarks/run/analysis/counter.lua index d64d0f3..8273763 100644 --- a/benchmarks/run/analysis/counter.lua +++ b/benchmarks/run/analysis/counter.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. local cnt = 0 diff --git a/benchmarks/run/input/input_test.lua b/benchmarks/run/input/input_test.lua index 5a2dd09..1e3ffe3 100644 --- a/benchmarks/run/input/input_test.lua +++ b/benchmarks/run/input/input_test.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. require "io" diff --git a/benchmarks/run/output/counter.lua b/benchmarks/run/output/counter.lua index 95084d1..4b9f0f7 100644 --- a/benchmarks/run/output/counter.lua +++ b/benchmarks/run/output/counter.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. local cnt = 0 diff --git a/benchmarks/run_hsr/input/readmsg.lua b/benchmarks/run_hsr/input/readmsg.lua index 1819181..e7574dd 100644 --- a/benchmarks/run_hsr/input/readmsg.lua +++ b/benchmarks/run_hsr/input/readmsg.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. require "io" require "string" diff --git a/benchmarks/run_hsr/input/tcpinput.lua b/benchmarks/run_hsr/input/tcpinput.lua index 01ee920..3de5768 100644 --- a/benchmarks/run_hsr/input/tcpinput.lua +++ b/benchmarks/run_hsr/input/tcpinput.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. require "coroutine" local socket = require "socket" diff --git a/benchmarks/run_hsr/output/tcpoutput.lua b/benchmarks/run_hsr/output/tcpoutput.lua index be3d9fb..c6db914 100644 --- a/benchmarks/run_hsr/output/tcpoutput.lua +++ b/benchmarks/run_hsr/output/tcpoutput.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. local socket = require "socket" diff --git a/benchmarks/run_multiple/input/input_test.lua b/benchmarks/run_multiple/input/input_test.lua index 5b8e846..492c073 100644 --- a/benchmarks/run_multiple/input/input_test.lua +++ b/benchmarks/run_multiple/input/input_test.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. require "io" diff --git a/cmake/mozsvc.cmake b/cmake/mozsvc.cmake index ff37a5b..b8d032d 100644 --- a/cmake/mozsvc.cmake +++ b/cmake/mozsvc.cmake @@ -1,10 +1,10 @@ # 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/. +# file, You can obtain one at https://mozilla.org/MPL/2.0/. if(MSVC) - # Predefined Macros: http://msdn.microsoft.com/en-us/library/b0084kay.aspx - # Compiler options: http://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx + # Predefined Macros: https://msdn.microsoft.com/en-us/library/b0084kay.aspx + # Compiler options: https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx # set a high warning level and treat them as errors set(CMAKE_C_FLAGS "/W3 /WX") @@ -18,7 +18,7 @@ if(MSVC) set(CPACK_GENERATOR "NSIS") else() # Predefined Macros: clang|gcc -dM -E -x c /dev/null - # Compiler options: http://gcc.gnu.org/onlinedocs/gcc/Invoking-GCC.html#Invoking-GCC + # Compiler options: https://gcc.gnu.org/onlinedocs/gcc/Invoking-GCC.html#Invoking-GCC set(CMAKE_C_FLAGS "-std=c99 -pedantic -Werror -Wno-error=deprecated -Wall -Wextra -fPIC") set(CMAKE_C_FLAGS_DEBUG "-g") diff --git a/docs/index.md b/docs/index.md index 9ded181..9003e82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,12 +16,12 @@ So how much lighter and faster? see: [Performance](performance.md) * [Architecture](architecture.md) * [Configuration](configuration.md) * [Command Line Version](hindsight_cli.md) -* [Heka Sandbox Documentation](http://mozilla-services.github.io/lua_sandbox/heka/index.html) -* [Sandbox Extensions Documentation](http://mozilla-services.github.io/lua_sandbox_extensions/index.html) +* [Heka Sandbox Documentation](https://mozilla-services.github.io/lua_sandbox/heka/index.html) +* [Sandbox Extensions Documentation](https://mozilla-services.github.io/lua_sandbox_extensions/index.html) ### Differences from Heka -1. [Sandbox API Differences](http://mozilla-services.github.io/lua_sandbox/heka/index.html#sandbox-api-changes-from-the-go-heka-sandbox) +1. [Sandbox API Differences](https://mozilla-services.github.io/lua_sandbox/heka/index.html#sandbox-api-changes-from-the-go-heka-sandbox) 1. The message matcher now uses Lua string match patterns instead of RE2 expressions. 1. Looping messages in Heka, injecting messages back to an earlier point in the diff --git a/docs/tutorials/using_decoders_with_input_plugins.md b/docs/tutorials/using_decoders_with_input_plugins.md index 646cff0..1fee88c 100644 --- a/docs/tutorials/using_decoders_with_input_plugins.md +++ b/docs/tutorials/using_decoders_with_input_plugins.md @@ -19,7 +19,7 @@ configurations discussed here are independent from the input plugin being used. ## Definition of Terms -* [Input Plugin](http://mozilla-services.github.io/lua_sandbox/heka/input.html) - +* [Input Plugin](https://mozilla-services.github.io/lua_sandbox/heka/input.html) - A piece of Lua code that loads data into Hindsight * Decoders/Sub-decoders - Zero or more stages during the input process where the raw data is transformed into a more useful form @@ -44,7 +44,7 @@ This is an example of a basic syslog decoder that extracts the header information (timestamp, hostname, pid, programname) and the message string. The only thing required to configure the basic syslog decoder is the template configuration specified in the -[rsyslog.conf](http://rsyslog-5-8-6-doc.neocities.org/rsyslog_conf_templates.html) +[rsyslog.conf](https://rsyslog-5-8-6-doc.neocities.org/rsyslog_conf_templates.html) file. The template below is the RSYSLOG_TraditionalFileFormat without the new line at the end since that is consumed by the file input. The Uuid (type 4 random) and Logger (input plugin name) are added to the output by Hindsight. diff --git a/gen_gh_pages.lua b/gen_gh_pages.lua index 6f122d7..ec4d277 100644 --- a/gen_gh_pages.lua +++ b/gen_gh_pages.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. require "os" require "io" @@ -16,8 +16,8 @@ local function output_menu(output_dir, version) * [Configuration](configuration.md) * [Command Line Version](hindsight_cli.md) * [Execution Profiling](hindsight_timer_report.md) -* [Heka Sandbox Documentation](http://mozilla-services.github.io/lua_sandbox/heka/index.html) -* [Sandbox Extensions Documentation](http://mozilla-services.github.io/lua_sandbox_extensions/index.html) +* [Heka Sandbox Documentation](https://mozilla-services.github.io/lua_sandbox/heka/index.html) +* [Sandbox Extensions Documentation](https://mozilla-services.github.io/lua_sandbox_extensions/index.html) ### Tutorials diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7b3b0f5..b015314 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +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/. +# file, You can obtain one at https://mozilla.org/MPL/2.0/. set(HINDSIGHT_SRC hindsight.c diff --git a/src/hindsight.c b/src/hindsight.c index 51c9bb1..1fdea63 100644 --- a/src/hindsight.c +++ b/src/hindsight.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight main executable @file */ diff --git a/src/hs_analysis_plugins.c b/src/hs_analysis_plugins.c index 5fda23f..f9f85f2 100644 --- a/src/hs_analysis_plugins.c +++ b/src/hs_analysis_plugins.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ +* file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight analysis plugin loader @file */ diff --git a/src/hs_analysis_plugins.h b/src/hs_analysis_plugins.h index 07c050a..c19a948 100644 --- a/src/hs_analysis_plugins.h +++ b/src/hs_analysis_plugins.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight analysis sandbox loader @file */ diff --git a/src/hs_checkpoint_reader.c b/src/hs_checkpoint_reader.c index 95b7f70..3bb9ebe 100644 --- a/src/hs_checkpoint_reader.c +++ b/src/hs_checkpoint_reader.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight checkpoint_reader implementation @file */ diff --git a/src/hs_checkpoint_reader.h b/src/hs_checkpoint_reader.h index 209f6c4..dc8e0b3 100644 --- a/src/hs_checkpoint_reader.h +++ b/src/hs_checkpoint_reader.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight checkpoint reader functions and structures @file */ diff --git a/src/hs_checkpoint_writer.c b/src/hs_checkpoint_writer.c index ca5e3db..6e8b6bf 100644 --- a/src/hs_checkpoint_writer.c +++ b/src/hs_checkpoint_writer.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight checkpoint_writer implementation @file */ diff --git a/src/hs_checkpoint_writer.h b/src/hs_checkpoint_writer.h index bf12441..ecca119 100644 --- a/src/hs_checkpoint_writer.h +++ b/src/hs_checkpoint_writer.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight checkpoint functions and structures @file */ diff --git a/src/hs_config.c b/src/hs_config.c index 6a07d92..c806f57 100644 --- a/src/hs_config.c +++ b/src/hs_config.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ +* file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight configuration implementation @file */ diff --git a/src/hs_config.h b/src/hs_config.h index 8313943..8ae3249 100644 --- a/src/hs_config.h +++ b/src/hs_config.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight main configuration module @file */ diff --git a/src/hs_input.c b/src/hs_input.c index ecbaa02..0c0ab1f 100644 --- a/src/hs_input.c +++ b/src/hs_input.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight input implementation @file */ diff --git a/src/hs_input.h b/src/hs_input.h index 123c24d..4050e3f 100644 --- a/src/hs_input.h +++ b/src/hs_input.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight input facility @file */ diff --git a/src/hs_input_plugins.c b/src/hs_input_plugins.c index 7d0fb55..adb8be5 100644 --- a/src/hs_input_plugins.c +++ b/src/hs_input_plugins.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ +* file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight configuration loader @file */ #define _GNU_SOURCE diff --git a/src/hs_input_plugins.h b/src/hs_input_plugins.h index 70f6725..8112700 100644 --- a/src/hs_input_plugins.h +++ b/src/hs_input_plugins.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight input plugins @file */ diff --git a/src/hs_logger.c b/src/hs_logger.c index d2d31bb..0969faf 100644 --- a/src/hs_logger.c +++ b/src/hs_logger.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight logging implementation @file */ diff --git a/src/hs_logger.h b/src/hs_logger.h index 01d1a1a..1676ede 100644 --- a/src/hs_logger.h +++ b/src/hs_logger.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight logging facility @file */ diff --git a/src/hs_output.c b/src/hs_output.c index 2d0cbcb..8472ca6 100644 --- a/src/hs_output.c +++ b/src/hs_output.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight output implementation @file */ diff --git a/src/hs_output.h b/src/hs_output.h index 6bad129..826bb93 100644 --- a/src/hs_output.h +++ b/src/hs_output.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight output functions and structures @file */ diff --git a/src/hs_output_plugins.c b/src/hs_output_plugins.c index 836b4f8..1891a99 100644 --- a/src/hs_output_plugins.c +++ b/src/hs_output_plugins.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ +* file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight output plugin loader @file */ diff --git a/src/hs_output_plugins.h b/src/hs_output_plugins.h index 6ceca6f..2f6cd10 100644 --- a/src/hs_output_plugins.h +++ b/src/hs_output_plugins.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight output sandbox loader @file */ diff --git a/src/hs_sslutil.c b/src/hs_sslutil.c index 0d0a810..562e7f4 100644 --- a/src/hs_sslutil.c +++ b/src/hs_sslutil.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight sslutil implementation @file */ diff --git a/src/hs_sslutil.h b/src/hs_sslutil.h index b087448..66f2549 100644 --- a/src/hs_sslutil.h +++ b/src/hs_sslutil.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight utility functions for sandboxes using OpenSSL @file */ diff --git a/src/hs_util.c b/src/hs_util.c index dabdf05..fab637b 100644 --- a/src/hs_util.c +++ b/src/hs_util.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight util implementation @file */ diff --git a/src/hs_util.h b/src/hs_util.h index 28494a2..7a73c78 100644 --- a/src/hs_util.h +++ b/src/hs_util.h @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Hindsight utility functions @file */ diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 33ffbfb..9b987b3 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,6 +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/. +# file, You can obtain one at https://mozilla.org/MPL/2.0/. configure_file(test.h.in test.h ESCAPE_QUOTES) include_directories(${CMAKE_CURRENT_BINARY_DIR}) diff --git a/src/test/sandbox/analysis.lua b/src/test/sandbox/analysis.lua index 8a41ab4..0341b17 100644 --- a/src/test/sandbox/analysis.lua +++ b/src/test/sandbox/analysis.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. local function test_array(a) assert(type(a) == "table", type(a)) diff --git a/src/test/sandbox/input.lua b/src/test/sandbox/input.lua index 551b644..1e6cec9 100644 --- a/src/test/sandbox/input.lua +++ b/src/test/sandbox/input.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. function process_message() assert(read_config("cfg_name") == "input") diff --git a/src/test/sandbox/output.lua b/src/test/sandbox/output.lua index ba626c7..2d63fe0 100644 --- a/src/test/sandbox/output.lua +++ b/src/test/sandbox/output.lua @@ -1,6 +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/. +-- file, You can obtain one at https://mozilla.org/MPL/2.0/. function process_message() assert(read_config("cfg_name") == "output") diff --git a/src/test/test.h.in b/src/test/test.h.in index 2c5b85f..dfbb624 100644 --- a/src/test/test.h.in +++ b/src/test/test.h.in @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight unit tests macros @file */ diff --git a/src/test/test_config.c b/src/test/test_config.c index 8c093e1..d0bd4bc 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -2,7 +2,7 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** @brief Hindsight unit tests @file */