diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-05 19:25:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-05 19:25:10 +0000 |
commit | ee613dd296b76b00577510e60db0cb880e87d469 (patch) | |
tree | 0b6daffaea4cc0726ef57e7501fb910bb42de5a6 /applications/luci-uvc_streamer/luasrc/controller | |
parent | ac05bea1be004a4270a43825dae8430c579be72b (diff) |
* luci/applications/uvc_streamer:
- display streaming address in map description
- sync translation
- add credits
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() |