Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run/analysis/counter.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run/input/input_test.lua
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run/output/counter.lua
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run_hsr/input/readmsg.lua
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run_hsr/input/tcpinput.lua
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run_hsr/output/tcpoutput.lua
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/run_multiple/input/input_test.lua
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
8 changes: 4 additions & 4 deletions cmake/mozsvc.cmake
Original file line number Diff line number Diff line change
@@ -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")
Expand All @@ -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")

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/using_decoders_with_input_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions gen_gh_pages.lua
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hindsight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_analysis_plugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_analysis_plugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_checkpoint_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_checkpoint_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_checkpoint_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_checkpoint_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_input_plugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hs_input_plugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_output_plugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_output_plugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_sslutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_sslutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/hs_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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})
Expand Down
2 changes: 1 addition & 1 deletion src/test/sandbox/analysis.lua
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
Loading