X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=fallbacks%2Fbit.lua;h=75109d40471ef0b9ed4d058ef882523cbdd4c3e3;hb=184d6a376b305e9488180d2c07ace18805351be1;hp=86e3b4a489db9ee5d6aa1f9c61c92003f41c94cb;hpb=14b07e19c6db6eefe35fac05b1772e7ee9a74436;p=prosody.git diff --git a/fallbacks/bit.lua b/fallbacks/bit.lua index 86e3b4a4..75109d40 100644 --- a/fallbacks/bit.lua +++ b/fallbacks/bit.lua @@ -1,3 +1,11 @@ +-- Prosody IM +-- Copyright (C) 2008-2009 Matthew Wild +-- Copyright (C) 2008-2009 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;