]> git.sesse.net Git - vlc/commitdiff
lua: adds a copyright notice and a GPLv2+ header to each lua script
authorRafaël Carré <funman@videolan.org>
Sat, 3 Nov 2007 14:28:52 +0000 (14:28 +0000)
committerRafaël Carré <funman@videolan.org>
Sat, 3 Nov 2007 14:28:52 +0000 (14:28 +0000)
authors: feel free to change to the licence you want, and to add yourself to the Authors list
additionnally, adds break.lua to its Makefile.am

share/Makefile.am
share/luameta/googleimage.lua
share/luaplaylist/appletrailers.lua
share/luaplaylist/break.lua
share/luaplaylist/dailymotion.lua
share/luaplaylist/googlevideo.lua
share/luaplaylist/lelombrik.lua
share/luaplaylist/metacafe.lua
share/luaplaylist/youtube.lua
share/luaplaylist/youtube_homepage.lua

index 34d16110cead2f135150147a027a97059665cf71..85b39b3c0f0f707be683689cc99c48d9ee70b698 100644 (file)
@@ -250,6 +250,7 @@ DIST_lua= \
        luameta/README.txt \
        luameta/googleimage.lua \
        luaplaylist/README.txt \
+       luaplaylist/break.lua \
        luaplaylist/dailymotion.lua \
        luaplaylist/lelombrik.lua \
        luaplaylist/youtube.lua \
index f3d565f8af778be430ef933b83990a9d05f5d2c1..32d6d5979471ea83091a1521729e97fbdd2918dd 100644 (file)
@@ -1,5 +1,23 @@
--- Get's an artwork from images.google.com
--- $Id$
+--[[
+ Gets an artwork from images.google.com
+
+ $Id$
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+--]]
 
 -- Replace non alphanumeric char by +
 function get_query( title )
index 3297f9186454a890aa5e94f6a18ed17d4978f689..5a754aea1e397628f555f6805a4ab7a9e2a61bdc 100644 (file)
@@ -1,8 +1,23 @@
--- $Id$
-
 --[[
-    Translate trailers.apple.com video webpages URLs to the corresponding
-    movie URL
+   Translate trailers.apple.com video webpages URLs to the corresponding
+   movie URL
+
+ $Id$
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
 --]]
 
 -- Probe function.
index da6ae18855a0396c555c1a01ff5bcb449f3cb30b..1c18a0c867efb212c52ab573e45e92da85ebaaa9 100644 (file)
@@ -1,4 +1,22 @@
--- $Id$
+--[[
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+--]]
 
 -- Probe function.
 function probe()
index 41fe1087d5700c15938af8bb7de7584f7063bce9..659b51a41ed5c7526bea3d2a5fcb82cd201e913e 100644 (file)
@@ -1,8 +1,24 @@
--- $Id$
-
 --[[
     Translate Daily Motion video webpages URLs to the corresponding
     FLV URL.
+
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
 --]]
 
 -- Probe function.
index 49ead9fa684e69eda99ac74f6c05b61a43f07144..57cc281b8ac8faaed7422f5ac3d43357d7752ed2 100644 (file)
@@ -1,4 +1,22 @@
--- $Id$
+--[[
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+--]]
 
 -- Probe function.
 function probe()
index 8002ce7205ab7ea20a5246ce5f5781258993558c..82fb47228039d0e9198d5d22f7a0025f2d743239 100644 (file)
@@ -1,5 +1,24 @@
--- $Id$
--- French humor site: http://lelombrik.net
+--[[
+ French humor site: http://lelombrik.net
+
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+--]]
 
 -- Probe function.
 function probe()
index 30b176b9a1abd07aa8e414a1ca2bb816096a8eb4..b7ceb3e851968838134f953d54e22fd2f44d3568 100644 (file)
@@ -1,4 +1,22 @@
--- $Id$
+--[[
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+--]]
 
 -- Probe function.
 function probe()
index 9c3aa7f66101648e34e3931a55a11e4ebf316fb1..719f736cdeadc04032bc35a7f2f9cb9990eaa20b 100644 (file)
@@ -1,4 +1,24 @@
--- $Id$
+--[[
+ French humor site: http://lelombrik.net
+
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+--]]
 
 -- Helper function to get a parameter's value in a URL
 function get_url_param( url, name )
index 4119ccd1ee545b31eef8bfc83943045ddb6df2a5..5c7e88af938622aecc870c3f1d25c5f5582c374b 100644 (file)
@@ -1,6 +1,24 @@
 --[[
-    Parse YouTube homepage and browse pages. Next step is to recode firefox
-    in VLC ... using Lua of course ;)
+  Parse YouTube homepage and browse pages. Next step is to recode firefox
+  in VLC ... using Lua of course ;)
+
+ $Id$
+
+ Copyright © 2007 the VideoLAN team
+
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
 --]]
 
 function probe()