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 3fb9e51..7362ead 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 4b421da..98ee9ec 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 e2af8b7..0d90b32 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 4097ccc..76ea80d 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 4c2a3e6..44cda37 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 5d3b532..779a7b9 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 b80ce9f..e7ef087 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 ece0980..5872678 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 c6481bb..c496dcf 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 da7255a..7609300 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 733eb3b..5a8e862 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 d9d6090..e349591 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 f792ba0..479c82f 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 5671a00..54cce2a 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 0f94f52..5a469e8 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 abec2d2..3bc3ebf 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 5ff3d0f..87f2860 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 2e7f146..ecabec2 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 0a055e9..3654b07 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 cfb60db..b65e83f 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 490ea3a..0f1021b 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 3a4bbbf..45015ca 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 00a1432..7ef214e 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 242b33a..4d4ad93 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 36acf89..9d1f3be 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 ae1c5f3..4bf4441 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 f2aca6b..8d6122b 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 b032a7a..7b72515 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 7990fe9..e79f945 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 0e0d77f..9e58510 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 0a1d9f6..6296187 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 7793600..9b15305 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 27c6696..3c9c93f 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 3e26568..f2d325f 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 8225b46..b3afe2b 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 f334cda..c0faf8c 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 589dee3..d6bfd65 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 45d8104..d6a3dc7 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 7db1885..144ee82 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 345c80e..427a069 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 268711d..fd6dd58 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 85561d2..e3fd6cf 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 66d951b..94b9118 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 6bc3257..2c6755a 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 af15c04..a230e1a 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 282a9b6..14285ec 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 0fcef06..47a78d4 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 41adf20..ed2d515 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 e705d65..b75998e 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 8126dae..4bf809e 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 836dd4c..412f1fd 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 42f0d44..2c04642 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 464ec89..ab7f204 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 37f02ff..a48f030 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 daf2754..96607d2 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 3488b78..55a4d18 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 b7a5702..324fa1f 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. * -- 2.7.4