The patch titled Subject: init: replace FSF address with web source in license notices has been removed from the -mm tree. Its filename was init-replace-fsf-address-with-web-source-in-license-notices.patch This patch was dropped because an alternative patch was merged ------------------------------------------------------ From: Martin Kepplinger <martink@xxxxxxxxx> Subject: init: replace FSF address with web source in license notices A few years ago the FSF moved and "59 Temple Place" is wrong. Having this still in our source files feels old and unmaintained. Let's take the license statement serious and not confuse users. As https://www.gnu.org/licenses/gpl-howto.html suggests, we replace the postal address with "<http://www.gnu.org/licenses/>". Link: http://lkml.kernel.org/r/20171114092913.27255-1-martink@xxxxxxxxx Signed-off-by: Martin Kepplinger <martink@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/noinitramfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN init/noinitramfs.c~init-replace-fsf-address-with-web-source-in-license-notices init/noinitramfs.c --- a/init/noinitramfs.c~init-replace-fsf-address-with-web-source-in-license-notices +++ a/init/noinitramfs.c @@ -14,8 +14,7 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <linux/init.h> #include <linux/stat.h> _ Patches currently in -mm which might be from martink@xxxxxxxxx are lib-replace-fsf-address-with-web-source-in-license-notices.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html