summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-08 13:18:17 +0200
committerwm4 <wm4@nowhere>2017-05-08 13:19:28 +0200
commit6dd0d869a295f6b51aa5c749b709b36ce8f5a85e (patch)
tree481e28a0d495f5ef762676aedaf0b694c44362d2
parentc64d40bad765d120907e24d9f5e8056f720dbd8c (diff)
downloadmpv-6dd0d869a295f6b51aa5c749b709b36ce8f5a85e.tar.bz2
mpv-6dd0d869a295f6b51aa5c749b709b36ce8f5a85e.tar.xz
osdep/endian.h: change license to LGPL
Or maybe it would be better to write "confirm" than "change". The MP_SELECT_LE_BE macro definition has some similarity with some old MPlayer definition, but it's different code with a different idea, so I don't think it's affected by that. The BYTE_ORDER etc. macro definitions are similar to those found in various system headers (this code emulates the ones often found in <sys/types.h>), but I don't think there is a copyright problem either.
-rw-r--r--Copyright2
1 files changed, 1 insertions, 1 deletions
diff --git a/Copyright b/Copyright
index 73784750b5..1d66243e14 100644
--- a/Copyright
+++ b/Copyright
@@ -158,7 +158,7 @@ LGPL relicensing status:
osdep/ar/* LGPL (BSD)
osdep/atomic.h LGPL
osdep/compiler.h LGPL
- osdep/endian.h easy
+ osdep/endian.h LGPL
osdep/glob-win.c LGPL
osdep/io.* LGPL
osdep/macosx_application.h unknown