X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=fallbacks%2Fbit.lua;h=28dca4e6a0f5e15f4bc876048aace1110679bc76;hb=73e841ddd082009e3f19502b207231bbddfa0dbb;hp=86e3b4a489db9ee5d6aa1f9c61c92003f41c94cb;hpb=3d703f6b72f69dc8209e75c70967707bbbfa7129;p=prosody.git diff --git a/fallbacks/bit.lua b/fallbacks/bit.lua index 86e3b4a4..28dca4e6 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;