[dm-devel] [PATCH] libmpathcmd: Fixup FSF address

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Jun 3 20:56:27 UTC 2016


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 at 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.




More information about the dm-devel mailing list