core/certmanager.lua
changeset 3369 9a96969d4670
parent 3368 1748a49da906
child 3370 7c87af1c9a68
--- a/core/certmanager.lua	Thu Jul 15 11:28:14 2010 +0500
+++ b/core/certmanager.lua	Thu Jul 15 11:28:31 2010 +0500
@@ -1,3 +1,11 @@
+-- Prosody IM
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
+-- 
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+
 local configmanager = require "core.configmanager";
 local log = require "util.logger".init("certmanager");
 local ssl = ssl;