1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add Licenses to funC stdlib

This commit is contained in:
EmelyanenkoK 2023-03-14 21:29:33 +03:00
parent 7da30e1e7f
commit 9b3f9e4ac1
3 changed files with 511 additions and 0 deletions

View file

@ -4,6 +4,21 @@
-
-}
{-
This file is part of TON FunC Standard Library.
FunC Standard Library is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
FunC Standard Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
-}
#include "stdlib.fc";
#pragma version >=0.4.2;