|
| 1 | +/* SPDX-License-Identifier: LGPL-3.0-or-later */ |
| 2 | + |
1 | 3 | /* |
2 | | - * "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270 |
3 | | - * (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a |
4 | | - * aplicativos mainframe. Registro no INPI sob o nome G3270. |
5 | | - * |
6 | | - * Copyright (C) <2008> <Banco do Brasil S.A.> |
7 | | - * |
8 | | - * Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob |
9 | | - * os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela |
10 | | - * Free Software Foundation. |
11 | | - * |
12 | | - * Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER |
13 | | - * GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO |
14 | | - * A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para |
15 | | - * obter mais detalhes. |
16 | | - * |
17 | | - * Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este |
18 | | - * programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple |
19 | | - * Place, Suite 330, Boston, MA, 02111-1307, USA |
20 | | - * |
21 | | - * Este programa está nomeado como hllapi.c e possui - linhas de código. |
| 4 | + * Copyright (C) 2008 Banco do Brasil S.A. |
22 | 5 | * |
23 | | - * Contatos: |
| 6 | + * This program is free software: you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU Lesser General Public License as published |
| 8 | + * by the Free Software Foundation, either version 3 of the License, or |
| 9 | + * (at your option) any later version. |
24 | 10 | * |
25 | | - * perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) |
26 | | - * erico.mendonca@gmail.com (Erico Mascarenhas Mendonça) |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
27 | 15 | * |
| 16 | + * You should have received a copy of the GNU Lesser General Public License |
| 17 | + * along with this program. If not, see <https://www.gnu.org/licenses/>. |
28 | 18 | */ |
29 | 19 |
|
30 | 20 | #include <algorithm> |
|
0 commit comments