0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 22:38:55 +00:00

Updated copyright notices ()

* updated copyright notices everywhere (I hope)

* Update makeself.lsm

* Update coverity-scan.sh

* make all newlines be linux, not windows

* remove copyright from all files (the take it from the repo), unless it is printed to users
This commit is contained in:
Costa Tsaousis 2024-12-20 15:25:45 +02:00 committed by GitHub
parent c5b05b4545
commit 5928070239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
107 changed files with 1749 additions and 1941 deletions
.github/scripts
REDISTRIBUTED.md
docs
developer-and-contributor-corner
diagrams
netdata-installer.shnetdata.spec.in
packaging
src
system
initd/init.d
lsb/init.d

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This is a tool to help removal of packages from packagecloud.io
# It utilizes the package_cloud utility provided from packagecloud.io
@ -10,10 +11,8 @@
# 1) PKG_CLOUD_TOKEN variable exported
# 2) To properly install package_cloud when not found, it requires: ruby gcc gcc-c++ ruby-devel
#
# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
#
# Author : Pavlos Emm. Katsoulakis (paul@netdata.cloud)
#shellcheck disable=SC2068,SC2145
set -e
PKG_CLOUD_CONFIG="$HOME/.package_cloud_configuration.cfg"

View file

@ -1,7 +1,7 @@
# Redistributed software
Netdata copyright info:<br/>
Copyright 2023, Netdata Inc.<br/>
Copyright 2018-2025 Netdata Inc.<br/>
Released under [GPL v3 or later](https://raw.githubusercontent.com/netdata/netdata/master/LICENSE).
Netdata uses SPDX license tags to identify the license for its files.

View file

@ -160,15 +160,15 @@ capitalization. In summary:
Docker, Apache, NGINX)
- Avoid camel case (NetData) or all caps (NETDATA).
Whenever you refer to the company Netdata, Inc., or the open-source monitoring Agent the company develops, capitalize both words.
Whenever you refer to the company Netdata Inc., or the open-source monitoring Agent the company develops, capitalize both words.
However, if youre referring to a process, user, or group on a Linux system, use lowercase and fence the word in an
inline code block: `` `netdata` ``.
| | |
|-----------------|------------------------------------------------------------------------------------------------|
| Not recommended | The netdata agent, which spawns the netdata process, is actively maintained by netdata, inc. |
| **Recommended** | The Netdata Agent, which spawns the `netdata` process, is actively maintained by Netdata, Inc. |
| Not recommended | The netdata agent, which spawns the netdata process, is actively maintained by Netdata Inc. |
| **Recommended** | The Netdata Agent, which spawns the `netdata` process, is actively maintained by Netdata Inc. |
#### Capitalization of document titles and page headings

View file

@ -294,7 +294,7 @@
<mxCell id="110" value="" style="shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.mscae.cloud.api_management;fillColor=#0079D6;fontSize=20;align=center;" parent="1" vertex="1">
<mxGeometry x="91" y="562" width="35" height="30" as="geometry" />
</mxCell>
<UserObject label="&lt;div style=&quot;text-align: right&quot;&gt;&lt;b&gt;&lt;font style=&quot;font-size: 24px&quot;&gt;netdata&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right&quot;&gt;simple. effective. awesome!&lt;/div&gt;&lt;div style=&quot;text-align: right&quot;&gt;&lt;b&gt;https://netdata.cloud&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right&quot;&gt;&lt;span style=&quot;font-size: 14px&quot;&gt;&lt;br&gt;(C) Copyright 2023&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px&quot;&gt;Netdata, Inc.&lt;/span&gt;&lt;/div&gt;" link="https://netdata.cloud" id="111">
<UserObject label="&lt;div style=&quot;text-align: right&quot;&gt;&lt;b&gt;&lt;font style=&quot;font-size: 24px&quot;&gt;netdata&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right&quot;&gt;simple. effective. awesome!&lt;/div&gt;&lt;div style=&quot;text-align: right&quot;&gt;&lt;b&gt;https://netdata.cloud&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right&quot;&gt;&lt;span style=&quot;font-size: 14px&quot;&gt;&lt;br&gt;(C) Copyright 2018-2025&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px&quot;&gt;Netdata Inc.&lt;/span&gt;&lt;/div&gt;" link="https://netdata.cloud" id="111">
<mxCell style="text;html=1;resizable=0;points=[];autosize=1;align=left;verticalAlign=top;spacingTop=-4;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="994" y="1763.666748046875" width="270" height="160" as="geometry" />
</mxCell>

View file

@ -429,7 +429,7 @@ if [ "$(id -u)" -ne 0 ] && [ -z "${NETDATA_PREPARE_ONLY}" ]; then
fi
netdata_banner
progress "real-time performance monitoring, done right!"
progress "monitoring and troubleshooting, transformed!"
cat << BANNER1
You are about to build and install netdata to your system.
@ -999,7 +999,7 @@ fi
# -----------------------------------------------------------------------------
# check if we can re-start netdata
# TODO(paulfantom): Creation of configuration file should be handled by a build system. Additionally we shouldn't touch configuration files in /etc/netdata/...
# TODO: Creation of configuration file should be handled by a build system. Additionally we shouldn't touch configuration files in /etc/netdata/...
started=0
if [ ${DONOTSTART} -eq 1 ]; then
create_netdata_conf "${NETDATA_PREFIX}/etc/netdata/netdata.conf"

View file

@ -120,7 +120,7 @@ AutoReqProv: yes
# Filter known bogus deps that would be caught by AutoReqProv.
%global __requires_exclude_from ^%{_libdir}/%{name}/system/.*$
Summary: Real-time performance monitoring, done right!
Summary: Netdata - Monitoring and troubleshooting, transformed!
Name: netdata
Version: %{version}
Release: 1%{?dist}
@ -1051,7 +1051,7 @@ fi
- Fix /etc/netdata permissions
* Mon Sep 23 2019 Konstantinos Natsakis <konstantinos.natsakis@gmail.com> 0.0.0-9
- Do not build CUPS plugin subpackage on CentOS 6 and CentOS 7
* Tue Aug 20 2019 Pavlos Emm. Katsoulakis <paul@netdat.acloud> - 0.0.0-8
* Tue Aug 20 2019 Pavlos Emm. Katsoulakis <paul@netdata.cloud> - 0.0.0-8
- Split CUPS functionality on separate package
* Fri Jun 28 2019 Pavlos Emm. Katsoulakis <paul@netdata.cloud> - 0.0.0-7
- Raise the path overrides to the spec file level, not just the configure.

View file

@ -1,6 +1,4 @@
#!/bin/sh
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-v3+
#
# Check if we need to install a Go toolchain.

View file

@ -1,9 +1,7 @@
# Custom CMake module to find the Go toolchain
#
# Copyright (c) 2024 Netdata Inc
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Custom CMake module to find the Go toolchain
#
# This is a relatively orthodox CMake Find Module. It can be used by
# simply including it and then invoking `find_package(Go)`.
#

View file

@ -1,7 +1,5 @@
# Functions to simplify handling of extra compiler flags.
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Functions to simplify handling of extra compiler flags.
include(CheckCCompilerFlag)
include(CheckCXXCompilerFlag)

View file

@ -1,7 +1,5 @@
# CMake module to handle fetching and installing the dashboard code
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# CMake module to handle fetching and installing the dashboard code
include(NetdataUtil)

View file

@ -1,7 +1,5 @@
# CMake Module to handle all the systemd-related checks for Netdata.
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# CMake Module to handle all the systemd-related checks for Netdata.
macro(detect_systemd)
find_library(SYSTEMD_LIBRARY NAMES systemd)

View file

@ -1,7 +1,5 @@
# Handling for eBPF CO-RE files
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Handling for eBPF CO-RE files
include(ExternalProject)

View file

@ -1,7 +1,5 @@
# Handling for eBPF legacy programs
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Handling for eBPF legacy programs
include(ExternalProject)
include(NetdataUtil)

View file

@ -1,7 +1,5 @@
# Extra tools for working with FetchContent on older CMake
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Extra tools for working with FetchContent on older CMake
# FetchContent_MakeAvailable_NoInstall
#

View file

@ -1,8 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Macros and functions to assist in working with Go
#
# Copyright (c) 2024 Netdata Inc
#
# SPDX-License-Identifier: GPL
if(CMAKE_BUILD_TYPE STREQUAL Debug)
set(GO_LDFLAGS "-X github.com/netdata/netdata/go/plugins/pkg/buildinfo.Version=${NETDATA_VERSION_STRING}")

View file

@ -1,7 +1,5 @@
# Functions and macros for handling of JSON-C
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Functions and macros for handling of JSON-C
# Handle bundling of json-c.
#

View file

@ -1,7 +1,5 @@
# Handling for libbpf (used by the eBPF plugin)
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Handling for libbpf (used by the eBPF plugin)
include(ExternalProject)
include(NetdataUtil)

View file

@ -1,7 +1,5 @@
# Macros and functions for handling of Protobuf
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Macros and functions for handling of Protobuf
# Prepare a vendored copy of Protobuf for use with Netdata.
function(netdata_bundle_protobuf)

View file

@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Functions and macros for handling of Sentry
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Handle bundling of Sentry.
#
# This pulls it in as a sub-project using FetchContent functionality.

View file

@ -1,7 +1,5 @@
# Utility functions used by other modules.
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Utility functions used by other modules.
include_guard()

View file

@ -1,6 +1,4 @@
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Function to provide information regarding the Netdata version.
#
# The high-level logic is (a) use git-describe, (b) fallback to info from

View file

@ -1,7 +1,5 @@
# Functions and macros for handling of libYAML
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
# Functions and macros for handling of libYAML
# Handle bundling of libyaml.
#

View file

@ -1,10 +1,10 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Netdata
Upstream-Contact: Costa Tsaousis <costa@tsaousis.gr>
Upstream-Contact: Netdata Inc. <info@netdata.cloud>
Source: https://github.com/netdata/netdata
Files: *
Copyright: 2014-2016, Costa Tsaousis
Copyright: Copyright 2018-2025 Netdata Inc.
License: GPL-3+
On Debian systems, the complete text of the GNU General Public
License version 3 can be found in /usr/share/common-licenses/GPL-3.

View file

@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# author : paulfantom
# This image contains preinstalled dependencies
# hadolint ignore=DL3007

View file

@ -1,12 +1,8 @@
#!/usr/bin/env bash
#
# Entry point script for netdata
#
# Copyright: 2018 and later Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Author : Pavlos Emm. Katsoulakis <paul@netdata.cloud>
# Author : Austin S. Hemmelgarn <austin@netdata.cloud>
# Entry point script for netdata
set -e
if [ ! -w / ] && [ "${EUID}" -eq 0 ]; then

View file

@ -1,4 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This is the netdata uninstaller script
#
@ -6,11 +7,6 @@
# - NETDATA_PREFIX
# - NETDATA_ADDED_TO_GROUPS
#
# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
#
# Author: Paweł Krupa <paulfantom@gmail.com>
# Author: Pavlos Emm. Katsoulakis <paul@netdata.cloud>
#
# Next unused error code: R0005
usage="$(basename "$0") [-h] [-f ] -- program to calculate the answer to life, the universe and everything

View file

@ -1,5 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Netdata updater utility
#
# Variables needed by script:
@ -20,13 +21,6 @@
#
# - TMPDIR (set to a usable temporary directory)
# - NETDATA_NIGHTLIES_BASEURL (set the base url for downloading the dist tarball)
#
# Copyright: 2018-2023 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Author: Paweł Krupa <paulfantom@gmail.com>
# Author: Pavlos Emm. Katsoulakis <paul@netdata.cloud>
# Author: Austin S. Hemmelgarn <austin@netdata.cloud>
# Next unused error code: U001D

View file

@ -1,11 +1,8 @@
#!/usr/bin/env sh
# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
#
# Installation script for the alpine host
# to prepare the static binary
#
# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
#
# Author: Paul Emm. Katsoulakis <paul@netdata.cloud>
apk update || exit 1
apk upgrade || exit 1

View file

@ -1,12 +1,11 @@
^
|.-. .-. .-. .-. . netdata
| '-' '-' '-' '-' real-time performance monitoring, done right!
| '-' '-' '-' '-' monitoring and troubleshooting, transformed!
+----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->
(C) Copyright 2017, Costa Tsaousis
All rights reserved
Released under GPL v3+
Copyright 2018-2025 Netdata Inc.
SPDX-License-Identifier: GPL-3.0-or-later
You are about to install netdata to this system.
netdata will be installed at:

View file

@ -1,12 +1,11 @@
^
|.-. .-. .-. .-. . netdata
| '-' '-' '-' '-' real-time performance monitoring, done right!
| '-' '-' '-' '-' monitoring and troubleshooting, transformed!
+----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->
(C) Copyright 2017-2023, Costa Tsaousis
All rights reserved
Released under GPL v3+
Copyright 2018-2025 Netdata Inc.
SPDX-License-Identifier: GPL-3.0-or-later
You are about to install netdata to this system.
netdata will be installed at:

View file

@ -1,15 +1,15 @@
Begin3
Title: netdata
Version: NETDATA_VERSION
Description: netdata is a system for distributed real-time performance and health monitoring.
Description: Netdata - Monitoring and troubleshooting, transformed!
It provides unparalleled insights, in real-time, of everything happening on the
system it runs (including applications such as web and database servers), using
systems it runs (including applications such as web and database servers), using
modern interactive web dashboards. netdata is fast and efficient, designed to
permanently run on all systems (physical & virtual servers, containers, IoT
devices), without disrupting their core function.
Keywords: real-time performance and health monitoring
Author: Costa Tsaousis (costa@tsaousis.gr)
Maintained-by: Costa Tsaousis (costa@tsaousis.gr)
Author: Netdata Inc.
Maintained-by: Netdata Inc.
Original-site: https://netdata.cloud/
Platform: Unix
Copying-policy: GPL

View file

@ -1,14 +1,9 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# shellcheck disable=SC1091,SC2230,SC2086
#
# Coverity scan script
#
# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
#
# Author : Costa Tsaousis (costa@netdata.cloud)
# Author : Pawel Krupa (paulfantom)
# Author : Pavlos Emm. Katsoulakis (paul@netdata.cloud)
# shellcheck disable=SC1091,SC2230,SC2086
# To run manually, save configuration to .coverity-scan.conf like this:
#
# the repository to report to coverity - devs can set here their own fork

View file

@ -1,5 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-only
// Copyright (C) 2020 Timotej Šiškovič
#include <unistd.h>
#include <stdio.h>

View file

@ -1,6 +1,4 @@
#!/bin/sh
#
# Copyright (c) 2024 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# %%NEW_CLAIMING_METHOD%%

View file

@ -1,11 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/*
* netdata apps.plugin
* (C) Copyright 2023 Netdata Inc.
* Released under GPL v3+
*/
#include "apps_plugin.h"
#include "libnetdata/required_dummies.h"
@ -509,7 +503,7 @@ static void parse_args(int argc, char **argv)
fprintf(stderr,
"\n"
" netdata apps.plugin %s\n"
" Copyright (C) 2016-2017 Costa Tsaousis <costa@tsaousis.gr>\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"

View file

@ -1,13 +1,9 @@
#!/usr/bin/env bash
#shellcheck disable=SC2001
# netdata
# real-time performance and health monitoring, done right!
# (C) 2023 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to find a better name for cgroups
#
#shellcheck disable=SC2001
export PATH="${PATH}:/sbin:/usr/sbin:/usr/local/sbin:@sbindir_POST@"
export LC_ALL=C

View file

@ -1,11 +1,9 @@
#!/usr/bin/env bash
# shellcheck disable=SC1117
# SPDX-License-Identifier: GPL-3.0-or-later
#
# cgroup-network-helper.sh
# detect container and virtual machine interfaces
#
# (C) 2023 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This script is called as root (by cgroup-network), with either a pid, or a cgroup path.
# It tries to find all the network interfaces that belong to the same cgroup.
@ -20,6 +18,7 @@
#
# 3. this script, calls virsh to find libvirt network interfaces.
#
# shellcheck disable=SC1117
# -----------------------------------------------------------------------------

View file

@ -1,10 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
#
# charts.d.plugin allows easy development of BASH plugins
#

View file

@ -1,11 +1,6 @@
# shellcheck shell=bash
# no need for shebang - this file is loaded from charts.d.plugin
# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
#
# shellcheck shell=bash
# if this chart is called X.chart.sh, then all functions and global variables
# must start with X_

View file

@ -1,9 +1,5 @@
# no need for shebang - this file is loaded from charts.d.plugin
# netdata
# real-time performance and health monitoring, done right!
# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# SPDX-License-Identifier: GPL-3.0-or-later
# to enable this chart, you have to set this to 12345
# (just a demonstration for something that needs to be checked)

View file

@ -1,12 +1,7 @@
# shellcheck shell=bash disable=SC1117
# no need for shebang - this file is loaded from charts.d.plugin
# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# shellcheck shell=bash disable=SC1117
#
# _update_every is a special variable - it holds the number of seconds
# between the calls of the _update() function
libreswan_update_every=1

View file

@ -1,10 +1,5 @@
# no need for shebang - this file is loaded from charts.d.plugin
# netdata
# real-time performance and health monitoring, done right!
# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
#
# SPDX-License-Identifier: GPL-3.0-or-later
# the data collection frequency
# if unset, will inherit the netdata update frequency

View file

@ -1,11 +1,6 @@
# shellcheck shell=bash disable=SC1117,SC2154,SC2086
# no need for shebang - this file is loaded from charts.d.plugin
# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
#
# shellcheck shell=bash disable=SC1117,SC2154,SC2086
opensips_opts="fifo get_statistics all"
opensips_cmd=

View file

@ -1,9 +1,5 @@
# no need for shebang - this file is loaded from charts.d.plugin
# netdata
# real-time performance and health monitoring, done right!
# (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
# SPDX-License-Identifier: GPL-3.0-or-later
#opensips_opts="fifo get_statistics all"
#opensips_cmd=

View file

@ -1,11 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/*
* netdata cups.plugin
* (C) Copyright 2017-2018 Simon Nagl <simon.nagl@gmx.de>
* Released under GPL v3+
*/
#include "libnetdata/libnetdata.h"
#include "libnetdata/required_dummies.h"
@ -53,9 +47,9 @@ void print_help() {
"\n"
"netdata cups.plugin %s\n"
"\n"
"Copyright (C) 2017-2018 Simon Nagl <simon.nagl@gmx.de>\n"
"Copyright 2018-2025 Netdata Inc.\n"
"Original Author: Simon Nagl <simon.nagl@gmx.de>\n"
"Released under GNU General Public License v3+.\n"
"All rights reserved.\n"
"\n"
"This program is a data collector plugin for netdata.\n"
"\n"

View file

@ -2201,21 +2201,11 @@ void ebpf_update_disabled_plugin_stats(ebpf_module_t *em)
*/
void ebpf_print_help()
{
const time_t t = time(NULL);
struct tm ct;
struct tm *test = localtime_r(&t, &ct);
int year;
if (test)
year = ct.tm_year;
else
year = 0;
fprintf(stderr,
"\n"
" Netdata ebpf.plugin %s\n"
" Copyright (C) 2016-%d Costa Tsaousis <costa@tsaousis.gr>\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
" This eBPF.plugin is a data collector plugin for netdata.\n"
"\n"
@ -2267,8 +2257,7 @@ void ebpf_print_help()
"\n"
" [-]-core Use CO-RE when available(Working in progress).\n"
"\n",
NETDATA_VERSION,
(year >= 116) ? year + 1900 : 2020);
NETDATA_VERSION);
}
/*****************************************************************

View file

@ -1,9 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/*
* netdata freeipmi.plugin
* Copyright (C) 2023 Netdata Inc.
* GPL v3+
*
* Based on:
* ipmimonitoring-sensors.c,v 1.51 2016/11/02 23:46:24 chu11 Exp
* ipmimonitoring-sel.c,v 1.51 2016/11/02 23:46:24 chu11 Exp
@ -1740,9 +1736,8 @@ int main (int argc, char **argv) {
fprintf(stderr,
"\n"
" netdata %s %s\n"
" Copyright (C) 2023 Netdata Inc.\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
" This program is a data collector plugin for netdata.\n"
"\n"

View file

@ -1,10 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# GPL v3+
#
# This plugin requires a latest version of ioping.
# You can compile it from source, by running me with option: install

View file

@ -774,9 +774,8 @@ int main(int argc, char **argv) {
fprintf(stderr,
"\n"
" netdata nfacct.plugin %s\n"
" Copyright (C) 2015-2017 Costa Tsaousis <costa@tsaousis.gr>\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
" This program is a data collector plugin for netdata.\n"
"\n"

View file

@ -1212,9 +1212,8 @@ void parse_command_line(int argc, char **argv) {
fprintf(stderr,
"\n"
" netdata perf.plugin %s\n"
" Copyright (C) 2019 Netdata Inc.\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
" This program is a data collector plugin for netdata.\n"
"\n"

View file

@ -19,9 +19,6 @@ fi
exec "$pybinary" "$0" "${filtered[@]}" # '''
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (l2isbad)
# SPDX-License-Identifier: GPL-3.0-or-later
import collections

View file

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later
import os

View file

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later
from glob import glob

View file

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later
import os

View file

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later
import errno

View file

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later
import urllib3

View file

@ -1,9 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/*
* netdata systemd-journal.plugin
* Copyright (C) 2023 Netdata Inc.
* GPL v3+
*/
/*
* TODO

View file

@ -1,8 +1,4 @@
#!/usr/bin/env bash
# netdata
# real-time performance and health monitoring, done right!
# (C) 2023 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This script is a helper to allow netdata collect tc data.

View file

@ -76,7 +76,7 @@ int main(int argc, char **argv) {
fprintf(stderr,
"\n"
" Netdata local-listeners\n"
" (C) 2024 Netdata Inc.\n"
" Copyright 2018-2025 Netdata Inc.\n"
"\n"
" This program prints a list of all the processes that have a listening socket.\n"
" It is used by Netdata to auto-detect the services running.\n"

View file

@ -381,7 +381,7 @@ void show_help() {
fprintf(stdout, "\n");
fprintf(stdout, "ndsudo\n");
fprintf(stdout, "\n");
fprintf(stdout, "(C) Netdata Inc.\n");
fprintf(stdout, "Copyright 2018-2025 Netdata Inc.\n");
fprintf(stdout, "\n");
fprintf(stdout, "A helper to allow Netdata run privileged commands.\n");
fprintf(stdout, "\n");

View file

@ -952,9 +952,8 @@ int main(int argc, char **argv) {
fprintf(stderr,
"\n"
" netdata xenstat.plugin %s\n"
" Copyright (C) 2019 Netdata Inc.\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
" This program is a data collector plugin for netdata.\n"
"\n"

View file

@ -101,12 +101,11 @@ int help(int exitcode) {
fprintf(stream, "%s", "\n"
" ^\n"
" |.-. .-. .-. .-. . netdata \n"
" | '-' '-' '-' '-' real-time performance monitoring, done right! \n"
" | '-' '-' '-' '-' monitoring and troubleshooting, transformed! \n"
" +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->\n"
"\n"
" Copyright (C) 2016-2023, Netdata, Inc. <info@netdata.cloud>\n"
" Copyright 2018-2025 Netdata Inc.\n"
" Released under GNU General Public License v3 or later.\n"
" All rights reserved.\n"
"\n"
" Home Page : https://netdata.cloud\n"
" Source Code: https://github.com/netdata/netdata\n"

View file

@ -1,9 +1,4 @@
#!/usr/bin/env bash
#shellcheck source=/dev/null disable=SC2086,SC2154
# netdata
# real-time performance and health monitoring, done right!
# (C) 2023 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to send alarm notifications for netdata
@ -38,6 +33,7 @@
# - Opsgenie by @thiaoftsm #9858
# - Gotify by @coffeegrind123
# - ntfy.sh by @Dim-P
#shellcheck source=/dev/null disable=SC2086,SC2154
# -----------------------------------------------------------------------------
# testing notifications

View file

@ -1,8 +1,4 @@
#!/usr/bin/env bash
# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to test alarm notifications for netdata

View file

@ -5,7 +5,7 @@
/* ------------------------------------------------------------------------- */
/*
* avl_insert(), avl_remove() and avl_search()
* are adaptations (by Costa Tsaousis) of the AVL algorithm found in libavl
* are adaptations (by Netdata Inc.) of the AVL algorithm found in libavl
* v2.0.3, so that they do not use any memory allocations and their memory
* footprint is optimized (by eliminating non-necessary data members).
*
@ -279,7 +279,7 @@ avl_t *avl_remove(avl_tree_type *tree, avl_t *item) {
}
/* ------------------------------------------------------------------------- */
// below are functions by (C) Costa Tsaousis
// below are functions by Copyright 2018-2025 Netdata Inc.
// ---------------------------
// traversing

View file

@ -1,6 +1,4 @@
#!/usr/bin/env python3
#
# Copyright: © 2021 Netdata Inc.
# SPDX-License-Identifier: GPL-3.0-or-later
import os

View file

@ -58,7 +58,7 @@
theme = localStorage.getItem('netdataTheme') || 'slate';
}
const overlayEl = document.getElementById('loadOverlay');
overlayEl.innerHTML = 'netdata<br/><div style="font-size: 3vh;">Real-time performance monitoring, done right!</div>';
overlayEl.innerHTML = 'netdata<br/><div style="font-size: 3vh;">Monitoring and troubleshooting, transformed!</div>';
overlayEl.style = theme == 'slate' ? "background-color: #272b30; color: #373b40;" : "background-color: #fff; color: #ddd;";
</script>
<nav class="navbar navbar-default navbar-fixed-top" role="banner">
@ -164,8 +164,7 @@
<div class="p">
<big><a href="https://github.com/netdata/netdata/wiki" target="_blank">Netdata</a></big>
<br /><br />
<i class="fas fa-copyright"></i> Copyright 2018, <a href="mailto:info@netdata.cloud">Netdata, Inc</a>.<br/>
<i class="fas fa-copyright"></i> Copyright 2016-2018, <a href="mailto:costa@tsaousis.gr">Costa Tsaousis</a>.<br/>
<i class="fas fa-copyright"></i> Copyright 2018-2025, <a href="mailto:info@netdata.cloud">Netdata Inc.</a>.<br/>
</div>
<div class="p">
Released under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPL v3 or later</a>.
@ -427,7 +426,7 @@
Enjoy real-time performance monitoring!
</div>
<div class="p">
Costa Tsaousis
Copyright 2018-2025 Netdata Inc.
</div>
</div>
<div class="modal-footer">

View file

@ -18,7 +18,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>
<body>

View file

@ -18,7 +18,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>

View file

@ -18,7 +18,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>
<script>var netdataTheme = 'slate';</script>

View file

@ -5,7 +5,7 @@
<meta http-equiv="Refresh" content="0; url=https://www.netdata.cloud">
<meta charset=utf-8>
<title>Netdata: Get control of your Linux Servers. Simple. Effective. Awesome.</title>
<meta name=author content="Costa Tsaousis">
<meta name=author content="Netdata Inc.">
<meta name=description content="Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms.">
<meta name=viewport content="width=device-width,initial-scale=1">
@ -1329,30 +1329,14 @@ p {
<div class="fb-share-button" data-href="https://my-netdata.io/" data-layout="button" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmy-netdata.io%2F&amp;src=sdkpreparse" style="vertical-align:top;display:inline-block; height: 34px;">Share</a></div>
<div class="fb-follow" data-href="https://www.facebook.com/linuxnetdata/" data-layout="standard" data-size="small" data-show-faces="false" data-colorscheme="dark" width="225" style="vertical-align:top;display:inline-block; height: 34px;"></div>
</div>
</p>
<p>
<strong>netdata</strong><br/>
&copy; Copyright 2018-2019, <a href="https://github.com/netdata" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=NetdataInc>Netdata</a><br/>
&copy; Copyright 2016-2018, <a href="https://github.com/ktsaou" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=CostaTsaousis>Costa Tsaousis</a><br/>
&copy; Copyright 2018-2025 <a href="https://github.com/netdata" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=NetdataInc>Netdata Inc.</a><br/>
Released under <a href="https://github.com/netdata/netdata/blob/master/LICENSE.md" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=License>GPL v3+</a><br/>
</p>
</p>
<p style="padding-top: 20px;">
netdata has received significant contributions from:<br/>&nbsp;<br/>
<a href="https://github.com/philwhineray" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=Phil>Phil Whineray</a> (release management),<br/>
<a href="https://github.com/alonbl" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=Alon>Alon Bar-Lev</a> (autoconf and automake),<br/>
<a href="https://github.com/titpetric" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=titpetric>Tit Petric</a> (docker image maintainer),<br/>
<a href="https://github.com/paulfantom" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=Pawel>Paweł Krupa</a> (python.d.plugin and modules),<br/>
<a href="https://github.com/simonnagl" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=simonnagl>simonnagl</a> (disk plugin and more),<br/>
<a href="https://github.com/fredericopissarra" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=Frederico>Frederico Lamberti Pissarra</a> (performance improvements)<br/>
<a href="https://github.com/vlvkobal" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=VladimirKobal>Vladimir Kobal</a> (FreeBSD port)<br/>
<a href="https://github.com/l2isbad" target="_blank" data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=l2isbad>Ilya Mashchenko</a> (python plugin modules)<br/>
&nbsp;<br/>
and dozens more enthusiasts, engineers and professionals.<br/>&nbsp;<br/>
</p>
</p>
Thank you! You are awesome!
<p>
Thank you! You are awesome!
</p>
</div>
</body>

View file

@ -2,7 +2,7 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<html lang="en">
<head>
<title>Netdata - Real-time performance monitoring, done right!</title>
<title>Netdata - Monitoring and troubleshooting, transformed!</title>
<meta name="application-name" content="netdata">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@ -17,7 +17,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>

View file

@ -17,7 +17,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
<!-- todo generate urls like this from prod build -->
<!-- <link href="/dashboard/build/static/css/main.19393e92.chunk.css" rel="stylesheet">-->

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
<head>
<meta charset=utf-8>
<title>Netdata: Get control of your Linux Servers. Simple. Effective. Awesome.</title>
<meta name=author content="Costa Tsaousis">
<meta name=author content="Netdata Inc.">
<meta name=description content="Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms.">
<meta name=viewport content="width=device-width,initial-scale=1">

View file

@ -17,7 +17,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
<!-- todo generate urls like this from prod build -->
<!-- <link href="/dashboard/build/static/css/main.19393e92.chunk.css" rel="stylesheet">-->

View file

@ -17,7 +17,7 @@
<meta property="og:url" content="http://my-netdata.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="netdata"/>
<meta property="og:title" content="netdata - real-time performance monitoring, done right!"/>
<meta property="og:title" content="netdata - monitoring and troubleshooting, transformed!"/>
<meta property="og:description" content="Stunning real-time dashboards, blazingly fast and extremely interactive. Zero configuration, zero dependencies, zero maintenance." />
</head>

View file

@ -1,7 +1,7 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later
#
# netdata Real-time performance monitoring, done right
# Netdata - Monitoring and troubleshooting, transformed!
# chkconfig: 345 99 01
# description: Netdata is a daemon that collects data in real-time (per second)
# and presents a web site to view and analyze them. The presentation

View file

@ -1,13 +1,7 @@
#!/usr/bin/env bash
#
# Netdata LSB start script
#
# Copyright:
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Author:
# Costa Tsaousis <costa@netdata.cloud>
# Pavlos Emm. Katsoulakis <paul@netdata.cloud>
# Netdata LSB start script
### BEGIN INIT INFO
# Provides: netdata