diff options
author | Kim Alvefur <zash@zash.se> | 2018-09-21 15:34:45 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-09-21 15:34:45 +0200 |
commit | d68f852f3b28e48e56fd205fe31015fc3a591cc2 (patch) | |
tree | 4a0a03ae857fc3a35b08e359714cb405ec8af405 /plugins | |
parent | 5d6f4fbe21d32f931123ec5644a954584ddc1a21 (diff) | |
download | prosody-d68f852f3b28e48e56fd205fe31015fc3a591cc2.tar.gz prosody-d68f852f3b28e48e56fd205fe31015fc3a591cc2.zip |
mod_server_contact_info: Update copyright header
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_server_contact_info.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/mod_server_contact_info.lua b/plugins/mod_server_contact_info.lua index 5f44cdc4..8a8fa291 100644 --- a/plugins/mod_server_contact_info.lua +++ b/plugins/mod_server_contact_info.lua @@ -1,8 +1,9 @@ -- XEP-0157: Contact Addresses for XMPP Services for Prosody -- --- Copyright (C) 2011-2016 Kim Alvefur +-- Copyright (C) 2011-2018 Kim Alvefur -- --- This file is MIT/X11 licensed. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- local array = require "util.array"; |