diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-11 19:31:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-11 19:31:11 +0000 |
commit | 58f87ad1526687260078ecde48ffee15b99453d5 (patch) | |
tree | 32e1f9676a5d6b174d3286369ae4f774873358e9 /kio | |
parent | df225065d15b2434699b681577d1eeb41ba5921b (diff) | |
download | tdelibs-58f87ad1526687260078ecde48ffee15b99453d5.tar.gz tdelibs-58f87ad1526687260078ecde48ffee15b99453d5.zip |
Remaining GPL license address updates
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061459 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/yacc.c | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/kio/kio/yacc.c b/kio/kio/yacc.c index fcb65e88c..a6fa63428 100644 --- a/kio/kio/yacc.c +++ b/kio/kio/yacc.c @@ -13,10 +13,11 @@ 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, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. @@ -676,7 +677,7 @@ int yydebug; # define YYMAXDEPTH 10000 #endif - + #if YYERROR_VERBOSE @@ -731,7 +732,7 @@ yystpcpy (yydest, yysrc) #endif /* !YYERROR_VERBOSE */ - + #if YYDEBUG /*--------------------------------. @@ -800,7 +801,7 @@ yydestruct (yymsg, yytype, yyvaluep) break; } } - + /* Prevent warnings from -Wmissing-prototypes. */ @@ -853,7 +854,7 @@ yyparse () #endif #endif { - + register int yystate; register int yyn; int yyresult; @@ -1278,7 +1279,7 @@ yyreduce: /* Line 1037 of yacc.c. */ #line 1281 "yacc.tab.c" - + yyvsp -= yylen; yyssp -= yylen; |