summaryrefslogtreecommitdiffstats
path: root/demux/demux_lavf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-01 22:51:46 +0200
committerwm4 <wm4@nowhere>2019-10-01 22:51:46 +0200
commit86c229fedec060cfd0e01d8440baadda6354d8a9 (patch)
treeadd5d9df2731ac1814d8c3564c1f62e0d49bbdf7 /demux/demux_lavf.c
parentf2900816459c21dbe59bbe51e6174602eec1b272 (diff)
downloadmpv-86c229fedec060cfd0e01d8440baadda6354d8a9.tar.bz2
mpv-86c229fedec060cfd0e01d8440baadda6354d8a9.tar.xz
demux_lavf: remove recently added author name from license header
This was added in 585f9ff42f3195c by @bbarenblat (github handle). We don't do this. This file alone probably has multiple dozen of authors (I didn't count, but it has a history of 15 years). If everyone added their names with each small change, this project would have giant lists of contributing authors on every source file. Neither copyright law nor any of the used licenses require listing authors in the license header. Authorship is recorded in the git log. So don't start with this, and remove this recent case to avoid setting a precedent. Some files still have an author in the header. These cases are grandfathered, and usually are the actual authors of the original code.
Diffstat (limited to 'demux/demux_lavf.c')
-rw-r--r--demux/demux_lavf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index 1ccbd417de..4696927ef9 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -1,6 +1,5 @@
/*
* Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at>
- * Copyright (C) 2018 Google LLC
*
* This file is part of mpv.
*