X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=visor;a=blobdiff_plain;f=libvisor%2Fsrc%2Fvisor.c;fp=libvisor%2Fsrc%2Fvisor.c;h=b4ef116dcc4cf636314131c2798341fbbc95ab58;hp=fc336d87ab6c7f40755bd17a4e759aacf21c9007;hb=a3d913263bd55389a60c8db96d1ea1fc11acf178;hpb=9f0326a07930f909b44433f5d0e3b556d0b16a51 diff --git a/libvisor/src/visor.c b/libvisor/src/visor.c index fc336d8..b4ef116 100644 --- a/libvisor/src/visor.c +++ b/libvisor/src/visor.c @@ -1,3 +1,21 @@ +/* +visor - lightweight system-independent embeddable text editor framework +Copyright (C) 2019 John Tsiombikas + +This program 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 3 of the License, or +(at your option) any later version. + +This program 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. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . +*/ + #include "vilibc.h" #include "visor.h" #include "vimpl.h"