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 3fb9e512b..7362eadb3 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 4b421da0c..98ee9ec51 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 e2af8b7c2..0d90b3239 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 4097ccc64..76ea80d59 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 4c2a3e69c..44cda3750 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 5d3b5320a..779a7b96a 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 b80ce9f96..e7ef08773 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 ece09808d..587267826 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 c6481bbfb..c496dcf29 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 da7255a1b..760930009 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 733eb3b48..5a8e862f2 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 d9d60909c..e349591b7 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 f792ba068..479c82fe9 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 5671a006d..54cce2afd 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 0f94f52ae..5a469e8ed 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 abec2d2d6..3bc3ebf1e 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 5ff3d0f94..87f2860ba 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 2e7f14604..ecabec29f 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 0a055e924..3654b0718 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 cfb60dbde..b65e83fa6 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 490ea3a74..0f1021bbe 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 3a4bbbf96..45015cae7 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 00a14327b..7ef214ea0 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 242b33a0d..4d4ad93ee 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 36acf89b1..9d1f3beba 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 ae1c5f3c5..4bf444119 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 f2aca6b8b..8d6122b08 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 b032a7ad7..7b725158a 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 7990fe951..e79f94549 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 0e0d77f0b..9e58510bf 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 0a1d9f6b3..62961873c 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 77936004e..9b1530567 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 27c669688..3c9c93fc4 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 3e265683a..f2d325fcc 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 8225b4665..b3afe2b7b 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 f334cda80..c0faf8ca6 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 589dee3df..d6bfd6539 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 45d8104c7..d6a3dc728 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 7db1885e4..144ee82a9 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 345c80ed5..427a0695e 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 268711d43..fd6dd58e7 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 85561d21f..e3fd6cf3b 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 66d951b6e..94b9118a5 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 6bc325763..2c6755a02 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 af15c041e..a230e1a2c 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 282a9b6c6..14285eccc 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 0fcef06fe..47a78d46f 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 41adf20a0..ed2d515d1 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 e705d650e..b75998ef4 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 8126daec2..4bf809e6c 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 836dd4c11..412f1fdca 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 42f0d444e..2c0464225 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 464ec891c..ab7f20489 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 37f02fff2..a48f030e2 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 daf275481..96607d2f4 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 3488b787e..55a4d1827 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 b7a5702f8..324fa1fc4 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. *