diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:25 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:25 +0900 |
commit | 0600edaa5c1a04547bd6b1e0431660d6833074cd (patch) | |
tree | d099efc896b831b1046baf83d8ba3edb60c6e65c /src/css.l | |
parent | 4a9ac8023543db82c39c3db6138a8e8582f51797 (diff) | |
download | wget-upstream/1.20.2.tar.gz wget-upstream/1.20.2.tar.bz2 wget-upstream/1.20.2.zip |
Imported Upstream version 1.20.2upstream/1.20.2
Diffstat (limited to 'src/css.l')
-rw-r--r-- | src/css.l | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ %{ /* Lex source for CSS tokenizing. Taken from http://www.w3.org/TR/CSS21/grammar.html#q2 - Copyright (C) 2006, 2009-2011, 2015, 2018 Free Software Foundation, - Inc. + Copyright (C) 2006, 2009-2011, 2015, 2018-2019 Free Software + Foundation, Inc. This file is part of GNU Wget. |