From 63d9534ed50ed9d529d3e8215251990b9b15b251 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Mar 2026 14:04:58 +0000 Subject: [PATCH] Bug 2023419 - Remove Emacs/Vim modelines from other-licenses/ r=emilio replaced by .editorconfig # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D287863 --- other-licenses/bsdiff/bsdiff.c | 1 - other-licenses/bsdiff/moz.build | 2 -- other-licenses/moz.build | 2 -- other-licenses/nsis/Contrib/BitsUtils/BitsUtils.cpp | 1 - other-licenses/nsis/Contrib/CityHash/CityHash.cpp | 1 - other-licenses/nsis/Contrib/CityHash/CityHash.h | 1 - other-licenses/snappy/moz.build | 2 -- 7 files changed, 10 deletions(-) diff --git a/other-licenses/bsdiff/bsdiff.c b/other-licenses/bsdiff/bsdiff.c index eaf902736501..d48f707cc93c 100644 --- a/other-licenses/bsdiff/bsdiff.c +++ b/other-licenses/bsdiff/bsdiff.c @@ -1,4 +1,3 @@ -/* vim:set ts=8 sw=8 sts=8 noet: */ /* bsdiff.c -- Binary patch generator. diff --git a/other-licenses/bsdiff/moz.build b/other-licenses/bsdiff/moz.build index c34941f14915..d66b8356d9e1 100644 --- a/other-licenses/bsdiff/moz.build +++ b/other-licenses/bsdiff/moz.build @@ -1,5 +1,3 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/other-licenses/moz.build b/other-licenses/moz.build index 66da6b1bfdb7..b2c9bea7561a 100644 --- a/other-licenses/moz.build +++ b/other-licenses/moz.build @@ -1,5 +1,3 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/other-licenses/nsis/Contrib/BitsUtils/BitsUtils.cpp b/other-licenses/nsis/Contrib/BitsUtils/BitsUtils.cpp index aea1f270eaf9..0dc78afe29ec 100644 --- a/other-licenses/nsis/Contrib/BitsUtils/BitsUtils.cpp +++ b/other-licenses/nsis/Contrib/BitsUtils/BitsUtils.cpp @@ -1,4 +1,3 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/other-licenses/nsis/Contrib/CityHash/CityHash.cpp b/other-licenses/nsis/Contrib/CityHash/CityHash.cpp index 9998fb627d18..d05614bbe743 100644 --- a/other-licenses/nsis/Contrib/CityHash/CityHash.cpp +++ b/other-licenses/nsis/Contrib/CityHash/CityHash.cpp @@ -1,4 +1,3 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/other-licenses/nsis/Contrib/CityHash/CityHash.h b/other-licenses/nsis/Contrib/CityHash/CityHash.h index 4daa91d29498..3fe1fc911948 100755 --- a/other-licenses/nsis/Contrib/CityHash/CityHash.h +++ b/other-licenses/nsis/Contrib/CityHash/CityHash.h @@ -1,4 +1,3 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/other-licenses/snappy/moz.build b/other-licenses/snappy/moz.build index 2d841e4e1128..4821ff41c0c1 100644 --- a/other-licenses/snappy/moz.build +++ b/other-licenses/snappy/moz.build @@ -1,5 +1,3 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.