From 2409d5f8d7dd8b535ce5ea29e933f7db27d33793 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 21 Apr 2011 17:14:28 -0400 Subject: [PATCH] Update Copyright headers --- COPYING | 15 ++++++++------- src/hb-blob-private.hh | 2 +- src/hb-blob.cc | 2 +- src/hb-blob.h | 2 +- src/hb-buffer-private.hh | 4 ++-- src/hb-buffer.cc | 6 +++--- src/hb-buffer.h | 6 +++--- src/hb-common.cc | 4 +++- src/hb-common.h | 4 +++- src/hb-font-private.hh | 4 +++- src/hb-font.cc | 2 +- src/hb-font.h | 2 +- src/hb-ft.cc | 4 ++-- src/hb-ft.h | 2 +- src/hb-glib.cc | 4 +++- src/hb-glib.h | 4 +++- src/hb-icu.cc | 6 ++++-- src/hb-icu.h | 4 +++- src/hb-object-private.hh | 6 ++++-- src/hb-open-file-private.hh | 2 +- src/hb-open-type-private.hh | 2 +- src/hb-ot-head-private.hh | 2 +- src/hb-ot-layout-common-private.hh | 4 ++-- src/hb-ot-layout-gdef-private.hh | 4 ++-- src/hb-ot-layout-gpos-private.hh | 4 ++-- src/hb-ot-layout-gsub-private.hh | 4 ++-- src/hb-ot-layout-gsubgpos-private.hh | 4 ++-- src/hb-ot-layout-private.hh | 2 +- src/hb-ot-layout.cc | 6 +++--- src/hb-ot-layout.h | 2 +- src/hb-ot-map-private.hh | 4 ++-- src/hb-ot-map.cc | 4 ++-- src/hb-ot-shape-complex-arabic-table.hh | 2 +- src/hb-ot-shape-complex-arabic.cc | 2 +- src/hb-ot-shape-complex-private.hh | 2 +- src/hb-ot-shape-private.hh | 2 +- src/hb-ot-shape.cc | 4 ++-- src/hb-ot-shape.h | 2 +- src/hb-ot-tag.cc | 4 +++- src/hb-ot-tag.h | 2 +- src/hb-ot.h | 2 +- src/hb-private.hh | 4 +++- src/hb-shape.cc | 2 +- src/hb-shape.h | 2 +- src/hb-unicode-private.hh | 4 ++-- src/hb-unicode.cc | 4 ++-- src/hb-unicode.h | 4 +++- src/hb-view.c | 4 ++-- src/hb.h | 2 +- src/main.cc | 2 +- src/test.c | 2 +- test/hb-test.h | 17 ++++++++++++++++- test/test-buffer.c | 2 +- test/test-c.c | 2 +- test/test-common.c | 2 +- test/test-cplusplus.cc | 2 +- test/test-unicode.c | 2 +- 57 files changed, 122 insertions(+), 84 deletions(-) diff --git a/COPYING b/COPYING index 3fb9e512..7362eadb 100644 --- a/COPYING +++ b/COPYING @@ -1,12 +1,13 @@ HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. -Copyright (C) 2010 Google, Inc. -Copyright (C) 2006 Behdad Esfahbod -Copyright (C) 2009 Keith Stribley -Copyright (C) 2009 Martin Hosken and SIL International -Copyright (C) 2007 Chris Wilson -Copyright (C) 2004,2007,2008,2009,2010 Red Hat, Inc. -Copyright (C) 1998-2004 David Turner and Werner Lemberg +Copyright © 2011 Codethink Limited +Copyright © 2010,2011 Google, Inc. +Copyright © 2006 Behdad Esfahbod +Copyright © 2009 Keith Stribley +Copyright © 2009 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. +Copyright © 1998-2004 David Turner and Werner Lemberg For full copyright notices consult the individual files in the package. diff --git a/src/hb-blob-private.hh b/src/hb-blob-private.hh index 4b421da0..98ee9ec5 100644 --- a/src/hb-blob-private.hh +++ b/src/hb-blob-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Red Hat, Inc. + * Copyright © 2010 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-blob.cc b/src/hb-blob.cc index e2af8b7c..0d90b323 100644 --- a/src/hb-blob.cc +++ b/src/hb-blob.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-blob.h b/src/hb-blob.h index 4097ccc6..76ea80d5 100644 --- a/src/hb-blob.h +++ b/src/hb-blob.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh index 4c2a3e69..44cda375 100644 --- a/src/hb-buffer-private.hh +++ b/src/hb-buffer-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 1998-2004 David Turner and Werner Lemberg - * Copyright (C) 2004,2007,2009,2010 Red Hat, Inc. + * Copyright © 1998-2004 David Turner and Werner Lemberg + * Copyright © 2004,2007,2009,2010 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 5d3b5320..779a7b96 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc @@ -1,7 +1,7 @@ /* - * Copyright (C) 1998-2004 David Turner and Werner Lemberg - * Copyright (C) 2004,2007,2009,2010 Red Hat, Inc. - * Copyright (C) 2011 Google, Inc. + * Copyright © 1998-2004 David Turner and Werner Lemberg + * Copyright © 2004,2007,2009,2010 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-buffer.h b/src/hb-buffer.h index b80ce9f9..e7ef0877 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 1998-2004 David Turner and Werner Lemberg - * Copyright (C) 2004,2007,2009 Red Hat, Inc. - * Copyright (C) 2011 Google, Inc. + * Copyright © 1998-2004 David Turner and Werner Lemberg + * Copyright © 2004,2007,2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-common.cc b/src/hb-common.cc index ece09808..58726782 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -1,5 +1,6 @@ /* - * Copyright (C) 2009,2010 Red Hat, Inc. + * Copyright © 2009,2010 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #include "hb-private.hh" diff --git a/src/hb-common.h b/src/hb-common.h index c6481bbf..c496dcf2 100644 --- a/src/hb-common.h +++ b/src/hb-common.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_COMMON_H diff --git a/src/hb-font-private.hh b/src/hb-font-private.hh index da7255a1..76093000 100644 --- a/src/hb-font-private.hh +++ b/src/hb-font-private.hh @@ -1,5 +1,6 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_FONT_PRIVATE_HH diff --git a/src/hb-font.cc b/src/hb-font.cc index 733eb3b4..5a8e862f 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-font.h b/src/hb-font.h index d9d60909..e349591b 100644 --- a/src/hb-font.h +++ b/src/hb-font.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ft.cc b/src/hb-ft.cc index f792ba06..479c82fe 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009 Red Hat, Inc. - * Copyright (C) 2009 Keith Stribley + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2009 Keith Stribley * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ft.h b/src/hb-ft.h index 5671a006..54cce2af 100644 --- a/src/hb-ft.h +++ b/src/hb-ft.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-glib.cc b/src/hb-glib.cc index 0f94f52a..5a469e8e 100644 --- a/src/hb-glib.cc +++ b/src/hb-glib.cc @@ -1,5 +1,6 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #include "hb-private.hh" diff --git a/src/hb-glib.h b/src/hb-glib.h index abec2d2d..3bc3ebf1 100644 --- a/src/hb-glib.h +++ b/src/hb-glib.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_GLIB_H diff --git a/src/hb-icu.cc b/src/hb-icu.cc index 5ff3d0f9..87f2860b 100644 --- a/src/hb-icu.cc +++ b/src/hb-icu.cc @@ -1,6 +1,7 @@ /* - * Copyright (C) 2009 Red Hat, Inc. - * Copyright (C) 2009 Keith Stribley + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2009 Keith Stribley + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -23,6 +24,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #include "hb-private.hh" diff --git a/src/hb-icu.h b/src/hb-icu.h index 2e7f1460..ecabec29 100644 --- a/src/hb-icu.h +++ b/src/hb-icu.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_ICU_H diff --git a/src/hb-object-private.hh b/src/hb-object-private.hh index 0a055e92..3654b071 100644 --- a/src/hb-object-private.hh +++ b/src/hb-object-private.hh @@ -1,6 +1,7 @@ /* - * Copyright (C) 2007 Chris Wilson - * Copyright (C) 2009,2010 Red Hat, Inc. + * Copyright © 2007 Chris Wilson + * Copyright © 2009,2010 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -25,6 +26,7 @@ * Contributor(s): * Chris Wilson * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_OBJECT_PRIVATE_HH diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index cfb60dbd..b65e83fa 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 490ea3a7..0f1021bb 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007,2008,2009,2010 Red Hat, Inc. + * Copyright © 2007,2008,2009,2010 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-head-private.hh b/src/hb-ot-head-private.hh index 3a4bbbf9..45015cae 100644 --- a/src/hb-ot-head-private.hh +++ b/src/hb-ot-head-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Red Hat, Inc. + * Copyright © 2010 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 00a14327..7ef214ea 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout-gdef-private.hh b/src/hb-ot-layout-gdef-private.hh index 242b33a0..4d4ad93e 100644 --- a/src/hb-ot-layout-gdef-private.hh +++ b/src/hb-ot-layout-gdef-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout-gpos-private.hh b/src/hb-ot-layout-gpos-private.hh index 36acf89b..9d1f3beb 100644 --- a/src/hb-ot-layout-gpos-private.hh +++ b/src/hb-ot-layout-gpos-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007,2008,2009,2010 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2007,2008,2009,2010 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout-gsub-private.hh b/src/hb-ot-layout-gsub-private.hh index ae1c5f3c..4bf44411 100644 --- a/src/hb-ot-layout-gsub-private.hh +++ b/src/hb-ot-layout-gsub-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007,2008,2009,2010 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2007,2008,2009,2010 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index f2aca6b8..8d6122b0 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2007,2008,2009,2010 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2007,2008,2009,2010 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout-private.hh b/src/hb-ot-layout-private.hh index b032a7ad..7b725158 100644 --- a/src/hb-ot-layout-private.hh +++ b/src/hb-ot-layout-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 7990fe95..e79f9454 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -1,7 +1,7 @@ /* - * Copyright (C) 1998-2004 David Turner and Werner Lemberg - * Copyright (C) 2006 Behdad Esfahbod - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 1998-2004 David Turner and Werner Lemberg + * Copyright © 2006 Behdad Esfahbod + * Copyright © 2007,2008,2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-layout.h b/src/hb-ot-layout.h index 0e0d77f0..9e58510b 100644 --- a/src/hb-ot-layout.h +++ b/src/hb-ot-layout.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-map-private.hh b/src/hb-ot-map-private.hh index 0a1d9f6b..62961873 100644 --- a/src/hb-ot-map-private.hh +++ b/src/hb-ot-map-private.hh @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009,2010 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2009,2010 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-map.cc b/src/hb-ot-map.cc index 77936004..9b153056 100644 --- a/src/hb-ot-map.cc +++ b/src/hb-ot-map.cc @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009,2010 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2009,2010 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-shape-complex-arabic-table.hh b/src/hb-ot-shape-complex-arabic-table.hh index 27c66968..3c9c93fc 100644 --- a/src/hb-ot-shape-complex-arabic-table.hh +++ b/src/hb-ot-shape-complex-arabic-table.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 3e265683..f2d325fc 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-shape-complex-private.hh b/src/hb-ot-shape-complex-private.hh index 8225b466..b3afe2b7 100644 --- a/src/hb-ot-shape-complex-private.hh +++ b/src/hb-ot-shape-complex-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-shape-private.hh b/src/hb-ot-shape-private.hh index f334cda8..c0faf8ca 100644 --- a/src/hb-ot-shape-private.hh +++ b/src/hb-ot-shape-private.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 589dee3d..d6bfd653 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009,2010 Red Hat, Inc. - * Copyright (C) 2010 Google, Inc. + * Copyright © 2009,2010 Red Hat, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-shape.h b/src/hb-ot-shape.h index 45d8104c..d6a3dc72 100644 --- a/src/hb-ot-shape.h +++ b/src/hb-ot-shape.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Red Hat, Inc. + * Copyright © 2010 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc index 7db1885e..144ee82a 100644 --- a/src/hb-ot-tag.cc +++ b/src/hb-ot-tag.cc @@ -1,5 +1,6 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #include "hb-private.hh" diff --git a/src/hb-ot-tag.h b/src/hb-ot-tag.h index 345c80ed..427a0695 100644 --- a/src/hb-ot-tag.h +++ b/src/hb-ot-tag.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-ot.h b/src/hb-ot.h index 268711d4..fd6dd58e 100644 --- a/src/hb-ot.h +++ b/src/hb-ot.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-private.hh b/src/hb-private.hh index 85561d21..e3fd6cf3 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -1,5 +1,6 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -22,6 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_PRIVATE_HH diff --git a/src/hb-shape.cc b/src/hb-shape.cc index 66d951b6..94b9118a 100644 --- a/src/hb-shape.cc +++ b/src/hb-shape.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-shape.h b/src/hb-shape.h index 6bc32576..2c6755a0 100644 --- a/src/hb-shape.h +++ b/src/hb-shape.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-unicode-private.hh b/src/hb-unicode-private.hh index af15c041..a230e1a2 100644 --- a/src/hb-unicode-private.hh +++ b/src/hb-unicode-private.hh @@ -1,7 +1,7 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * Copyright © 2011 Codethink Limited - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010,2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc index 282a9b6c..14285ecc 100644 --- a/src/hb-unicode.cc +++ b/src/hb-unicode.cc @@ -1,7 +1,7 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * Copyright © 2011 Codethink Limited - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010,2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb-unicode.h b/src/hb-unicode.h index 0fcef06f..47a78d46 100644 --- a/src/hb-unicode.h +++ b/src/hb-unicode.h @@ -1,6 +1,7 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * Copyright © 2011 Codethink Limited + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * @@ -24,6 +25,7 @@ * * Red Hat Author(s): Behdad Esfahbod * Codethink Author(s): Ryan Lortie + * Google Author(s): Behdad Esfahbod */ #ifndef HB_UNICODE_H diff --git a/src/hb-view.c b/src/hb-view.c index 41adf20a..ed2d515d 100644 --- a/src/hb-view.c +++ b/src/hb-view.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010 Behdad Esfahbod - * Copyright (C) 2011 Google, Inc. + * Copyright © 2010 Behdad Esfahbod + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/hb.h b/src/hb.h index e705d650..b75998ef 100644 --- a/src/hb.h +++ b/src/hb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/main.cc b/src/main.cc index 8126daec..4bf809e6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007,2008,2009 Red Hat, Inc. + * Copyright © 2007,2008,2009 Red Hat, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/src/test.c b/src/test.c index 836dd4c1..412f1fdc 100644 --- a/src/test.c +++ b/src/test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/test/hb-test.h b/test/hb-test.h index 42f0d444..2c046422 100644 --- a/test/hb-test.h +++ b/test/hb-test.h @@ -1,4 +1,19 @@ -/* * Copyright (C) 2010 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * software and its documentation for any purpose, provided that the * above copyright notice and the following two paragraphs appear in * all copies of this software. * * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. +/* + * Copyright © 2011 Google, Inc. + * + * This is part of HarfBuzz, a text shaping library. + * + * Permission is hereby granted, without written agreement and without + * license or royalty fees, to use, copy, modify, and distribute this + * software and its documentation for any purpose, provided that the + * above copyright notice and the following two paragraphs appear in + * all copies of this software. + * + * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. * * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND diff --git a/test/test-buffer.c b/test/test-buffer.c index 464ec891..ab7f2048 100644 --- a/test/test-buffer.c +++ b/test/test-buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/test/test-c.c b/test/test-c.c index 37f02fff..a48f030e 100644 --- a/test/test-c.c +++ b/test/test-c.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/test/test-common.c b/test/test-common.c index daf27548..96607d2f 100644 --- a/test/test-common.c +++ b/test/test-common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/test/test-cplusplus.cc b/test/test-cplusplus.cc index 3488b787..55a4d182 100644 --- a/test/test-cplusplus.cc +++ b/test/test-cplusplus.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Google, Inc. + * Copyright © 2011 Google, Inc. * * This is part of HarfBuzz, a text shaping library. * diff --git a/test/test-unicode.c b/test/test-unicode.c index b7a5702f..324fa1fc 100644 --- a/test/test-unicode.c +++ b/test/test-unicode.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Codethink Limited + * Copyright © 2011 Codethink Limited * * This is part of HarfBuzz, a text shaping library. * -- GitLab