aboutsummaryrefslogtreecommitdiffstats
path: root/core/certmanager.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-07-15 11:28:31 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-07-15 11:28:31 +0500
commit128f9755b781b40a175e47ce83a795cc7f7caf05 (patch)
treed20d6f855d2e7e5291331e89f4cb7a9e43697419 /core/certmanager.lua
parentbbbad888596d1507bb6c9d72fa7bd12e3a9fb0a2 (diff)
downloadprosody-128f9755b781b40a175e47ce83a795cc7f7caf05.tar.gz
prosody-128f9755b781b40a175e47ce83a795cc7f7caf05.zip
certmanager: Added copyright header.
Diffstat (limited to 'core/certmanager.lua')
-rw-r--r--core/certmanager.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua
index 7194a46a..9b33bf72 100644
--- a/core/certmanager.lua
+++ b/core/certmanager.lua
@@ -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;