From: Bruno Haible Date: Sun, 24 Nov 2019 23:40:08 +0000 (+0100) Subject: libcroco: Improve copyright headers. X-Git-Tag: v0.20.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02941bf6e6aa653e16081cb1eaba5d826ac43e51;p=thirdparty%2Fgettext.git libcroco: Improve copyright headers. The copyright headers should be unambiguous even if a single file is copied from the GNU gettext package and used elsewhere. Reported by John Darrington. * libtextstyle/gnulib-local/lib/libcroco/*: Inline the COPYRIGHT file where applicable. Add copyright header. * libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h: Add copyright header. --- diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.c b/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.c index 5d1313e96..4eadb7bd6 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. * */ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.h b/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.h index 7ca3e07d5..a96a6071f 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See the COPYRIGHTS file for copyright information. */ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.c b/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.c index 694e98de2..f34731e9a 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See COPYRIGHTS file for copyrights information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.h b/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.h index 82d5a87d7..22957a43d 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #ifndef __CR_ATTR_SEL_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.c b/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.c index 653bd9256..984f76f39 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.c @@ -1,5 +1,14 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.h b/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.h index 3119ae85f..45f445114 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-cascade.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the * GNU Lesser General Public diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.c b/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.c index cce11238b..83789a80c 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli. - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.h b/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.h index eee8be321..f3f417cdc 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-declaration.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See the COPYRIGHTS file for copyright information. */ #ifndef __CR_DECLARATION_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.c b/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.c index 4c0cf0e97..c8459cbd6 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See COPRYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.h b/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.h index d12673f31..0e730711e 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See the COPYRIGHTS file for copyright information. */ #ifndef __CR_DOC_HANDLER_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.c b/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.c index 4f0f39fca..dc2185bfd 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.c @@ -1,5 +1,14 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.h b/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.h index 0727764c0..84517d6d7 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.h @@ -1,5 +1,14 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.c b/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.c index 39272979e..a1d4fda4c 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.c @@ -1,8 +1,18 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of @@ -19,8 +29,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - *See COPYRIGHTS file for copyright information */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.h b/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.h index 9eaeeeb98..a1637463f 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-fonts.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of * the GNU Lesser General Public @@ -20,7 +31,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #ifndef __CR_FONTS_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-input.c b/libtextstyle/gnulib-local/lib/libcroco/cr-input.c index 833423369..fe59713e2 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-input.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-input.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-input.h b/libtextstyle/gnulib-local/lib/libcroco/cr-input.h index 9eb402a87..68f9f3851 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-input.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-input.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset:8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See the COPYRIGHTS file for copyrights information. */ #ifndef __CR_INPUT_SRC_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-num.c b/libtextstyle/gnulib-local/lib/libcroco/cr-num.c index 0ddc8635d..3c9aaeb62 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-num.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-num.c @@ -1,8 +1,18 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public @@ -19,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ /** diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-num.h b/libtextstyle/gnulib-local/lib/libcroco/cr-num.h index 2b73aaf79..f6ef4084b 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-num.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-num.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information */ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.c b/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.c index 9ba66f2f3..23d951d2c 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.h b/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.h index 13d35b1cd..8ef022e24 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.h @@ -1,5 +1,14 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-parser.c b/libtextstyle/gnulib-local/lib/libcroco/cr-parser.c index 98595fae9..f8dc101d1 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-parser.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-parser.c @@ -1,8 +1,18 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the @@ -20,7 +30,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ /** diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-parser.h b/libtextstyle/gnulib-local/lib/libcroco/cr-parser.h index 6dce9439e..1df20c80a 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-parser.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-parser.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ #ifndef __CR_PARSER_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.c b/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.c index df6f49b87..f823ee5d2 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli. - * See the COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.h b/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.h index b8064a560..a6c749680 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli. - * See the COPYRIGHTS file for copyright information. */ #ifndef __CR_PARSING_LOCATION_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.c b/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.c index 9233e4b35..eaf281bff 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.c @@ -1,6 +1,17 @@ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,7 +27,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.h b/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.h index 797ba43ea..6c6924f74 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.h @@ -1,6 +1,17 @@ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,7 +27,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ #ifndef __CR_PROP_LIST_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.c b/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.c index 95a2f5102..22115d109 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.h b/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.h index 8917da45e..96e42281c 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See COPYRIGHTS file for copyright information */ #ifndef __CR_PSEUDO_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c b/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c index 903b55a60..c02387fe1 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.h b/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.h index a127a440e..5be4c83f5 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-rgb.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * see COPYRIGHTS file for copyright information. */ #ifndef __CR_RGB_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.c b/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.c index 05e610364..b6eb7aaf1 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -17,8 +28,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See COPYRIGHTS file for copyright informations. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.h b/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.h index cab3d14bc..275b6a74e 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyrights information. */ #ifndef __CR_SEL_ENG_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-selector.c b/libtextstyle/gnulib-local/lib/libcroco/cr-selector.c index 2d4478bc9..675815647 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-selector.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-selector.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-selector.h b/libtextstyle/gnulib-local/lib/libcroco/cr-selector.h index dd6a7f786..d55565bc0 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-selector.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-selector.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -19,7 +30,6 @@ * * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #ifndef __CR_SELECTOR_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.c b/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.c index ae05f3483..5eaa1c80d 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.h b/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.h index d8edc0025..9dfcbfecc 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-statement.c b/libtextstyle/gnulib-local/lib/libcroco/cr-statement.c index 1c00ed6a1..769406c3c 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-statement.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-statement.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli. - * See COPYRIGHTS files for copyrights information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-statement.h b/libtextstyle/gnulib-local/lib/libcroco/cr-statement.h index 74a233055..253d7c89d 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-statement.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-statement.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-string.c b/libtextstyle/gnulib-local/lib/libcroco/cr-string.c index ee613206b..9c3a375b0 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-string.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-string.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli. - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-string.h b/libtextstyle/gnulib-local/lib/libcroco/cr-string.h index 2700f0e2e..26c7716da 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-string.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-string.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * See COPYRIGHTS file for copyright information. */ /** diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-style.c b/libtextstyle/gnulib-local/lib/libcroco/cr-style.c index a1bd165ec..221d0ceb8 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-style.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-style.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of * the GNU Lesser General Public @@ -20,7 +31,6 @@ * USA * * Author: Dodji Seketeli. - * see COPYRIGTHS file for copyright information */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-style.h b/libtextstyle/gnulib-local/lib/libcroco/cr-style.h index 18aeaad09..c90b1d492 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-style.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-style.h @@ -1,8 +1,18 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public @@ -19,7 +29,6 @@ * USA * * Author: Dodji Seketeli. - * See COPYRIGHTS file for copyright information. */ #ifndef __CR_STYLE_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.c b/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.c index d7014c5c4..1e7579b02 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.c @@ -1,5 +1,14 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.h b/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.h index f35c94e37..37eabdfb8 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -16,8 +27,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * see COPYRIGHTS file for copyright information. */ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-term.c b/libtextstyle/gnulib-local/lib/libcroco/cr-term.c index e33f3fd3c..071ce386b 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-term.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-term.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-term.h b/libtextstyle/gnulib-local/lib/libcroco/cr-term.h index 0f22dda75..5b2a4b3a6 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-term.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-term.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.c b/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.c index f0c400520..53c110743 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See the COPYRIGHTS file for copyrights information. */ /** diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.h b/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.h index 13985b30e..e0adae013 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for coypyright information. */ /** diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-token.c b/libtextstyle/gnulib-local/lib/libcroco/cr-token.c index f01548f20..cb8aa6301 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-token.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-token.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * see COPYRIGHTS file for copyright information. */ /** diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-token.h b/libtextstyle/gnulib-local/lib/libcroco/cr-token.h index f1257b7a8..83b3b5950 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-token.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-token.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #ifndef __CR_TOKEN_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-utils.c b/libtextstyle/gnulib-local/lib/libcroco/cr-utils.c index d6198486d..88ce777f4 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-utils.c +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-utils.c @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * See COPYRIGHTS file for copyright information. */ #include diff --git a/libtextstyle/gnulib-local/lib/libcroco/cr-utils.h b/libtextstyle/gnulib-local/lib/libcroco/cr-utils.h index 54aa24973..06fbc276f 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/cr-utils.h +++ b/libtextstyle/gnulib-local/lib/libcroco/cr-utils.h @@ -1,8 +1,19 @@ /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library * + * Copyright (C) 2003-2004 Dodji Seketeli. All Rights Reserved. + * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. @@ -18,7 +29,6 @@ * USA * * Author: Dodji Seketeli - * Look at file COPYRIGHTS for copyright information */ #ifndef __CR_DEFS_H__ diff --git a/libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h b/libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h index 6cdce6d16..1112de02d 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h +++ b/libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h @@ -1,3 +1,23 @@ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * This program 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 2.1 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + */ + #ifndef LIBCROCO_VERSION_NUMBER #define LIBCROCO_VERSION_NUMBER 612 #endif diff --git a/libtextstyle/gnulib-local/lib/libcroco/libcroco.h b/libtextstyle/gnulib-local/lib/libcroco/libcroco.h index eabc596a6..d8abf633c 100644 --- a/libtextstyle/gnulib-local/lib/libcroco/libcroco.h +++ b/libtextstyle/gnulib-local/lib/libcroco/libcroco.h @@ -1,3 +1,12 @@ +/* libcroco - Library for parsing and applying CSS + * Copyright (C) 2006-2019 Free Software Foundation, Inc. + * + * This file is not part of the GNU gettext program, but is used with + * GNU gettext. + * + * The original copyright notice is as follows: + */ + /* * This file is part of The Croco Library *