Commit dd61f62762affbc5cb4d6f0dd0ebee3940332980
1 parent
36aa5879
Exists in
master
and in
5 other branches
Corrigindo licença GPL no Makefile
Showing
1 changed file
with
2 additions
and
5 deletions
Show diff stats
src/sample/Makefile.in
... | ... | @@ -15,16 +15,13 @@ |
15 | 15 | # obter mais detalhes. |
16 | 16 | # |
17 | 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 | |
18 | +# programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin | |
19 | +# St, Fifth Floor, Boston, MA 02110-1301 USA | |
20 | 20 | # |
21 | 21 | # Contatos: |
22 | 22 | # |
23 | 23 | # perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) |
24 | 24 | # erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça) |
25 | -# licinio@bb.com.br (Licínio Luis Branco) | |
26 | -# kraucer@bb.com.br (Kraucer Fernandes Mazuco) | |
27 | -# | |
28 | 25 | # |
29 | 26 | |
30 | 27 | LIB3270_CFLAGS=`pkg-config --cflags lib3270` | ... | ... |