X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=fallbacks%2Fbit.lua;h=28dca4e6a0f5e15f4bc876048aace1110679bc76;hb=71f987d510a0cc942ae4f8de272e93ba871d28ad;hp=86e3b4a489db9ee5d6aa1f9c61c92003f41c94cb;hpb=c0c83da1a045258025a2825f437af7a5e602c9c9;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;