diff options
Diffstat (limited to 'Build/source/texk/kpathsea/str-llist.h')
-rw-r--r-- | Build/source/texk/kpathsea/str-llist.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Build/source/texk/kpathsea/str-llist.h b/Build/source/texk/kpathsea/str-llist.h index 2d823d1795c..4e0f88073e1 100644 --- a/Build/source/texk/kpathsea/str-llist.h +++ b/Build/source/texk/kpathsea/str-llist.h @@ -1,10 +1,10 @@ /* str-llist.h: A linked list of strings, - It's pretty disgusting that both this and str-list exist; the reason is + It's pretty sad that both this and str-list exist; the reason is that C cannot express iterators very well, and I don't want to change - all the for loops right now. + all the for loops. - Copyright 1993, 94 Karl Berry. + Copyright 1993, 1994, 2008 Karl Berry. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -16,11 +16,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -*/ + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef STR_LLIST_H #define STR_LLIST_H |