mod_smacks: Add license header
authorKim Alvefur <zash@zash.se>
Thu, 09 Apr 2015 14:23:48 +0200
changeset 1674 5f5ff061b316
parent 1673 a25d137439a7
child 1675 c813b69ae279
child 1711 64b3d1eb0cfe
mod_smacks: Add license header
mod_smacks/mod_smacks.lua
--- 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;