Software /
code /
prosody
Changeset
3369:9a96969d4670
certmanager: Added copyright header.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 15 Jul 2010 11:28:31 +0500 |
parents | 3368:1748a49da906 |
children | 3370:7c87af1c9a68 |
files | core/certmanager.lua |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;