Skip to content

Commit

Permalink
Update cmake repo, LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
moffatman committed Sep 12, 2023
1 parent 8c5e628 commit 7a60a23
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mpv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Checkout toolchain
uses: actions/checkout@v3
with:
repository: media-kit/libmpv-win32-video-cmake
repository: media-kit/libmpv-win32-video-encoders-gpl-cmake
path: mpv-winbuild-cmake
- name: Get Params
run: |
Expand Down
17 changes: 16 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License
Original codebase - MIT License

Copyright (c) 2021 zhongfly

Expand All @@ -19,3 +19,18 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

GPL Modifications - Copyright (C) 2023 moffatman

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 comments on commit 7a60a23

Please sign in to comment.