|
1 | | -/* |
| 1 | +/* Aravis - Digital camera library |
| 2 | + * |
2 | 3 | * Copyright © 2006 Eric Jonas <jonas@mit.edu> |
3 | 4 | * Copyright © 2006 Antoine Tremblay <hexa00@gmail.com> |
4 | 5 | * Copyright © 2010 United States Government, Joshua M. Doe <joshua.doe@us.army.mil> |
5 | | - * Copyright © 2010-2019 Emmanuel Pacaud <emmanuel.pacaud@free.fr> |
| 6 | + * Copyright © 2009-2025 Emmanuel Pacaud <emmanuel.pacaud@free.fr> |
| 7 | + * |
| 8 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
6 | 9 | * |
7 | 10 | * This library is free software; you can redistribute it and/or |
8 | | - * modify it under the terms of the GNU Library General Public |
| 11 | + * modify it under the terms of the GNU Lesser General Public |
9 | 12 | * License as published by the Free Software Foundation; either |
10 | | - * version 2 of the License, or (at your option) any later version. |
| 13 | + * version 2.1 of the License, or (at your option) any later version. |
11 | 14 | * |
12 | 15 | * This library is distributed in the hope that it will be useful, |
13 | 16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 | | - * Library General Public License for more details. |
| 18 | + * Lesser General Public License for more details. |
| 19 | + * |
| 20 | + * You should have received a copy of the GNU Lesser General Public |
| 21 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. |
16 | 22 | * |
17 | | - * You should have received a copy of the GNU Library General Public |
18 | | - * License along with this library; if not, write to the |
19 | | - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 | | - * Boston, MA 02110-1301, USA. |
| 23 | + * Author: Emmanuel Pacaud <emmanuel.pacaud@free.fr> |
21 | 24 | */ |
22 | 25 |
|
23 | 26 | /** |
|
0 commit comments