Skip to content

Commit 520dfa0

Browse files
committed
Relicence of JackControlAPI.h and control.h after discussion with Nedko Arnaudov.
1 parent 4f58969 commit 520dfa0

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

common/JackControlAPI.h

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
/*
2-
JACK control API
3-
4-
Copyright (C) 2008 Nedko Arnaudov
5-
Copyright (C) 2008 Grame
6-
7-
This program is free software; you can redistribute it and/or modify
8-
it under the terms of the GNU General Public License as published by
9-
the Free Software Foundation; version 2 of the License.
10-
11-
This program is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU General Public License for more details.
15-
16-
You should have received a copy of the GNU General Public License
17-
along with this program; if not, write to the Free Software
18-
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19-
20-
*/
1+
/* JACK server control API */
2+
/* SPDX-FileCopyrightText: Copyright © 2008-2023 Nedko Arnaudov */
3+
/* SPDX-FileCopyrightText: Copyright © 2008-2023 Grame */
4+
/* SPDX-License-Identifier: ( GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT OR AFL-2.1 ) */
215

226
#ifndef __JackControlAPI__
237
#define __JackControlAPI__

common/jack/control.h

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
/* -*- Mode: C ; c-basic-offset: 4 -*- */
2-
/*
3-
JACK control API
4-
5-
Copyright (C) 2008 Nedko Arnaudov
6-
Copyright (C) 2008 GRAME
7-
8-
This program is free software; you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation; version 2 of the License.
11-
12-
This program is distributed in the hope that it will be useful,
13-
but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
GNU General Public License for more details.
16-
17-
You should have received a copy of the GNU General Public License
18-
along with this program; if not, write to the Free Software
19-
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20-
21-
*/
2+
/* JACK server control API */
3+
/* SPDX-FileCopyrightText: 2008-2023 Nedko Arnaudov */
4+
/* SPDX-FileCopyrightText: 2008-2023 Grame */
5+
/* SPDX-License-Identifier: ( GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT OR AFL-2.1 ) */
226
/**
237
* @file jack/control.h
248
* @ingroup publicheader

0 commit comments

Comments
 (0)