Skip to content

Commit b2c0e9f

Browse files
authored
Merge pull request #95 from SmithChart/fsf-addr
Fix postal address in the LGPL
2 parents e990101 + 9871a28 commit b2c0e9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+124
-175
lines changed

LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
5+
<https://fsf.org/>
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found.
304304
GNU General Public License for more details.
305305

306306
You should have received a copy of the GNU General Public License along
307-
with this program; if not, write to the Free Software Foundation, Inc.,
308-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
307+
with this program; if not, see <https://www.gnu.org/licenses/>.
309308

310309
Also add information on how to contact you by electronic and paper mail.
311310

@@ -329,8 +328,8 @@ necessary. Here is a sample; alter the names:
329328
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330329
`Gnomovision' (which makes passes at compilers) written by James Hacker.
331330

332-
<signature of Ty Coon>, 1 April 1989
333-
Ty Coon, President of Vice
331+
<signature of Moe Ghoul>, 1 April 1989
332+
Moe Ghoul, President of Vice
334333

335334
This General Public License does not permit incorporating your program into
336335
proprietary programs. If your program is a subroutine library, you may

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License along
15-
// with this program; if not, write to the Free Software Foundation, Inc.,
16-
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
1716

1817
use std::env::var_os;
1918
use std::fs::{read_to_string, write};

demo_files/usr/share/licenses/tacd-webinterface/LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
5+
<https://fsf.org/>
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found.
304304
GNU General Public License for more details.
305305

306306
You should have received a copy of the GNU General Public License along
307-
with this program; if not, write to the Free Software Foundation, Inc.,
308-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
307+
with this program; if not, see <https://www.gnu.org/licenses/>.
309308

310309
Also add information on how to contact you by electronic and paper mail.
311310

@@ -329,8 +328,8 @@ necessary. Here is a sample; alter the names:
329328
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330329
`Gnomovision' (which makes passes at compilers) written by James Hacker.
331330

332-
<signature of Ty Coon>, 1 April 1989
333-
Ty Coon, President of Vice
331+
<signature of Moe Ghoul>, 1 April 1989
332+
Moe Ghoul, President of Vice
334333

335334
This General Public License does not permit incorporating your program into
336335
proprietary programs. If your program is a subroutine library, you may

demo_files/usr/share/licenses/tacd/LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
5+
<https://fsf.org/>
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found.
304304
GNU General Public License for more details.
305305

306306
You should have received a copy of the GNU General Public License along
307-
with this program; if not, write to the Free Software Foundation, Inc.,
308-
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
307+
with this program; if not, see <https://www.gnu.org/licenses/>.
309308

310309
Also add information on how to contact you by electronic and paper mail.
311310

@@ -329,8 +328,8 @@ necessary. Here is a sample; alter the names:
329328
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330329
`Gnomovision' (which makes passes at compilers) written by James Hacker.
331330

332-
<signature of Ty Coon>, 1 April 1989
333-
Ty Coon, President of Vice
331+
<signature of Moe Ghoul>, 1 April 1989
332+
Moe Ghoul, President of Vice
334333

335334
This General Public License does not permit incorporating your program into
336335
proprietary programs. If your program is a subroutine library, you may

src/adc.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License along
15-
// with this program; if not, write to the Free Software Foundation, Inc.,
16-
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
1716

1817
use std::time::Duration;
1918

src/adc/iio/demo_mode.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License along
15-
// with this program; if not, write to the Free Software Foundation, Inc.,
16-
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
1716

1817
use std::convert::TryFrom;
1918
use std::sync::atomic::{AtomicBool, AtomicU32, AtomicU64, Ordering};

src/adc/iio/hardware.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License along
15-
// with this program; if not, write to the Free Software Foundation, Inc.,
16-
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
1716

1817
use std::convert::{TryFrom, TryInto};
1918
use std::fs::create_dir;

src/adc/iio/hardware/channels.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
// This file is part of tacd, the LXA TAC system daemon
2+
// Copyright (C) 2024 Pengutronix e.K.
3+
//
4+
// This program is free software; you can redistribute it and/or modify
5+
// it under the terms of the GNU General Public License as published by
6+
// the Free Software Foundation; either version 2 of the License, or
7+
// (at your option) any later version.
8+
//
9+
// This program is distributed in the hope that it will be useful,
10+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
// GNU General Public License for more details.
13+
//
14+
// You should have received a copy of the GNU General Public License along
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
16+
117
use crate::system::HardwareGeneration;
218

319
pub(super) struct ChannelDesc {

src/adc/iio/test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License along
15-
// with this program; if not, write to the Free Software Foundation, Inc.,
16-
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
1716

1817
use std::sync::atomic::{AtomicBool, AtomicU32, Ordering};
1918
use std::time::Duration;

src/backlight.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License along
15-
// with this program; if not, write to the Free Software Foundation, Inc.,
16-
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15+
// with this library; if not, see <https://www.gnu.org/licenses/>.
1716

1817
use anyhow::Result;
1918
use async_std::prelude::*;

0 commit comments

Comments
 (0)