瀏覽代碼

change license

bellebinwu 9 月之前
父節點
當前提交
f00f59f38a
共有 100 個文件被更改,包括 101 次插入101 次删除
  1. 1 1
      Android/PlayerProj/LICENSE.txt
  2. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimConfig.kt
  3. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimConfigManager.kt
  4. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimPlayer.kt
  5. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimView.kt
  6. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AudioPlayer.kt
  7. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/Constant.kt
  8. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/Decoder.kt
  9. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/EGLUtil.kt
  10. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/HardDecoder.kt
  11. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/IAnimView.kt
  12. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/IRenderListener.kt
  13. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/Render.kt
  14. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/RenderConstant.kt
  15. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/YUVRender.kt
  16. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/YUVShader.kt
  17. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/AssetsFileContainer.kt
  18. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/FileContainer.kt
  19. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/IFileContainer.kt
  20. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/StreamContainer.kt
  21. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/StreamMediaDataSource.kt
  22. 2 2
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/inter/IAnimListener.kt
  23. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/inter/IFetchResource.kt
  24. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/inter/OnResourceClickListener.kt
  25. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskAnimPlugin.kt
  26. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskConfig.kt
  27. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskRender.kt
  28. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskShader.kt
  29. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/Frame.kt
  30. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixAnimPlugin.kt
  31. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixRender.kt
  32. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixShader.kt
  33. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixTouch.kt
  34. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/Resource.kt
  35. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/Src.kt
  36. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/plugin/AnimPluginManager.kt
  37. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/plugin/IAnimPlugin.kt
  38. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/ALog.kt
  39. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/BitmapUtil.kt
  40. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/GlFloatArray.kt
  41. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/MediaUtil.kt
  42. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/ScaleTypeUtil.kt
  43. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/ShaderUtil.kt
  44. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/SpeedControlUtil.kt
  45. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/TexCoordsUtil.kt
  46. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/TextureLoadUtil.kt
  47. 1 1
      Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/VertexUtil.kt
  48. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/AnimTool.java
  49. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/CommonArg.java
  50. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/GetAlphaFrame.java
  51. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Main.java
  52. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Md5Util.java
  53. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Mp4BoxTool.java
  54. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/TLog.java
  55. 1 1
      Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/MainActivity.kt
  56. 1 1
      Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimActiveDemoActivity.kt
  57. 1 1
      Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimSimpleDemoActivity.kt
  58. 1 1
      Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimSpecialSizeDemoActivity.kt
  59. 1 1
      Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimVapxDemoActivity.kt
  60. 1 1
      Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/FileUtil.kt
  61. 1 1
      LICENSE.txt
  62. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.h
  63. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.m
  64. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.h
  65. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.m
  66. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.h
  67. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.m
  68. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.h
  69. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.m
  70. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.h
  71. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.m
  72. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.h
  73. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.m
  74. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.h
  75. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.m
  76. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.h
  77. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.m
  78. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.h
  79. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.m
  80. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.h
  81. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.m
  82. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.h
  83. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.m
  84. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.h
  85. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.m
  86. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.h
  87. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.m
  88. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.h
  89. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.m
  90. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.h
  91. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.m
  92. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.h
  93. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.m
  94. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.h
  95. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.m
  96. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.h
  97. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.m
  98. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.h
  99. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.m
  100. 1 1
      iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPlayer.h

+ 1 - 1
Android/PlayerProj/LICENSE.txt

@@ -1,6 +1,6 @@
 Tencent is pleased to support the open source community by making VAP available. 
 Tencent is pleased to support the open source community by making VAP available. 
 
 
-Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+Copyright (C) 2020 Tencent.  All rights reserved.
 
 
 VAP is licensed under the the MIT except for the third-party components listed below. 
 VAP is licensed under the the MIT except for the third-party components listed below. 
 
 

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimConfig.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimConfigManager.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimPlayer.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AnimView.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/AudioPlayer.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/Constant.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/Decoder.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/EGLUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/HardDecoder.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/IAnimView.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/IRenderListener.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/Render.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/RenderConstant.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/YUVRender.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/YUVShader.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/AssetsFileContainer.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/FileContainer.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/IFileContainer.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/StreamContainer.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/StreamMediaDataSource.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 2 - 2
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/inter/IAnimListener.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at
@@ -16,7 +16,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/inter/IFetchResource.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/inter/OnResourceClickListener.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskAnimPlugin.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskConfig.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskRender.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mask/MaskShader.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/Frame.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixAnimPlugin.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixRender.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixShader.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/MixTouch.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/Resource.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/mix/Src.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/plugin/AnimPluginManager.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/plugin/IAnimPlugin.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/ALog.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/BitmapUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/GlFloatArray.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/MediaUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/ScaleTypeUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/ShaderUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/SpeedControlUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/TexCoordsUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/TextureLoadUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/util/VertexUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/AnimTool.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/CommonArg.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/GetAlphaFrame.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Main.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Md5Util.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Mp4BoxTool.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/TLog.java

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/MainActivity.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimActiveDemoActivity.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimSimpleDemoActivity.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimSpecialSizeDemoActivity.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/AnimVapxDemoActivity.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
Android/PlayerProj/app/src/main/java/com/tencent/qgame/playerproj/player/FileUtil.kt

@@ -1,7 +1,7 @@
 /*
 /*
  * Tencent is pleased to support the open source community by making vap available.
  * Tencent is pleased to support the open source community by making vap available.
  *
  *
- * Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+ * Copyright (C) 2020 Tencent.  All rights reserved.
  *
  *
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * Licensed under the MIT License (the "License"); you may not use this file except in
  * compliance with the License. You may obtain a copy of the License at
  * compliance with the License. You may obtain a copy of the License at

+ 1 - 1
LICENSE.txt

@@ -1,6 +1,6 @@
 Tencent is pleased to support the open source community by making VAP available. 
 Tencent is pleased to support the open source community by making VAP available. 
 
 
-Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+Copyright (C) 2020 Tencent.  All rights reserved.
 
 
 VAP is licensed under the the MIT except for the third-party components listed below. 
 VAP is licensed under the the MIT except for the third-party components listed below. 
 
 

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.h

@@ -1,7 +1,7 @@
 // QGBaseDecoder.h
 // QGBaseDecoder.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGBaseDecoder.m

@@ -1,7 +1,7 @@
 // QGBaseDecoder.m
 // QGBaseDecoder.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.h

@@ -1,7 +1,7 @@
 // QGMP4FrameHWDecoder.h
 // QGMP4FrameHWDecoder.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/Decoders/QGMP4FrameHWDecoder.m

@@ -1,7 +1,7 @@
 // QGMP4FrameHWDecoder.m
 // QGMP4FrameHWDecoder.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.h

@@ -1,7 +1,7 @@
 // QGAnimatedImageBufferManager.h
 // QGAnimatedImageBufferManager.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageBufferManager.m

@@ -1,7 +1,7 @@
 // QGAnimatedImageBufferManager.m
 // QGAnimatedImageBufferManager.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.h

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeConfig.h
 // QGAnimatedImageDecodeConfig.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeConfig.m

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeConfig.m
 // QGAnimatedImageDecodeConfig.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.h

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeManager.h
 // QGAnimatedImageDecodeManager.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeManager.m

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeManager.m
 // QGAnimatedImageDecodeManager.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.h

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeThread.h
 // QGAnimatedImageDecodeThread.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThread.m

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeThread.m
 // QGAnimatedImageDecodeThread.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.h

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeThreadPool.h
 // QGAnimatedImageDecodeThreadPool.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGAnimatedImageDecodeThreadPool.m

@@ -1,7 +1,7 @@
 // QGAnimatedImageDecodeThreadPool.m
 // QGAnimatedImageDecodeThreadPool.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.h

@@ -1,7 +1,7 @@
 // QGVAPConfigManager.h
 // QGVAPConfigManager.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Controllers/QGVAPConfigManager.m

@@ -1,7 +1,7 @@
 // QGVAPConfigManager.m
 // QGVAPConfigManager.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.h

@@ -1,7 +1,7 @@
 // QGMP4Box.h
 // QGMP4Box.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Box.m

@@ -1,7 +1,7 @@
 // QGMP4Box.m
 // QGMP4Box.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.h

@@ -1,7 +1,7 @@
 // QGMP4Parser.h
 // QGMP4Parser.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/MP4Parser/QGMP4Parser.m

@@ -1,7 +1,7 @@
 // QGMP4Parser.m
 // QGMP4Parser.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.h

@@ -1,7 +1,7 @@
 // QGBaseAnimatedImageFrame+Displaying.h
 // QGBaseAnimatedImageFrame+Displaying.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame+Displaying.m

@@ -1,7 +1,7 @@
 // QGBaseAnimatedImageFrame+Displaying.m
 // QGBaseAnimatedImageFrame+Displaying.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.h

@@ -1,7 +1,7 @@
 // QGBaseAnimatedImageFrame.h
 // QGBaseAnimatedImageFrame.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseAnimatedImageFrame.m

@@ -1,7 +1,7 @@
 // QGBaseAnimatedImageFrame.m
 // QGBaseAnimatedImageFrame.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.h

@@ -1,7 +1,7 @@
 // QGBaseDFileInfo.h
 // QGBaseDFileInfo.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGBaseDFileInfo.m

@@ -1,7 +1,7 @@
 // QGBaseDFileInfo.m
 // QGBaseDFileInfo.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.h

@@ -1,7 +1,7 @@
 // QGMP4AnimatedImageFrame.h
 // QGMP4AnimatedImageFrame.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4AnimatedImageFrame.m

@@ -1,7 +1,7 @@
 // QGMP4AnimatedImageFrame.m
 // QGMP4AnimatedImageFrame.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.h

@@ -1,7 +1,7 @@
 // QGMP4HWDFileInfo.h
 // QGMP4HWDFileInfo.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGMP4HWDFileInfo.m

@@ -1,7 +1,7 @@
 // QGMP4HWDFileInfo.m
 // QGMP4HWDFileInfo.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.h

@@ -1,7 +1,7 @@
 // QGVAPConfigModel.h
 // QGVAPConfigModel.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPConfigModel.m

@@ -1,7 +1,7 @@
 // QGVAPConfigModel.m
 // QGVAPConfigModel.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.h

@@ -1,7 +1,7 @@
 // QGVAPMaskInfo.h
 // QGVAPMaskInfo.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPMaskInfo.m

@@ -1,7 +1,7 @@
 //  QGVAPMaskInfo.m
 //  QGVAPMaskInfo.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.h

@@ -1,7 +1,7 @@
 // QGVAPTextureLoader.h
 // QGVAPTextureLoader.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/Models/QGVAPTextureLoader.m

@@ -1,7 +1,7 @@
 // QGVAPTextureLoader.m
 // QGVAPTextureLoader.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.h

@@ -1,7 +1,7 @@
 // UIView+VAP.h
 // UIView+VAP.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPWrapView.m

@@ -1,7 +1,7 @@
 // UIView+VAP.m
 // UIView+VAP.m
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

+ 1 - 1
iOS/QGVAPlayer/QGVAPlayer/Classes/QGVAPlayer.h

@@ -1,7 +1,7 @@
 // QGVAPlayer.h
 // QGVAPlayer.h
 // Tencent is pleased to support the open source community by making vap available.
 // Tencent is pleased to support the open source community by making vap available.
 //
 //
-// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
+// Copyright (C) 2020 Tencent.  All rights reserved.
 //
 //
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // Licensed under the MIT License (the "License"); you may not use this file except in
 // compliance with the License. You may obtain a copy of the License at
 // compliance with the License. You may obtain a copy of the License at

Some files were not shown because too many files changed in this diff