diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-04 22:06:35 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-04 22:06:35 +0200 |
commit | 5eab50c9f9a564046923fe572f07b20365207493 (patch) | |
tree | 9214f454ecdec04c72adf54d793f5dc5348d2d2a /hal | |
parent | 1e50ffb192d492f532a7bad2b977efdeda86d165 (diff) | |
download | uxp-5eab50c9f9a564046923fe572f07b20365207493.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from embedding, extensions, gfx, hal, ipc, layout, mailnews,
media and memory. More to come.
Diffstat (limited to 'hal')
-rw-r--r-- | hal/fallback/FallbackFactoryReset.cpp | 4 | ||||
-rw-r--r-- | hal/fallback/FallbackMemory.cpp | 4 | ||||
-rw-r--r-- | hal/fallback/FallbackNetwork.cpp | 4 | ||||
-rw-r--r-- | hal/fallback/FallbackTime.cpp | 4 | ||||
-rw-r--r-- | hal/linux/LinuxMemory.cpp | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/hal/fallback/FallbackFactoryReset.cpp b/hal/fallback/FallbackFactoryReset.cpp index 76a727702e..7f212d125f 100644 --- a/hal/fallback/FallbackFactoryReset.cpp +++ b/hal/fallback/FallbackFactoryReset.cpp @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/hal/fallback/FallbackMemory.cpp b/hal/fallback/FallbackMemory.cpp index 2750eebd82..3701b30402 100644 --- a/hal/fallback/FallbackMemory.cpp +++ b/hal/fallback/FallbackMemory.cpp @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/hal/fallback/FallbackNetwork.cpp b/hal/fallback/FallbackNetwork.cpp index d8995bc6d1..978b3a66a6 100644 --- a/hal/fallback/FallbackNetwork.cpp +++ b/hal/fallback/FallbackNetwork.cpp @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/hal/fallback/FallbackTime.cpp b/hal/fallback/FallbackTime.cpp index a2c56e817a..25cce63918 100644 --- a/hal/fallback/FallbackTime.cpp +++ b/hal/fallback/FallbackTime.cpp @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/hal/linux/LinuxMemory.cpp b/hal/linux/LinuxMemory.cpp index 14ed63146a..311f04bb86 100644 --- a/hal/linux/LinuxMemory.cpp +++ b/hal/linux/LinuxMemory.cpp @@ -1,7 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=8 et : - */ -/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/. */ |