Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1636044 > unrolled thread
| Started by | Enric Balletbo i Serra <eballetbo@gmail.com> |
|---|---|
| First post | 2017-05-04 22:50 +0200 |
| Last post | 2017-05-08 00:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/2] tsl2x7x_core: remove paragraph about writing to the FSF's mailing address Enric Balletbo i Serra <eballetbo@gmail.com> - 2017-05-04 22:50 +0200
Re: [PATCH 1/2] tsl2x7x_core: remove paragraph about writing to the FSF's mailing address Jonathan Cameron <jic23@kernel.org> - 2017-05-08 00:30 +0200
| From | Enric Balletbo i Serra <eballetbo@gmail.com> |
|---|---|
| Date | 2017-05-04 22:50 +0200 |
| Subject | [PATCH 1/2] tsl2x7x_core: remove paragraph about writing to the FSF's mailing address |
| Message-ID | <tDvRf-5o-5@gated-at.bofh.it> |
Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. Linux already includes a copy of the GPL. Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> --- drivers/staging/iio/light/tsl2x7x_core.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x_core.c index ea15bc1c300c..b35ff63f7f60 100644 --- a/drivers/staging/iio/light/tsl2x7x_core.c +++ b/drivers/staging/iio/light/tsl2x7x_core.c @@ -13,10 +13,6 @@ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <linux/kernel.h> -- 2.11.0
[toc] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2017-05-08 00:30 +0200 |
| Subject | Re: [PATCH 1/2] tsl2x7x_core: remove paragraph about writing to the FSF's mailing address |
| Message-ID | <tECQG-3x1-17@gated-at.bofh.it> |
| In reply to | #1636044 |
On 04/05/17 21:38, Enric Balletbo i Serra wrote: > Do not include the paragraph about writing to the Free Software > Foundation's mailing address from the sample GPL notice. The FSF > has changed addresses in the past, and may do so again. Linux > already includes a copy of the GPL. > > Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. I dealt with the fact this crossed with a file rename patch and the file is now called tsl2x7x.c Jonathan > --- > drivers/staging/iio/light/tsl2x7x_core.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x_core.c > index ea15bc1c300c..b35ff63f7f60 100644 > --- a/drivers/staging/iio/light/tsl2x7x_core.c > +++ b/drivers/staging/iio/light/tsl2x7x_core.c > @@ -13,10 +13,6 @@ > * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for > * more details. > - * > - * You should have received a copy of the GNU General Public License along > - * with this program; if not, write to the Free Software Foundation, Inc., > - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. > */ > > #include <linux/kernel.h> >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web