From 6f3029a62306b7de291a18c415bd56520c925ea7 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 8 Jul 2019 22:31:25 +0100 Subject: [PATCH] Remove `@author Timo Tijhof` from various file headers Also remove a few redundant file-level descriptions in favour of their class entity describing the same already. Change-Id: I1a43fc402b5bd106931062a399952ba1e48beb48 --- includes/actions/DeleteAction.php | 5 ----- includes/actions/EditAction.php | 7 +------ includes/actions/ProtectAction.php | 7 +------ includes/actions/RenderAction.php | 5 ----- includes/actions/UnprotectAction.php | 7 +------ includes/actions/ViewAction.php | 5 ----- includes/libs/objectcache/IExpiringStore.php | 1 - includes/resourceloader/MessageBlobStore.php | 3 --- .../resourceloader/ResourceLoaderLanguageDataModule.php | 3 --- includes/resourceloader/ResourceLoaderSkinModule.php | 6 +++--- maintenance/benchmarks/benchmarkCSSMin.php | 1 - maintenance/benchmarks/benchmarkJSMinPlus.php | 1 - maintenance/benchmarks/benchmarkJavaScriptMinifier.php | 1 - maintenance/mwdoc-filter.php | 1 - maintenance/purgeModuleDeps.php | 5 +---- resources/src/startup/profiler.js | 1 - 16 files changed, 7 insertions(+), 52 deletions(-) diff --git a/includes/actions/DeleteAction.php b/includes/actions/DeleteAction.php index 6bed59a2f3..6fcb1c863c 100644 --- a/includes/actions/DeleteAction.php +++ b/includes/actions/DeleteAction.php @@ -1,9 +1,5 @@ https://virtualtee.blogspot.com/ - * Copyright (C) 2015 Timo Tijhof * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), diff --git a/maintenance/purgeModuleDeps.php b/maintenance/purgeModuleDeps.php index 3b25629318..683c319049 100644 --- a/maintenance/purgeModuleDeps.php +++ b/maintenance/purgeModuleDeps.php @@ -1,7 +1,5 @@