X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-core%2Fluasrc%2Fcontroller%2Fadmin%2Fstatus.lua;fp=modules%2Fadmin-core%2Fluasrc%2Fcontroller%2Fadmin%2Fstatus.lua;h=3a0f040747d5eac8b36db723ea33d74636da932c;hp=afd6804f79a25e7e7431af5df017c339e664f32b;hb=7d03f8ea8a5edf72b708a8a4f45346048274fae6;hpb=09ecbe73ed51cdbbb204f323ad9207505680cd94 diff --git a/modules/admin-core/luasrc/controller/admin/status.lua b/modules/admin-core/luasrc/controller/admin/status.lua index afd6804f7..3a0f04074 100644 --- a/modules/admin-core/luasrc/controller/admin/status.lua +++ b/modules/admin-core/luasrc/controller/admin/status.lua @@ -1,3 +1,16 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright 2008 Steven Barth + +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.admin.status", package.seeall) function index()