diff mod_smacks/mod_smacks.lua @ 1670:5f5ff061b316

mod_smacks: Add license header
author Kim Alvefur <zash@zash.se>
date Thu, 09 Apr 2015 14:23:48 +0200
parents ad6694f7b13c
children a53385a78a64
line wrap: on
line diff
--- a/mod_smacks/mod_smacks.lua	Thu Apr 09 14:21:33 2015 +0200
+++ b/mod_smacks/mod_smacks.lua	Thu Apr 09 14:23:48 2015 +0200
@@ -1,3 +1,15 @@
+-- XEP-0198: Stream Management for Prosody IM
+--
+-- Copyright (C) 2010-2015 Matthew Wild
+-- Copyright (C) 2010 Waqas Hussain
+-- Copyright (C) 2012-2015 Kim Alvefur
+-- Copyright (C) 2012 Thijs Alkemade
+-- Copyright (C) 2014 Florian Zeitz
+--
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+
 local st = require "util.stanza";
 local uuid_generate = require "util.uuid".generate;