Skip to content

Commit d083edc

Browse files
committed
Working on issue #13
1 parent 8146957 commit d083edc

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

src/core/hllapi.cc

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,20 @@
1+
/* SPDX-License-Identifier: LGPL-3.0-or-later */
2+
13
/*
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.
225
*
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.
2410
*
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.
2715
*
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/>.
2818
*/
2919

3020
#include <algorithm>

0 commit comments

Comments
 (0)