mod_presence_cache: Add copyright header
authorKim Alvefur <zash@zash.se>
Wed, 11 May 2016 23:13:03 +0200
changeset 2180 b76b062e77db
parent 2179 cc0cf6748885
child 2181 530feb0e23ff
mod_presence_cache: Add copyright header
mod_presence_cache/mod_presence_cache.lua
--- a/mod_presence_cache/mod_presence_cache.lua	Wed May 11 23:12:51 2016 +0200
+++ b/mod_presence_cache/mod_presence_cache.lua	Wed May 11 23:13:03 2016 +0200
@@ -1,3 +1,8 @@
+-- XEP-0280: Message Carbons implementation for Prosody
+-- Copyright (C) 2015-2016 Kim Alvefur
+--
+-- This file is MIT/X11 licensed.
+
 local is_contact_subscribed = require"core.rostermanager".is_contact_subscribed;
 local jid_split = require"util.jid".split;
 local jid_bare = require"util.jid".bare;