* [PATCH] libmpathcmd: Fixup FSF address
@ 2016-06-03 6:41 Hannes Reinecke
2016-06-03 6:44 ` Christophe Varoqui
0 siblings, 1 reply; 3+ messages in thread
From: Hannes Reinecke @ 2016-06-03 6:41 UTC (permalink / raw)
To: Christophe Varoqui; +Cc: dm-devel, Hannes Reinecke
Our build system complained that the header file still
refers to the old FSF snail mail address.
Signed-off-by: Hannes Reinecke <hare@suse.com>
---
libmpathcmd/mpath_cmd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmpathcmd/mpath_cmd.h b/libmpathcmd/mpath_cmd.h
index 6d80a2f..4ec0291 100644
--- a/libmpathcmd/mpath_cmd.h
+++ b/libmpathcmd/mpath_cmd.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
--
2.6.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] libmpathcmd: Fixup FSF address
2016-06-03 6:41 [PATCH] libmpathcmd: Fixup FSF address Hannes Reinecke
@ 2016-06-03 6:44 ` Christophe Varoqui
0 siblings, 0 replies; 3+ messages in thread
From: Christophe Varoqui @ 2016-06-03 6:44 UTC (permalink / raw)
To: Hannes Reinecke; +Cc: device-mapper development, Hannes Reinecke
[-- Attachment #1.1: Type: text/plain, Size: 846 bytes --]
Merged.
On Fri, Jun 3, 2016 at 8:41 AM, Hannes Reinecke <hare@suse.de> wrote:
> Our build system complained that the header file still
> refers to the old FSF snail mail address.
>
> Signed-off-by: Hannes Reinecke <hare@suse.com>
> ---
> libmpathcmd/mpath_cmd.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libmpathcmd/mpath_cmd.h b/libmpathcmd/mpath_cmd.h
> index 6d80a2f..4ec0291 100644
> --- a/libmpathcmd/mpath_cmd.h
> +++ b/libmpathcmd/mpath_cmd.h
> @@ -15,7 +15,7 @@
> *
> * You should have received a copy of the GNU Lesser General Public
> * License along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
> * USA.
> */
>
> --
> 2.6.6
>
>
[-- Attachment #1.2: Type: text/html, Size: 1314 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] libmpathcmd: Fixup FSF address
@ 2016-06-03 20:56 Xose Vazquez Perez
0 siblings, 0 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2016-06-03 20:56 UTC (permalink / raw)
To: Hannes Reinecke, device-mapper development, Christophe Varoqui
Hannes Reinecke wrote:
> Our build system complained that the header file still
> refers to the old FSF snail mail address.
This is a pointless change.
scripts/checkpatch.pl from kernel sources already is warning about 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."
Much better is replace all occurrences from:
"if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
to:
"if not, see <http://www.gnu.org/licenses/>."
> Signed-off-by: Hannes Reinecke <hare@suse.com>
> ---
> libmpathcmd/mpath_cmd.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libmpathcmd/mpath_cmd.h b/libmpathcmd/mpath_cmd.h
> index 6d80a2f..4ec0291 100644
> --- a/libmpathcmd/mpath_cmd.h
> +++ b/libmpathcmd/mpath_cmd.h
> @@ -15,7 +15,7 @@
> *
> * You should have received a copy of the GNU Lesser General Public
> * License along with this program; if not, write to the Free Software
> - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
> + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
> * USA.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-03 20:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03 6:41 [PATCH] libmpathcmd: Fixup FSF address Hannes Reinecke
2016-06-03 6:44 ` Christophe Varoqui
-- strict thread matches above, loose matches on Subject: below --
2016-06-03 20:56 Xose Vazquez Perez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.