Skip to content

Commit f41ae48

Browse files
authored
Merge pull request #1882 from havardAasen/copyright-typo
Copyright typo's and minor adjustment
2 parents e10488f + 5436b1d commit f41ae48

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

debian/copyright

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -472,19 +472,19 @@ License: GPL-2+
472472

473473
License: LGPL-2
474474
This program is free software; you can redistribute it and/or modify
475-
it under the terms of the GNU Lesser General Public License as published by
476-
the Free Software Foundation; version 2.0 of the license.
475+
it under the terms of the GNU Library General Public License as published by
476+
the Free Software Foundation; version 2 of the license.
477477
.
478478
This program is distributed in the hope that it will be useful,
479479
but WITHOUT ANY WARRANTY; without even the implied warranty of
480480
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
481481
GNU Lesser General Public License for more details.
482482
.
483-
You should have received a copy of the GNU Lesser General Public License along
483+
You should have received a copy of the GNU Library General Public License along
484484
with this program. If not, see <https://www.gnu.org/licenses/>
485485
.
486-
On Debian systems, the complete text of the GNU Lesser General Public
487-
License version 2.1 can be found in '/usr/share/common-licenses/LGPL-2'.
486+
On Debian systems, the complete text of the GNU Library General Public
487+
License version 2 can be found in '/usr/share/common-licenses/LGPL-2'.
488488

489489
License: LGPL-2.1+
490490
This program is free software; you can redistribute it and/or modify
@@ -518,7 +518,7 @@ License: GPL-3+
518518
along with this program. If not, see <https://www.gnu.org/licenses/>
519519
.
520520
On Debian systems, the complete text of the GNU General
521-
Public License version 2 can be found in "/usr/share/common-licenses/GPL-3".
521+
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
522522

523523
License: MIT
524524
Permission is hereby granted, free of charge, to any person obtaining a copy

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)