X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=modules%2Fluci-mod-rpc%2Fluasrc%2Fjsonrpc.lua;h=c7f025496d18a5682df16f1c9b47daf5fac2b7be;hb=9b0bc332d2596b3ab5e752589645858aad249164;hp=71c95d549b92d5c9025a6c3ab61df3d7b885aa85;hpb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;p=oweals%2Fluci.git diff --git a/modules/luci-mod-rpc/luasrc/jsonrpc.lua b/modules/luci-mod-rpc/luasrc/jsonrpc.lua index 71c95d549..c7f025496 100644 --- a/modules/luci-mod-rpc/luasrc/jsonrpc.lua +++ b/modules/luci-mod-rpc/luasrc/jsonrpc.lua @@ -1,17 +1,6 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -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$ -]]-- +-- Copyright 2008 Steven Barth +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. module("luci.jsonrpc", package.seeall) require "luci.json"