2015-09-28 20:53:58

by Marie Janssen

[permalink] [raw]
Subject: [PATCH BlueZ] shared/ad: Fix license to be LGPL

Code in the shared directory should be LGPL. It was mistakenly
checked in as GPL.
---
src/shared/ad.c | 18 +++++++++++-------
src/shared/ad.h | 18 +++++++++++-------
2 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/src/shared/ad.c b/src/shared/ad.c
index 485bd7b..6259eb9 100644
--- a/src/shared/ad.c
+++ b/src/shared/ad.c
@@ -5,15 +5,19 @@
* Copyright (C) 2015 Google Inc.
*
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

diff --git a/src/shared/ad.h b/src/shared/ad.h
index 4b313ab..709563d 100644
--- a/src/shared/ad.h
+++ b/src/shared/ad.h
@@ -5,15 +5,19 @@
* Copyright (C) 2015 Google Inc.
*
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/

--
2.6.0.rc2.230.g3dd15c0



2015-09-29 13:44:25

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH BlueZ] shared/ad: Fix license to be LGPL

Hi Fabio,

On Tue, Sep 29, 2015 at 4:43 PM, Fabio Estevam <[email protected]> wrote:
> On Tue, Sep 29, 2015 at 10:41 AM, Luiz Augusto von Dentz
> <[email protected]> wrote:
>> Hi Marie,
>>
>> On Mon, Sep 28, 2015 at 11:53 PM, Marie Janssen <[email protected]> wrote:
>>> Code in the shared directory should be LGPL. It was mistakenly
>>> checked in as GPL.
>
> No Signed-off-by?

We don't use signed-off-by in userspace code.

--
Luiz Augusto von Dentz

2015-09-29 13:43:19

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH BlueZ] shared/ad: Fix license to be LGPL

On Tue, Sep 29, 2015 at 10:41 AM, Luiz Augusto von Dentz
<[email protected]> wrote:
> Hi Marie,
>
> On Mon, Sep 28, 2015 at 11:53 PM, Marie Janssen <[email protected]> wrote:
>> Code in the shared directory should be LGPL. It was mistakenly
>> checked in as GPL.

No Signed-off-by?

2015-09-29 13:41:15

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH BlueZ] shared/ad: Fix license to be LGPL

Hi Marie,

On Mon, Sep 28, 2015 at 11:53 PM, Marie Janssen <[email protected]> wrote:
> Code in the shared directory should be LGPL. It was mistakenly
> checked in as GPL.
> ---
> src/shared/ad.c | 18 +++++++++++-------
> src/shared/ad.h | 18 +++++++++++-------
> 2 files changed, 22 insertions(+), 14 deletions(-)
>
> diff --git a/src/shared/ad.c b/src/shared/ad.c
> index 485bd7b..6259eb9 100644
> --- a/src/shared/ad.c
> +++ b/src/shared/ad.c
> @@ -5,15 +5,19 @@
> * Copyright (C) 2015 Google Inc.
> *
> *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> + * This library is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2.1 of the License, or (at your option) any later version.
> *
> - * This program is distributed in the hope that it will be useful,
> + * This library is distributed in the hope that it will be useful,
> * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this library; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
> *
> */
>
> diff --git a/src/shared/ad.h b/src/shared/ad.h
> index 4b313ab..709563d 100644
> --- a/src/shared/ad.h
> +++ b/src/shared/ad.h
> @@ -5,15 +5,19 @@
> * Copyright (C) 2015 Google Inc.
> *
> *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> + * This library is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2.1 of the License, or (at your option) any later version.
> *
> - * This program is distributed in the hope that it will be useful,
> + * This library is distributed in the hope that it will be useful,
> * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this library; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
> *
> */
>
> --
> 2.6.0.rc2.230.g3dd15c0

Pushed, thanks.


--
Luiz Augusto von Dentz