Skip to content

Commit

Permalink
Merge pull request #230 from kronosnet/minor
Browse files Browse the repository at this point in the history
copyright and licence update
  • Loading branch information
fabbione committed Jun 12, 2019
2 parents f6f75d5 + 485fc4f commit a3c9f5e
Show file tree
Hide file tree
Showing 211 changed files with 213 additions and 213 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure depcomp \
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

Upstream resources
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -4,7 +4,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

# Run this to generate all the initial makefiles, etc.
Expand Down
2 changes: 1 addition & 1 deletion build-aux/check.mk
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

VALGRIND = $(VALGRIND_EXEC) -q --error-exitcode=127 --gen-suppressions=all
Expand Down
2 changes: 1 addition & 1 deletion build-aux/release.mk
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

# to build official release tarballs, handle tagging and publish.
Expand Down
4 changes: 2 additions & 2 deletions build-aux/update-copyright.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
# Copyright (C) 2017 Red Hat, Inc. All rights reserved.
# Copyright (C) 2017-2019 Red Hat, Inc. All rights reserved.
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

# script to update copyright dates across the tree
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -4,7 +4,7 @@
# Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
# Federico Simoncelli <fsimon@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

# -*- Autoconf -*-
Expand Down
2 changes: 1 addition & 1 deletion init/Makefile.am
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

MAINTAINERCLEANFILES = Makefile.in
Expand Down
2 changes: 1 addition & 1 deletion init/kronosnetd.default
Expand Up @@ -4,7 +4,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#


Expand Down
2 changes: 1 addition & 1 deletion init/kronosnetd.in
Expand Up @@ -5,7 +5,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

# chkconfig: - 20 80
Expand Down
2 changes: 1 addition & 1 deletion init/kronosnetd.service.in
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

[Unit]
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/Makefile.am
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

MAINTAINERCLEANFILES = Makefile.in kronostnetd.logrotate
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/cfg.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/cfg.h
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_CFG_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/etherfilter.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/etherfilter.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_ETHERFILTER_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/keygen.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/kronosnetd.logrotate.in
Expand Up @@ -3,7 +3,7 @@
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

@LOGDIR@kronosnetd.log {
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/logging.c
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/logging.h
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_LOGGING_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/main.c
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty.c
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty.h
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_VTY_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_auth.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_auth.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_VTY_AUTH_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_cli.c
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_cli.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_VTY_CLI_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_cli_cmds.c
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_cli_cmds.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_VTY_CLI_CMDS_H__
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_utils.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion kronosnetd/vty_utils.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under GPL-2.0+
*/

#ifndef __KNETD_VTY_UTILS_H__
Expand Down
2 changes: 1 addition & 1 deletion libknet/Makefile.am
Expand Up @@ -4,7 +4,7 @@
# Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
# Federico Simoncelli <fsimon@kronosnet.org>
#
# This software licensed under GPL-2.0+, LGPL-2.0+
# This software licensed under GPL-2.0+
#

MAINTAINERCLEANFILES = Makefile.in
Expand Down
2 changes: 1 addition & 1 deletion libknet/common.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/common.h
Expand Up @@ -4,7 +4,7 @@
* Authors: Fabio M. Di Nitto <fabbione@kronosnet.org>
* Federico Simoncelli <fsimon@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#include "internals.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/compat.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Jan Friesse <jfriesse@redhat.com>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/compat.h
Expand Up @@ -3,7 +3,7 @@
*
* Authors: Jan Friesse <jfriesse@redhat.com>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#ifndef __KNET_COMPAT_H__
Expand Down
2 changes: 1 addition & 1 deletion libknet/compress.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion libknet/compress.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#ifndef __KNET_COMPRESS_H__
Expand Down
2 changes: 1 addition & 1 deletion libknet/compress_bzip2.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/
#define KNET_MODULE

Expand Down
2 changes: 1 addition & 1 deletion libknet/compress_lz4.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/
#define KNET_MODULE

Expand Down
2 changes: 1 addition & 1 deletion libknet/compress_lz4hc.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/
#define KNET_MODULE

Expand Down
2 changes: 1 addition & 1 deletion libknet/compress_lzma.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/
#define KNET_MODULE

Expand Down
2 changes: 1 addition & 1 deletion libknet/compress_lzo2.c
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/
#define KNET_MODULE

Expand Down
2 changes: 1 addition & 1 deletion libknet/compress_model.h
Expand Up @@ -3,7 +3,7 @@
*
* Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
*
* This software licensed under GPL-2.0+, LGPL-2.0+
* This software licensed under LGPL-2.0+
*/

#ifndef __KNET_COMPRESS_MODEL_H__
Expand Down

0 comments on commit a3c9f5e

Please sign in to comment.