From 28a9bd57fa5e02b09ee7493a4b322ed5a42a4bf9 Mon Sep 17 00:00:00 2001 From: prameet Date: Sat, 22 May 2010 01:00:44 +0530 Subject: [PATCH] added license comments --- harfbuzz-0.1/include/harfbuzz-external.h | 2 ++ harfbuzz-0.1/include/harfbuzz-global.h | 3 +++ harfbuzz-0.1/include/harfbuzz-shaper-private.h | 2 ++ harfbuzz-0.1/include/harfbuzz-shaper.h | 2 ++ harfbuzz-0.1/include/harfbuzz-stream.h | 3 +++ harfbuzz-0.1/src/harfbuzz-arabic.c | 2 ++ harfbuzz-0.1/src/harfbuzz-hangul.c | 2 ++ harfbuzz-0.1/src/harfbuzz-hebrew.c | 2 ++ harfbuzz-0.1/src/harfbuzz-impl.c | 4 ++++ harfbuzz-0.1/src/harfbuzz-indic.c | 2 ++ harfbuzz-0.1/src/harfbuzz-khmer.c | 2 ++ harfbuzz-0.1/src/harfbuzz-myanmar.c | 2 ++ harfbuzz-0.1/src/harfbuzz-open.c | 3 +++ harfbuzz-0.1/src/harfbuzz-shaper-all.c | 2 ++ harfbuzz-0.1/src/harfbuzz-shaper.c | 2 ++ harfbuzz-0.1/src/harfbuzz-stream.c | 4 ++++ harfbuzz-0.1/src/harfbuzz-thai.c | 2 ++ harfbuzz-0.1/src/harfbuzz-tibetan.c | 2 ++ 18 files changed, 43 insertions(+) diff --git a/harfbuzz-0.1/include/harfbuzz-external.h b/harfbuzz-0.1/include/harfbuzz-external.h index d064f87..760749b 100755 --- a/harfbuzz-0.1/include/harfbuzz-external.h +++ b/harfbuzz-0.1/include/harfbuzz-external.h @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/include/harfbuzz-global.h b/harfbuzz-0.1/include/harfbuzz-global.h index 0bb5669..bd12837 100755 --- a/harfbuzz-0.1/include/harfbuzz-global.h +++ b/harfbuzz-0.1/include/harfbuzz-global.h @@ -1,4 +1,7 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * Copyright (C) 2007 Red Hat, Inc. + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/include/harfbuzz-shaper-private.h b/harfbuzz-0.1/include/harfbuzz-shaper-private.h index e4e7ebc..3448b91 100755 --- a/harfbuzz-0.1/include/harfbuzz-shaper-private.h +++ b/harfbuzz-0.1/include/harfbuzz-shaper-private.h @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/include/harfbuzz-shaper.h b/harfbuzz-0.1/include/harfbuzz-shaper.h index 9bdc8c6..06be113 100755 --- a/harfbuzz-0.1/include/harfbuzz-shaper.h +++ b/harfbuzz-0.1/include/harfbuzz-shaper.h @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/include/harfbuzz-stream.h b/harfbuzz-0.1/include/harfbuzz-stream.h index 07578d5..9991936 100755 --- a/harfbuzz-0.1/include/harfbuzz-stream.h +++ b/harfbuzz-0.1/include/harfbuzz-stream.h @@ -1,4 +1,7 @@ /* + * Copyright (C) 2005 David Turner + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-arabic.c b/harfbuzz-0.1/src/harfbuzz-arabic.c index e7130c7..6e0cf9e 100755 --- a/harfbuzz-0.1/src/harfbuzz-arabic.c +++ b/harfbuzz-0.1/src/harfbuzz-arabic.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-hangul.c b/harfbuzz-0.1/src/harfbuzz-hangul.c index be1ecec..a819dac 100755 --- a/harfbuzz-0.1/src/harfbuzz-hangul.c +++ b/harfbuzz-0.1/src/harfbuzz-hangul.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-hebrew.c b/harfbuzz-0.1/src/harfbuzz-hebrew.c index 27e22b3..2bda386 100755 --- a/harfbuzz-0.1/src/harfbuzz-hebrew.c +++ b/harfbuzz-0.1/src/harfbuzz-hebrew.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-impl.c b/harfbuzz-0.1/src/harfbuzz-impl.c index 8e6c83f..2e165f4 100755 --- a/harfbuzz-0.1/src/harfbuzz-impl.c +++ b/harfbuzz-0.1/src/harfbuzz-impl.c @@ -1,4 +1,8 @@ /* + * Copyright (C) 1998-2004 David Turner and Werner Lemberg + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * Copyright (C) 2007 Red Hat, Inc. + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-indic.c b/harfbuzz-0.1/src/harfbuzz-indic.c index 036bb11..ea9195a 100755 --- a/harfbuzz-0.1/src/harfbuzz-indic.c +++ b/harfbuzz-0.1/src/harfbuzz-indic.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-khmer.c b/harfbuzz-0.1/src/harfbuzz-khmer.c index d9bc795..38a0fba 100755 --- a/harfbuzz-0.1/src/harfbuzz-khmer.c +++ b/harfbuzz-0.1/src/harfbuzz-khmer.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-myanmar.c b/harfbuzz-0.1/src/harfbuzz-myanmar.c index d204087..690a969 100755 --- a/harfbuzz-0.1/src/harfbuzz-myanmar.c +++ b/harfbuzz-0.1/src/harfbuzz-myanmar.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-open.c b/harfbuzz-0.1/src/harfbuzz-open.c index c786ebb..7796d0c 100755 --- a/harfbuzz-0.1/src/harfbuzz-open.c +++ b/harfbuzz-0.1/src/harfbuzz-open.c @@ -1,4 +1,7 @@ /* + * Copyright (C) 1998-2004 David Turner and Werner Lemberg + * Copyright (C) 2006 Behdad Esfahbod + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-shaper-all.c b/harfbuzz-0.1/src/harfbuzz-shaper-all.c index 0e15094..58f2349 100755 --- a/harfbuzz-0.1/src/harfbuzz-shaper-all.c +++ b/harfbuzz-0.1/src/harfbuzz-shaper-all.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-shaper.c b/harfbuzz-0.1/src/harfbuzz-shaper.c index b310156..5f95202 100755 --- a/harfbuzz-0.1/src/harfbuzz-shaper.c +++ b/harfbuzz-0.1/src/harfbuzz-shaper.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-stream.c b/harfbuzz-0.1/src/harfbuzz-stream.c index 46389e9..14e976e 100755 --- a/harfbuzz-0.1/src/harfbuzz-stream.c +++ b/harfbuzz-0.1/src/harfbuzz-stream.c @@ -1,4 +1,8 @@ /* + * Copyright (C) 2005 David Turner + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * Copyright (C) 2007 Red Hat, Inc. + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-thai.c b/harfbuzz-0.1/src/harfbuzz-thai.c index bb48bb2..1d1aa2f 100755 --- a/harfbuzz-0.1/src/harfbuzz-thai.c +++ b/harfbuzz-0.1/src/harfbuzz-thai.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without diff --git a/harfbuzz-0.1/src/harfbuzz-tibetan.c b/harfbuzz-0.1/src/harfbuzz-tibetan.c index bed4fbb..69ac564 100755 --- a/harfbuzz-0.1/src/harfbuzz-tibetan.c +++ b/harfbuzz-0.1/src/harfbuzz-tibetan.c @@ -1,4 +1,6 @@ /* + * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) + * * This is part of HarfBuzz, an OpenType Layout engine library. * * Permission is hereby granted, without written agreement and without -- 2.7.4