]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libcroco: Improve copyright headers.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Nov 2019 23:40:08 +0000 (00:40 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:27:31 +0000 (13:27 +0200)
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.

54 files changed:
libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.c
libtextstyle/gnulib-local/lib/libcroco/cr-additional-sel.h
libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.c
libtextstyle/gnulib-local/lib/libcroco/cr-attr-sel.h
libtextstyle/gnulib-local/lib/libcroco/cr-cascade.c
libtextstyle/gnulib-local/lib/libcroco/cr-cascade.h
libtextstyle/gnulib-local/lib/libcroco/cr-declaration.c
libtextstyle/gnulib-local/lib/libcroco/cr-declaration.h
libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.c
libtextstyle/gnulib-local/lib/libcroco/cr-doc-handler.h
libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.c
libtextstyle/gnulib-local/lib/libcroco/cr-enc-handler.h
libtextstyle/gnulib-local/lib/libcroco/cr-fonts.c
libtextstyle/gnulib-local/lib/libcroco/cr-fonts.h
libtextstyle/gnulib-local/lib/libcroco/cr-input.c
libtextstyle/gnulib-local/lib/libcroco/cr-input.h
libtextstyle/gnulib-local/lib/libcroco/cr-num.c
libtextstyle/gnulib-local/lib/libcroco/cr-num.h
libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.c
libtextstyle/gnulib-local/lib/libcroco/cr-om-parser.h
libtextstyle/gnulib-local/lib/libcroco/cr-parser.c
libtextstyle/gnulib-local/lib/libcroco/cr-parser.h
libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.c
libtextstyle/gnulib-local/lib/libcroco/cr-parsing-location.h
libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.c
libtextstyle/gnulib-local/lib/libcroco/cr-prop-list.h
libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.c
libtextstyle/gnulib-local/lib/libcroco/cr-pseudo.h
libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c
libtextstyle/gnulib-local/lib/libcroco/cr-rgb.h
libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.c
libtextstyle/gnulib-local/lib/libcroco/cr-sel-eng.h
libtextstyle/gnulib-local/lib/libcroco/cr-selector.c
libtextstyle/gnulib-local/lib/libcroco/cr-selector.h
libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.c
libtextstyle/gnulib-local/lib/libcroco/cr-simple-sel.h
libtextstyle/gnulib-local/lib/libcroco/cr-statement.c
libtextstyle/gnulib-local/lib/libcroco/cr-statement.h
libtextstyle/gnulib-local/lib/libcroco/cr-string.c
libtextstyle/gnulib-local/lib/libcroco/cr-string.h
libtextstyle/gnulib-local/lib/libcroco/cr-style.c
libtextstyle/gnulib-local/lib/libcroco/cr-style.h
libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.c
libtextstyle/gnulib-local/lib/libcroco/cr-stylesheet.h
libtextstyle/gnulib-local/lib/libcroco/cr-term.c
libtextstyle/gnulib-local/lib/libcroco/cr-term.h
libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.c
libtextstyle/gnulib-local/lib/libcroco/cr-tknzr.h
libtextstyle/gnulib-local/lib/libcroco/cr-token.c
libtextstyle/gnulib-local/lib/libcroco/cr-token.h
libtextstyle/gnulib-local/lib/libcroco/cr-utils.c
libtextstyle/gnulib-local/lib/libcroco/cr-utils.h
libtextstyle/gnulib-local/lib/libcroco/libcroco-config.h
libtextstyle/gnulib-local/lib/libcroco/libcroco.h

index 5d1313e963a3d963935dfa8d7412c5fe0b2bac47..4eadb7bd6bc80594899370c1aa31e25817579270 100644 (file)
@@ -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.
  *
  */
 
index 7ca3e07d53778a2ebd2506117d989d18148603c6..a96a6071fe869b14a14eb2e496bc0a0e695d63e5 100644 (file)
@@ -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.
  */
 
 
index 694e98de2d8ee13947f34e2d3ee34dad0513eb81..f34731e9ae51c563f660499a04978ecb72f45eb6 100644 (file)
@@ -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 <config.h>
index 82d5a87d7e36df35eba535ac8c252881ad37a308..22957a43d0ead206007bfc38698ff6735166eb84 100644 (file)
@@ -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__
index 653bd9256dacfc9325df0b2c1cb9a1b1cd15cb7b..984f76f39447324ef199f4326dbd85acd48354ff 100644 (file)
@@ -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
  *
index 3119ae85f3edb555d353b625a4a1cd930a3cfe97..45f44511486880e0b98d6256ccee8cfa3528d1ad 100644 (file)
@@ -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
index cce11238bb60b79b7c8bac772c7558421505c527..83789a80cf1da1ba6bd09078873f8dd7e0ad0f76 100644 (file)
@@ -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 <config.h>
index eee8be321c575e1fc15f0b32d5f326e8192e439a..f3f417cdc72589663813b46705de12decc717ced 100644 (file)
@@ -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__
index 4c0cf0e979a289cbb658916471c7230aa4a353e9..c8459cbd6bc9fc7f5101634624682beb34b0f3a0 100644 (file)
@@ -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 <config.h>
index d12673f31308d6ec7fb338b9229ef798a1f8afc9..0e730711ec3fd52fda8fcbbf3f7114f4bd6e705b 100644 (file)
@@ -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__
index 4f0f39fca9d392cbbfa6d0a615d013c92f15fa60..dc2185bfd69872394abe50c3e0dadbfbe2148e51 100644 (file)
@@ -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
  *
index 0727764c039fb48e8ce9cf72081fe23a0f389514..84517d6d75621ce9a926b863ad8a68b63c83a275 100644 (file)
@@ -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
  *
index 39272979ea192535274e85897849b46f3ce28329..a1d4fda4c51cfc33c30c4aa8ecf6dbbfe3ac1d00 100644 (file)
@@ -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 <config.h>
index 9eaeeeb981efb3292c8f168a4912a8e098981789..a1637463f077366d9761a7af1f629803954cc8c0 100644 (file)
@@ -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__
index 83342336901837871edafb92a489c166baa025dd..fe59713e25c17df8e889dc8c1aad9b54312cb324 100644 (file)
@@ -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 <config.h>
index 9eb402a878ea94d180f4122a1863fdb6ada31e57..68f9f3851347414eac0032a45d0b379d05318733 100644 (file)
@@ -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__
index 0ddc8635d175a53bea79512395da228df5e0f1cb..3c9aaeb624a000346eda7a62f339749fd0fe20d1 100644 (file)
@@ -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.
  */
 
 /**
index 2b73aaf797fac9617ac70df62d8e466d432410ea..f6ef4084b3232a4d3d4e93b9d4bede9612dd52c5 100644 (file)
@@ -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
  */
 
 
index 9ba66f2f36a34a5920f12861c8fea9f7d27dc97b..23d951d2c6e33debbce37d83b9a307bcf6206723 100644 (file)
@@ -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 <config.h>
index 13d35b1cd058fb495ea765c5bdab643b14085b67..8ef022e24e1db3b5761e8ee79c32484cdbd1dbe8 100644 (file)
@@ -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
  *
index 98595fae9e1621d32f57e67274c22b8dd0b7d292..f8dc101d145c849f254ac0eb10d6a2122cd2518a 100644 (file)
@@ -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.
  */
 
 /**
index 6dce9439e1c07896f08905d8d7db2ef9924aa1d1..1df20c80a4d4f86445b8e72b2a431c3355a5e8e7 100644 (file)
@@ -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__
index df6f49b8788f64125a90fb2a0e5f5d76fa336d6d..f823ee5d2911c6668d2796bbe046d72a84203fd8 100644 (file)
@@ -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 <config.h>
index b8064a56065418596ca0ebf351bc0fdedc0c158c..a6c74968087198b5c415c41fdd9fe41e215a7902 100644 (file)
@@ -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__
index 9233e4b353ba75b9b063a5f8d1c53d692dc274f2..eaf281bffc6ee539442b663bf71c86a5784c6ce1 100644 (file)
@@ -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 <config.h>
index 797ba43eab11f807bc1f6821623175b169adc284..6c6924f742ff00446655687020df07b626f533dc 100644 (file)
@@ -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__
index 95a2f5102a71b906388528c9c3196998403b1feb..22115d1092f8159a8723840ae08272a39886b7e0 100644 (file)
@@ -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 <config.h>
index 8917da45e8d7deaf2e60f8a0b24ce655092829fb..96e42281c0924449fe43555f97fc293c461a3fe7 100644 (file)
@@ -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__
index 903b55a6063dc4bbfee49dbc95129277ef408f48..c02387fe15736d23b0ae998a0ebf78482db72647 100644 (file)
@@ -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 <config.h>
index a127a440ee7677c3e0d3e512f7130857bf3b70e6..5be4c83f586b33499d7e769f74e8fe302d08cbdd 100644 (file)
@@ -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__
index 05e610364c3fae1219e4d04f5d3e4b58599022f2..b6eb7aaf1131df226a8c3b52d59c01ed7fb18f61 100644 (file)
@@ -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 <config.h>
index cab3d14bcbb963106a7d57438e4c0bb5af538dad..275b6a74e70df7be57e57609255ad672cd42aac5 100644 (file)
@@ -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__
index 2d4478bc97e59fd2ec2ff826b4abf8bd69d80962..675815647fd77b2bf31330b1c084f8cbf0d599de 100644 (file)
@@ -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 <config.h>
index dd6a7f786ca1538ee67ed718404d4b2230f0f0de..d55565bc0f03b3f2373c4eddeefee253de6ed756 100644 (file)
@@ -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__
index ae05f34832834e647a44660a69ce9813deb5149b..5eaa1c80d7d4a091e0892ec3ddecbc8cea4cbfee 100644 (file)
@@ -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 <config.h>
index d8edc00253ac7bd30332d0a4b787fac671ca9609..9dfcbfecc19b753105ef7f002a61caab1772c0cd 100644 (file)
@@ -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.
  */
 
 
index 1c00ed6a1d058bf28439c3a66d0b812596982517..769406c3c08d128b2377735438e087380f622cf2 100644 (file)
@@ -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 <config.h>
index 74a2330556819eaa8336f4885d8919ef9d31c349..253d7c89d484181d0b1b21837ede02f47eb7b3b8 100644 (file)
@@ -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 <stdio.h>
index ee613206b14e39a68562434bf4b3cbfeb35f801c..9c3a375b05a99db140532590ecaa74ad9afb2804 100644 (file)
@@ -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 <config.h>
index 2700f0e2ebc2f41031ce820b65e7cbf295004b58..26c7716dadb204b2fea63a16777c584a79c31f5f 100644 (file)
@@ -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.
  */
 
 /**
index a1bd165ecf7ec0573e6a1a5e4d5e351755bede17..221d0ceb859be94e0ab0fe45afcb5e7fd4b5818c 100644 (file)
@@ -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 <config.h>
index 18aeaad09886ccc2f503874b04e4a925c9db9b71..c90b1d49202c3d8443b2634f076a6db9afb957ce 100644 (file)
@@ -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__
index d7014c5c4ec1a1b4efa3d1650c975add7c73c703..1e7579b020e9a08efde65e3caa3529faed16343c 100644 (file)
@@ -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
  *
index f35c94e37d0b485c7d7bf411bc2e0d4d334236ef..37eabdfb847ac9a2f71eda40a2469a9aad6d0503 100644 (file)
@@ -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.
  */
 
 
index e33f3fd3cfd0267c5e8169af971833fd550f8147..071ce386b984ec1621233508c01668a8008e8190 100644 (file)
@@ -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 <config.h>
index 0f22dda758d0f2af4d3166f89a0c9915509416c9..5b2a4b3a606a9a8bcfc875e6a92fef43a42a7691 100644 (file)
@@ -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 <stdio.h>
index f0c4005205c500ac6582132d6c6e626949d9105b..53c1107435ff8c52a0f67e78ac07cf1ecd614bf8 100644 (file)
@@ -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.
  */
 
 /**
index 13985b30ecc1185522df9dad3a49de416cfcf4a0..e0adae01330e5888f771a6f7cbf832e9111c590d 100644 (file)
@@ -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.
  */
 
 /**
index f01548f2092ca9699b0b3b7624892bdf3076b4b5..cb8aa6301b80775fe8f8321583881dc25da5f598 100644 (file)
@@ -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.
  */
 
 /**
index f1257b7a8da11a576891ab09edcc660b61cf980a..83b3b595049e80f403108a632bd69f6e8c452104 100644 (file)
@@ -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__
index d6198486dc709fa7197a76b7ca4bee7f246d1073..88ce777f494d801b1da2d2d697ff48b56cc224b4 100644 (file)
@@ -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 <config.h>
index 54aa24973828e6b8960e94cfd95726fd0db787c4..06fbc276fb79f615837b6fb5dddbce04328f9917 100644 (file)
@@ -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__
index 6cdce6d16569c606a6a49d391e8a8200dfa28b4b..1112de02deef71e8836fe6e420cf94ceb7c60083 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+ */
+
 #ifndef LIBCROCO_VERSION_NUMBER
 #define LIBCROCO_VERSION_NUMBER 612
 #endif
index eabc596a68d4e2d397881fe7cbccc8a3e6e893d8..d8abf633c59830e4711576bd88486fe2a604a2fe 100644 (file)
@@ -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
  *