Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright
Browse files Browse the repository at this point in the history
MatheusNtg committed Aug 27, 2020
1 parent 06e6e1d commit aad75a1
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions luanetlink.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* Copyright (C) 2020 Matheus Rodrigues <[email protected]>
* Copyright (C) 2017-2019 CUJO LLC
*
* This program is free software; you can redistribute it and/or modify
18 changes: 18 additions & 0 deletions netlink_common.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* Copyright (C) 2020 Matheus Rodrigues <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#ifndef NETLINK_COMMOM_H
#define NETLINK_COMMOM_H

0 comments on commit aad75a1

Please sign in to comment.