diff --git a/new/eeschema_part_sexpr_format_EN.odt b/new/eeschema_part_sexpr_format_EN.odt index 74dc1df9a3..5ce48ff513 100644 Binary files a/new/eeschema_part_sexpr_format_EN.odt and b/new/eeschema_part_sexpr_format_EN.odt differ diff --git a/new/sch_part.cpp b/new/sch_part.cpp index 6104f0047d..be7e5f3ac9 100644 --- a/new/sch_part.cpp +++ b/new/sch_part.cpp @@ -1,6 +1,7 @@ /* * This program source code file is part of KICAD, a free EDA CAD application. * + * Copyright (C) 2011 SoftPLC Corporation, Dick Hollenbeck * Copyright (C) 2010 Kicad Developers, see change_log.txt for contributors. * * This program is free software; you can redistribute it and/or diff --git a/new/sch_part.h b/new/sch_part.h index 820bdc287c..a3ef4cbcc6 100644 --- a/new/sch_part.h +++ b/new/sch_part.h @@ -1,3 +1,27 @@ +/* + * This program source code file is part of KICAD, a free EDA CAD application. + * + * Copyright (C) 2011 SoftPLC Corporation, Dick Hollenbeck + * Copyright (C) 2010 Kicad Developers, see change_log.txt for contributors. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, you may find one here: + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * or you may search the http://www.gnu.org website for the version 2 license, + * or you may write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + #ifndef SCH_PART_H_ #define SCH_PART_H_ diff --git a/new/sch_sweet_parser.cpp b/new/sch_sweet_parser.cpp index 7162e19252..9e6238a998 100644 --- a/new/sch_sweet_parser.cpp +++ b/new/sch_sweet_parser.cpp @@ -474,9 +474,9 @@ void SWEET_PARSER::parsePin( PIN* me ) case T_visible: if( sawVis ) Duplicate( tok ); + sawVis = true; parseBool( &me->isVisible ); NeedRIGHT(); - sawVis = true; break; default: