Software /
code /
prosody
Changeset
9334:a86736e0163c
mod_server_contact_info: Update copyright header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 21 Sep 2018 15:34:45 +0200 |
parents | 9333:fd704adc62e1 |
children | 9335:2dc7490899ae |
files | plugins/mod_server_contact_info.lua |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_server_contact_info.lua Sun Sep 16 22:40:35 2018 +0200 +++ b/plugins/mod_server_contact_info.lua Fri Sep 21 15:34:45 2018 +0200 @@ -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";