X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=fallbacks%2Fbit.lua;h=2482c473e8cab4f7fd0b6a58dc0e2bd0d0d518e8;hb=130fd6f3db8a4f7098634ae46caeef10ef405f6d;hp=86e3b4a489db9ee5d6aa1f9c61c92003f41c94cb;hpb=3d703f6b72f69dc8209e75c70967707bbbfa7129;p=prosody.git diff --git a/fallbacks/bit.lua b/fallbacks/bit.lua index 86e3b4a4..2482c473 100644 --- a/fallbacks/bit.lua +++ b/fallbacks/bit.lua @@ -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 type = type; local tonumber = tonumber;