X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fpathlist.c;h=b0bd820bd1fc61ad9d3820247c31b1475592dfea;hb=e345c6ca59dce056274f5a6fde32d8f4df8443eb;hp=1bb20cff82237b60db3c771ff96cb571d3d6d7c3;hpb=0e8a218c22b3c5d42ccc368b3b45d270f942cfde;p=wimlib diff --git a/src/pathlist.c b/src/pathlist.c index 1bb20cff..b0bd820b 100644 --- a/src/pathlist.c +++ b/src/pathlist.c @@ -7,20 +7,18 @@ /* * Copyright (C) 2013 Eric Biggers * - * This file is part of wimlib, a library for working with WIM files. + * This file is free software; you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 3 of the License, or (at your option) any + * later version. * - * wimlib 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 3 of the License, or (at your option) - * any later version. - * - * wimlib 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 + * This file 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 Lesser General Public License for more * details. * - * You should have received a copy of the GNU General Public License - * along with wimlib; if not, see http://www.gnu.org/licenses/. + * You should have received a copy of the GNU Lesser General Public License + * along with this file; if not, see http://www.gnu.org/licenses/. */ #ifdef HAVE_CONFIG_H