From 3fd785654372d493c031d9b541ab33a881023a32 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Feb 2021 19:16:17 +0300 Subject: * switch to composer for qrcode and otp dependencies * move most OTP-related stuff into userhelper * remove old phpqrcode and otphp libraries --- vendor/beberlei/assert/LICENSE | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/beberlei/assert/LICENSE (limited to 'vendor/beberlei/assert/LICENSE') diff --git a/vendor/beberlei/assert/LICENSE b/vendor/beberlei/assert/LICENSE new file mode 100644 index 000000000..43672e7e6 --- /dev/null +++ b/vendor/beberlei/assert/LICENSE @@ -0,0 +1,11 @@ +Copyright (c) 2011-2013, Benjamin Eberlei +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. -- cgit v1.2.3-54-g00ecf