Skip to content

Commit 5436b1d

Browse files
committed
Fix mismatch between copyright and copyright notice
The files was copyrighted LGPL-2, while the copyright notice mentioned LGPL-2.1. I'm assuming the mistake was in the copyright notice, not the copyright itself.
1 parent 0d3658f commit 5436b1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/hal/hal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
*/
3535

3636
/** This library is free software; you can redistribute it and/or
37-
modify it under the terms of version 2.1 of the GNU Lesser General
37+
modify it under the terms of version 2 of the GNU Library General
3838
Public License as published by the Free Software Foundation.
3939
This library is distributed in the hope that it will be useful,
4040
but WITHOUT ANY WARRANTY; without even the implied warranty of
4141
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4242
GNU Lesser General Public License for more details.
4343
44-
You should have received a copy of the GNU Lesser General Public
44+
You should have received a copy of the GNU Library General Public
4545
License along with this library; if not, write to the Free Software
4646
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
4747

src/hal/hal_lib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
*/
2929

3030
/** This library is free software; you can redistribute it and/or
31-
modify it under the terms of version 2.1 of the GNU Lesser General
31+
modify it under the terms of version 2 of the GNU Library General
3232
Public License as published by the Free Software Foundation.
3333
This library is distributed in the hope that it will be useful,
3434
but WITHOUT ANY WARRANTY; without even the implied warranty of
3535
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3636
GNU Lesser General Public License for more details.
3737
38-
You should have received a copy of the GNU Lesser General Public
38+
You should have received a copy of the GNU Library General Public
3939
License along with this library; if not, write to the Free Software
4040
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
4141

0 commit comments

Comments
 (0)