Mercurial > prosody-hg
comparison plugins/mod_server_contact_info.lua @ 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 | fd704adc62e1 |
| children | 8e7feec95e8d |
comparison
equal
deleted
inserted
replaced
| 9333:fd704adc62e1 | 9334:a86736e0163c |
|---|---|
| 1 -- XEP-0157: Contact Addresses for XMPP Services for Prosody | 1 -- XEP-0157: Contact Addresses for XMPP Services for Prosody |
| 2 -- | 2 -- |
| 3 -- Copyright (C) 2011-2016 Kim Alvefur | 3 -- Copyright (C) 2011-2018 Kim Alvefur |
| 4 -- | 4 -- |
| 5 -- This file is MIT/X11 licensed. | 5 -- This project is MIT/X11 licensed. Please see the |
| 6 -- COPYING file in the source package for more information. | |
| 6 -- | 7 -- |
| 7 | 8 |
| 8 local array = require "util.array"; | 9 local array = require "util.array"; |
| 9 | 10 |
| 10 -- Source: http://xmpp.org/registrar/formtypes.html#http:--jabber.org-network-serverinfo | 11 -- Source: http://xmpp.org/registrar/formtypes.html#http:--jabber.org-network-serverinfo |
