diff options
Diffstat (limited to 'applications/luci-uvc_streamer/luasrc/controller')
-rw-r--r-- | applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua index a1f2296717..1766c2b116 100644 --- a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua +++ b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua @@ -1,3 +1,18 @@ +--[[ + +LuCI UVC Streamer +(c) 2008 Yanira <forum-2008@email.de> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +]]-- + module("luci.controller.uvc_streamer", package.seeall) function index() |