aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2025-03-04 19:57:29 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2025-03-04 19:57:29 +0000
commitaf900a78fb0ca1315817436e35b531e9905d4a8a (patch)
tree5de772acb50095678fa353ad44d9104dd5b348db
parentd6d443e857f63b20acce24b95c32789bf579cd4d (diff)
Add license header to source files
-rw-r--r--get_subtitle/main.lua13
-rw-r--r--mpvclip/main.lua13
2 files changed, 26 insertions, 0 deletions
diff --git a/get_subtitle/main.lua b/get_subtitle/main.lua
index b24d19d..b37f28a 100644
--- a/get_subtitle/main.lua
+++ b/get_subtitle/main.lua
@@ -1,3 +1,16 @@
+--[[
+mpv scripts - get_subtitle
+Copyright (C) 2025-present Arjun Satarkar
+
+This program is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License version 3.
+
+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 version 3 for
+more details.
+]]
+
Result = nil
local function main()
diff --git a/mpvclip/main.lua b/mpvclip/main.lua
index d633380..38e373f 100644
--- a/mpvclip/main.lua
+++ b/mpvclip/main.lua
@@ -1,3 +1,16 @@
+--[[
+mpv scripts - mpvclip
+Copyright (C) 2025-present Arjun Satarkar
+
+This program is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License version 3.
+
+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 version 3 for
+more details.
+]]
+
local input = require "mp.input"
local function log_cmd(args)