Skip to content

Commit

Permalink
Merge pull request #495 from olerem/isobusfs-license
Browse files Browse the repository at this point in the history
isobusfs: change license to LGPL-2.0-or-later
  • Loading branch information
marckleinebudde committed Feb 9, 2024
2 parents 8a2619c + 939e4d7 commit e547c32
Show file tree
Hide file tree
Showing 25 changed files with 37 additions and 20 deletions.
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cli.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <err.h>
Expand Down
4 changes: 2 additions & 2 deletions isobusfs/isobusfs_cli.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only

// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef ISOBUSFS_CLI_H
#define ISOBUSFS_CLI_H
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cli_cm.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cli_dh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cli_fa.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cli_int.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cli_selftests.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cmn.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <ctype.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cmn.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef _ISOBUSFS_H_
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cmn_cm.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef ISOBUSFS_CMN_CM_H
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_cmn_dh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
3 changes: 3 additions & 0 deletions isobusfs/isobusfs_cmn_dh.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef _ISOBUSFS_CMN_DH_H
#define _ISOBUSFS_CMN_DH_H

Expand Down
3 changes: 3 additions & 0 deletions isobusfs/isobusfs_cmn_fa.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef _ISOBUSFS_CMN_FA_H
#define _ISOBUSFS_CMN_FA_H

Expand Down
3 changes: 3 additions & 0 deletions isobusfs/isobusfs_cmn_fh.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef _ISOBUSFS_CMN_FH_H
#define _ISOBUSFS_CMN_FH_H

Expand Down
3 changes: 3 additions & 0 deletions isobusfs/isobusfs_cmn_va.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef _ISOBUSFS_CMN_VA_H
#define _ISOBUSFS_CMN_VA_H

Expand Down
2 changes: 2 additions & 0 deletions isobusfs/isobusfs_create_test_dirs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.0-only
# SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

mkdir dir1
mkdir dir1/dir2
Expand Down
2 changes: 2 additions & 0 deletions isobusfs/isobusfs_create_test_file.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.0-only
# SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

# Arguments: path to the file and the file size
FILEPATH=$1
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <err.h>
Expand Down
3 changes: 2 additions & 1 deletion isobusfs/isobusfs_srv.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#ifndef ISOBUSFS_SRV_H
#define ISOBUSFS_SRV_H
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv_cm.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>
/*
* ISOBUS File System Server Connection Management (isobusfs_srv_cm.c)
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv_cm_fss.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>
/*
* This file implements Annex C.1.2 File Server Status according to
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv_dh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv_fa.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv_fh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion isobusfs/isobusfs_srv_vh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
// SPDX-License-Identifier: LGPL-2.0-only
// SPDX-FileCopyrightText: 2023 Oleksij Rempel <linux@rempel-privat.de>

#include <errno.h>
Expand Down

0 comments on commit e547c32

Please sign in to comment.