Add licence note on source files

mr3.3.1
Victor Seva 13 years ago
parent da6f0847f7
commit 47f488bd74

@ -1,5 +1,9 @@
-- Load PBX groups from DDBB
-- Copyright (C) 2013 Sipwise GmbH <development@sipwise.com>
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local lookup_query = [[
SELECT g.name, s.username, d.domain

@ -1,6 +1,9 @@
-- Load vhosts from DB on startup of Prosody XMPP server.
-- Copyright (C) 2013 Sipwise GmbH <development@sipwise.com>
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
module:set_global();

@ -1,3 +1,9 @@
--
-- Copyright (C) 2013 Sipwise GmbH <development@sipwise.com>
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local nodeprep = require "util.encodings".stringprep.nodeprep;
local jid_split = require "util.jid".split;
local sql = module:require("sql");

Loading…
Cancel
Save