X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Fccache.lua;h=bcc76e6a7bd654e27563fdc28beeac97a904b67e;hp=56ccbc3efe30a85bfb15544818ad0d49a0ad840f;hb=7fd4f84aa95e81c4b021498f57d8b57c8cc20db5;hpb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;ds=sidebyside diff --git a/modules/luci-base/luasrc/ccache.lua b/modules/luci-base/luasrc/ccache.lua index 56ccbc3ef..bcc76e6a7 100644 --- a/modules/luci-base/luasrc/ccache.lua +++ b/modules/luci-base/luasrc/ccache.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. local io = require "io" local fs = require "nixio.fs"