# HG changeset patch # User Waqas Hussain # Date 1279175311 -18000 # Node ID 9a96969d4670479693251ac06bc14f3a2ae9969e # Parent 1748a49da906dcca0eea57159930522d29ef209c certmanager: Added copyright header. diff -r 1748a49da906 -r 9a96969d4670 core/certmanager.lua --- 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;