X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Futils.h;h=7c322492b351f434a635928ed2b0d615af701491;hb=HEAD;hp=57cf13b9f5e8848c840507ceccd6f62d07908bc2;hpb=8ffdf2da8a54c95737cdf4f9fbb4908d4b31ff14;p=citadel.git diff --git a/webcit/utils.h b/webcit/utils.h index 57cf13b9f..7c322492b 100644 --- a/webcit/utils.h +++ b/webcit/utils.h @@ -1,3 +1,15 @@ +/* + * Copyright (c) 1996-2013 by the citadel.org team + * + * This program is open source software. You can redistribute it and/or + * modify it under the terms of the GNU General Public License, version 3. + * + * 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 General Public License for more details. + */ + void StrEscPuts(const StrBuf *strbuf); void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks);