X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Factions.lua;h=5c2525e00f2dbf968fa0d8ac3132acfca1c198c3;hb=4341e61cc1ca8384a0ca18bad7f8f8f3f1c894b0;hp=d0be5aeb5093300e1e635e665cd2fa4f7b91a1c5;hpb=aaeae2efeea1819f657bb8afcee1855e056562b7;p=prosody.git diff --git a/core/actions.lua b/core/actions.lua index d0be5aeb..5c2525e0 100644 --- a/core/actions.lua +++ b/core/actions.lua @@ -1,3 +1,11 @@ +-- Prosody IM +-- Copyright (C) 2008-2009 Matthew Wild +-- Copyright (C) 2008-2009 Waqas Hussain +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + local actions = {};