]> granicus.if.org Git - icu/commitdiff
ICU-8855 utf-8 file properties for icu4j (with copyright updates).
authorAbhinav Gupta <mail@abhinavg.net>
Thu, 29 Sep 2011 19:44:32 +0000 (19:44 +0000)
committerAbhinav Gupta <mail@abhinavg.net>
Thu, 29 Sep 2011 19:44:32 +0000 (19:44 +0000)
X-SVN-Rev: 30752

974 files changed:
icu4j/demos/src/com/ibm/icu/dev/demo/Launcher.java
icu4j/demos/src/com/ibm/icu/dev/demo/calendar/CalendarApp.java
icu4j/demos/src/com/ibm/icu/dev/demo/calendar/CalendarCalc.java
icu4j/demos/src/com/ibm/icu/dev/demo/calendar/CalendarFrame.java
icu4j/demos/src/com/ibm/icu/dev/demo/calendar/CalendarPanel.java
icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/DetectingViewer.java
icu4j/demos/src/com/ibm/icu/dev/demo/holiday/HolidayBorderPanel.java
icu4j/demos/src/com/ibm/icu/dev/demo/holiday/HolidayCalendarDemo.java
icu4j/demos/src/com/ibm/icu/dev/demo/impl/AppletFrame.java
icu4j/demos/src/com/ibm/icu/dev/demo/impl/DemoApplet.java
icu4j/demos/src/com/ibm/icu/dev/demo/impl/DemoTextBox.java
icu4j/demos/src/com/ibm/icu/dev/demo/impl/DemoUtility.java
icu4j/demos/src/com/ibm/icu/dev/demo/impl/DumbTextComponent.java
icu4j/demos/src/com/ibm/icu/dev/demo/impl/Selection.java
icu4j/demos/src/com/ibm/icu/dev/demo/messagepattern/MessagePatternDemo.java
icu4j/demos/src/com/ibm/icu/dev/demo/messagepattern/MessagePatternUtilDemo.java
icu4j/demos/src/com/ibm/icu/dev/demo/messagepattern/MiniMessageFormatter.java
icu4j/demos/src/com/ibm/icu/dev/demo/number/CurrencyDemo.java
icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/RbnfDemo.java
icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java
icu4j/demos/src/com/ibm/icu/dev/demo/timescale/PivotDemo.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/AnyTransliterator.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/CaseIterator.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/Demo.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/DemoApplet.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/InfoDialog.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/TransliteratingTextComponent.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/TransliterationChart.java
icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/Transliterator_Han_Pinyin.txt
icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/Transliterator_Kanji_English.txt
icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/Transliterator_Kanji_OnRomaji.txt
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/BreakIteratorTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/CalendarTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/CollationKeyTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/CollatorTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/DateFormatSymbolsTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/DateFormatTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/DecimalFormatSymbolsTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/DecimalFormatTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ICUTestCase.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/MessageFormatTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/NumberFormatTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/SimpleDateFormatTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/TimeZoneTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ULocaleTest.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ICUCache.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/LocaleIDParser.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/LocaleIDs.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/LocaleUtility.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/SimpleCache.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/AsciiUtil.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/BaseLocale.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/Extension.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/InternalLocaleBuilder.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/LanguageTag.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/LocaleExtensions.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/LocaleObjectCache.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/LocaleSyntaxException.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ParseStatus.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/StringTokenIterator.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/UnicodeLocaleExtension.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/BigDecimal.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/MathContext.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/Bidi.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/BidiClassifier.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/BidiRun.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/BreakIterator.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/CollationKey.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/Collator.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/CurrencyPluralInfo.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/DateFormat.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/DateFormatSymbols.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/DecimalFormat.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/DecimalFormatSymbols.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/MessageFormat.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/NumberFormat.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/RawCollationKey.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/SimpleDateFormat.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/UFormat.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/UnicodeSet.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/Calendar.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/Currency.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/CurrencyAmount.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/IllformedLocaleException.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/TimeZone.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ULocale.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/VersionInfo.java
icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/src/com/ibm/icu/tests/UnitTest.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/Charset88591.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetASCII.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetBOCU1.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetCESU8.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetCallback.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetCompoundText.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetDecoderICU.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetHZ.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetICU.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetISCII.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetISO2022.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetLMBCS.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetMBCS.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetProviderICU.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetSCSU.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetSelector.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF16.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF16BE.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF16LE.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF32.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF32BE.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF32LE.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF7.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetUTF8.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/UConverterAlias.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/UConverterAliasDataReader.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/UConverterConstants.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/UConverterDataReader.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/UConverterSharedData.java
icu4j/main/classes/charset/src/com/ibm/icu/charset/UConverterStaticData.java
icu4j/main/classes/collate/src/com/ibm/icu/text/AlphabeticIndex.java
icu4j/main/classes/collate/src/com/ibm/icu/text/CollationElementIterator.java
icu4j/main/classes/collate/src/com/ibm/icu/text/CollationKey.java
icu4j/main/classes/collate/src/com/ibm/icu/text/CollationParsedRuleBuilder.java
icu4j/main/classes/collate/src/com/ibm/icu/text/CollationRuleParser.java
icu4j/main/classes/collate/src/com/ibm/icu/text/Collator.java
icu4j/main/classes/collate/src/com/ibm/icu/text/CollatorReader.java
icu4j/main/classes/collate/src/com/ibm/icu/text/CollatorServiceShim.java
icu4j/main/classes/collate/src/com/ibm/icu/text/RawCollationKey.java
icu4j/main/classes/collate/src/com/ibm/icu/text/RbnfScannerProviderImpl.java
icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java
icu4j/main/classes/collate/src/com/ibm/icu/text/StringSearch.java
icu4j/main/classes/collate/src/com/ibm/icu/util/GlobalizationPreferences.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Assert.java
icu4j/main/classes/core/src/com/ibm/icu/impl/BMPSet.java
icu4j/main/classes/core/src/com/ibm/icu/impl/BOCU.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CacheBase.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CalendarAstronomer.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CalendarCache.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CalendarData.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CalendarUtil.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CharTrie.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CharacterIteratorWrapper.java
icu4j/main/classes/core/src/com/ibm/icu/impl/CurrencyData.java
icu4j/main/classes/core/src/com/ibm/icu/impl/DateNumberFormat.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Differ.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Grego.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUBinary.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUBinaryStream.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUCache.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUConfig.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUData.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUDataVersion.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUDebug.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICULocaleService.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICULogger.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUNotifier.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICURWLock.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUResourceBundle.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUResourceBundleImpl.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUResourceBundleReader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUResourceTableAccess.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ICUService.java
icu4j/main/classes/core/src/com/ibm/icu/impl/IDNA2003.java
icu4j/main/classes/core/src/com/ibm/icu/impl/IllegalIcuArgumentException.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ImplicitCEGenerator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/IntTrie.java
icu4j/main/classes/core/src/com/ibm/icu/impl/IntTrieBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/impl/InvalidFormatException.java
icu4j/main/classes/core/src/com/ibm/icu/impl/IterableComparator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/JavaTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/impl/LocaleDisplayNamesImpl.java
icu4j/main/classes/core/src/com/ibm/icu/impl/LocaleIDParser.java
icu4j/main/classes/core/src/com/ibm/icu/impl/LocaleIDs.java
icu4j/main/classes/core/src/com/ibm/icu/impl/LocaleUtility.java
icu4j/main/classes/core/src/com/ibm/icu/impl/MultiComparator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Norm2AllModes.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Normalizer2Impl.java
icu4j/main/classes/core/src/com/ibm/icu/impl/OlsonTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/impl/PVecToTrieCompactHandler.java
icu4j/main/classes/core/src/com/ibm/icu/impl/PatternProps.java
icu4j/main/classes/core/src/com/ibm/icu/impl/PatternTokenizer.java
icu4j/main/classes/core/src/com/ibm/icu/impl/PluralRulesLoader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/PropsVectors.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Punycode.java
icu4j/main/classes/core/src/com/ibm/icu/impl/RelativeDateFormat.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ReplaceableUCharacterIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ResourceBundleWrapper.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Row.java
icu4j/main/classes/core/src/com/ibm/icu/impl/RuleCharacterIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/SimpleCache.java
icu4j/main/classes/core/src/com/ibm/icu/impl/SoftCache.java
icu4j/main/classes/core/src/com/ibm/icu/impl/SortedSetRelation.java
icu4j/main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/StringUCharacterIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TextTrieMap.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TimeZoneAdapter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TimeZoneGenericNames.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TimeZoneNamesFactoryImpl.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TimeZoneNamesImpl.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Trie.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Trie2.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Trie2Writable.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Trie2_16.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Trie2_32.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TrieBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/impl/TrieIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCaseProps.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharArrayIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharacterIteratorWrapper.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharacterName.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharacterNameChoice.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharacterNameReader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharacterProperty.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UCharacterUtility.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UPropertyAliases.java
icu4j/main/classes/core/src/com/ibm/icu/impl/URLHandler.java
icu4j/main/classes/core/src/com/ibm/icu/impl/USerializedSet.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UTS46.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UnicodeRegex.java
icu4j/main/classes/core/src/com/ibm/icu/impl/UnicodeSetStringSpan.java
icu4j/main/classes/core/src/com/ibm/icu/impl/Utility.java
icu4j/main/classes/core/src/com/ibm/icu/impl/ZoneMeta.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/BreakIteratorRules.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/BreakIteratorRules_th.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_da.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_da_DK.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_de.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_de_AT.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_de_DE.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_el.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_el_GR.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_en.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_en_CA.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_en_GB.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_en_US.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_es.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_es_MX.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_fr.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_fr_CA.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_fr_FR.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_it.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_it_IT.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_iw.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_iw_IL.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_ja_JP.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/ResourceReader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/data/TokenIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicDurationFormat.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicDurationFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicDurationFormatterFactory.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicPeriodBuilderFactory.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicPeriodFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicPeriodFormatterFactory.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/BasicPeriodFormatterService.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/DateFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/DurationFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/DurationFormatterFactory.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/Period.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/PeriodBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/PeriodBuilderFactory.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/PeriodFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/PeriodFormatterFactory.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/PeriodFormatterService.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/TimeUnit.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/TimeUnitConstants.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/DataRecord.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/PeriodFormatterData.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/PeriodFormatterDataService.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/RecordReader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/RecordWriter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ResourceBasedPeriodFormatterDataService.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/Utils.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/XMLRecordReader.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/XMLRecordWriter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/YMDDateFormatter.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/AsciiUtil.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/BaseLocale.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/Extension.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/InternalLocaleBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/LanguageTag.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/LocaleExtensions.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/LocaleObjectCache.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/LocaleSyntaxException.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ParseStatus.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/StringTokenIterator.java
icu4j/main/classes/core/src/com/ibm/icu/impl/locale/UnicodeLocaleExtension.java
icu4j/main/classes/core/src/com/ibm/icu/lang/CharSequences.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacter.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacterCategory.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacterDirection.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacterEnums.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UCharacterNameIterator.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UProperty.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UScript.java
icu4j/main/classes/core/src/com/ibm/icu/lang/UScriptRun.java
icu4j/main/classes/core/src/com/ibm/icu/math/BigDecimal.java
icu4j/main/classes/core/src/com/ibm/icu/math/MathContext.java
icu4j/main/classes/core/src/com/ibm/icu/text/ArabicShaping.java
icu4j/main/classes/core/src/com/ibm/icu/text/ArabicShapingException.java
icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java
icu4j/main/classes/core/src/com/ibm/icu/text/BidiClassifier.java
icu4j/main/classes/core/src/com/ibm/icu/text/BidiLine.java
icu4j/main/classes/core/src/com/ibm/icu/text/BidiRun.java
icu4j/main/classes/core/src/com/ibm/icu/text/BidiWriter.java
icu4j/main/classes/core/src/com/ibm/icu/text/BreakCTDictionary.java
icu4j/main/classes/core/src/com/ibm/icu/text/BreakDictionary.java
icu4j/main/classes/core/src/com/ibm/icu/text/BreakIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/BreakIteratorFactory.java
icu4j/main/classes/core/src/com/ibm/icu/text/CanonicalIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetDetector.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetMatch.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_2022.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_UTF8.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_Unicode.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_mbcs.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecog_sbcs.java
icu4j/main/classes/core/src/com/ibm/icu/text/CharsetRecognizer.java
icu4j/main/classes/core/src/com/ibm/icu/text/ChineseDateFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/ChineseDateFormatSymbols.java
icu4j/main/classes/core/src/com/ibm/icu/text/ComposedCharIter.java
icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyDisplayNames.java
icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyMetaInfo.java
icu4j/main/classes/core/src/com/ibm/icu/text/CurrencyPluralInfo.java
icu4j/main/classes/core/src/com/ibm/icu/text/DateFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/DateFormatSymbols.java
icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/DateIntervalInfo.java
icu4j/main/classes/core/src/com/ibm/icu/text/DateTimePatternGenerator.java
icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormatSymbols.java
icu4j/main/classes/core/src/com/ibm/icu/text/DecompData.java
icu4j/main/classes/core/src/com/ibm/icu/text/DictionaryBasedBreakIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/DigitList.java
icu4j/main/classes/core/src/com/ibm/icu/text/DurationFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/FilteredNormalizer2.java
icu4j/main/classes/core/src/com/ibm/icu/text/IDNA.java
icu4j/main/classes/core/src/com/ibm/icu/text/LocaleDisplayNames.java
icu4j/main/classes/core/src/com/ibm/icu/text/MeasureFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/MessageFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/MessagePattern.java
icu4j/main/classes/core/src/com/ibm/icu/text/MessagePatternUtil.java
icu4j/main/classes/core/src/com/ibm/icu/text/NFRule.java
icu4j/main/classes/core/src/com/ibm/icu/text/NFRuleSet.java
icu4j/main/classes/core/src/com/ibm/icu/text/NFSubstitution.java
icu4j/main/classes/core/src/com/ibm/icu/text/Normalizer.java
icu4j/main/classes/core/src/com/ibm/icu/text/Normalizer2.java
icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormatServiceShim.java
icu4j/main/classes/core/src/com/ibm/icu/text/NumberingSystem.java
icu4j/main/classes/core/src/com/ibm/icu/text/PluralFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/PluralRules.java
icu4j/main/classes/core/src/com/ibm/icu/text/Quantifier.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBIDataWrapper.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBINode.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBIRuleBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBIRuleParseTable.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBIRuleScanner.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBISetBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBISymbolTable.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBBITableBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBNFChinesePostProcessor.java
icu4j/main/classes/core/src/com/ibm/icu/text/RBNFPostProcessor.java
icu4j/main/classes/core/src/com/ibm/icu/text/RbnfLenientScanner.java
icu4j/main/classes/core/src/com/ibm/icu/text/RbnfLenientScannerProvider.java
icu4j/main/classes/core/src/com/ibm/icu/text/Replaceable.java
icu4j/main/classes/core/src/com/ibm/icu/text/ReplaceableContextIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/ReplaceableString.java
icu4j/main/classes/core/src/com/ibm/icu/text/RuleBasedBreakIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/RuleBasedNumberFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/SCSU.java
icu4j/main/classes/core/src/com/ibm/icu/text/SearchIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/SelectFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/SpoofChecker.java
icu4j/main/classes/core/src/com/ibm/icu/text/StringCharacterIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/StringPrep.java
icu4j/main/classes/core/src/com/ibm/icu/text/StringPrepParseException.java
icu4j/main/classes/core/src/com/ibm/icu/text/StringTransform.java
icu4j/main/classes/core/src/com/ibm/icu/text/SymbolTable.java
icu4j/main/classes/core/src/com/ibm/icu/text/ThaiBreakIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/TimeUnitFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/TimeZoneFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/TimeZoneNames.java
icu4j/main/classes/core/src/com/ibm/icu/text/Transform.java
icu4j/main/classes/core/src/com/ibm/icu/text/UCharacterIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/UFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/UForwardCharacterIterator.java
icu4j/main/classes/core/src/com/ibm/icu/text/UTF16.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeCompressor.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeDecompressor.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeFilter.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeMatcher.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeReplacer.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSetIterator.java
icu4j/main/classes/core/src/com/ibm/icu/util/AnnualTimeZoneRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/BasicTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/BuddhistCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/ByteArrayWrapper.java
icu4j/main/classes/core/src/com/ibm/icu/util/BytesTrie.java
icu4j/main/classes/core/src/com/ibm/icu/util/BytesTrieBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/util/CECalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/Calendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/CalendarServiceShim.java
icu4j/main/classes/core/src/com/ibm/icu/util/CaseInsensitiveString.java
icu4j/main/classes/core/src/com/ibm/icu/util/CharsTrie.java
icu4j/main/classes/core/src/com/ibm/icu/util/CharsTrieBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/util/ChineseCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/CompactByteArray.java
icu4j/main/classes/core/src/com/ibm/icu/util/CompactCharArray.java
icu4j/main/classes/core/src/com/ibm/icu/util/CopticCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/Currency.java
icu4j/main/classes/core/src/com/ibm/icu/util/CurrencyAmount.java
icu4j/main/classes/core/src/com/ibm/icu/util/CurrencyServiceShim.java
icu4j/main/classes/core/src/com/ibm/icu/util/DateInterval.java
icu4j/main/classes/core/src/com/ibm/icu/util/DateRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/DateTimeRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/EasterHoliday.java
icu4j/main/classes/core/src/com/ibm/icu/util/EthiopicCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/Freezable.java
icu4j/main/classes/core/src/com/ibm/icu/util/GregorianCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/HebrewCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/HebrewHoliday.java
icu4j/main/classes/core/src/com/ibm/icu/util/Holiday.java
icu4j/main/classes/core/src/com/ibm/icu/util/IllformedLocaleException.java
icu4j/main/classes/core/src/com/ibm/icu/util/IndianCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/InitialTimeZoneRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/IslamicCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/JapaneseCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/LocaleData.java
icu4j/main/classes/core/src/com/ibm/icu/util/LocaleMatcher.java
icu4j/main/classes/core/src/com/ibm/icu/util/LocalePriorityList.java
icu4j/main/classes/core/src/com/ibm/icu/util/Measure.java
icu4j/main/classes/core/src/com/ibm/icu/util/MeasureUnit.java
icu4j/main/classes/core/src/com/ibm/icu/util/Output.java
icu4j/main/classes/core/src/com/ibm/icu/util/OverlayBundle.java
icu4j/main/classes/core/src/com/ibm/icu/util/RangeDateRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/RangeValueIterator.java
icu4j/main/classes/core/src/com/ibm/icu/util/Region.java
icu4j/main/classes/core/src/com/ibm/icu/util/RuleBasedTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/STZInfo.java
icu4j/main/classes/core/src/com/ibm/icu/util/SimpleDateRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/SimpleHoliday.java
icu4j/main/classes/core/src/com/ibm/icu/util/SimpleTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/StringTokenizer.java
icu4j/main/classes/core/src/com/ibm/icu/util/StringTrieBuilder.java
icu4j/main/classes/core/src/com/ibm/icu/util/TaiwanCalendar.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeArrayTimeZoneRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeUnit.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeUnitAmount.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeZoneRule.java
icu4j/main/classes/core/src/com/ibm/icu/util/TimeZoneTransition.java
icu4j/main/classes/core/src/com/ibm/icu/util/ULocale.java
icu4j/main/classes/core/src/com/ibm/icu/util/UResourceBundle.java
icu4j/main/classes/core/src/com/ibm/icu/util/UResourceBundleIterator.java
icu4j/main/classes/core/src/com/ibm/icu/util/UResourceTypeMismatchException.java
icu4j/main/classes/core/src/com/ibm/icu/util/UniversalTimeScale.java
icu4j/main/classes/core/src/com/ibm/icu/util/VTimeZone.java
icu4j/main/classes/core/src/com/ibm/icu/util/ValueIterator.java
icu4j/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
icu4j/main/classes/currdata/src/com/ibm/icu/impl/ICUCurrencyDisplayInfoProvider.java
icu4j/main/classes/currdata/src/com/ibm/icu/impl/ICUCurrencyMetaInfo.java
icu4j/main/classes/langdata/src/com/ibm/icu/impl/ICULangDataTables.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/NumberFormatJDK.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/TimeZoneJDK.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ICULocaleServiceProvider.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/BreakIteratorProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/CollatorProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/DateFormatProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/DateFormatSymbolsProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/DecimalFormatSymbolsProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/NumberFormatProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/CurrencyNameProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/LocaleNameProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/TimeZoneNameProviderICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/BreakIteratorICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/CalendarICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/CollationKeyICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/CollatorICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/DateFormatSymbolsICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/DecimalFormatICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/DecimalFormatSymbolsICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/NumberFormatICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/SimpleDateFormatICU.java
icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/TimeZoneICU.java
icu4j/main/classes/regiondata/src/com/ibm/icu/impl/ICURegionDataTables.java
icu4j/main/classes/translit/src/com/ibm/icu/impl/UtilityExtensions.java
icu4j/main/classes/translit/src/com/ibm/icu/text/AnyTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/BreakTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/CaseFoldTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/CompoundTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/EscapeTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/FunctionReplacer.java
icu4j/main/classes/translit/src/com/ibm/icu/text/LowercaseTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/NameUnicodeTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/NormalizationTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/NullTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/RemoveTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/RuleBasedTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/SourceTargetUtility.java
icu4j/main/classes/translit/src/com/ibm/icu/text/StringMatcher.java
icu4j/main/classes/translit/src/com/ibm/icu/text/StringReplacer.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TitlecaseTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TransformTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TransliterationRule.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TransliterationRuleSet.java
icu4j/main/classes/translit/src/com/ibm/icu/text/Transliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TransliteratorIDParser.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TransliteratorParser.java
icu4j/main/classes/translit/src/com/ibm/icu/text/TransliteratorRegistry.java
icu4j/main/classes/translit/src/com/ibm/icu/text/UnescapeTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/UnicodeNameTransliterator.java
icu4j/main/classes/translit/src/com/ibm/icu/text/UppercaseTransliterator.java
icu4j/main/shared/licenses/unicode-license.txt
icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/TestAll.java
icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/TestCharset.java
icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/TestConversion.java
icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/TestSelection.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/data/riwords.txt
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/TestAllCollate.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/AlphabeticIndexTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationAPITest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationChineseTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationCreationMethodTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationCurrencyTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationDummyTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationEnglishTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationFinnishTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationFrenchTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationFrozenMonkeyTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationGermanTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationIteratorTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationKanaTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationMiscTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationMonkeyTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationRegressionTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationServiceTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationSpanishTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationThaiTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationThreadTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/CollationTurkishTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/Counter.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/G7CollationTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/LotusCollationKoreanTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/TestAll.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/TestComparator.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/UCAConformanceTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/GlobalizationPreferencesTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/RbnfLenientScannerTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/SearchTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ICUResourceBundleCollationTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/LocaleAliasCollationTest.java
icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ULocaleCollationTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/TestDataElements_testtypes.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements_en_Latn_US.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements_en_US.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements_fr_Latn_FR.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements_te.java
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/TestMessages.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/TestAllCore.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/BiDiConformanceTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/BidiTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestBidi.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestCharFromDirProp.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestClassOverride.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestCompatibility.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestContext.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestData.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestFailureRecovery.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestInverse.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestMultipleParagraphs.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestReorder.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestReorderRunsOnly.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestReorderingMode.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/TestStreaming.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/DiagBigDecimal.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/AstroTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/CalendarRegression.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/CalendarTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ChineseTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ChineseTestCase.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/CompatibilityTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/CopticTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/DataDrivenCalendarTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/EthiopicTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/HebrewTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/HolidayTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IBMCalendarTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IndianTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/IslamicTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/JapaneseTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/TestCase.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/TestCharsetDetector.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/TestCLDRVsICU.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/DecompressionTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ExhaustiveTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/DataReadWriteTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ICUDurationTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/LanguageTestRoot.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/PeriodBuilderFactoryTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/PeriodBuilderTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/PeriodTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/RegressionTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ResourceBasedPeriodFormatterDataServiceTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_ar_EG.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_en.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_es.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_fr.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_he_IL.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_hi.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_it.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_ja.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_ko.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_ru.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_zh_Hans.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_zh_Hans_SG.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_zh_Hant.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_zh_Hant_HK.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_ar_EG.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_en.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_es.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_fr.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_he_IL.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_hi.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_ja.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_ko.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_ru.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_th.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_zh_Hans.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_zh_Hans_SG.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_zh_Hant.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/testdata_zh_Hant_HK.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/BigNumberFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DataDrivenFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateFormatMiscTests.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateFormatRegressionTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateFormatRegressionTestJ.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateFormatRoundTripTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateIntervalFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/DateTimeGeneratorTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDateFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDateFormatAPI.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDateFormatAPIC.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDateFormatSymbols.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDecimalFormatAPI.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDecimalFormatAPIC.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDecimalFormatSymbols.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDecimalFormatSymbolsC.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestNumberFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestNumberFormatAPI.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestSimpleDateFormatAPI.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/MessagePatternUtilTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/MessageRegression.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatRegistrationTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatRegressionTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatRoundTripTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatSerialTestData.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTestCases.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberRegression.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/PluralFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/PluralFormatUnitTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/PluralRulesTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/RBNFParseTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/RbnfRoundTripTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/RbnfTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/SelectFormatAPITest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/SelectFormatUnitTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TestMessageFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeUnitTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeZoneFormatTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/WriteNumberFormatSerialTestData.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/TestUCharacterIterator.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/TestCharacter.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/TestUScript.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/TestUScriptRun.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterCaseTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterCategoryTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterCompare.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterDirectionTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterSurrogateTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UCharacterThreadTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UPropertyAliasesTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UTF16Test.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UnicodeSetStringSpanTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/UnicodeSetTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/BasicTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ConformanceTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/IntHashtable.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/IntStringHashtable.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/LongHashtable.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/NormalizationMonkeyTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/NormalizerBuilder.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/NormalizerData.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/NormalizerRegressionTests.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/TestCanonicalIterator.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/TestDeprecatedNormalizerAPI.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/UTS46Test.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/UnicodeNormalizer.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/UnicodeNormalizerConformanceTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/BreakIteratorRegTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/BreakIteratorRules_en_US_TEST.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/BreakIteratorTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/RBBIAPITest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/RBBITest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/RBBITestExtended.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/RBBITestMonkey.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/SimpleBITest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/CalendarTests.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/CompatibilityTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/CoverageTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ExceptionTests.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/FormatTests.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableWriter.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ArabicShapingRegTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ArabicShapingTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/IDNAConformanceTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/IDNAReference.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/NFS4StringPrep.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/NamePrepTransform.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/PunycodeReference.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestData.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestIDNA.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestIDNARef.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestInputDataStructure.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestStringPrep.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/TestStringPrepProfiles.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/SpoofCheckerTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/TimeScaleAPITest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/TimeScaleDataTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/TimeScaleMonkeyTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneAliasTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneBoundaryTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneOffsetLocalTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneRegression.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneRuleTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/TimeZoneTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ArrayComparator.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/BytesTrieTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/CalendarFieldsSet.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/CharsTrieTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/CompactArrayTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/CurrencyTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DateTimeStyleSet.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilities.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesData.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DebugUtilitiesTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/DisplayNameTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ElapsedTimer.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Equator.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/FieldsSet.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUBinaryTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUResourceBundleTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceTestSample.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceThreadTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/LocaleAliasTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/LocaleBuilderTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/LocaleDataTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/LocaleMatcherTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/LocalePriorityListTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/RegionTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Relation.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/SortedBag.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/StringTokenizerTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/TestAll.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/TextTrieMapTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Timer.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/Trie2Test.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/TrieMap.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/TrieMapTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/TrieTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ULocaleTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/UnicodePropertySource.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/UtilityTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/VariableReplacer.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/VersionInfoTest.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/XEquivalenceClass.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/XEquivalenceMap.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/AbstractTestLog.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ModuleTest.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ResourceModule.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestAll.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestBoilerplate.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestDataModule.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestLog.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestLogWriter.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestUtil.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/UTF16Util.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/sample/ModuleTestSample.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/sample/ModuleTestSampleData.java
icu4j/main/tests/framework/src/com/ibm/icu/dev/test/util/CollectionUtilities.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/BreakIteratorTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/CollatorTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/CurrencyNameTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/DateFormatSymbolsTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/DateFormatTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/DecimalFormatSymbolsTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/LocaleNameTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/NumberFormatTest.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/TestAll.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/TestUtil.java
icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/TimeZoneNameTest.java
icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/TestLocaleNamePackaging.java
icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/TestPackaging.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/TestAllTranslit.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/AnyScriptTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/CompoundTransliteratorTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ErrorTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/JamoTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/PrettyPrinterTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/RegexUtilitiesTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ReplaceableTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/RoundTripTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/TestAll.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/TestUnicodeProperty.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/TestUtility.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ThreadTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/TransliteratorTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/UnicodeMapTest.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/WriteCharts.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/BNF.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/BagFormatter.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/CaseIterator.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/DataInputCompressor.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/DataOutputCompressor.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/FileUtilities.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ICUPropertyFactory.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/IcuUnicodeNormalizerFactory.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ImmutableEntry.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/Pick.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/PrettyPrinter.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/Quoter.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/Tabber.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/TestBNF.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/TestBagFormatter.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/TestUtilities.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/Tokenizer.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/TransliteratorUtilities.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/UnicodeLabel.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/UnicodeMap.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/UnicodeMapIterator.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/UnicodeProperty.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/UnicodePropertySymbolTable.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/UnicodeTransform.java
icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/Visitor.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/BreakIteratorPerformanceTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/CollationPerformanceTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ConverterPerformanceTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/DateFormatPerformanceTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/DecimalFormatPerformanceTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/NormalizerPerformanceTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/PerfTest.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/RBBIPerf.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ResourceBundlePerf.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/UCharacterPerf.java
icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/UnicodeSetPerf.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/APIData.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/APIInfo.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/CheckAPI.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/CheckTags.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/CodeMangler.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/CollectAPI.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/Deprecator.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/GatherAPIData.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/GatherAPIDataOld.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUJDKCompare.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ICUTaglet.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ReportAPI.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/SwatDeprecated.java
icu4j/tools/build/src/com/ibm/icu/dev/tool/index/IndexGenerator.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/UOption.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/BIG5Tool.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/EUCTool.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/Checker.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/InputFile.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/NGramList.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/NGramParser.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/StatisticsTool.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/CheckSystemFonts.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/CompressionTableGenerator.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/IMETest.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/BengaliInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/DevanagariInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/GujaratiInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/GurmukhiInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/IndicIMDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/IndicInputMethod.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/IndicInputMethodImpl.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/KannadaInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/MalayalamInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/OriyaInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/TamilInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/TeluguInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/TransliteratorInputMethod.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/TransliteratorInputMethodDescriptor.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ArabicCharacterData.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ArabicShaping.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/BuildMirroringTables.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/CanonGSUBBuilder.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/CanonicalCharacterData.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ClassTable.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/DecompTable.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/Feature.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/FeatureList.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/GDEFWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/GSUBWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LanguageData.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LigatureEntry.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LigatureModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LigatureTree.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LigatureTreeWalker.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/Lookup.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LookupList.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/LookupSubtable.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/OpenTypeTableWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/OpenTypeTagBuilder.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptData.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptIDModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptList.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptNameBuilder.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptRunModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ScriptTagModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ShapingTypeBuilder.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/TagUtilities.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/TagValueData.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/TaggedRecord.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ThaiCharacterClasses.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ThaiStateTable.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ThaiStateTableBuilder.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ThaiStateTableModuleWriter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ThaiStateTransition.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/TreeWalker.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/CalculateCRC32.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/XLIFF2ICUConverter.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/BuildDictionaryFile.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/serializable/SerializableChecker.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/CalculateLimits.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/EpochOffsets.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/GenerateCTimeScaleData.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ICUZDump.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/SourceSet.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/Trans.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/UnicodeSetCloseOver.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/UnicodeSetClosure.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/WriteIndicCharts.java
icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/genIndexFilters.java

index 2d8804453eeaf27e3a4b1b0a1963061f14dfb3cc..77d72aebf08efcffc5abbe0c582d5ba8f3d2d3bd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2940d596987d3a870335d0b294e5332c32562f31..10ac966820973d20c70c25c340563ca37cb559cc 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ff9a75b7e2ff9501c61a6d66e68ff9b1feb41d19..0c739b1dbd61d1e618d53a6a04d333e5f1a5e438 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fd76ec7d17df1e5e8a4cafb0a3acbd1d7d188cbb..2953ff15621c6002f2da069428325178e54b18a4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8ea94d3f9fad1046fc5f1ad7db0d125d3e972ce7..afbd4e0eecd0598aeb41769e83b1fdfe0470fb8a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 284d16d26b5671aa182df59788aa66ce8890fc3a..61784ba02c5a53ef8e158d26f93e86c730d52bec 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation   *
+ * Copyright (C) 2005-2011, International Business Machines Corporation   *
  * and others. All Rights Reserved.                                       *
  **************************************************************************
  *
index cd81ef1fa74e9b7ba0e2a610803f3a172845f24b..0eb9b84a794a6cf05c355cd85fbbcaefb094182a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 5899b78cc013ffce1569e8b8482046abb64321b5..5b5f99c2d420238b6df9d43d461698945fe73426 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d4089367562735d9b7a5aad244377998b4c24662..8c4b41460ca6d85dc2beb16bab7bb353f9ab2e26 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 339e6a76160044630ebdcdc3a0da36d55baca1b9..94ec5121123678c29d5090d451325e594335eda7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a3d834994213e15e1370dbde5dd4cbe2eb43dac0..bae04d2d266cf1f820450ab7b172f28f45a8a9c8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c838a13ea2b58fefe80cef49ad08e380b4cce046..b0d7d8a26a576cf73e4cab76e5a757d1220328fc 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1997-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1997-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e6147be986e5969649566eddfcdc299029135994..b30584e1a869accbb71d78b70961a453897f516d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c07b7704489b02ad58ea7e071a57c346c008fd77..9a23e62b5d4c213dd8c5af91abb94f328ae238b1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4b8e75efb5535c851b4ca983ecb93a87b82fcacb..396ff327cd751c1b92ad12f325bc79b4c23b72a0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2010-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 2de520c423fe6ef4faaf627a27dfa5aa3677615d..baec7cf4d1fa6402e025de2095311d8b15678baf 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 2c4bb41c4d625cd611e572565babe3e94e3a71a8..2c3b5dfe0cc0602f2ab6b76e49d728ca4a90df79 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2010-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 6e36765fa1c881c242105fb301ebe1ef8e7fd5ee..86cb05569b89387499ee3e8e6b229515f5498401 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2003-2010, International Business Machines
+* Copyright (c) 2003-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Mark Davis
index 76f8f01937dfcaeb673a805a85a861ccf29276bb..e725e97ecba225d776aa4f94c9f3e6a1226d1362 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c03ed71a186f09ddba91055634ffdc8ce0c1584f..bfecb1ef4d688348aafce54a3597553fc90d481d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 72d83048a99c09ae44d156b988aac9a34162f470..e9f7e15d7f24f06f19b20fcb73a76d336f4665e8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 3f458d8199a3de50628e434a5a9dace7f666b726..0ae7f88f4b90a44707239e6661702f21d31cb775 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b2b477ab42ef9d6f4d317413d33c778343c1e23e..819fdef9c6c51619fda80a7ec2e7a8cfbe5ee338 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 87882f9027b592c8a8aff245078e02491d408273..0b032e1b111ed4c0f630b4cffaa5967ab532b224 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 99820e0611d3e50d504a556461fdd1de8d92551b..ec4fc322b5653b6623323eefe07c65f1e75520c2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4ea16e3b9a432d395254a17e755a359cf98261e4..1c5dc0873ce9ccbb2ac562d88d3ca28b9a70c25e 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 597721ca3ec43c780aeee57f97216d17404980df..29d27a2430d42cdba26a2f5ed13067c7ee3700e2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d0865c3bb96082c5d70f720e7995da0d50bef75d..777313b1c493ba989326475595023ea24f7b3fa7 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8f7c21d3a62daefdb16332ef90cd4e2666d2229a..491ec1f605edaa00259d674797b7ee2836495962 100644 (file)
@@ -1,5 +1,5 @@
-#--------------------------------------------------------------------
-# Copyright (c) 1999-2001, International Business Machines
+#--------------------------------------------------------------------
+# Copyright (c) 1999-2011, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #--------------------------------------------------------------------
 # Generated: Fri Jan 26 15:14:48 2001
index fe353f3a02458e3d97f4ee2da8c77fcd131e0704..bdd770a8a588f466d48531cce2dc689db12a86b2 100644 (file)
@@ -1,5 +1,5 @@
-#--------------------------------------------------------------------
-# Copyright (c) 1999-2001, International Business Machines
+#--------------------------------------------------------------------
+# Copyright (c) 1999-2011, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #--------------------------------------------------------------------
 # Date: Tue Jan 23 12:42:02 2001
index 7435913f8ff821f6d89e61a8b2e93fad8833a8a3..de7cbdcb03a3dd2b05cc710e80bc5a7987e0ef6d 100644 (file)
@@ -1,5 +1,5 @@
-#--------------------------------------------------------------------
-# Copyright (c) 1999-2001, International Business Machines
+#--------------------------------------------------------------------
+# Copyright (c) 1999-2011, International Business Machines
 # Corporation and others.  All Rights Reserved.
 #--------------------------------------------------------------------
 # Date: Tue Jan 23 12:42:03 2001
index 3db154648c490fbc11028a7b67864bee764164f7..402d2b144255aae83a19aa5378433dc04f2c766e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 3237a9403634b07afaa69b5f24dd2e900db90631..9f3156a195a95ea9ce989b06288c83d7d558152e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index a1afd34a42418cd0896fae4531dcee66107085cd..4d090771404c1c538a08c6057fa697e2bb2501a4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 28f003d7cc66b492d6d9b3229a06702561f38917..6c7718a25e80eea7faa3a1d79e9afd33eb541118 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 4636e696dcb39fe6dc9c44c777f01c9cd74b6c17..4714f3202bfb4c996efe536062cdffbaea8d9ea3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 1e1e7e9815ba5a1ce92a4eefef19c12d21fff622..553c30e984beb8873fe4f0a07945e11ee256e4c1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 22779a5b2b05d5bd162017e6fd536b6795a05494..90b6ad9976550faae9d974f4500e7f699a276aa6 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b438e2fb95fa44c359a984090a19e66812ac7434..8bf5533795b4cb4c89d9395d8d0774486a9e01e3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 617fc14709cb2c5237c11a4f91992e2b522461d2..df5fb462105b42be9cfb91e021ee1eb31ef3f164 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 9947214313ec8e99b4f1676a4caaffc9ab562e52..e827a1659a30a1be6a70201274ae14a20c129ed8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index ec7188ff5b076b9345f91d42a90d7506ab949511..91e36ae034218af64ebb9444629710427d355908 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 0136a82ab9e159f30a033d920f9ff0d40d0931a9..2f5a760013d85e0d15ed36017dc210d0298416d0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f8a2fe16ce19d58ca3d487cddf230e8f162f8158..22be3fefc73a0f36fd2eb478491e284592071592 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 5523115246cc3e15369013f5bda976632da3ebe4..5af3ede53379e9d56cca5d825b655849d5d10e2f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 17828f7763d74c90e87fe5db2bfa6a3e04ef756d..e47a9ec233a6f568b6df55ed857b2f86be64d243 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ***************************************************************************
  * Copyright (c) 2007-2011 International Business Machines Corporation and *
  * others.  All rights reserved.                                           *
index 67690da57969a908c0b8152977ca69f82b5eeb1c..263ab24be6833fadc789d6d142b6dae82e7988c0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 2003-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index 34c0a5b26d63555ffb93b2873883c36f40d979aa..ac2cd30721b52e2f200e55da2518d7e22952703d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 143ac9d2d29837b68850207f7116e623af1b8649..83f7d7e212616ff4678777d6b165409dce0bec07 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
index 7ee2dc50dffce4891f0d461bcaaa95ea4d0beb1c..e0ca29a4c358ae3d3de7d2225278d75802a62a72 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ****************************************************************************
  * Copyright (c) 2007-2011 International Business Machines Corporation and  *
  * others.  All rights reserved.                                            *
index 2f751d9f4c1145fa0ca19b46f1d6f1f27965bf17..9016650e50e5330b4cfe41c5bb4bcc396acac968 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index be24cff4ecc83e055246dd968661f78444bc1a18..d8e3d7a6c4c59418b1f181123409159247c99687 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index dec331cd16207a45d7affab5bca191a353f36a13..f875a957419a48591bdb8d3f7cda12c229169433 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 27d0ef886e5ca981004a282dc1dc8c45e6a01e4f..ef4f1907c51326571ef8ebfd2e373af44dbfd5b4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index e889a7dc2817669e43f177656bb56b88bbebcaac..6b42e5d502c6abfec39fc1eabf54d4062dde6f0e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index fc81e0d55f1f84510aa810d2d442d58aec5a5ffd..f700c7668ce66ebb243cc5d7dd6ec7a840e1c86a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index d75519ca440e1510254363a4ec0185c5c28d4f00..a308f4a4d348d3cf33f1e5f82be6d18ff2170f25 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index bceba10d6cdc5925544198e5f85267d257db6c5d..6d6438dcd8a4f1789afb114cf8466cbce4ec8520 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 6eb5d82773b0ee80c25018b1976f2d868e9eb758..621c64266510ab76be8a2f6a06b7bbfd13359ff6 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b25146d33b38a271fd2213fc17a49e2ecde75239..3d160bb4511a1ce34fdb1c551bf4ce0fc360a60b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8f9dd9dc3c3b6d79613d72576184cd26ced4b18c..0f7dea7ddaa85503dd0694863d8d4012afb7169c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index a90150384f7a6d69bca6b61f836d536f58f6d105..9709b21c6aaba4cb27a5549f0138a114ba530c51 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated from 'BigDecimal.nrx' 8 Sep 2000 11:10:50 [v2.00] */
+/* Generated from 'BigDecimal.nrx' 8 Sep 2000 11:10:50 [v2.00] */
 /* Options: Binary Comments Crossref Format Java Logo Strictargs Strictcase Trace2 Verbose3 */
 package com.ibm.icu.math;
 
index 010c083596b547cd56ecb1d5259f40d12ae1c74c..7a9074afed20e3c0b4ff3609e23b34fb99c79ae0 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
+/* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
 /* Options: Binary Comments Crossref Format Java Logo Strictargs Strictcase Trace2 Verbose3 */
 package com.ibm.icu.math;
 
index c37d38500c8b9ffa72012885cef8dfdfcc77a565..991ad454aee0ad54b2aede65f89a2eed688dbf33 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 39ffdf1411aa51400b6ec36262c6b7d157ee1f3e..bdd1494311a0ace41953de6385cbbd139045571f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index b0a74483aea14d1812cd336d3d97ce9eafb178ca..5a70e2f8d3eb5254d1ef1636a307b785c26ab798 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index bf9159533880332ebb1809d9557c1d369689586c..17569c3aec09fb6d4c6aec6ae9c278f257663dd8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 7de3a95a73a13691e4e23ef5ad51c04facf1d8ee..7920fe23500cde44a1b601435047aaf483fac17e 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 2623e467dba84bf63be045ea8e0f0a45c89d4577..19eab5f3ddc1edc83c9e560102b1831043f6226d 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 40289fd940dca3a0527926f182ef2f1b5c00011f..722fe485dc83cc70f22b3d4f8e221a6f056a161a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index c83ca22b1126a75ce932383ee1195fc75da6e27b..b6322919bb10b97edd120776a7d2e982888d8c7e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  */
index a73dc199110fa3de57e62b5b882d33acad1f0bfb..70168724dd22b6a6366211e59decfa10782363a7 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index c440fa2ad5493f77f665379ee8ca30a60d153402..260af6c80a3510bb3c7fa81511fb6c11da90b7de 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index db03cd0bdc3acf157771f0fa8cb49b41cef9600d..c3c0cd6bbe370a7be3a44b069498044dba4978cc 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 4af68238336fcdec566e3fa7063e74d953178d11..64ceac23a604c0b05469ce1af7a24a5a3cbc4157 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index bc23e4a7e1574582d03e827b442583bd55b8b709..b1a0aa9cb58004f5766f89c2dc190944499db60b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 45316dc217962cb43d612ea9d0664a14a4226f8b..8222b4cbe158cf2a93356575004984bebc389858 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index e8e5785fc909c1c9d8e56341d89fd3ff2d1cce49..f3e12c5d0477a1338d25480c77689f66b8893839 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 52194dbb5c05047e86d7c9330355051ad59a607d..6a7fffdb675c1bbc473dadd3466189bfad3f8d7d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index e99df5f828d3355b69b0388beb947b6f5217a867..cbf98e2036b612f6724b57639db4c7792c4d0fa4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 5686ccfbd9044471ee383907d435956e6e4af079..489769463bb80681508de7179d6de80051e005e7 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *   Copyright (C) 1996-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
index 1d01024eb69b239f36410e548a88997280e492ee..4572abcfff4af3b16e376166cea521fea0ad7bf4 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 229a400ebbdd5a513ab40ca64c929286f8d42551..21bdb13b7ccba2207b791d7f71554f9d2166b82a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index be0f48d362576501b5968d0da6549145fc485e7f..b50482be3d5da1df03facc26a1275bfc10afc350 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 5ff5732fcb3a9ad0510fa9e5d9a8d3350e250853..a0b247b473640e2b6ca78b242aee12917b9f9144 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * @(#)TimeZone.java    1.51 00/01/19
  *
  * Copyright (C) 1996-2011, International Business Machines
index c98b65587afd1851a588063511655913128e0faf..b7819a3506a558ea1b5972e83f66f9946d00744b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 2003-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index 22af59379aa4fc65dbe604046967451d4f0e5ebe..96b7e13bee57e315d2663fbcd2c38c23165a52b1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index bd2d5c7f52dd28da7bf6d2316df0569519140740..9c97577d0095ee4889921b138493c2af374ea52b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ******************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
index d56a175aafa76d276c0454e47cc0b1995040bda5..a9fe5353bb604bf484842516c18bac7ecc16e2e9 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index aab198a2c8f6b03e30fe40c0e75b279fdced776d..236312809a9132d2b5f3e4c4365cb762be7295e2 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 884f21a022379436f81a73173041a68f1ba8a186..6ee766bf4c64590d538b37627b04df25200d07bb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index bf2c204f5be9b168f977f891bb97a582f8f7b2af..5b5f9fc0ef611562ed48e9d1fbdc63dbbefacda6 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7363fba08fe3ab128c79123036b7e257267720a2..434f14e623522699b9f78dc50c4dbbd7ce7ddd73 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 5e33e5dd4dd5e494f5b32247ab6182b0a191e0e8..497d9f75f3881d9195ccd8698ef9b5e9f81155f0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2010-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index c8fc89e43879d3eb4198131b91569bb503ce0e70..3ab7c7913a346538c65a32073ad0a5505534c25f 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 24efe73587773d0d966e9cc1ef3fb5acc3b44ef4..b6193176a299427fcddfb2d47ea27d59ef915673 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 4fc11086ac062e86a82bf7b9d70c44cb8e920577..150c9df9d215d73aaca9cdb9bbebb2b342111cd9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2009, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1db2a43349ad36f883e1265fbe8c3e0952701424..67ed8e89557c4d8f33cfcb90070293b28366d124 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index d9c82d5ed3eee6aa7ba2baccbea270470c4ec375..02e01a1b20241e9bb6dc0a9dfa0c3cf14a8727a6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a48fed00121c417ea8deb5d0a05c40624c6d92b3..9b25a45ec16ccc8857bcf0b356af2e7c26b56483 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0241d829c8506796f3fedb076535065ad2677098..9988c76d0a13f259c3e185be10acb77280753ba2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a8a93fc4572fe7c71129dfd336fdaf7ada9e5e23..1e51a2b8d7457e7899ff44a5b1252eb0afae268d 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8c227765e3de551157d8eb0bb4072054fb8354f2..896e4c8f4e39cfa5fcb09c17a39405a02846033e 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2006-2010, International Business Machines Corporation and    *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
index 8a9717aa1be0dc747fefc9b61614aa402d520e94..aba85998514edd53301697635a4dfd947af4c74e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b9bf1c4cfa970943f44e0a18f4f085564a8293c3..873dcd43b37563cc79cbf5baff75ed5d256f698a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and   *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index f8963fc71439b4acb77bf81d1ad76f630a6a1819..9f4f829b18cf6bc7509e44d6a1a036d1541cf104 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b1bb374d8ccda925ecebe922bfc4898f77d15bdb..ea45dcbe8a89c6f5d5a40a61b0e1e20b5b82a949 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 07607a0156db77107e7176b5b6bbb0ae05f5befa..2428863e39c791150e7384718cd303d5fda87db7 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d2a8a5f28989387795dbb084ea3e1b9dd791522c..3bc91f4d6ac6aca267da7cff7c983c2d201d18f4 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 177b1f7eeb68819638b754806f4d5b7d520895d7..d2effd1cac661c141f30ec07089b61c59550f53b 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index beb8303f22ed28078d6b2a3ffdd10887a219f94a..41c9b4e09494b314146bdffdef8b2d66f7f7ced9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2a5b4a568bb74e2a5a9c867eddf1c3aa424dd60b..7fff0f8aeb31ab26b44784b0151c38ed598db7d6 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index ab8b5da701a72513598da8dcf32df6c9d002b23b..d061df43e396c05d626af1feb61e70f42f3146d0 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2006-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index a93f536036964e6e2814a2195ecba52c4c682ee1..8bc9ecabcb16a42fbf239c90d2eca22fe4c094a5 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2006-2010, International Business Machines Corporation and    *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
index c4134b8c6ad6cad2b07a33d045616f56d5b85133..2546f6acb6d76d0ab6acce8d0148e4bb48b94f47 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2006-2010, International Business Machines Corporation and    *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */ 
index 2fdf5070e47e9d41298cc48bcd90341b1e4b220c..9ad563d971a0ce7dfb05039bf34c2f938adbb766 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2006-2008, International Business Machines Corporation and    *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */ 
index e37671a9d4fcd70e6e9c13bad9d721fe893487d9..143267ddee4955417b0d2821d67501ab947df10f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2006-2010, International Business Machines Corporation and    *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */ 
index e69f40a490c38b0f09a7a67be2f7aa96c4238530..692faf4dc3010e6b07ae10739e0a2f6c889c3d1a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0ccd49b0c7bb0f547d73c9ada4c5242ba829f2c9..90b005bf58d04efa88e8f2de8a1cc096cc9a008b 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2006-2007, International Business Machines Corporation and    *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
index 8701026171d2ef87968158dfea68f92c3e83c75c..c53055603ed369b6acbd0b183bebdbdf00ea720a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2008-2011, Google Inc, International Business Machines Corporation
  * and others. All Rights Reserved.
index 2ef8cb77fdba2afa9ccb9f5ebc23f65f9e7125f7..dd99c73c11a203c1d679e99a2c6d0dd87552ee7c 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index fddd61cb0a17494fa16e27e4bf3fd13377f16669..998bdb3f65cf93984776c47b1d8288a3155c2123 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index edc9a2a9a036dc81cf9c7e51f99c4435dced1bf3..07fce0bbbbc05d524e227d632b6d5ee85826403a 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
index 8f9865037f425478abb697438b7a33b218600e7a..f97e47297438fddf40f5667f5322e12d8d0d0710 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 7e87e63ff2b1ba558ba1476cf62b3923c855db9f..5d9af9a3ef0d20ff395eeac815fadce5ae3a5662 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 3a31ac5ff649669cf8ce1937f2d82546b52714db..07e86d851ccfd59f3869ff3443c0983832509faf 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ab1a7f4a590f8e36847658dc225c2ee20455ee19..04a1ec9ff8254e0a09c1f4db0354fa5b6e383364 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2003-2010, International Business Machines Corporation and         *
+* Copyright (C) 2003-2011, International Business Machines Corporation and         *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 68e7863e38724e1e98944ff122e276aa9b66a7dd..2bc657d4031cd63d002dd1e46f97b585a380ba4c 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 55e19a1c5c7f1ea16a91804a9d38872b864092fc..86a3394da96ec9e24d9cd99e524e9b40ac616c91 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2009-2010, International Business Machines Corporation and    *
+* Copyright (C) 2009-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 3d799d7f0fc2bf90f11dc4292b7aae393b4a0b15..a3a885ebbf6976f376ce25ef198bdbdce5f05d05 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 11265cd21ea2e86bb1a0ecd1e60598477c7232a9..71ca6b5eeabd7eccceae2a10bfafa1dc4e6940de 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
index 9c7e7eec88d7f004966cc428be65c132623e10e2..1b8a9530ccf8c6cacd6ab236f6a81b24b4b2f14a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 7d8b113e6dd87f971bccaceb3506b37ac2aadd17..1c1e4859deafe74844e9422b7b51a63d7ad9c195 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2005-2006, International Business Machines
+*   Copyright (C) 2005-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index cbb39eac4446360e06bfaba3131cb814dc435335..0c562473248601f62fbff567c3be0493082f55b1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ******************************************************************************
  *
  *   Copyright (C) 2009-2011, International Business Machines
index 898eb47b846e3d298a34ac8ba130d899d1086ee1..93735f2eb421a875f2211cc5bf62ae6de1bcb729 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2009, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 11738a12a736592a61abcf10f72110b2d185b3ab..60840ca1b8d0cd74fe51eaca77dc28bd8dc0fe0c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2010, International Business Machines
+*   Copyright (C) 2010-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index a6f3528db7b9d307efba9feebc335ccaf4fab9f7..4a9774d2e812fa53d34aec3fe1aca8c2df52d356 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c83562a972290cf6e059f62400a83fd538c6cc65..ca3f5abee273d13ab02e9e5de721cc458d949110 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f217321a1b24914ff671cb89d8ce8a48d5f2a8cd..a4a5d34f77c937cef039133459a80c29ee62c3b2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index c43675be412effba67e9f631cb1b34d2c412a153..ed6b948144f1e6eff421c0b666ac7943ab4da84f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4d4fb5af09aa020e3b39d031e23555398280d13e..1898882bf4bf2a1d46decdcc14cc0ca63f53d02d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 3e0dcd0f97cdd321b4eee2a6ad714db6c7ad4fd1..c9b92acc207fb5f90be264f79f4900243df2a51e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c1af2ef9269cbc8ff441a765ef2ed4616d7a0fa2..1a67496b07cf3c08ddae1b9ae789713b4996b370 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1635f7c365e898350aab16ffe1a73df1d92df2e4..ddd50c9ecd84fdc0da62d1abcdfe25eb649f5011 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 069ccd169662103f80e3c37ccc5f3fb2b5bfc3d2..2f4b0c2b6c45c6c67fac1a85711d9fd93d4a16b8 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2009, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index e5fbaccee88f5710ed117a91b2d37f222a5865da..dbaa89f300a858b881e013798c1885e1db8671ca 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2003-2008, International Business Machines Corporation and
+ * Copyright (C) 2003-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  * Partial port from ICU4C's Grego class in i18n/gregoimp.h.
index 634f418d25423f6749b33a0798e45c53cff29fd0..f714ab6cdb925a4bf75b9f16578440078d8b62d1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f19da11900a992fd4482f8390e57b0ed4fb2938e..3872d2105d03e155e49f14d1fae564a1fb997b80 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2010, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index 5e8a08c2e43231cea5552afceb1caf1c91cfa4c7..e47a9ec233a6f568b6df55ed857b2f86be64d243 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***************************************************************************
- * Copyright (c) 2007-2009 International Business Machines Corporation and *
+ * Copyright (c) 2007-2011 International Business Machines Corporation and *
  * others.  All rights reserved.                                           *
  ***************************************************************************
 */
index b875286fffed0a01e5430321216a3d2a6fde4f06..5c5ec8c13adae5131c8845a63c005e5dfe01500e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b47b278db85af24fae374ac28fbf9a42287611d2..f9ea9d62b31d983df39ba1d8a79711147c5c6273 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 3377f304e9ef87e01d207e7202e8f2ce7694b657..d69ac9df6003638baa275dc53c5b6e4ea2f07d5f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 0076ee75c32638abb31cc5e071e7a18a12e9df85..9e69dc9c6e9ffeddb4325fae6b56861f70498d0d 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 22bbbdbb64197ef18cad8f31fa965912d8d0d14c..6e005187f4b5d67db18e06fbf6d8e30ec9b362d0 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4ccd8067421afbd0f28017c4e0c6e3d3d4cd302d..78a1466ab280e0439f477e849a3eff359f1c17c1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 90c9206c1026c5c662dd0821d86db89bcc336a4d..8d62ab430334a5a765cd57edf35c9bd0484688e6 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ec1507089836f969ae137d1448d6ee6def5e2a0b..ef78b405ed1aa32d575dddd84bb97f29b70afd45 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2006, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a02fdc1f262afc4fc7289b83851d0b01b8dbad05..8a9b3f454dfa3961fcbfb62696fe957d832b9dfa 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * *****************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index d968e948bcf1ab6de9527e09075c8135d98e4097..90b8d3c883b5be67e8d85a883efab4739c9ff738 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 2341f55dda6d6b0b4389245939ce96aa0f1358b9..bb7b65a7b4054735cd42e45da4f837b6095aaf1e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 561124ec2958c80cf7cdda4beae3fea8ad861f72..8f6eef6b2b6295518d7f197507a228fd7e2de426 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 486a06bfe31d5e2bb13e3ca3b62ba928a76dace6..cdbb0babd7c9b404973fb19ba14f2b1935949a60 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 106a233752782e83e08cee091d109a0b49e6c054..cc441ba082e72a5186b24ab45617ad5aacec52d3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2003-2010, International Business Machines
+* Copyright (C) 2003-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 204a26477fbf887889e3186de666bee7a661c1dd..aaa14efbdcb7506adad6a82d184ed4ea1a09e6f3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, Google, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, Google, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1daed78ccd50311a4ca53b020bb609abadace1f0..51928357547624e660c8bc4129cd93c4e5c39b38 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index edcf19e7364bce242f51c4ed12d30a2751f092a1..d7b1a4a85b345b99dc0cf87b1255eb3b9832f910 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index ad5a77485ddadfa746a4185b71cc3bb8e17c6a31..d76e81cfc090f57dc83b18e737ee1721bcbcf343 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 6f7c2a93c9b3dc8fb3d8d9372ed21e943eea3743..59e9f2c1402b61e718e3c4234a78af927d507901 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2006, International Business Machines Corporation and         *
+* Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
index 478048c75e357b91f38c98a226da4abd30771729..26c7eb36057c7003048e26039418f00c86f4b4fa 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ************************************************************************************
- * Copyright (C) 2007-2010, Google Inc, International Business Machines Corporation *
+ * Copyright (C) 2007-2011, Google Inc, International Business Machines Corporation *
  * and others. All Rights Reserved.                                                 *
  ************************************************************************************
  */
index 3edeca7a06111e5c95aaa85d1eb9ad362dc9f719..df24f373c83505de362614fac7315d3337cf74d6 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 35da507d28d10779f2f8b3a09d06667d78fd340a..5e94df67451125d61d155e84ff9e938e350ba468 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 6a4d392fff858f4dd23bd844ec25806a5079e40e..263ab24be6833fadc789d6d142b6dae82e7988c0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2003-2009, International Business Machines Corporation and   *
+* Copyright (C) 2003-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 02f633e2294dafad9ef2ec1ba85d7e1981a85a09..ac2cd30721b52e2f200e55da2518d7e22952703d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0633738647459a3efaae9966d4e52267185c8b85..83f7d7e212616ff4678777d6b165409dce0bec07 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and   *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  *
index 01ade38fa4db17f03b52d8591f9670467a6356ef..6866342d700233a6667e87799891763b7f716392 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9b882f5b19eb18e33d401b882e7a84162f336eb9..d527ac3d8850b512f6429154069945acc3629ee8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 529fea2e84ddfe6512b1e984d47260e386c67ee8..5589aacad9436e5cced9fcf5d6294f3e2bc868e2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 0e4879ad3d5834cd7212b1637e554a158a25c427..797a8595e169e44ee17ba431ded76bddf90164a6 100644 (file)
@@ -1,4 +1,4 @@
- /*
+ /*
   *******************************************************************************
   * Copyright (C) 2005-2011, International Business Machines Corporation and         *
   * others. All Rights Reserved.                                                *
index 3fb604900e6217bf94af89878ff01c0e54bd072a..ceb95cb507f5c0619226c3aa248665a3667bef38 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and   *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 7da0f4c4b5715db25af11926476611508ef731e8..b4fbcb6404610f2a2576b293a42f3f356ddda7de 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 3f576b56ebd8371427ed8346fe34fdfb88399c40..e3e580fbb0e46c331dbaad8776d16767549eeff7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2006-2009, Google, International Business Machines Corporation *
+ * Copyright (C) 2006-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                            *
  *******************************************************************************
  */
index 51b1e5d3f4744a104a227e330623f2f5c0303a29..9439c5cf59b9cf3491fde67a2d88ca08fd052807 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9f8b676455e0de4612fa344341f5d90a1befa43f..775215fd2d09efab7281a9dbc327eb319332a7d7 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
index cef7866a6b81ed4f92cb9adbc92f1e9f36183fd6..663bec1bc38483b04a57baa8876cca94a728685b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 13e7c6c7f86747deea4464d717f006c51c6c3e26..de7161dcd17ce0bdbb60da4283e56a881d02a01a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8a62218b8c29a27b9d19ad72376002a748e9baf9..5d988612aff9d5a13e2d440ed901555deeb93869 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3a8d8afd0192b3ecf1f6299b47b387aaea0ab9a3..95d931488e5f8e7638725d06900dff5c4a6150cb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2004-2010, International Business Machines Corporation and   *
+* Copyright (C) 2004-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 4c9bf5bca21c5ea048915906058bd9ff62242492..d58eefd29b2fe4109a9f9bcca0af11624024fe97 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- * Copyright (c) 2002-2010, Google, International Business Machines
+ * Copyright (c) 2002-2011, Google, International Business Machines
  * Corporation and others.  All Rights Reserved.
  **********************************************************************
  * Author: Mark Davis
index d8781c5ad0cf49ca3a938b6789798bebe86df738..e1658fab410472664cadbbd60868496553d8711f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2003-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index 8511393936b1942192fe66e5c9fdc26efb19ea3f..e0ca29a4c358ae3d3de7d2225278d75802a62a72 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ****************************************************************************
- * Copyright (c) 2007-2009 International Business Machines Corporation and  *
+ * Copyright (c) 2007-2011 International Business Machines Corporation and  *
  * others.  All rights reserved.                                            *
  ****************************************************************************
  */
index dac71c6c1e0605bd7b7b86f113744aade9c005d9..db97ce17d44cd4eb054f61d0baecafe582da1518 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2010, International Business Machines
+*   Copyright (C) 2010-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 7051fa68a915ebc421ac29cbe713fca44e2b3d37..68600e2c79433e6f0db888de929ad229ab683bf7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2010, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: M. Davis
index 463427882868bced8a794a6311e17de22fe5219f..747c0bf2d55cb83a8ead5351672dad1786f6874f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2003-2008, International Business Machines Corporation and   *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  *
index 9fa44a80df821a005f557b8775cea8ebb84f75db..fcd6bf30e6970a22bea81cd928e57b0832bc17ea 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2006, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2838b6febd1df827797d9c3ffb6f76fa288aa77b..1c2e3e3312e4b5474cb51950de761f7813cc7052 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * ********************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and others.
  * All Rights Reserved.
index a7e0fdb8609b62fdf051b89195103dcf9485964a..5194d6da554095db45544ed738fbaab5a9159233 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- * Copyright (c) 2003-2010, International Business Machines
+ * Copyright (c) 2003-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
  **********************************************************************
  * Author: Alan Liu
index b8db57fc8fccb1a3eabc2f999f03d55ba295e829..ea71005c04d60ad828cc86eb8fa150a84786395f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 3b426b992ac552596e9a879b2515b578079e8539..6ef6807e8897e2e01f4a4a3ac3eecde96126929f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 7f166e1c8b5edba08eb329196f68e87e8aecbc03..10f53791ef6cde669d2834a024e43f828ffc2577 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 65475eb657ad5aa5e8f45577e72ac1f0e7bbde6d..56fdece7cc37152679e90d12729b26708576cb55 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 858553335e7ac0fb0cb8cd64d1079f7eda7d02e4..e0b3de756c91079198599ac1109ff508eefb61f0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and
+ * Copyright (C) 2009-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index 989c907bd1a7aa155b03b2bfead0c7ae6ef7c919..2e04f198cbdc85d07f97ce1b1f90663975a8c26c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index cf4666b63074563bbcd2b9667fe8da3abee89566..086f24fbf2c619598528648f926fd729b678c933 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and
+ * Copyright (C) 2009-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index 0a9b95a17aad6c36663157a66ea23bbbddb48596..2d04eb7e22f0332770a14b5e477a038295670bec 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and
+ * Copyright (C) 2009-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index f5f5c07e62e8d799b28bb898003c79602d2867f0..155e888fe28c844032670a430328930e58a45bc8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 1630b312be778b1c3c324bce2c13ca26be33ebf4..9d8143431d24757b0e78c749808ed8f85f28d8c0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and
+* Copyright (C) 1996-2011, International Business Machines Corporation and
 * others. All Rights Reserved.
 ******************************************************************************
 */
index 9065d96119771c6f7a2385ec9f7b5c3771693cf7..bfbcb7934a2237778055616a1936d1094c5d28a3 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
 *******************************************************************************
 *
-*   Copyright (C) 2004-2010, International Business Machines
+*   Copyright (C) 2004-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
index 6647df6e47114ed4103b13aac42fe37d999e0d83..117a74d4aa58fee602e5d5561eac8aedc20fcb28 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *
 *   Copyright (C) 2004-2011, International Business Machines
index 5556fbbaf390e52a9af9b707ff8ac231956d35e5..d3a2c4ac87877660723dbcfdaa7e41105992a935 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 914edda842ee3566dfafafd82f783914cbb9e536..afd2a952f13d4a632b8fd721fa6abf203af40788 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c555978f8c942aa5177d2c4660358c16ca6c4669..2605cb5e3878e9147cf9c965fe3b8a2291db99dc 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index a15b6db80b4a29d4fe2de0712099093a6fff0dd1..687398002ed29144ed6a37254b9c198f8c52a3a0 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 6e706e854061ec2f84e04162126a82c731b38720..a748f5542c2a9aa961ab1a32324e707bf3f9be42 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index acb645874e6e1b22ab23e4af4668bcb92bc75507..fcee0b7a0f2df11666921e5b691b866374df1e36 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index dc10e06c03bf123fe3af3d867796309a11f77071..673730a922d431c9d296f82f3da7fea77dc81a5c 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2004, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index a69758d48df139a9bb15bde405353df074c97b1a..2dc320231f7cffc6fdf998dfe09b8a6dbc914964 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **********************************************************************
  * Copyright (c) 2002-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 00f93e1997ee5d875e2e09847448ef5bf5002e56..11b0067d508a9e61a1b1376bf577c38bc8083a20 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and   *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 4e2a874737d5feae650861cbcd7b0cccbacc95e7..b28bf528505c66e7dc891201436b925d519ece11 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- *   Copyright (C) 2002-2010, International Business Machines
+ *   Copyright (C) 2002-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *******************************************************************************
 */
index 610995518760a448ac4c85a18e9fd44df49b3c95..2bafacbfabb69e0ec094684acc49157eb950f098 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 * Copyright (C) 2010-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index 11cc2111078dd9263d1e2a4da7549bf143ad1f55..ca52a88738980584b30ba0a82e69aa96fbbaafa3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ********************************************************************************
  * Copyright (C) 2009-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                             *
index 96bfa4880edeb43872b43441139f318a19fcd337..6e917c6370c88c22105dede30c7fb9453420f6fc 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
  ******************************************************************************
  *
- *   Copyright (C) 2009-2010, International Business Machines
+ *   Copyright (C) 2009-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  ******************************************************************************
index a6b72d2c8d03e7bc3a697b423d5d4380ba00f4bf..c3e6f3f99c3a0e740d6a5a3e239bd94023cf6eee 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 246c42943d2d5d882a7e7e1a0ab6878cec6a20bc..859f4f38a6301da099ed65a3569a28926ad08e50 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2003-2011 International Business Machines
 * Corporation and others.  All Rights Reserved.
index 9cdb8d709be693b7c4928a3772f2c7bbfc208a39..ebb0ffea0b8045ce517e90682d56a4d4eba7f9d8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a060f648644af9bd289391927db76a56e3c99c53..3582143253d18251db1b0ac78f185111767a24de 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b6ae0e5167d246a3db368ee91abe46d00c601898..5f2ab3fd2910d71df73dd39c834a11d246fc39bd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b4ce7f525aee2dae0cab9daf5ec1980bc4a97ce2..75486ba80b0ed52d1b08a23e82500adfd4072de2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 351cf3db8d49fa60c4085499c83af9cd9afeb0e8..4e1a2bfd4d57cfebe3579e9caf89250c354002bb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 35b10f20ca625d5d2ce3d59b055d1758d0b9e77e..e3e549b99fec955befface07d2a8fefbbcee401a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9bbb5cc04eb6f65d92ec0f7a8863fd5f4d3d43a3..849ca55cf553e8aec64d3b6335d467bd68c68f08 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ddbc4f62e66832ada6309ff542b712e6d1b6346c..5f5d4349fdf8a053e171e80dd2c6c85a130216cf 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f9d76ba731a834b685ac99154f083ebca4678964..22373fa862ece33e51a9e1535fb87e6d73282f08 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 779cb7ec250a62033b2d0fa5715fb342c46a9115..072acb4246f4887320b572a06f8c9449a34f6d6d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index abc51e7af2dff681e7ed3e1eadefa3a51228285e..980cefb9cb16326c5febbe86ebadbd3252ce3090 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8ec3a2202733f6ed0a7adce331439b0ef754548d..78181731246f751b3d6ce941278250a8f3762c6a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0c9cb4c338d63db53372b14b915d4de3ea09bf20..f880173a7240aeff2bba39b63626a4ac419f4465 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ca36adb0ceace0cb03249a49a0de9b796bf6a65c..35872f8d1d7e0fc65ca1db2b67c752b08da72c10 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 14925640db1a4bf07d1edacffb59d6b2e84de629..810c9c24a818dfdce779ede8937fd0c9f9b8c047 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 65eacace3f8d1398f03ac22dbe4141a94a6a1f51..26294d0d4f14360e45751a30488092eb9d447674 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4564778215265b4a612115c365bd95ce3d56e5ac..f1064e8ed63c2f71d5d04629785d4072e71bc605 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a004c9e19a7f01fdd313bb442615264cfa0215c5..fa538c88034a7c13f5a92f5c5c712b1884474ae5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3023424e72a197697f56595100627003d034ab4d..eff149ffee3043eac986df56d1c688238a86b714 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c12bdc742fc44f189f93ee3a19d4beb6567f546f..5825f6faf7a9310e505f01f3706b3e870c3dbdef 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 85fa1db5873e219fcb75870ff69d6bfa890a7ea0..2d3cabfc4f1010014200451bc1162c2cee22dab7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 53ab7f650a3f08bed5b404f411fef51f8e58af14..fe68c2cd69e0c893862402ff512d0c8f5f1846e8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fb053e3173e1dcfaf90619625817850155272f7f..a0ae0be85d4100d6bbfc84aac3154f476d4d8e10 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9318153700c55efe761fc389d19e5b5221acb92d..41fdb8ca765965eab8d02565d6ce24d50df0a63d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fb19bca01a65e479c85bb45df9df483e2b4fb887..e54eb065f1ca58e88cecf2ec8819d565db1d3389 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 0c576c0aa03f33dd8cfe031b8736d2305c358da0..1e4a70143ffc83202f9814e2ddc13e2e82fc7170 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index 2683ebc84f57c6636c079fe5581d0275e34db69b..3f730c06a92e2c978da106f91268d120bc7cdc01 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 67ee04d2238866fa114ff91a01dd8f26f50d516e..2a09c180d041f22ff1d293d8688b1a9394c1b080 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2008, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 2a95be76b7b2a363750b11d90d5163b72f11827e..ed1bf2efe2a69a2b405051615e478a73efd33333 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2009, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index ba00bd0a126ceef7fac0892a16f05931d007dc1a..c12c1faaae0f16512b511d00db79f0295d83f61a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index a5f4a0307765181a31e50c43a80f0973bba3ced4..da28f0b1ce3444216625a8de611539d06cf151c5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 185771670eb08b62ce4c1ed66da42d669939f7da..41d416fba10b3ebc7b9864ca6c1cc297cf4c2f4e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index ddb92c1aeab119840abe93b10a8b31e5c6785f47..f2d41eccf1a71713dda414a752d12ea97500dfd5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and   *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index e0232f7858bb6712de70e280545688d8f884e5d4..01a22362795eba0ef16340a82f51312b38a5243c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index d78d80c7976343f6a0e111eb56744a3f7137229f..43b1a0d44a7c32cebe98fa701ef368ea445a08c4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 2b1dda15744dcfe448d1368428bfc431f280e5f6..ba3f6a75d3d060dda23bff6ed53358013c29c28b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2009, International Business Machines Corporation and   *
+* Copyright (C) 2009-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 427de068644f61f6618732e551cbbb652422dda8..11b33680bd9b2c70033b5abb1a958e610fdd9a64 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 188b352e4b7fe94e78d9494d5a57377f58fbe565..302c50df098110719b4b602dd238dbdd19bd2621 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 5b022ffada87faadf4141f8052ba5c726f3bdbf8..97036c8b19383785a2c9f9810b28bf793efb6875 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2009, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index a3363f180a233af1559a60e71d933ad5b4cdd7df..090637ff8b884ffe146cea4981e89f848e1a75dd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 2110d45436053e9a7d0768f019a2788d507e2083..6fd9086d6cbbab1f808f481d56a7c1ec2e3e7dac 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 81353250a3ec9ad9d9fb0f7f4b148bc7c430fa4c..0d4f4b3c34e167c66b848daee4ab313b21cae342 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and   *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index a9f1e01d920c2296cc1abcad81cc7a99b3c15cfa..96db609dede83b8d75d0b576fe7eca33b464f13b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 9de023b1850fd4b2818d963a6562f6f1ed7c6335..278f013ab6956d0be8181587565b183d7286172d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index d1e55a8d58b2d1c9182803ab2d47f1c8ea7119cc..3e09299618a58f372971caabb2685857a15a9797 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and   *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 36bef03a907d93460661f54f54cb6cfd48ff4399..44ecf7d118839285656f1595d6bf9eed8b6bc09d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 2009-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index 4bdcd99e5670aea6d02aff202f2db10c67cc3d68..cb37fb8c28d473da14d900a06676a7df1570cb09 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and   *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 64e3fee550ecd4b6d2dc2ae4e39d04f4635ea90c..818c8a3784b3d80cec7cd15878ed203082142936 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index bb94d761a54ebb76e66768e140dda53c79994351..866bd8e8cb64ab34f33568d5572681485a2931e6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 71326836deee1ab65ada42f5cb79c4627b0d56fb..d196acd951230a43f76f4bd18295ea67bfe65199 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and   *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index d2ac08a36e6ddbc1549b6471f49876ad36739b17..416603d610a73df40e51d969fbd11d678e40fb5d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index d6274ba2c19df700b016f59e2c19fdea5b848bbe..03295134291463771937ada53fd84b3b497d1e9c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 7d63ae2ef9537b0455d3f1dcf0f537afaf7a551e..71f7ccdea8347bd218ff1eb2ffaf530f972266ca 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and   *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 94815fb44e4b87b07e5b323bbe94d709ffd3f862..24fe8b91c180dec8c11439131fabb11e0c4d9933 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index c03d659016bca653fd1afcd28edb11bf407186f6..9016650e50e5330b4cfe41c5bb4bcc396acac968 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 46d0496a1656f83ad1c9da7dbe09f957295337dc..d8e3d7a6c4c59418b1f181123409159247c99687 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d2bf959c69943acd23b1b9fda680662ae0fcca90..f875a957419a48591bdb8d3f7cda12c229169433 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 14a0d4b7d48c2ed57b30e3d520f0a1fbd5602181..ef4f1907c51326571ef8ebfd2e373af44dbfd5b4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e889a7dc2817669e43f177656bb56b88bbebcaac..6b42e5d502c6abfec39fc1eabf54d4062dde6f0e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 474c4685c3c774284299cf3c4b86cc6a0ea79ea4..f700c7668ce66ebb243cc5d7dd6ec7a840e1c86a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7d239d36b70e2f805b01182f8ccd1d9c90d62501..a308f4a4d348d3cf33f1e5f82be6d18ff2170f25 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 14d1130e3dbc2d9a4de2a4ec8a3b9cce390ba559..6d6438dcd8a4f1789afb114cf8466cbce4ec8520 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2fa66c3657c810a8da3caa7e7227eb7484511696..621c64266510ab76be8a2f6a06b7bbfd13359ff6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, International Business Machines Corporation and         *
+ * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 13cad08d85b22dad985c1a6bd1055da30c039abf..3d160bb4511a1ce34fdb1c551bf4ce0fc360a60b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 5a3e3f354996ceb771d30a5a18408b837e00c4cd..0f7dea7ddaa85503dd0694863d8d4012afb7169c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2bb2fe6cc1078f9b6d9777e3c2cd066c4c6c3ae1..5e6f11a04a04eb744ec8ecfe42d0f080b1264147 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ********************************************************************************
  * Copyright (C) 2010-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                                 *
index 5b4613df429f01c715f65e3438caaf1064128b37..1d3cc1241b0387c0244136fac36fb91dcf7cdb29 100644 (file)
@@ -1,4 +1,4 @@
-//##header
+//##header
 /**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
index 60c0a649c3c2cefa55275b53684464a0f8f1722a..c59bfbcfcc0f792117bfad3a53bf7d1b4a75d2f0 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 884c6bec4041ddac2cc2976c768536ab72ab4d93..0f67fcb750e82c4c84bf18af43d4ee2e9335983e 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2004, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index d1e8c2678054c01e52c4519a601ca4f4909f7458..0ddc52997ca72fcc1ece172a9c5253ee210be0e3 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2004-2007, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9a8d3ad3623fe40de22237781d233f1364f76e7f..54ea44106947840c3661ee6ee5a4597172dcaa94 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index 76d756b84cbf1d4e092baf34073b79f2db0a655e..db8f51ed68a37d6791103825a1abfcf38ae83999 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index cabba0be0aaae03e78ebf1cc73fafa87e199f27f..b2fd3b592266dede72f587b9274e8a3e8d446d46 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2001-2011 International Business Machines Corporation and     *
 * others. All Rights Reserved.                                                *
index 46f15a123a4ac96442961d4a8de33a0250ae0f23..2317e5ffc2cd57fd26ad0d3c7c0f386c0561fd9f 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
  *******************************************************************************
  *
- *   Copyright (C) 1999-2009, International Business Machines
+ *   Copyright (C) 1999-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
index a108b56082076dbb9a0c1cc9ac4a8c1b50b6550c..6f4aa25691ae91c47b59d1bf5f7362848fbb639b 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated from 'BigDecimal.nrx' 8 Sep 2000 11:10:50 [v2.00] */
+/* Generated from 'BigDecimal.nrx' 8 Sep 2000 11:10:50 [v2.00] */
 /* Options: Binary Comments Crossref Format Java Logo Strictargs Strictcase Trace2 Verbose3 */
 package com.ibm.icu.math;
 
@@ -9,7 +9,7 @@ import com.ibm.icu.lang.UCharacter;
 /* ------------------------------------------------------------------ */
 /* BigDecimal -- Decimal arithmetic for Java                          */
 /* ------------------------------------------------------------------ */
-/* Copyright IBM Corporation, 1996-2010.  All Rights Reserved.       */
+/* Copyright IBM Corporation, 1996-2011.  All Rights Reserved.       */
 /*                                                                    */
 /* The BigDecimal class provides immutable arbitrary-precision        */
 /* floating point (including integer) decimal numbers.                */
index 725186aca4a95fbda74795cff714b798c9ed74ad..17c113dfd43ae512c57e15a5b664f15153a409d7 100644 (file)
@@ -1,11 +1,11 @@
-/* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
+/* Generated from 'MathContext.nrx' 8 Sep 2000 11:07:48 [v2.00] */
 /* Options: Binary Comments Crossref Format Java Logo Strictargs Strictcase Trace2 Verbose3 */
 package com.ibm.icu.math;
 
 /* ------------------------------------------------------------------ */
 /* MathContext -- Math context settings                               */
 /* ------------------------------------------------------------------ */
-/* Copyright IBM Corporation, 1997, 2000, 2005, 2007.  All Rights Reserved. */
+/* Copyright IBM Corporation, 1997, 2000, 2005, 2007, 2011.  All Rights Reserved. */
 /*                                                                    */
 /*   The MathContext object encapsulates the settings used by the     */
 /*   BigDecimal class; it could also be used by other arithmetics.    */
index d4ca9313b25b030636854874a9e39c3717c99839..64fc2ab8ebacd4bc6676e712fbc1a08bca593092 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 76720e11139563c09a4e867edc7cdc3ab04656c7..29848ba2658fa450a8a419be53928290a703503e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- *   Copyright (C) 2001-2008, International Business Machines
+ *   Copyright (C) 2001-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *******************************************************************************
  */
index 70da806c050a9766f556dd0826ce334e480dca7b..cab3d64b10e34c41874d49b284a592519edbcd2d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 37c3731ad5b1ae9f072b9fa0cbcae54490e3ea97..91775f19e214175accb6db596a6ef81e83beabf0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fdf8cc90f3cc641fb0cbf0218c5fcbac82cba648..d56b5c176fd743b5bf300d6cbf15e761a23031be 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 1245e60c0065beeccd32014d3e7cbec481e66cf4..bd23d51d97fcccce15bea0312484dad214c67a95 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index e3a03aa714438c56bd484468e88056ff3a45534b..274f8eb5548163f3cddf50c35decc67e570b9e18 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index e033881f94980b1cd4239a537b19275b9858d88b..d0650e3ae78d5268ec26aa3f552533d2da630ed3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index dbc710c0a2fbcac706dc2cb10107f77afefd7b0d..19d03ce095674ba8f1c35bef643450882e6a6f3f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e363a870ea7671810511e7647a73ba8a47938bec..faf4546729116f9f2de66313b1be0e5eb7edf4d4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ea089f34874aa2bb6318bc725cc9c2d0cd549cdb..5afcd37ed0a041438b47183beafa4b23f81a034e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c1638eb6ce1de266ef1dedbca2c0778399c5ad8d..e7fe44b9289ef7831b3f93a2554986a207529001 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 741b5f907263822bbdefbff913ffab7a37b8feb4..427994ddc75d692a1ae9326ec499a18900b75d9e 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2005-2009, International Business Machines Corporation and    *
+* Copyright (C) 2005-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 00118fd555e11e4a6300bcfd476cd940fca368ee..2f226144a404b7c05c3c975dd28cbb2126da07d8 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2005-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index d6dd5c1b2fdc37490220fa93344c715de2ef7768..12f114eb9721ecf107ff022e3a51f8f24899e602 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2005 - 2010, International Business Machines Corporation and  *
+* Copyright (C) 2005-2011 - 2010, International Business Machines Corporation and  *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 3889d1d487c00712c16cfbca9d899087d87e5e36..c3a7377da951f66f2b3b0583f1f75dd1d9b92e78 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2005 - 2011, International Business Machines Corporation and  *
+* Copyright (C) 2005-2011 - 2011, International Business Machines Corporation and  *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 91c06c60c374deccb77774edb9767ae90300b4fa..20c7df2edbaec5f02e063803ba744f6703fb7f3f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 2b648b6dd679b7e1ecd09210ddd60090ac0df5c3..71bcc03dd8a5dbb9a8727a741eeac6358465c8c2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ****************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and *
  * others. All Rights Reserved.                                             *
index b72e3ce1f0bef16e0dabea766de8d5b070ac0f47..59a28b987f2193665def2795514d2bebc012368f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ****************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and *
  * others. All Rights Reserved.                                             *
  ************************************************************************** *
  *
index 6416f261f82b548cf4f0732dcde3714feeca43a3..83334b7d83285ce47fdf8ad6f61f5ba4fd3f74a9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2005-2010, International Business Machines Corporation and    *
+* Copyright (C) 2005-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 0691a2dac644ff1e4fdc3c612b62d72ead1fbfa6..2d4af37375c9faf0520004b65832bd8d5528875e 100644 (file)
@@ -1,4 +1,4 @@
-/*********************************************************************
+/*********************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *********************************************************************
index b5b075d3eccd81d426324158b958dff30e19d549..6c02504e9a048f39bd4756814631a43220a7620f 100644 (file)
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ****************************************************************************
index 7e196917fe6c2a5395da6bc60a6ea65d21753932..09b2b919eaa8a144ea7d639f9a1844e17ed9636a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 96549fe54d2db52c073d2bb4f8b57a47650c42fc..f7a78c02d0e3aab3dc279934d090948e1d28f246 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9838a608b5c97a80216af8846b6a7cf6d507f7e9..51ee370a6c764aeca246167971d3b49168b1f6d9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2004-2010, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index c0b016b6ffd8ac0c0b3f1bced1d1eb5bc1abff84..860b060c07d81aaa9dfd8fe26a4682ad7b457fc2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 6586190800e8baf1f8d509bea65fd61c12eb091c..4a2774f5c81cf5cb2b13127926474f868303d6bb 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f29c81aa073783b879cf24384ffb080b603be9b4..fa3aee3799f1d711db712d44be2447b244541af4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  */
index 30845c51370b64f288b4e4783246cebd4593a379..b99b1d28a1d8a7ccfcf35e598fd5db9d38cceb4b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8acefc5c1f122efe4559c718594ef8237d6ddba5..3d887466fa5db9884b2d41a5398429d507a4980f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *   Copyright (C) 2008-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
index b74d0630c9cfa92bdbfce51cac3a0b8d1c97f6d3..e646223ed0e79c99136d120664186eb287b46b41 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index d90b05ac49150bbbbc62aa10a6d20fd8b1df6c72..3d12fa184284ee5286b328e5fdee51c88e63e780 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ********************************************************************************
  * Copyright (C) 2006-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                             *
index 3dbe12aa14da177c764e1a2691692ae20f752252..763b5acce7259d81bac64cc973480c64bd78c494 100644 (file)
@@ -1,4 +1,4 @@
-//##header
+//##header
 /*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
index c17a93d76710b79fa201d9b660a9f0549ca168e1..b75003d6ed8ee764a41cfb01fb246b06804323cc 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b6c2cc1e44624c41b9c6e40924e405b5aa4856b1..77d97866630082cd70feb096e22416b42fae7f6f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ************************************************************************
-*   Copyright (c) 1997-2010, International Business Machines
+*   Copyright (c) 1997-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ************************************************************************
 * > THIS FILE WAS MACHINE GENERATED <
index 0e1cca28dce93063519cedeeb213195514c59b47..ffa53dd8613dba5a886ca743bde19fe7eca4c8e7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9ef9d1ada0da1821d58a20b1dd891838df1068df..13083b880b95fcd3c214d76c50ba40379b3d0910 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 776d7e600f2e12f2c878f8457c1dbf25571003b7..664a8d4d391269b35dfcd5efe9e28e5031c3e011 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c2f5f834b74aa86d8b61edc01ffe9bea61411993..5b642f85757317ec5509f79ef2b744395cb82f27 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 9cbd07241a218b7e329167b9f1b559a716110acf..a88721ecc84b9ab600e24b352e9d10a0f2999d4d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index becff45938eea6242ca201a8d9cb1c5a2e6d67d3..1664969b201426b51dc1298257681f685eba4007 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 035265776ef2f19b4fda30e9c3fdf823967980c2..884c6086c5b635953d4e3e4c167856ab7c5ed6f1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index d1424c0fef118991ba321bcc75dc0e97821254f4..d99787b0eff507f0fdcd7675834300e9c35651fb 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index bf9316645847dcdab3e9527e54d020e2b5a7cea0..46ef41e82dd3f7ae2286bcfa01853d5b57547ec0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2010-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 03180cc466598df7b6391237da87c00bf40c0dcd..26d7e73e1bc47d57bc2cde074e285ca1a51bb5b9 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index ba910e2227ebf13deb1e064676fb46e4bb353f09..d18dfe816a5dcddd58f69a4aa67330a2e4e32047 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 52b282144a0db6d8277db0e2b64fc3ca15f417f4..a0cb6c3bd4af537f313fe164bccc13bc01e688fd 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index e9628e1101d0d438c56996bbb47098ea11745dd8..81836c577f8fa92786e0c75989fffc4d29e95f68 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index cbb812c3ecfb945b8d9fbc789a5da9c8d98d07c7..ae988df82903e65c9274f8b166543c903e939b31 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index c0e335414606bab149b3612355cd3ffc740a52ff..c8dc6d77c8aec7848082992ecada74b55595ca74 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2009-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index bb18572f86ee9bf69c9ec5ca5e478b92c27b619f..8bac0a6e5b88aa82f0809d1790e48053a60cd2c9 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 7318dc0e9439830c83f342456b4af8125d5cd858..0b7d03e8f50ad4faca4f3ee804e69574e90fc4be 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 13e87288ca4c01a24c9eaa2fda8775ccb667fd56..98377664d03d6d0235a51c83d0d62b835437be67 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 97ef27d52428b989adc60d874c31d557645bb890..e277a2ba1e000807c8ba92ab09a07f12f3bf3427 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 861306614922f4d268bfa153777b5c083efcc567..bd52e7a73e951625c73de38eb79e3a023de4f28b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 643ab27d23a3653faa2a18c3b6cde7075a2dd2ab..8fd827f242bc84b6009ddc4f1da5dfc8532fc7eb 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 046061aee573ca46efea353bfc9186b6c5344d8e..67a4b9304257700ab02f703f259511097d2a0398 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 028e23b838674fc5576449e1add395894f4ca5d8..13974483776912031957a22d2c5c4a1cd799bcf9 100644 (file)
@@ -1,6 +1,6 @@
-/********************************************************************
+/********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2001-2010, International Business Machines Corporation and
+ * Copyright (c) 2001-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
index af0c131f600a1d68e302798d3062f0bccde89918..e1f14fac41bb3c8a91ff71bdf22a1eaf5e8e8241 100644 (file)
@@ -1,5 +1,5 @@
-//
-//    Copyright (C) 2002-2009, International Business Machines Corporation and others.
+//
+//    Copyright (C) 2002-2011, International Business Machines Corporation and others.
 //    All Rights Reserved.
 //
 //
index b2f78d6fc97eca49c2f1ca49bde7e626f4d9e32e..2b3d5fee3c30248901b2a48caa662a48e18afa85 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and
+ * Copyright (C) 2003-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index 5786e8b309d2c62c43c7a56dc0c4e4a1a56e9051..818d9a84849a96dc8e93565b0cea7be2203a2799 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and others. All Rights Reserved.
+ * Copyright (C) 2003-2011, International Business Machines Corporation and others. All Rights Reserved.
  *******************************************************************************
  */
  
index 62e3f3c79ba8542402f0b0f8426585e9bd426ac2..b891c3175338264718d828703b7af69c1b489e21 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 2003-2009, International Business Machines Corporation and    *
+* Copyright (C) 2003-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 65649451840ebfc7916f48da214d6c0e801fa76f..ca6c4d3295fa642c502e32a0573c97381865e8a8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ***************************************************************************
-*   Copyright (C) 2002-2009 International Business Machines Corporation   *
+*   Copyright (C) 2002-2011 International Business Machines Corporation   *
 *   and others. All rights reserved.                                      *
 ***************************************************************************
 */
index 73c9c4c92f00678b6e0294fdfd94242d8e85e7f9..bc834ee8aaab56128aa204392efe16a9fe97d170 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2002-2009, International Business Machines
+*   Copyright (c) 2002-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
index b201c610e9843d3b4d39d62a12ffd1254e85ab23..fdf6f96dc22091ed935eea45f389ff366f6434ef 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3d3470d85fa578b7fa62ffa84a78c87bbb7f5e79..271eb487db2871adbbaee426f2d46b8025997be3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 294581aa0c779525cf77e108f3115c2ca7d6064d..dd834eb2cdba059ced000634049181611e7c25c4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a07e4ef9b3531d1d8a2c4160420fe42ca3c32208..a3fa5d8f60c75130b255ba57a5bfd3979d2e1913 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8bf27432a037f43218a54078ce7cc07b193d336e..7748fca0407bc9c70cd0ba9866ff021b52d89275 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7056f303910c3ef066b788effb2a1c75759afa7f..dab3b06bdaebe362d5c2e2b07dc98635d3fa34c3 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
 *******************************************************************************
 *
-*   Copyright (C) 2004-2010, International Business Machines
+*   Copyright (C) 2004-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
index 4c7619359da36a80f2867fe2128a9236fedaed4e..3af5ab82204ae219136798abc76be61981346791 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2ce91a79742a74bf3deb50a3056dc9f65febe3a3..4004c88bc76520684982da49f47fb6257f0643d3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2005-2011 International Business Machines Corporation and          *
  * others. All Rights Reserved.                                                *
index e3f2c9714bdf295c15bf6424688d0f9592a4cc28..0a18f34e33519c3e4d6509709b1d6acb09d85621 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b12b92603ee97ed91c09a9b35e79a60f6c21b74b..765120ab5125110588a3c024d55d8ffaea6d2387 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 80f496679c234e285f491e62e56cdb39dd1a39a3..9ea03656bf7bb3103dcd27abb857592389131807 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 23a8ba578c2fe9269b260f95bfe35ff74327c51b..be85c0c5c8049892a25c37a2a1f0f013b1497543 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 30d1c31afe3ffebd74d1df2bb28e1d9275d2c844..9f3081bbf0b979adf063c17b06e8556ea4a92767 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 6923cb20f14b18056023684d731f648225d6b550..6005a6de4494bdc37ca0b8058c7eb45c00d8b171 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ***************************************************************************
  * Copyright (C) 2008-2011, International Business Machines Corporation
  * and others. All Rights Reserved.
index 00fa60f65bff38b8e8a89b29ce7c27ad4c16c746..c3975209fa68b0eb0a06d06d0dff4dcd2d586eb3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2006, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8fa1abaab792266eff56fec2c2c55426efd9b78c..831761717b2c677b42147d1b16054dd6e7703d51 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c627472111adb9827e75c80a752aeece6a7a9e12..e254473257f36881126fea1aa047f7f87e9426e2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 65593dba1cc58e34456163a941a76809787d630f..7b248f5b4c05267f340adad6c54f6f9ef3903fc8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, Google, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, Google, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 22f228ce797ea97c821070110d23fb0461a3ead8..7c76eb750d7a457ed9f3dc849a0c2bd440595ea7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 16c465d7f20c60f45e651f17c117073f26df8080..f19710dcb189712cc455016ed40db76db43c347c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d50ee8f2433d941c595f4ae72baf90bc9ba32f6e..4b583b740142c79cd3c38e3aad2700f9c3e67c29 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **************************************************************************
  * Copyright (C) 2008-2011, Google, International Business Machines
  * Corporation and others. All Rights Reserved.
index dca6fa8522b8d36abd017759b51d2a3b22503138..601978b26aa6e1ca10d41f1b014bc830c92895cb 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 6c32ee4db219215638fa86a0cd2d5c7bfab6508c..ae80f97fb98c56b870ae2704b0c132f908745f52 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 5389fe37f9fe5b6b636b42a9e41b49af7e5c6230..105363e01cc790b4df3aad7282892a14b6ade280 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ********************************************************************************
- * Copyright (C) 2009-2010, Google, International Business Machines Corporation *
+ * Copyright (C) 2009-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                             *
  ********************************************************************************
  */
index 0a8f094c72b925b7c5e6c4e08c26e2266b0e44f0..ceb9cf58102d70362cd7bfb1bef6033e14c83bdd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 43065b9de549c318acc5d05feeb5ee9ecaacda97..9c11c73ec55bd616826f77a92c0568dd56670884 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 26ae00fcb49bc555ce77a056b41b1e29257349ad..32dc834dcc7662893a5bfdc722adeebc4b7f691a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6686658e6d68026abbb4e444c88037e8488c05c2..113b8f1223010342f02297e2a8271094db03dcb2 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 21c321fa9604f5dd3154d4acbdffbc20fea955fd..5dd516d2fe8d549414364b0ea616bc7b83bbe5b3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a9af2b329c82a7d18f76c9471c683c54e4ed46d9..6279944afd93ce832d1bfa88f8bdb3f97883fb7b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 94c9d939239d362afa42e4240f70be3d748c518d..16c4a774932b879842ebe7aa87233165ce1ff9ae 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a82359ad1fe01e38bd48634d0159cc073b54a40d..7346c98765f2fc0cc61350017b4a3276dfbee7eb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 49c4c375eb1f368d92afb7dff95bbcf57233c081..55b93b3a7e7de6318c0c8313efa270ce8c847aee 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2002, International Business Machines Corporation
+*   Copyright (c) 2002-2011, International Business Machines Corporation
 *   and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
index 9866edb5d1d300d414502508941ba6f56e05ce1d..9df09d8320fbf76bbc19582a6d144fd01dfc4495 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8c15206910ced0b3f4854a26ee6b4c3acfc8424b..9283665a72570c8bcd4f41564f84b92aaebdbdf6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 20df6a6b21e52f1ebae55a67adb7440fe88a65a0..ec77079a4ce100dc0c803fb7bc832c1f8fdbd73c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ec565e3cdf3f52c9cefbd60f1c53d2d40c46c4b5..a361773853f7340abfa92f8cedce72e0313f9cf6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index acbae9c2afd88d6c661c0f3e6f6fae3e44dd4871..2c609098f768d9f05b45560340dc0c728d2f152c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 72a2998ff508e355237eea13d62cdda7613736e9..aab69a9fdb1bc6dd5b8d7afb879526945f67eed2 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8c3bc3e9ca8428b50beec9b9e2d1659e18175afe..ddcfadfa9d3c001dd9ad00ecc60ef34a70be2e8b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2010-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 5b59b9205afac9fb4978df61d7e614cec3558b68..ecc841d7ae4e41c0ddfc829fc23ea0e3cf84d4a3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index dd908e536fa2ab616cbff87bf4b615f94f2807fa..22feb98924ee0f568073df65fbe63a81ef1e4034 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 55b170b570660f23e5101d3f2e30712446e7ab1d..292f0d4255dcf5c95314eb4e1352c67116a9522f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *   Copyright (C) 1996-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
index c249626fcdbbc8985a6b327db812493b4fba93fd..0d1b59db945538b0cdb3af545c9aa2f9996b761c 100644 (file)
@@ -1,5 +1,5 @@
-/*
-*   Copyright (C) 2007-2010, International Business Machines
+/*
+*   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
 
index a0818da53b4990b350d09b89e5354d699717cf2f..e19e397ea501815fa07fe00b1e86b9a86ee24039 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2007, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index eb8102e76a69590893b05224fa146e0f63e9a535..51058f70f40a4eb0e2875c62e1b1f088890301e5 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 338406e81be0aec5973c9417dbc495ee0b8584e9..30a9248800c55dd7d87013b2ddf505d9a27964c1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index f07fc55a546ebb25bffea4435b89910b24e8dddc..b5b2a2ec3140c2c209b2854e3e146d9844e61ed4 100644 (file)
@@ -1,4 +1,4 @@
-/*********************************************************************
+/*********************************************************************
  * Copyright (C) 2000-2011, International Business Machines
  * Corporation and others. All Rights Reserved.
  *********************************************************************
index 926a1fa1e6bc9147be189250cd89345c0c6112d2..742510ef7bec886301a289f323d8e93b06ed862c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 62a07325179e709fdae4895baf319d88d112450a..a53886cc2897d897a777a221274221454427f23b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b1db47c3b3e345f2c501a0097fff5b632153d8c9..723d4b2363d7e9f16ad8aec5e7bf202cc07861fb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 688c70a6a91175c03bbcf920298f068882f2c112..95563e84ed03a8244852048cb9c1909b1c408a56 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8ba7e184c287bce21e97445fc52b7ef093703c3e..dad3604d80bc8d6caab21e0156be964b412eda82 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2004-2010, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index f2ea058e8655db048d3ecd45964446a636d77707..0184d64c88dbcab5d051b50132a301c7d5d78ee6 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8b1131bf92e6db856a3aa7e30c56a8dd72d857f7..b0f2dd2f381b20b209f5cb37a6d1072f317344b0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- *   Copyright (C) 2008-2009, International Business Machines
+ *   Copyright (C) 2008-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *******************************************************************************
  */
index 0d0f2f9e14b4fdef399eb5d2a8b9fd4c17490b1b..7de85be9d6e978e5d399f521023dabdb35cb1211 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 05fa0684115ece69055fd67fcb39bdf8f6d2e74b..53eabc258e5ed5aa5a11a30523bb08da2bf6b76a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 982d298db8ab3ec4bcfd8013eefd6516e29af3c9..fda9fa79c356e49ccf0a7bfdbaddc5f362d1ffa8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e33c177a69d8120d59a167c77185d7dd7639e1eb..0f7b08d22f2002289c8102b3af547e9f9f1024d3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4cf37ddf5671153d08416bb14ccfcbfd3f122212..19d34414ac450ca4eedd4f37ae68911576e7745e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ******************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                               *
index 19994d370a878c5048788e22108c49f5d4754def..a592586195ca157f992bd1ef821d1f3b05f1d47c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright (C) 1996-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
  */
index 864779f0f7c96f46c473340f2565e87bcee10208..193847f27e9de573f5a1d272594fa207db43017e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index bb36af708090a60b699e0ec6993642697ed41267..a01a759555fd7b2f9018e9089bf7f0efda0c4d0b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fa2525065a660fbcd8ab8f0af56e5dd56d20628e..9670f1cd6a7058d3510c5a94f40f4d8b7ba604ab 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 610996b56761dc6ade74a5fd0912aff788fda095..b50482be3d5da1df03facc26a1275bfc10afc350 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index eef93776e754c9cf65b269c2cf8b9b8eeefe76a4..425ba77ddb0efc98a6e375ba6790196c3da07b01 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f2bf3ed45b86831655642f8bdab82cb9dce9548b..d472bfb96347240b9065a4b4b9dd73849edcd6f8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index bd3f3457901217b299eb2305acbae0c06f930fed..7b1cfd3429c0ef7d8a2ff61b42ba0afa09812ca2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8bfacd2af47d49139653d535c5b623b5ca7fc8d0..1a2ec4c43becbf154ea9a7f3ac9c3322f4a7630a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d7f9e3f21041e2787df549c0432e22d7890d504d..1c738d2c99dd13e03076b43100ddb338daff7be1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **************************************************************************************
  * Copyright (C) 2009-2011, Google, Inc.; International Business Machines Corporation *
  * and others. All Rights Reserved.                                                   *
index 427025448c51ef3e997f57cdc0aa67e8291aaccd..d5ab819071c4106f0f6af5e8a8dc4f7860b21b94 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ****************************************************************************************
- * Copyright (C) 2009-2010, Google, Inc.; International Business Machines Corporation   *
+ * Copyright (C) 2009-2011, Google, Inc.; International Business Machines Corporation   *
  * and others. All Rights Reserved.                                                     *
  ****************************************************************************************
  */
index d182b3308e15cdaee191bd86b0db1379facf2e1a..c1b5fb3ca6d3c9ce7b5e0de58a9ce36f7c797a5a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2010-2011, Google, Inc.; International Business Machines      *
  * Corporation and others. All Rights Reserved.                                *
index cd4ec20ff11b2fb2fa10ccf66a649b575b47429b..f3b8a84d565fadf21edc05ef6c7f4840543e01ac 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2004-2010, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index 29147501de1460b25f9571c7a4eafdc22cb8dd0d..a9e26bcf23a91c6d5ee3d4ca55cf9e846b3e366d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2004-2007, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index 5a08a2635f9394b26efaae6957675dfa7ee5d37b..7398fa9dfdd591141e38704eccfa60eb3a50e35c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 319c7527d16de9303f9b39c79134c996913f5c87..8d6b633636247f238af1e74dc04537d5c4890db7 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 910adefe1e0b384c56d891b8f38543fdee1f70a8..991ac6e345a7cf41895ef6b5e6e9ea0a26976ed1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index affb437639d97ccfb82f033508090f94ccc966f9..2cd6d19dfc95994d5eaea0200d2a7ac2d88549aa 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index ba2c330d58789eabb14800079f63bf3266dcf6fd..ba4e83198ea15ff208c8f4f41cf5854ebc68487e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation             *
  * All Rights Reserved.                                                        *
index 7a42ec381e9100194ba19af7942f2e056aa339d3..b02b2321e7bf55c764e627555a31e3acbd5b3572 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9f02a3e9e482c5fc0b5cdf7efbba4b19a74386f5..4e14a97ad3f9b522f2ee4b56d6e8fcfaac6365b8 100644 (file)
@@ -1,5 +1,5 @@
-/*
- *   Copyright (C) 2005-2010, International Business Machines
+/*
+ *   Copyright (C) 2005-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  */
 
index 4503b64af5d66e1feb3e768f6f9c15594e1cf08f..5fe908c606f81efce6a19e3123989a39f00ebaa2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0a55f39e6daffbc30e60c5864f0451aa124335f0..e4cb02e684a0ecf839d5f52fdc28b544393b9f8d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e25a4946439daa3703e8978e06fdef00b16c677a..a52cfdcc2ade99409040c58f9599f2214e579b4b 100644 (file)
@@ -1,5 +1,5 @@
- /*
-*   Copyright (C) 1996-2010, International Business Machines
+ /*
+*   Copyright (C) 1996-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 */
 
index 1249ffa285352d982bc9f5128686d60052599796..cdc36e49358fda709237850ef8b4283f2a5fda2d 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index e6955d4ba9c20e52150f352516910763f991d8a9..d69fcd4fea385e14018cca6425d47b96ee24dbf1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 17ac2a10b0758159a289b28a3821efb33a6303bb..c36f81a4076451047417a27f2e105e6e3179fd2b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b7e8073db7f00a4cc348927fd869599c31560be1..f8c5371cbf5a984553e6cef0be5d9218b2f86e43 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 95a4bf556e01301d42a9b4449f03ed753a054961..95c6951b644c5b2079e7d0ef10d4323a408351e3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **************************************************************************
- * Copyright (C) 2008-2009, Google, International Business Machines
+ * Copyright (C) 2008-2011, Google, International Business Machines
  * Corporation and others. All Rights Reserved.
  **************************************************************************
  */
index 00eaf7c596c656cc442e0f09c0fecf85aae9c423..069c38c20b72be6148543603428ad5f5d7099690 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **************************************************************************
- * Copyright (C) 2008-2009, Google, International Business Machines
+ * Copyright (C) 2008-2011, Google, International Business Machines
  * Corporation and others. All Rights Reserved.
  **************************************************************************
  */
index 555ba44368560843b7c3d92e1de9e8180852417d..42d139986543ff39d80d01e6efbac8b49574bbfc 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * @(#)TimeZone.java    1.51 00/01/19
  *
  * Copyright (C) 1996-2011, International Business Machines
index 6cb985eb21d9b17a7d8fd5f79a15306aed74cf2e..6ac4e85ace051fd8d485c92ce7d20bb5025a9b10 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 01d0cf88d531b62c535733c7070d2232baced573..94b67d597bd1c5bf168d04a296c8102bfdded540 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7f8016eaefc141d0a2aab2991049248d3048ce81..854daff9ac51685fee29fdd63daac2799d60faa2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 2003-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index 041f003c084ffa261c3585623b15f46be9faed32..53575ad35efbdad8e2b2adb0ada82aba37f6884e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 51935588c16411e5d6d477d7aaa250c79760d627..f748f25c7b5d148710d610fbe298ca4a8b694851 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2004-2009, International Business Machines Corporation and   *
+* Copyright (C) 2004-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 8f2810b89109d8e86ccf2b6300431a0391b9d2dc..a6aa6445358e4707bb90973fd6c987faa1eb917e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2004-2006, International Business Machines Corporation and   *
+* Copyright (C) 2004-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index fa15ac3d5223cdc9fd89a3cdd1a1d0daf29e0b16..ff004c4a8e0429f627c919d148ec794e7ed7b61d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *********************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                  *
  *********************************************************************************
  *
index b5f9c3fe6096a63f89ec9fbd833aecef22ce6982..3438cf7d1434ad0dcebf01f03059fdb1a1ad2127 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 750303041100dd79e7e849ae29ecfff67532c895..2d72697cbf66b6110cea537efd403081a09901b9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 9a66910c53cbdc045ec2d105028ce2e422e963fc..3c90c356e217e0adb4ee496870b6b2be8440dca2 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index a825f980fca363a56bf8cf8690bd813ebb8e909d..6ef271fa08ce20a546a64e2924641f54a49a276b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 26d5585e6f244c0043a10a5965825cad5514b5d2..4ced840f8f917a2ead4174b43b19c206c3b17e48 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4cb94b339be7f1c936be98ba0c3b1ad05eb5c815..f7c39a05adec36fadc06715c3cdc3830695810b9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8332e24c3ba6d04408784e784543ee2929e2c238..188bc907929b9608ea0cdf35ef584a47a9c4ce06 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 24025a0c11c2ade1f38aa7521126fa226de53e5b..7781d64f68932f56e5d0dd5ef27ec2c07e56f714 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ea1738519a425d54ac418fc9af273f06005e979c..792aea6b98f792beed3e7947a0787e4c0dfa2ba5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 15b87099662f2f1048757f75d2e09fb5556e6af0..5b30e08d6757b9f7aaa8e322a374c51cc633f2c9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0f5195a3054f9571a3edcb273bcd2fb5bb19a905..63e1ca17143a60372e3a249bf1d233d5fcc0d48a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8971c57fdd03b5a2f9a0eff805459cf3e47967b8..f426584ca94aec68ad0687aaea868fa34c1c92d9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c1e1b79da5929c7e8ec3755feb8d32c9a04ee414..a978d19f3cd02a8a396936835712a2873d5dfa3d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 96c483dcd3cd34f75b4e7c7a05810706dc75a4c7..80bff16b46368d88bcd7101746367d1bcbff6796 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a786d72d8af7b8e43c054266c644292d48dfb1c9..17c6f8fbff5efefefa9bdca580535cffd3e71297 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 423f3b8bc097282927f884086fd1c509d815a34c..876e348817c8335a8e0f67e6cb1de803bdc42465 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8ab8b589827e78d8012013c39774c886cadbfb81..dff82f301d46ba78cc48c7fdb1eeb04622966a8f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index cfbd2db3026f6318ab06b589b3b841f758db3985..2d9eab6941234d6cb4806374a9a682604b465a75 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6f9a479dc3b9b89c96d46ee13c3615604918d942..dc2512b8f9d815ddb48cb5f371a0988831b38b80 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f111b4b1c92490d59a0b27606815ec44cccc7a26..b94fb42ca73da6b8fc82a6f5d2d9de9b8b19bd4f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 546992b7a1d33b886236d22567fda69f7e567b70..7f3a5005434805a74f83cea0a89344b9feaea58d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a89c0a602ca9f901d6da56d7dbaeb1fddfb7c7a5..6b26bb22077eb2900142ec32b1bd9e4b41001e28 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e4d36bcc7d200d4bb2d0bc5b526def30437f7e2d..9d1515570b22b22acf42cb13cc4bc0541e0552c7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e338a7846f76058fbc24e4241447224f8f55435e..ad0b93e9f6d9cc2a56bd9d910752aa3235fa39dd 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index a7d0a2eba7adf81347a7961711e07af9dc54ee2a..0038de8f7e15be3c8da53d35b7efd70e950aa385 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 32b408f8e560d1b67a86f989215aca990c7ae34e..0f27c95adc257744dcd4c5b540860469a8d87351 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 84aa6bcdc2711106861c36c631bbfd0bad760777..c956678237197070957319f7807708af00df6793 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 014c959a7a3f9acd1f87af71a9edd155bfdba8e0..e6f1470766b64aa9e7ddf8a38552935d41bc10cb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b146f8318979337e7938a6a9f19b1187ea587b13..1f368e96a74d7b924326b8c15bb5ac5d1cf6404d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 074c3e7ebcd6c5783e57a57fcd85facd07d82c13..6e7193a891bf5f43fb4b73ced54868efa519ab9a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7f8809c3973f5868495a6490095794213d7b3e6e..f0000d77a6192fed1193f63c8d7935bf205900d6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *****************************************************************
-* Copyright (c) 2002-2010, International Business Machines Corporation
+* Copyright (c) 2002-2011, International Business Machines Corporation
 * and others.  All Rights Reserved.
 *****************************************************************
 * Date        Name        Description
index 49db4aa5e92f008ce3fa2e5632c0e0702bf30e9b..7f627c77fd3c804d2c7a349560d60d0cc125801f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b256e189000e2e90b4b526d474d567d90a8f37c5..799bb96676131e5a7bfd62821d27bffe589fed99 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, Google, International Business Machines Corporation
  * and others. All Rights Reserved.
index 0b83f05a6311a66452f33d97ba0606d9b8fbbee6..b04ba81e7071abf0788db2392dff002b5de9f329 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f1203dcb636fb66322cf006f94dc14d3a444a189..e02bf2c343a889960f3169c5ce6b8a333fa3e8c1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2001-2010, International Business Machines
+*   Copyright (c) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
index 6912298bcccbe4f38203b036320e175baa895453..3d8942ce195125be27e270ce7e3781c7b5bf02c1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2002-2010, International Business Machines Corporation
+*   Copyright (c) 2002-2011, International Business Machines Corporation
 *   and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
index a1aa89d5415ca817f0f1c832d46d4c0685073578..b41e1aeb6ef1b48282044298b176b011ee5810fb 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 80207054aaa81ca413de9a7223f10910dc02d9d2..865691f7742d123669b6b1c29c6ec6e455211eb4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  */
index 02ae4c2dd3493f2e6f205be81c8e11af21cbb159..d9182378b81957f02fcbbe50336559138402edf2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- *   Copyright (C) 2001-2010, International Business Machines
+ *   Copyright (C) 2001-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  *   Date        Name        Description
index 8ae4bfc8268fde13ee4979ffacaad14f1cc411d0..625486b3489aeb870c103b05b83a50d44adc87f2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2e4afa21c597430efe27a74ca49a750b4764fb6d..f0e37c844c14baa017af77e592eabea905988ecc 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f08b5ce995669ef88a6a67e08ad664c207cc58db..3d7fcb191a809748a7d13661727b0be38cf0ae66 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index ac5f0ea0214e83f95d8ce911d7d1110bbf1df2e6..fdbbcf5a001f95c26f9dddb50af494913d1ffc10 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, Google, International Business Machines Corporation and         *
+ * Copyright (C) 2010-2011, Google, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index eefcc4cb8d6a262871392b87505e851c108d845f..4ace4017305da5198fdb069975200fe23c3ed6f8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 57016318507a886d03a7c300d3fe16c16705775d..839d17110192eb189076b4ab508c95e053549ecf 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2002-2007, International Business Machines Corporation
+*   Copyright (c) 2002-2011, International Business Machines Corporation
 *   and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
index 3c6826aa8bb01a94dcfe50fd5a19761e5f906f05..89b82968e21a9f1f9ae1fd7862450d985c60e663 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *
index 311bf3cf076f0a6363841d608a85e6e95120e4f8..7b71293a5703abc89916c28216f61bbc64b088c8 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 1996-2004, International Business Machines Corporation and
+/*
+ * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *
  */
index 05ddc900876183202a3e19724fca6b628a0b56a8..cdc60b4d841c8f29338ed5d24b5ac586ea6b6162 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ed1a61c07db176f5b6d8f247846128f88ba0669c..5e1d09a4715d004f11fb41d060576a668c269e05 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 76e7dcd3aee91a418c5ca96a2f973ef7646ec45e..6746f54685d90b9db16de22432e4115780ee2844 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 057b5fef7d6ed90610062773b473fa56c5b65269..e46dce26a50f247b49e7ebab86c70e0ccd13a3a4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 *   Copyright (c) 2002-2011, International Business Machines Corporation
 *   and others.  All Rights Reserved.
index e93b99908beb7eeead3f23c3ef5ce3353aff7ddd..08b4044ef8bea8dd11ff9fa6a3878f4f5013c84f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 *   Copyright (c) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 48333b5ec224fa01084cb986223049b334bfa0ae..420ea7bd25d4fcbe242ec472af96cd15fb72f04e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 *   Copyright (c) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index e91f9437103763e71848d92774307a528d086b05..13755c16810a05552a6b328b8b0e910e7e74638f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 *   Copyright (c) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index f5bb5ad89d222064e2e6cc0a66a2921569fecacc..6fa3415f882d0c7ae82b042224fca68d4da8da5a 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 1996-2010, International Business Machines Corporation and
+/*
+ * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  */
 package com.ibm.icu.text;
index ae6beb939bb7cebf8f90f26e66dd9c02eaa9320f..71123a37c5aead11b4f823092a3290ffc4bae918 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 4c4bb05b8d06bb0a58fde359deae50c8957c3baa..bf2c3a3995ed25c2bc25ab866e65b7bcf0f662a2 100644 (file)
@@ -1,4 +1,4 @@
-UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
 
     Unicode Data Files include all data files under the directories
 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
index 1baa64303bd4dbf4305d87a1fbf55563ed9b4270..ba7029062ec67d318851a98282ea4d7be50f050d 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2009, International Business Machines Corporation and    *
+* Copyright (C) 2009-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
index b6ac4bb353a5505a17b90419860e3295129b9b8e..378739f1a709b66157085abd0cc9de6a569c0a68 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2006-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 7d9020ca5cc27c69ffdb5e9e802fe42ab2b16e3f..b66842545b650834df3a9d09da16d1362f1adec1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index e0d391cd4c550dbe375befcb576d3f6d920bd095..2eb91ea9b03fbe721c300087b5cf26e3f0ad37da 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and   *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 3f4f7c81a587fc9f4909a894d32ce9e86e74b587..e9d906f35a24e643629e6af7129be90760138d8f 100644 (file)
@@ -1,6 +1,6 @@
-#*******************************************************************************
+#*******************************************************************************
 #*
-#*   Copyright (C) 2003, National Electronics and Computer Technology Center
+#*   Copyright (C) 2003-2011, National Electronics and Computer Technology Center
 #*   and others.  All Rights Reserved.
 #* 
 #*******************************************************************************
index d60b79a82004942bbaf4b2ea51573f6d6f4810d7..183209937cce150d0fd0f90a3b3675b95af3e938 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 68df9f49f971cd114b82845fc6a635b47f0ac18b..73c3860c2783b5a53c23ea02f48cfe4c26944141 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 6b6cb63e7ad0fbd91369ce920e630fbd9915df8d..ee5b5920f05038fba081edbcd2e20763f3e963a5 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2002-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 0ca0668b8ff49d22012dc40b3726db50cba969f7..3f5e8586f340ffaaa58cb147fae15da2661a2fd8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ae48275c75a4fe2dd2a5a33980734b7d1a63205c..c340042a6528cb0217ee538c6bb7e577fdba9ca9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9559833ff210ead3f837b09ea580138cd31b0089..91b6fe6aeaf9c010eaf49a52e2ffbc33b693ecae 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 916f4bf2c96cbac01b76321c940d91909c2afbd6..84a513b0dfcc7cea26a193edcc6c02c5e6ff997a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9f8825ef9ba94c8b8e6abb43c40d47f01ba025fa..3c766178b68e9a555a16f7704d64d0c03b835453 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9f56f99335a22dd4da8eed38e0ceb55e63d1ee92..30a851fcc3a4329df3338ab530e7f48ea8a190f8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 30f440a827fd1d45a2c1ddc8d5257627a7de7c62..0c66a5b5a07f31e74f84da090aa85469d1548c25 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6d02678426f61bab4d1e962f215eaca06a0f07ed..a7040a568d9da1fb264865525155a96a6f12685f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
index 878094dd6040fa566a560bde31f158c91737167e..f901976f9766d8ff649f71c498908c22dcaa86b1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c80a0f21a9a54ab12f82cbc0a6e4731e112c7ecc..4fe773d13e4ce74666a255aea75bf89c3ae66ef7 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 797530568686b0917041c71a6832f6cf31ea6a35..17dc3d9a81dd860c1807622d27247967c932938d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3e1e7d6bb7edabb2682dbfe867fd727512312973..6cca87ad5bc3fdeb2a164b04f0150bf935de848e 100644 (file)
@@ -1,4 +1,4 @@
-
+
  /*
  *******************************************************************************
  * Copyright (C) 2002-2011, International Business Machines Corporation and    *
index 56c3ff1f6fe0e6a3e0c27fbc2ecc5417464c61d9..7632f4f22603a5845d5a22a46772f30028c6cb77 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index cc4fe20e46c0e41b8737d671d8e562df7feb1be5..bb6123a3fb93f6ba6976c0b92a3eabaa4525c32e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 5016b5761ca23c887938d34ebcfdd47b4a41eb45..0b62cede4481f55d9a2b4a6db158845038453eae 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9b368c5ee5b303aea0de8eba5305e19541987a9c..b46fbe811a4d6010298243970b6f7b4eb123cb7c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 98d62eb9d337b39b3ac81cd190b12cb87d32e0c3..7f62c6aefadddb066532f5892e5f17696794edf9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c08a398a2cce575652519f1adf35484acbd6b6d5..e06e9ffb1b2e22b4a486fbc4d34217a6ba43a715 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e40c5168a96acf1f1fb01dc1f7bb78af4051ecce..663f7a2d1608e142979bd537a59021803109745a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 666afd89256c25dc74a22fcd36f8cf426e4bdc44..ac57c8bda1a6591e4d14fc446ee0e431797b1a70 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d4db1ab1a8cff84d40b21a642faf6726d14f66ed..a2ba9311d441af8cbf516307af85197283fc7a9a 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 1164f3bc5bfeefa160d127d931b88213e5acec54..f3cb057387735d4a7526f77e977c8f79595dead5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index bcbd9d331df1fbf9c9278740503770c5734ab028..2dbf239ac3fd49c8ab995298e1b54f23396bf4f3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a10379174b2eecda0b9093d449ec824c44176d58..fbb9aba4f140c4a695b6cd1c062b163bec267365 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fee86a560cab0d875241422968ab35529dc6560f..ea151a6a92823604370a24f0c1d09d95d53c040c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ca31fb8b516c39bf70b7d2498a37ceb3bd50d840..7c774b1fb8bc671e7a9546ac9c8eb48360dfd556 100644 (file)
@@ -1,6 +1,6 @@
-/********************************************************************
+/********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2002-2010, International Business Machines Corporation and
+ * Copyright (c) 2002-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
index 25883c217569e5c73d09337a4e10e8de43a5f2ad..98b65eb55211d466915f825b16e0abca6db6ee5d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index b5764dc9c941f645e48fc593f55d82537d166e11..581fc85aa975f8683bb661579b855bfbec43f294 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e88ce5b0297f15e291d3fb8e5f902dbbee0a9341..a72c41a7de57b64b4a39d1df1f77683b7b3acd1f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f6fcc78bb41a237cdddff340a49bb50f17459c8b..40abe16035338fd54eee0b046eb2a77547fa0bff 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1334e8a7842967d2cf943ec3de9bfc60fc540660..2d3e45d16024e28aa734e572b61383a535e91ed2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b2970bf0cac9b5940b1598873bcd1f3f442b6be8..c27337e908d4d8142df71078bde0bd2b11915ea2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2009, International Business Machines
+* Copyright (c) 2009-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index 32c5b328e87a5cbd27e69f1341d56f866e632229..f9f75f0d010f1d84d41d3e1b7b2371a30d4b9af3 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index aae433e927029158d27d94d92f99431799448c9b..08beb3fac9f50354b78f17dbbfd044f5001614a1 100644 (file)
@@ -1,6 +1,6 @@
- /*
+ /*
   *******************************************************************************
-  * Copyright (C) 2005-2008, International Business Machines Corporation and    *
+  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
   * others. All Rights Reserved.                                                *
   *******************************************************************************
   */
index efc5355ed3c8694de41ec0dc0067000a7dabb9a2..c0fbc52e5a2c3c410f7cae3ad29ba4deaa1749c6 100644 (file)
@@ -1,6 +1,6 @@
- /*
+ /*
   *******************************************************************************
-  * Copyright (C) 2005-2008, International Business Machines Corporation and    *
+  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
   * others. All Rights Reserved.                                                *
   *******************************************************************************
   */
index dfa846870c6d7e9cccff9949ebcf752ac677102d..2ab9a3c140adc7156766227576b2baebb05e96b5 100644 (file)
@@ -1,6 +1,6 @@
- /*
+ /*
   *******************************************************************************
-  * Copyright (C) 2005, International Business Machines Corporation and    *
+  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
   * others. All Rights Reserved.                                                *
   *******************************************************************************
   */
index a469f80ccbca5d2b66a6741b7de65ea3bc4bd34c..ba796803cc660bf264bfd3fee0c5fa8647210545 100644 (file)
@@ -1,6 +1,6 @@
- /*
+ /*
   *******************************************************************************
-  * Copyright (C) 2005-2009, International Business Machines Corporation and    *
+  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
   * others. All Rights Reserved.                                                *
   *******************************************************************************
   */
index 06d681f58c2852b6780e1f167cbf6ddb9ac0ee95..bcfc7789db239be07a213242e2e9185871daa5ac 100644 (file)
@@ -1,6 +1,6 @@
- /*
+ /*
   *******************************************************************************
-  * Copyright (C) 2006-2008, International Business Machines Corporation and    *
+  * Copyright (C) 2006-2011, International Business Machines Corporation and    *
   * others. All Rights Reserved.                                                *
   *******************************************************************************
   */
index fe612ab833a0eb010061bc1141358b8e29312d74..7c9a39c6a2cd617ef4d6b27ef6871f3126ed42c2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, International Business Machines Corporation and         *
+ * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ed0cfc114f2a2a3e231b8cb84f784db12745c444..a38b76dc48d310fab645b6ed4f6b0ab09df174ec 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, International Business Machines Corporation and         *
+ * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 23f51db5c8057c95e4376e156f6b377a93ead284..a096d3c03608994864872b13d51069c5a2c548c3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, International Business Machines Corporation and
+ * Copyright (C) 2010-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index 25dca1f684c2279ddcee49c70e9aba89f98dfeb3..50263036bfd2ad78bf6f746d1cdc7e49c439e9e1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index a55f9127e602d48983aa517fa0615b455a703c0f..30f5c2fb9677fca8c397ef0dee3cd96f0b36915c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 9b6891e46e2020400aa491d7792c151158ee428e..aef7334fda4cfe616e212f09d8343a45e151ce7b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2007-2010, International Business Machines
+*   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 689439d0f4b94537b904b1367039c80fb0484886..d9c52a8f68b95792680d929f81b09f2aec8fe3b2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2007-2010, International Business Machines
+*   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 1c396f7e6153977c295f242194fdf189f211a366..56958687c7794518ebb14909ee269abc202e3159 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2007, International Business Machines
+*   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 20cb4c961c764e9ec232caa3b49df6725ede8ba5..1e4a11c1fe057b21e6c4c2d4153f906c8d26f9a6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2007-2010, International Business Machines
+*   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index a0eedbad9efc1412d5828efedac1d5dffd033d6f..65b50ef73b604f080eb28c2ce3b211adb03711ca 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 19ed4d221ea22c270e52c6f035990d5b0129e13a..04e36c1ff107233c308b9a58ea22cd2d3596f8f0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2007, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index e9726fe34b9e834cef3d415536e8cab4ed5d8c6b..d22b1e61d29e6b778ee918db32b019a3b34f1fba 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2007, International Business Machines
+*   Copyright (C) 2007-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index a337fb998dd0fe31651297197050ab75ff7c49f9..e4f5521e84626c2fa9e5ca90be9dcad9fd5a7d2d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 8842ec18f8051a28b508f36e6af72e0b5266f967..7e687d650adbb3607e2a35a9ce788dc0d72c1438 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2008-2010, International Business Machines
+*   Copyright (C) 2008-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index a9436e2f6a1e4d1db78b3b34d44e6209086238b2..60be99e64a924ebdac4ccde38bb5ca94ce707fa1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2007, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index b239b078b16ed514dc2718a5cf1533f1c1585327..dcdd3360e4de3b2d5f8afa578260f3511df1b6a5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2007, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 4074db87eb0f67141fe48c122adf9ec795e04869..e096413159381e89140d6896c7a5192669d29f32 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 6b015a09058472f161c15acd5dd2fe7eda97307a..024ca850420791e4029be19af0e97b50673ac56d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2007, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 2e5f45d8027f29659733cf08f4434a4db92d2be3..c3b85fbec8c561dee749955c529cdd7a551e2d85 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated from 'DiagBigDecimal.nrx' 27 Mar 2000 22:38:44 [v1.162] */
+/* Generated from 'DiagBigDecimal.nrx' 27 Mar 2000 22:38:44 [v1.162] */
 /* Options: Binary Comments Crossref Format Java Logo Trace1 Verbose3 */
 package com.ibm.icu.dev.test.bigdec;
 
@@ -10,7 +10,7 @@ import com.ibm.icu.util.VersionInfo;
 
 /* ------------------------------------------------------------------ */
 /* Decimal diagnostic tests mfc */
-/* Copyright (c) IBM Corporation 1996-2010. All Rights Reserved. */
+/* Copyright (c) IBM Corporation 1996-2011. All Rights Reserved. */
 /* ------------------------------------------------------------------ */
 /* DiagBigDecimal */
 /*                                                                    */
index 2d06b927e25f7e107606c7b05a5968efb1c9bc14..1d7bb8b7e654b7233697f955bafb777d566ba8bd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 35e6533633376a8d21cbfd43188d69aa3406036a..0e8e869849db08ad2f390ad234479a24b3ba7dc6 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 5e78b91ded892ceb06347e55ff2c095760dcfaa1..3fa8a8c452b6e1af7c5b00cd0cd6b23a5eadda97 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2d6c4ab97bbcf233e6bdc53b7f498d498b20e80e..cba7879bac57b0c3fd432ec1e8cc1701453c591e 100644 (file)
@@ -1,5 +1,5 @@
-/*********************************************************************
- * Copyright (C) 2000-2010, International Business Machines Corporation and
+/*********************************************************************
+ * Copyright (C) 2000-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *********************************************************************
  */
index 23ab630f6a87d46061b65a62c01e19fac279b8a4..3df21221e9727bd39ce128c91514106036facaa9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 41c05dfc6bcc8e7e4da20ddf4fcd6ab2768bd567..dcbce31d4da920a115cd22718b3983b7ddd23e38 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2000-2009,2011 International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011,2011 International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8e1d3a59b2d730baebae02bf356495b89e17a408..e27cc410cc60aed276019524791f4d69028487a7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ea1cb377e9097f332b4c92bdc342f37845eb41be..7aac96e3e5c4ef71060146be7c8328fc39905d1c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1f88e624bd222f009a1c181183ac98afb13f720f..0c7a87b4f891e855a18bf8947fd8be522adeaa5e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8f76fb3939048657af16f30c64465e102a5ce853..33a23754d5259d2b9fa92d4d25f356ac0961fedb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0a2ec42701b078cfde34d772e82fd62f0a42e1a5..c2a08921fd331203937dc620c839bd5c064b891e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index df102458d14b90627de61547dc180b5e31d3ec8e..324914669a9d3ce8fc19b6ea4016ae873abd5edc 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
index d8633f94e5886c87d217da4ce87cc5ea8c74e3c5..c971b4be087ea7784940e2e64b1ea765159a64e1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b2b2496e4695916aa1e72c0ec009fddf25f28135..a481bf9fb36a1b515101d7c50e790c8f404ceef5 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index cca9cdfa5ce39d5afd52f77ec6e3dabd97fc446e..0cfe22c4ef8f1518cc01e06cb607141522e9bf5f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f3f5a7d86da1e78b57893006e3b19ca8fa4d5b99..3ae455c80824943055a956ee5b3d611b008b1c81 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 049a1bd7456301bcad9154fc93fcdd72ea2db19c..189c74393bef7b29827aa20eca0bdcd701012b5e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index edbe12c3108f0951e57d0486de72c4e2a0d4c852..9e1141189a832143793242ecfd38d9090a5c4c7b 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 9dc2ee14b1cef9ddca3e77526014742b3f292e66..4b36fdb622c044c5973c9ff7ad36a5853ec3d4e4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d591d6d4dd791f25e68355494b659aba376f0870..7515e4a1cf0ab10297c8fd6740d80f6f3c987d9d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2010, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Mark Davis
index eba1f30922a959f39f6a184cf8c47bb42df39900..424b036de0efb44fd02cca9a95bd3ddb33278952 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 810cc7a7675087d89eb5e172ff02f3146148f517..e96048976f9935ea127508ada464e42ca116a54a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 133435b14799e1395d10430b053b3bba1b648662..e598dfd381ddfa1badc8b7aa0dc38ec9b64e90f0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ca86f281c7345cb9f7a42f4e47a18476008cd79c..2a88545e89895d9033ccb9e59a24a58079ecfe79 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 937691571a7261aee492454dc93326c1f7955c96..035a50168802ea70b540b888f1ffa506f886441e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d96f8aa308272b6a210e7918205f5670b23346a4..f6a63f9a434286d4e4ad1419ed67af89d371a2b5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index c8ff65064767dd6087e2c60181131ad2394242f3..2e84b1c9b0b197881df4565e57f0b9cedf43b9a0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 ******************************************************************************
 * Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
index 7a7927f24f284bf06386092bad13f294ea122e15..5880b6b5f25cfef85dfe18233dde71047a256de9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index b450aec8f22b293213ca902a01ff900ef2b57f96..6b7f0ae9961109d941a66eaa6a05d3dc2861544e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 3250087e02fd9f7e32c70d366ed661679101429e..f1d91ba58f5a1bb2d705af85bbbe4946f42a32d5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d62e0ad0f7bc7b041fdfa7811f116d6c3c34b198..207f8d6373eb8409b8eeb0e85cd739ba163f0e2c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 9b1a17fa602dfb99de33b4f0c4612eca525284bf..3ead5ec95c6d5477f0791b13ce97bf0e32e41e04 100644 (file)
@@ -1,7 +1,7 @@
-// Copyright 2006 Google Inc.  All Rights Reserved.
+// Copyright 2006 Google Inc.  All Rights Reserved.
 /*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index ffaaa0ff39173a054e1425e5fb5dd475618d271f..18bc38d85bf049eb40291c0a8fe63c67ea323c40 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2008, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 09a059c154c37976caeca1fcbecbbbaa671fdf33..575d512bfd0ec6e638eeb918b82a01c45e336816 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index d9fad8517d22b71dd3a3c4f5449f04deb1d6428e..7566c7db5bcf7dededddde8f1ad1e724eddb9b42 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index f1ccaf20f4c9251623b8f1b4558bab6ac0440c25..76024cb77af9038bd25f6d0cadadc09a029d3562 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index eb17231be1dfe9002e2430656fd7794776b02b34..dae6ed26d1ec4aeed6c261d9c2f10a43cb1c3974 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index cb7e3eb5cddb01a4684b69e8bde1371058d5d182..fbeb161bf492a5d348276f07200f4e1d636c2f34 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index d8383fa3e080491a32dafda00888a8ea4bd1f270..893120d969e8af290cf72ae4569e0e358095b9e4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 518788b77fe74dfe2bbfe120d61bdcfd0c1440d5..57fc7afaf8b8747a5d81258cacb410e1603af0ba 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index e6ce9ad21415e228581602f3240f899e8b5744db..aaca1757f71079d0e9603be9c46ded9db8993635 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007-2010, International Business Machines Corporation and   *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index ae722a0a7b33608363f6b07b19566138e4d7a80f..9b83005010e4996d8b98db1173b230cd73d43426 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index f27d0a1550080d88855a2bdade445fb14278d0a1..cec5f1e7d243ee0fe139b391d94e85ef7516632b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 1dbc28a33407b0ce7e7d68a57f9b23fcc6f17ec2..b0b4f7cfe52b3adc66f084bc9f03f5fa9a862593 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 3932c064d0a3b648da06649467a5024e1a7498e9..8a68fa1d4e734098470d0f45d7a4aa6a826b3f85 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index df6963f75db9b23360912569e8bd0b976906b3f9..1b850b1dab4a2a2b4a89149f3637ac9f64475dd2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 4e49aff512258f15260085defc3897e3572931f7..cdb78343ed0daae1257ba86924ea0af341297060 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2007, International Business Machines Corporation and        *
+* Copyright (C) 2007-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index a7ea53b9a47dd5ea78c204fa1e2a359eb4462aa6..5a36c6ab24479e2d8836ffdf7f11c914fb291659 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ffc2e37b90cdd8554f5c98d4fe0fd1a111dddd02..3047f84933bf84d6953125207b2b876fa705c10f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2008, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 75b5116de7837ee02069fff0db59f4263755f9b0..79abee76965c6b090fac1e7d167d6c18053647a8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 1a75e1997682298fd96b5fd7fde3d9cb43d0c00d..250c01153bd89d9e796db019a9315cbcd52bd254 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a3fa1771f874015221ad40e68f93c4be8182e5fa..0a075e419521d7b134e947de95963168d0c9bbd8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a2bbaf03078bf543465f87d5288efbe192a6f233..e07f1d28ce0cca3c9755360cc2793eb12318d72f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 46e402ddf5428b9867b77823179c48e5272c20e8..85b2b905cf3d6f7b75c5431c833ec02a395cd248 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 31c80b6b533d884945617de8779ba9cf5ba9f04a..8509833cf3087c4bd9886fc96504bfe04a9bbbff 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index a6ab10df24cad5b7ff786a8ceb6d913834f14593..26e09df73db18e2545a008fb35ecc705612f043e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2006-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                            *
index f8e6e6daa3cd5471a2971dabed632cef64f00a44..0dac9e4d19a27f0c26c24bb4821e57d34859a2e5 100644 (file)
@@ -1,6 +1,6 @@
-/***************************************************************************************
+/***************************************************************************************
  *
- *   Copyright (C) 1996-2010, International Business Machines
+ *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  */
 
index 23ef7430ca74b874784a2a8349164e0ec3256c39..bd5a85d835dbd0ba36733da6c0313a72520bfbc8 100644 (file)
@@ -1,6 +1,6 @@
-/*****************************************************************************************
+/*****************************************************************************************
  *
- *   Copyright (C) 1996-2010, International Business Machines
+ *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **/
 
index d188ca6377b46f457abf8729eae58c2e75c03614..f71e615d8350f507d8c82e73e22fcb91baefcc8e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0188651c9059c82fa2a86a3ec190dfd9815965b3..ee868052aa2ce23b1c12bd75fc71fdd8914fb47a 100644 (file)
@@ -1,4 +1,4 @@
-/*****************************************************************************************
+/*****************************************************************************************
  *
  *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
index 0a00014dfd6af4e5a675010e0d0bb88e7f8041d0..d64388c4fe51ce042d6e7a4a6f39b807cd8f75f8 100644 (file)
@@ -1,4 +1,4 @@
-//##header
+//##header
 /*****************************************************************************************
  *
  *   Copyright (C) 1996-2011, International Business Machines
index bd68dc6e4df57c558fca7df640d59785709d0c2a..e71ff978de7bcc79679fadcff91073ff0d950ddf 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b7acc810eddd56a9db5b7192328d85f12d2e674c..2f7f3fb39f4ffa1ee9babea97a6db384aad28597 100644 (file)
@@ -1,6 +1,6 @@
-/*****************************************************************************************
+/*****************************************************************************************
  *
- *   Copyright (C) 1996-2010, International Business Machines
+ *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **/
 
index 2f44ddf46ea9c55747dd6435f25afa568b0a9fdb..b0d73ee04cf79cd8f845eca8272eb80d2fa00384 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index aadd09468c040200c3f3e19aad29f4e412d7f1c0..59bf36a993d31eca07978955f02eff0631893802 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index d39754610029ee45b0008cb57709108583edf238..5cd9a5202108cf7dd668e02f08699e318442c905 100644 (file)
@@ -1,6 +1,6 @@
-/*****************************************************************************************
+/*****************************************************************************************
  *
- *   Copyright (C) 1996-2009, International Business Machines
+ *   Copyright (C) 1996-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **/
 /** 
index 2ac26e8cb700ed57af39480525e10373395e5be7..bdbe4e9b03e979ecba839e629e7abf4964bc0051 100644 (file)
@@ -1,6 +1,6 @@
-/*****************************************************************************************
+/*****************************************************************************************
  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
- * (C) Copyright IBM Corp. 1996-2010 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1996-2011 - All Rights Reserved
  *
  *   The original version of this source code and documentation is copyrighted and
  * owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These materials are
index b798b60d58c9bcdde73d93c1e80625e13316eed3..3432a8e7ee3b0fbb7d0d687e15d176b621cf4ee3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 46f3c258debf1e8b3e0cab083d4d02884de4ab5f..af5a9d728b6b43baf9186cf90f48b5735e5d7c0b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2005-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index 93ea835ef580ca5bd03cc11e4c71e71d9e66f351..5f7344c271a8bb7c600e2234c3464117fb164d90 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d12b004a49008b598992f2de49db1b520c35de0b..f31fcdb55a4baa00efe540ab743cd41cabb694c4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index ee260da15627a45f452ce765431deb3377ae60b2..775f0098036f00d4d8a817c1c858e5f64beace79 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f3d7a4907ec1593430dd066b96c7bfc868de5c4b..c900d975b67df91c8e2cdfc329bc3d345c72fae1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e1084ccefcd15decc153fe7bf08c19476f6c3b72..1089b24e0c57be1500d20b200e593558df9a1d5d 100644 (file)
@@ -1,4 +1,4 @@
-//##header
+//##header
 /*
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
index 10127b7604b34d9a86e79484beefe196ca97b616..42c92c70052127edb25bccbf31c1722b3c950b4e 100644 (file)
@@ -1,5 +1,5 @@
-######################################################################
-# Copyright (c) 2004, 2011 International Business Machines
+######################################################################
+# Copyright (c) 2004-2011, 2011 International Business Machines
 # Corporation and others.  All Rights Reserved.
 ######################################################################
 # Author: Alan Liu
index dcac569d0a6d672c899ec629de6d38d01556a9fb..b262d3c5b22d3db291e8d34e1dfbdb25bfd8da5b 100644 (file)
@@ -1,6 +1,6 @@
-/*****************************************************************************************
+/*****************************************************************************************
  *
- * Copyright (C) 1996-2010, International Business Machines
+ * Copyright (C) 1996-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
  **/
 
index eb2a3e2747b3b065498f913e6a185c109fb85fee..6ba1b544b306c947039551285dfb1c966470d8ba 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d08f239f53f69242c9fb7af9e9a7e6f9758a6c89..0c7ee6bc1fced3e89c43a03e648574787e651aa0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 8ccb380c7bc2f5b20bc546e31377652d51f78b5b..40afd4d2fb2f7bdc856e8008f9f0165fbf64d181 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 2ab85f3f2fa54c7e039cd8d30959fdbdae0ca080..e1549707ff44fe7a3fef27a90199ca53fda705e4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0c649db6ec2f83a4312367456d37e20d23ecf7af..caa63cdb8f343716a1b24adf7fae87f25a0c8ef5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e57000eba5a134b24fb3a700ca40340885c005f5..0abcafa657ffb23e720e2a0cac0a89b03ee81ee3 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f3a9565a52a15e9bbf23d93ced13c93080ffa1cf..3df092238c32b5f58dd8d370e5f14ec731ab9c2d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (c) 2004-2010, International Business Machines
+ * Copyright (c) 2004-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
  * Copyright (C) 2010 , Yahoo! Inc.                                            
  *******************************************************************************
index dc40915c1ca36b88e866006f12b7e9925a9e4b7f..146db912a42403eb3c373b0929d2819714ce121e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (c) 2004-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 7d50f03ad720e34aa9eb0062f6e539ed837fb905..b7815da26ca81340644d388bf48b9356c731a0d9 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (c) 2004-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index d5f0844b0fff26ce445d6b04c3fbabc0d6e10a96..1d8b25c1dc8d84700580edfdd80a13e0f81ea68e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index a5f64f314d1a853727aa9a59c572e8b1b4769448..a760f4f564083abedeb6feb673c02871ea083a9b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e80a028a704f6386e663dfe3b5f32c496a3efe53..0b2185070ac10a6dcca18542cf3c7ff4b294f1e4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  ********************************************************************************
  * Copyright (C) 2007-2011, Google, International Business Machines Corporation *
  * and others. All Rights Reserved.                                             *
index eaa4212d676eb7807718012b3fa4bbba634f6043..2e8a6cd00666d3d6f03db8bf968b6b3b111acaee 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f66b8556616b7ff037189c7398cc2d1ee42495d3..e81fe085b54809fb13af86227865c5de8e40ab43 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ac0e9207a0863c25c05553510d8a688d2b098edb..112eb4cab6ffc18b415d4c0c990761ce2a808c6c 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ded21fdb52fa23e7e93d26084d57c2fdb5814748..d9c9611cab881236e96bbeeb205fd67c54385a60 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3a4f0b3788a14cebc5f9f79e4bde052230488186..98c8339b50af17565c4f744d49aa84608188a77c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a6056a13f00d96476dae1a8f6fb8618a08556eff..a26db9d288898b1a80b6d00bb2e70844fcb8253d 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index f3a89ccdfa931049491104213eb58c9bcf313ddb..e5f081e50ca68ff233a201f05f1e003eab9e5b77 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1999-2010, International Business Machines Corporation and    *
+* Copyright (C) 1999-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index ecbb280df9a66e39a4ce32166cc1d73385af0000..84b7fb59fb84a2f71d0a60eea09c32babf36ab7e 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and
+* Copyright (C) 1996-2011, International Business Machines Corporation and
 * others. All Rights Reserved.
 *******************************************************************************
 */
index 6f8e1d07e544bd9565c0d99ef23df74b05ae64da..bbe86e3d971dba20057e3851a32d0ec6032bc609 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2006, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 32eb4baf984357b86e7c7406224df2aab530f607..3c857b2c9a974c1bd1ed921b191193f2ed010d22 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 676bb7e3fe47e441b4f7dc1fdf8a67c11fecd2ae..1a6627ac7e9c08e4910f99740cfb515cc12f23b9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c1216ef913a2bea0156cb7d2e447f5fe5d12f785..fee9235bbb2adedf52280cb518fef1cd65b75e2a 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2004-2008, International Business Machines Corporation and         *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3f3a8cdcdd6a07f54c17e49738b1380fe9c2b211..6c496d550158b8bea8d9e4f23ac29b037f4f3f6f 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 9461a65ddd616be8062f8e8faeb6a4c3c0efc2b7..82f25d378117f3fd90617eaf663c74f34587e46a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1c6b6d132c472d85a565f7fdb25c4d44b27f6f4c..e910e0da32149e5f11c946f2f2d0e0c8d65300c9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2010, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index e3ce28cdf723362ccde91bfebb37494e89f873b0..0d8278102009a3b54cd3b9da247c715e8be5e076 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 6d41a0fb5b87676d6eaaa4f65cdbc4df98563c5c..07895ee6fc27967c623a5cc3ba56949dc7bdcb86 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index c55f43150e9ce7e5c7bafacbac90945d658e395f..bf88ed4e87c571dbbdfc0c2920e56181a22345c4 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
index 2b615520a39ae8b51fcabce397ae2ceb19771388..f377405b48b1881c8e83fdd1954916b43267b274 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
index 26a019c9846fb27ea33a54ccba7e2e3e506f509a..7bd3ecc26e32f524b5fdc9fd5509264c021baa6c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0f125b40771dafafc63ceb4b677a67558ca23400..ef989188b0d833de3afd0acb674b443f42fadc75 100644 (file)
@@ -1,4 +1,4 @@
-package com.ibm.icu.dev.test.normalizer;
+package com.ibm.icu.dev.test.normalizer;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -6,7 +6,7 @@ import java.util.Map;
 
 /**
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * Unicode, Inc. All Rights Reserved.                                          *
  *******************************************************************************
  *
index 80c817c275caace81ec841a2fea15d151c34f068..05d136da2e992f7b9283486941cbeb4b21084590 100644 (file)
@@ -1,4 +1,4 @@
-package com.ibm.icu.dev.test.normalizer;
+package com.ibm.icu.dev.test.normalizer;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -6,7 +6,7 @@ import java.util.Map;
 
 /**
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * Unicode, Inc. All Rights Reserved.                                          *
  *******************************************************************************
  *
index 25cca322b68a5e01cc87618622042d59d23ce1c7..258d13b69dbe2b73afe1425151d0bad4dfab65f1 100644 (file)
@@ -1,11 +1,11 @@
-package com.ibm.icu.dev.test.normalizer;
+package com.ibm.icu.dev.test.normalizer;
 
 import java.util.HashMap;
 import java.util.Map;
 
 /**
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * Unicode, Inc. All Rights Reserved.                                          *
  *******************************************************************************
  *
index a36bac9e0999f64dca257f9f74170f46a7f86594..d199c2375158adce11d82d6804eb6c94fb94107a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 630847827b5dd25e70f6d4664c5944adfed09d3d..58f88860f4cf0b5ba134ace99612c60b1d8fb25f 100644 (file)
@@ -1,7 +1,7 @@
-/**
+/**
  * Builds the normalization tables. This is a separate class so that it
  * can be unloaded once not needed.<br>
- * Copyright (C) 1998-2007 International Business Machines Corporation and
+ * Copyright (C) 1998-2011 International Business Machines Corporation and
  * Unicode, Inc. All Rights Reserved.<br>
  * The Unicode Consortium makes no expressed or implied warranty of any
  * kind, and assumes no liability for errors or omissions.
index c6c54a77c2e6a61485675cd3ade61d594ceb8c40..6670622e29738f09ec8f416bdb1805b4bcadfd83 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 1998-2007 International Business Machines Corporation and
+/*
+ * Copyright (C) 1998-2011 International Business Machines Corporation and
  * Unicode, Inc. All Rights Reserved.<br>
  * The Unicode Consortium makes no expressed or implied warranty of any
  * kind, and assumes no liability for errors or omissions.
index 558e677b5f947e42244c61f458ae87c188a10d36..42c80572a74955c6197e57a288e2131ffd708fae 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005, International Business Machines Corporation and         *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 99348a6b2ee94893031f1a8507479931c1085483..a24f054add5eade7c8ada85d78be69cc03f5f5f6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and
+ * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index d54272dc3c0b2bc972b7cd2d911bdc242cc5902e..b71fc1dcc8415e7c40148277d88ea859c9e6a62e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and
+ * Copyright (C) 1996-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  */
index 9dd7331f183ff63221dc5588612688d9547b3f50..a6d4bdd8f2099357e6503c0ccd8c36b5e76164e5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 563d8963052c3026720b4a94e4ae40618f182f9d..e94dabcd2c1b6a5e5730ee5f73ce5c98aeb2fa95 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 * Copyright (C) 2010-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index ed9d722ec2d50f74a63c06b697a3b34537e6e519..b231628753868874d0c79ce783f7ff40d480d8b3 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 1998-2007 International Business Machines Corporation and
+/*
+ * Copyright (C) 1998-2011 International Business Machines Corporation and
  * Unicode, Inc. All Rights Reserved.<br>
  * The Unicode Consortium makes no expressed or implied warranty of any
  * kind, and assumes no liability for errors or omissions.
index 6605e9350b7c3c81022cefe463e9a350807d0d9c..c4242c5f09bae31ab54223c4cf9df818c42bf188 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8bfc6b593596057c180b74660473cd2a1db4943c..f5933d8c1027fa3341d7126b30adb96e0a81f1b8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2d353a49754e031864807db9799991dc03f56b0e..5c7a78767fd17f2289d5c590e03642934ebc5cfc 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 67f8b5b6077aaef02e42407fd088b7540ec67ad3..762cf0b1b32fdcea77a91402d5f25dfbdf478f88 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 35619ad0b8a72bfa44f976acccfe12101df2c647..f8e071df228d9f9b165078bd0c5b5db3caef1c25 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6804fcfc2347ba403e93cf94ff891a845a2d5666..b2b816bb8e1f5a9f3eded549a72ba8587192eaf1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f0e938b345a92eff646fbc2bacafee335f422191..c259a3c95a60fea1a57142366cd7253fc2d63ff7 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
  * Created on May 5, 2004
  * 
- * Copyright (C) 2004-2010 International Business Machines Corporation and others.
+ * Copyright (C) 2004-2011 International Business Machines Corporation and others.
  * All Rights Reserved.
  *
  */
index 8b30deb123bffb88bd3105e677710fed125794ba..9d3f7b85b084a1d5581d3d9faee495339124cf57 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010 International Business Machines Corporation and     *
+ * Copyright (C) 2003-2011 International Business Machines Corporation and     *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c659e6a572f7f3f46cfbd692c93c09ca0aca6017..91f4c2ed7483cb3ae88c25385a69d9ff66064487 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2006, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c76755060259eff32bfcf5cf4032ae260f460bea..d540f864879cf2440aa3e714e0d97e41500e104f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index de7406f308703fd6047323291452edbf72bab076..f0ac0b4b0bc56685977458493a34de03af3e0967 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 6431cda3d0eb0ed2bf5ea7da39787b6db035e27e..58960bb22af2c220c6920e9d2ec8ef1d1af1a8ff 100644 (file)
@@ -1,4 +1,4 @@
-//##header
+//##header
 /*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
index 48275c9eb1a59fe450da3f33c090baf03ef6a303..04dc8642b4804741551fc67d128101330f7480e8 100644 (file)
@@ -1,4 +1,4 @@
-//##header
+//##header
 /*
  *******************************************************************************
  * Copyright (C) 2005-2011, International Business Machines Corporation and    *
index fbba382714563376dbc9b3f3dff956faf822e4c6..b2ee8343a97cd0c8b9ffab90b5c1d5a2ee6c511a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 0412829918a2d57be11bc8d093aad44b788f7a0e..3ff0fdf0f3a8eeed0166fe503b17ebfcddefc3da 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (c) 2004-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 5d10a863daf73b22ff2d67133a75520e57ab6393..50db54e73ca6dba8ff7bfa858a99af82d9da85c1 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 64ac43da02561b153bc066e3c54cef02f1c11aad..245c93238ea4f796f04b9b3f72d8d586621fd13e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 57414db6396e089151804d08ec9076b33788eba8..f54369ad42d4a4e7f514207049ae06858cf9b245 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2010, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 0134cb1bb4524c4e77ac66592564dece1a8345ed..bf06cbcd7bb9862a1c164a07afc3d753a29a8d57 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-*   Copyright (C) 2001-2009, International Business Machines
+*   Copyright (C) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
index 65acd89f5d3e3b0a3a391be83a59d30863a87c85..ca28c36c7306b2870289c5cbb091ea37d850d936 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2007, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 
index 13ece96ee55e1579acb547f015144079c289a1b3..ac77e3aed1941fd55c023fe898fede4a79d7e794 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index eda7280e8fb796f487a953b6b5575156584a58b1..80d8b1f3af98d4211aa0d3b069551c1a933ad3f7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index 36d5b547a60969e58d590ae879f676a51a4a3505..5f582904d539132a296058d065ce5be128cd59f5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index c94c42efc57d549c4d8fe4e42663dd64ff5cd745..60e4f1c517c2250705f2cb500dd89127332997b3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2007, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index 11f8b7de493cad1fbe910a10119cea8161485c6b..7b0e468336070f85a1ac07b208a0ca7242f095d3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index d1aa4e8a0322afdfd93cee621abd06b16f3fdc0a..a1139872f4a5723c60bb4d247aa95caaa5a4c5c5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2006, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index 388034d1f87a717b107fc5148d2915f2a5912283..fd6be4ef91079b09f4d65368e563c602d36ee69e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index d2b87e2099f4bd3116a55c9494f61ccfd033eeb4..d4d485fa3de1fe45e2a718443d64107e523c64c7 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index cb87eabe5641219e15a6246a1bf9c61bcd5b5377..dc74afa5af617b4ed929e262aa207d37f386debe 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
 
  *******************************************************************************
- * Copyright (C) 2005, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index dacbe043e927a445c854f5879e07052f4f2da41f..fb9a80434c4f4f0ee7d55d28448a83c776386123 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index f28c965a9ccae7c06cf02c3d55c0139f59336c7b..7b54963011d93138313e6337cb99591e2718e8b4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b5f6533ed0a6919d9d2a29d815b67d694f39fa0d..bd952637736f92ffa7bf50b0c3bfdf1eafd14c30 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 3ca611fda3dfdf347b962492e528b737e5786fea..4ce5b0cab99ce53260541d54573230b46ed33dc9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 08ea6f20104a53fbb5da5108e4af5ced42870de9..ded4f85271ba75785464cabb5d6b1429981741ff 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **************************************************************************
- * Copyright (C) 2004, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                           *
  **************************************************************************
  *
index 2e85102289b413e38427c8a4d090fb2af3a0e493..51699a3da13ea24b12258a4176cd9ee086237b29 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index d8b2466925ab8902400681262d09d02021eea2ff..64988bcc0256edfe9c409a71d736f6f2945f5a7e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 34df94160d364803cc6db9a5d8bad7e6208808f1..ebe4ae4e4f21c3377ddecf6783b4f484f059b829 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ****************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and *
  * others. All Rights Reserved.                                             *
  ****************************************************************************
  *
index 0545f0f0731ea5a8c301a599c5e60c52f594c589..3433f9f8b40bca34600285b26f9b55d5d0fbc74b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f268d5e33569f1e0d3d865fa0832c8f1df00520f..6df649b807cdbe9310c2d1f32407bddc680466b6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index becbe5e326a2c8961fdfc9fcac49648524acac2a..c862414fcef68c0e822c63c1df445ee9ff3349be 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2000-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d3756829c3d1a110fd3c077d3c1052516b0f572a..80eabbf7faf3b506f8de34faefbe3f36e8765c78 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 386469cbc7d960255c25f1c504081276e7258652..99e41ede5cf1a1d4757065623cd6cbfc4c4225b7 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2000-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4fb75f924fabb8a54d2dd1860473e8f4108ccc82..29eb34f31d3e6aca4a78f6191729d3728e6a6b30 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ba2783d113ee8746715582d1ac6213914339eb8f..396bf7c1524bf6bbdfd374bed32e4df29c602c62 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index a7f37a59be026dd173ca79018c2e5134dc9d93c7..d7bd002a56fd19a8a2ef8ff213fe3bbc0941d05e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b9baface1c246493421bec3d0faec1f81c75b0f0..3cdd17523c22fcfdfbf18d7e2e8ce09d7a2f6f92 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index c1a25ba9f46893d5cc41ef4561e9fca6c5edc9f3..66c2ab134a240a5b8624c5c813ee9a86dd2e8004 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index cf7a9545f1187ecc95f776ac07a97c1397e29ccc..84bcb45f14c944bf69f49e12dc19b26079c2a9f0 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 *   Copyright (C) 2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
index 4718afe84349c2d75d784d036c4f0932e818176f..37ae489e26eff24cb83e0691f21f0cfcd2a39fdd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1901cd01bc292279b6a83da58f051dc82486f586..72951c2bedc091ee600b899344dfa50b2ac8287c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **********************************************************************
  * Copyright (c) 2002-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 8f86acb227d6de4421cc051d31a595aca710994d..b6a14ee4056ca94b1533ea8e2d61ae39f6e71cc2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e4e2ee4293972dc47e43502f27e21f96dd6a4613..7ede03b014cb9fdc613e8762361cbf206396d30a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3a4171ce5f098e52a579329549f0276ade1db2ac..7f224d66e442133ea5c5f02247bcde844749433b 100644 (file)
@@ -1,4 +1,4 @@
-/** Copyright (C) 2007-2011, International Business Machines Corporation and Others. All Rights Reserved. **/
+/** Copyright (C) 2007-2011, International Business Machines Corporation and Others. All Rights Reserved. **/
 
 /* NOTE: this file is AUTOMATICALLY GENERATED by gentest.
  * See: {ICU4C}/source/data/icu4j-readme.txt for more information. 
index dac8a9108ab54bf4b6662930d8874507ba756c68..4349ba9034f7fc840d48a63684ec97809092e220 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 04010a6e843bdce3865e780aa50614bb74b9ed05..f2fd7bdcd8ac52d62daa31be82ddcba165e8daa9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b5ba2f9b2330c9e36a5dfec48c60e58c7d0f60e0..70e76b4296c9ddf40dd0ff14356ebd1eccd63183 100644 (file)
@@ -1,8 +1,8 @@
-//
+//
 //  ElapsedTimer.java
 //
 //  Created by Steven R. Loomis on 11/11/2005.
-//  Copyright 2005-2010 IBM. All rights reserved.
+//  Copyright 2005-2011 IBM. All rights reserved.
 //
 
 package com.ibm.icu.dev.test.util;
index e3b0353f7b62f2b552d27dec4d3a023b840bb76c..842fb5d3a3d21af8d7680114746c6a3240f1d8ad 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f60a7d2586daafa974010165ee4da974f5799501..458ffcd6beb802e705fdb1d1310c559e3da5fdaa 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 37578d27b1c8d1da3fbe12225e446839aa502bfa..9bfc4207e28252795c08cf935e3946fe73a08676 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index cd01c5539259fa76ff770897a2f98e79089dd2f1..a4e98ecd1b5d3ca000098d95284b2336a567e6c5 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f50e50c5f978f6f3f4c9f7aadc53eda731c671a0..6b2762f97c497eb98a4e06f3d6eeb9037ecc5c6f 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ed18f5546ce660802e1d88bf5faf1ea338e726d9..3adad82dcfabb712186ce54151c57c8409bf6508 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 161e08d370c55cf1930823bb05f51587fa380492..b453e946819f45c28aa840cb337eed056637b96a 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e141246765cfef5f7eba8140f9ed48a5212f5eaa..4a8ff9a9ab2f6c5c14f6e5f1ba740c28d33c4b23 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 59c97b45b02678477816c3e606e7b2a311ea5f4a..c19821a32fdcaeede3af3e92381d12ff0f0924db 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 84c84d002dbc7d6bd67049815976329df1e40cbb..5c419ee5024677974eab32d1a1cbbd6336869170 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index 515e99221fc03a76a2cbffd785698ffc8d15aaf7..33418df2e07d39cacfb1c2f22965b2f060fa6caf 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************************
- * Copyright (C) 2009-2010, Google, Inc.; International Business Machines Corporation and *
+ * Copyright (C) 2009-2011, Google, Inc.; International Business Machines Corporation and *
  * others. All Rights Reserved.                                                           *
  ******************************************************************************************
  */
index 3640e69ade965b66a781642da5f20984746586bd..aa69263d3fd04c0a421d3ee9bf2fa53da4f6727a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************************
- * Copyright (C) 2009-2010, Google, Inc.; International Business Machines Corporation and *
+ * Copyright (C) 2009-2011, Google, Inc.; International Business Machines Corporation and *
  * others. All Rights Reserved.                                                           *
  ******************************************************************************************
  */
index aeaaa179090217f22f8b090c78d0588ec0edd2ae..b22d19d1df516403ccda26236d6acc757a3fe797 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **********************************************************************
  * Copyright (c) 2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 8f88327e515adba2a774ad767e958a2553c5e1cc..cda6e0259e20b30a0688e56f2a85dced5959f8d5 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **********************************************************************
  * Copyright (c) 2002-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 170e7148ce2daa1cb94d188d91b63c34efd6e691..f3fc17eedd3e12032c9f3afb4a9dd5cf65265848 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2006, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Mark Davis
index adea93dbf4ebb0d54bf5bc9a62fd176705683e9b..fe03c18b614a77014b381977e06233d80e7043cf 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 49836df0ee5f34f49a1d59657d8c609078f65c31..93e2101e1cdd2a21779c449c2b62bdb1d79874ee 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index f70a1ef1a33dda727bea5c7101df4e81de4d28b8..dcefe9dd825ff6aa1fad8272b449b50e0e9bc1d4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and         *
+ * Copyright (C) 2007-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
 */
index 02ade39d2789188ab8a0ce02c6526ea8f126c2ce..fbcd298c5fd6b436ac91dfdb10ecf3b6c1ea4973 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, Google, International Business Machines Corporation and
  * others. All Rights Reserved.
index 3bb973d892b057ef006e455298953797e7d1e3ff..7b0493e5175f4b64f563c7e4f2bc6fda8d693f75 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 96bf7c84a6cc45fa4c37bbddcc398b9130372d84..dad60f63d2489bb6020e3b1f51a03c1f5374d16c 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, Google, International Business Machines Corporation and
  * others. All Rights Reserved.
index afa85268acb0df0c02b8c8486eda35cb9acdd148..18bbbb811d923d2c1031aaef3a8728b98e8d2c38 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2011, Google, International Business Machines Corporation and
  * others. All Rights Reserved.
index 776ae819f2b6dfaf167a7c00ba79a726b06434ab..c6602da989eb4c654ebbda662009e61a9ff10875 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 76f6521f7324ae0cee68c639d0949d7b3afc9778..9bd55f4edfba109dba3b5e59087c36bf903444ed 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 **********************************************************************
 * Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
index cf795e016f2cc4a803763848541a32e5c2df7c78..1109294906cd850d3943e74887896e69d0cd83ea 100644 (file)
@@ -1,7 +1,7 @@
-
+
 /*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9d06864d1b3e03029239941f04d95aa9d09f717d..b0e238521ecf02afe32655fec1f56976a2c18a6d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2003-2009, International Business Machines
+* Copyright (c) 2003-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index a3c255881ed87516e36a76da7cd96f1e307b19f5..dca30c350a8741e54061f54086c465afaf0886ff 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 5811a31c988cd2796a0b3e248122c068e6b8a6d2..2e5f6d8ea3f1bffdfb692ac41c0385f716f6f36b 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 *******************************************************************************
 * Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index c0abef06ea708746d783a3f2450126c3422b039f..9893b8791aab14fe0f1c944b288dc266ea6bb3f1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b28d46062a913238e2326ff7fa4b5ed02235fba5..7e0c828f71b0787ac989a904035de1a7d5e8c212 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6e40cf38059d1019aec954c401875dc3c27cb758..11c90e26d6ffcd9113be39b28f9f6cc055a8334b 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 684df9873d77e57cc1e4cdca346a3776d677f86c..c1cb882af966e99eea5056699b8533ec7a6150dc 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2007, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7eb41c8f8401b4d76ef83b57c419d513e6572f38..3653302cbfcc63a8358c42c5bfeafc99e46cd85c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- * Copyright (c) 2006-2009, International Business Machines
+ * Copyright (c) 2006-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
  **********************************************************************
  * Created on 2006-4-21
index 2b2e31816090a0012706547890f62c4d27de52f0..093e8a6ceaceb6548234bd1c7ff4e17d1b541863 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index abc8126b6f33d1fb66344a4255cd2dae277c6995..caad1266d75e6b6f09bc9440382624ff9f50d170 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2007, International Business Machines Corporation and         *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 29008645df1a99530957eee4846c2bb2a4349c1c..03cf7a72df75363a554e2f75d33d08d6c4fc39cf 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8e96cf1cb3d40b7d57e06ae1a245a5b67a13c363..fd61dd88791af232420127ad6c0a14fdfadbab81 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index d152c49d48ec387a65d748a340e6a45a86944856..90023647782611c3a3e8c658568705dcb42c037a 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e2a30958bbd2ec53f234671154af64c5c2328096..b36cbc0c79ca3606996eea94aced56a592aecac9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2005-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fbb3946dba51e445689834fe1614ff3d970a736b..5206c9de1f48cf74540a24fd2167efc92af215d8 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  *******************************************************************************
  * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 9da512c68f5e5d585e79bbc3dcc7614acd7d8bf5..1751c0c19bf4e3fd6ce073992f4dbd3aff1cb6bc 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2002-2004, International Business Machines Corporation and    *
+* Copyright (C) 2002-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 5a9604e3e573b8f6536ee23f48cb0f47678aaf31..7b388cfe1b76bdcf1827d3ec9d498601e4bd4237 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2006, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0ed8ad9f25636714ccda24cd1f59365872b5d636..0b1f030ff07bbe7c54c1e8767a17c238362f7e2a 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e1654c8a4f635badce6cd238b0fda67a59a9230e..830313022ccea31580a2aa1c90869a63cdb97046 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index afbd308f3a7a991a47cf270bf9755a5bb2d242dd..6a84b17cc5595cba1fac42fc4b6e84cf7125af52 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9ef945771e070436fce9fd241e05dba77fa4ac62..1c2c8c093e0370432cbbd4a8a3d609a6aa3edfb1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f4f2ac43cb3b48b9bc4efe89bccbfe50e1c996b9..15f534d018c3296fd0f6a158d80ab6b01eb112ad 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d9357ddbfdb6f27c0e0a8152515ec1bf47a7c219..3face5fcc964ec5b072d95e8139738974b390a37 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8bef67fd4abb7c34bfe6e819b2b282d258161ff5..bce3695f678cef04b20342697a8778b1857bd849 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index cbb51c39c52bc54022113a721f267093b7ac8ec0..0db90a33e8b30eea3c40f1e4ce7bcfd0394112bb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 714243944e7ca039feda256d0a2285325f3ebc62..006f8e31d06f5285795cb82ab9dc3ee2467dbd94 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b8811824e469a69db7e147c8e999272d99acb8a1..3694dce113e4bdd025e181ddf43e8dd3010a900e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d3775faf68415e4bbfed4ad82f9de0eba4b0862c..76364003f863d6de512478cf6a2e3f8a5e252e65 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008, International Business Machines Corporation and         *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9e126fe226619979505060434a223cf501b10ac9..5b12a5944023b64bb17d916adee390bdc952ee4f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index dea02860a539deb8dba63b6ca5098867249b587f..45d73c5fd532863472ce6123a5a78536719c3991 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2008-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 5f78455540aa3343cc27bf02f013643a654e3f85..596ff305d79376a082ed2e09baca673d35b8fad4 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b5e7f6c61086390e840193ba85ab2b1be1fa826d..e61875751f5af6d976fa705dfcfe4a291de87a2e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f4467f4a5e3abafffdca3e078bb17ef543f89af3..1856c8a3e3bd79a544bdb5938e1c03695c894942 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8549e7332a407d3df18052c7f94336f356f6c58e..ce0fdd5cd2424cca4d2011137b3ec93a4640c2df 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, Google, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, Google, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index a8cb2081046cd7711d750e4d9c8368bd1c8393dc..02b202e0993b566a9547f507a74051de9a981484 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1285e153098c549bd4415e02aa8be594ceb63aef..e4c3a6e8dcec35b1866e6876ce313b9005adc8fc 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fe67c89a2ddb9f054a596be33097e1f278716087..c0e02ba5ce8581abeab60526ac990e40fcac4ba9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9c4ae0afaf3932a65ccce7832be6af5aa1266841..fd4c3181c04aec6ce95960d9ab5280ae673266be 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- * Copyright (c) 2009, Google, International Business Machines
+ * Copyright (c) 2009-2011, Google, International Business Machines
  * Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
index b846fbee2a6e7bd6cd8cf8eafc749a681dc493ff..8bc18bdbc791e007974ab8debab36e86f3a82a39 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c6f7a6e9e89c85b131f296da9331b86cca7324bd..86d35841ca7f96d87df36f473cb62bad2dfcaf46 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 920b3128f249d39c603b57923eb82075cca36204..ee709b02a580c0a349936883bfa2945807e997ef 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2000-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0742a162cd96568b093e920ce0292458f570349c..1c9b5f09764554c5f6e44f426d222267e7099cc8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 737bf659aab1d41c701af1aafce5ce6e9ced2e97..da08c4414f9e9edb3998efef1c4ff273afa64e1e 100644 (file)
@@ -1,4 +1,4 @@
-/* *******************************************************************************
+/* *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
index 4621197a76259459655984ece8a26c5ccbc4a428..51d4d687b65824e67bb5f88cbd60967e4db33c9c 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2000-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1d93685a06238321525e83766d10466f37a81635..bc1e9675480f05f5f392dd7a34b77b7588658911 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, International Business Machines Corporation and         *
+ * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 84725d7065071ac5fd47fe21bebb917bf84955cd..0a769d64a2e3cffcaafaf21ce3d9704e458ecc15 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index de140d9a1425266619d65489a8df3fd9a7f69c9a..596339386796e8d1ed8d6e5c6d769c40f89a3485 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c7132a2604862e8975c3c3438c55ad88709b0054..3f15eb33d9bbb4e690a2333c462ff0f7d1bc15fd 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b1ab87f99d6b580cf6eb313ccd3ad5a96047375d..4c5b0666cd7412e5bb1f0674d24b37e9f4cf539e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 5a5d8e086b1fc531021f68f66eea497cf77f6007..9dd1b74194574208efb822e7df2ab014faa37926 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index ce0e2a3d50943ce4b7ef78b063248a4614a1a3d2..8685cbe4b573b9f3fa659e4f7c07f60948dfa410 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and    *
+* Copyright (C) 1996-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 17b38b2b3e2b7db5232805238953a2be57c2f454..2b301416e116117651f96fc27ef3ca0621976ea8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 0d31009141d03407f2f7059e13a7c0bc14836791..0cf4da79b73e0758ca3ace663af1f9a625f912d9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2df2f280fb7a2fc40e0c4e26ddb08364d332e6c2..b4a475fec347cd9767f97390138df6d6f8b2a30b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index bb2d86f4bf4ded3d03ab8dd398f9d1ceca22dea3..d12019eaafa074289aaba44e8f35b09d8850c693 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index 461e5f529d432513d05aa835622b35d84a03eb0e..2975cb927f4a059e2469c00256a38bcfec21df2b 100644 (file)
@@ -1,4 +1,4 @@
-/* *******************************************************************************
+/* *******************************************************************************
  * Copyright (C) 2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
index be5e88c43cb0d11255b804c39aaf584fc7239970..8b4d4e9b952dfdd1ad267b038b436ffddcd0f56a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2009, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index f8c142aa5e6f1a9f8e1aedf050ba3fc5e6f86054..fd50281b429c6b2beeb38fce8dbfb3068fe9ae47 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 12ac18e88daf49662b38e3dd5dc6a5d14e60e790..abfcb449472951f396dab8fe21464619cf799c47 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  **********************************************************************
  * Author: Mark Davis
index de7f419ed335478012f5280ea58dc9fa499e5d35..404d49b7e8b3e4d83ce090bcedcf7508828f54ea 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index aa75fa63ab77c785c761e9fcaf054f15ab182706..2280faeb9b6b67daf91cfd71968be75eeecd49de 100644 (file)
@@ -1,7 +1,7 @@
-
+
 /*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e2f9017f39c1925a8a8f6ba5edf32e6d50345f1c..bf785ff552195ca88719a2bb7ab891c34d5689d1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3107dfde1e343fa247e34207b99d6f2b14b1603f..65028fcd777ae29721e80bf37a3a00263afd1ed5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 597c40e1b0eb574c362931ef72e82827d8fbebe1..800f58075cdc4cda04f6359ad8135076c2e85ab6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index cd5a84d416dc10126635619ad6492ae6576aa37e..fe9be5a8c525e8f33262ea017ca2d10f73e4444c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d100a11590ac59013c57c9e7e09bdf8b4a2c9d96..8687d66988ed6e19ea04c2ec67238b3ae7400f7b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2009, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8031111ae79daaaa311f8f439d1291e59ef63a42..cd64d1864fc12608305ea9cba6d906f40473d83c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 97238ef67b3bdef1b3672297cfd41bfe8497a2dc..ab1e90501fc5b869fc5b85a82fcee1d5aff76b53 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index eed7f12555696fd613645d3b6c3a4848275ff622..7e887822cc3bcedb9f8ea84b8f9775a8faee10bb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 89ddd946e261c1dc806f5520a365615f261f5cdd..2ee925df51d505bc80bb5e7577aaa18b01627a9e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index b709eda18a156725675a164db98b656da1d83d44..fada2b7a7e549bb73c5073e3f986aa8b291d554e 100644 (file)
@@ -1,4 +1,4 @@
-/* *******************************************************************************
+/* *******************************************************************************
  * Copyright (C) 1996-2011, Google, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
index 0728b3e1cf269619a0af51d8b3b100d40493c7e5..2241daab4bf21ba177baa43ac1fdf83cd0eb7b5c 100644 (file)
@@ -1,4 +1,4 @@
-/* *******************************************************************************
+/* *******************************************************************************
  * Copyright (C) 2011, Google, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
index 83fecf4ab62859595653d5dc7c6ef1a091f007b1..ba5f2a97ba6d318d0b12a8c2f176cfeac909e2b8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9ae22d17accc81d35bec614617dc95b4cab288b7..62711ea0adf880f1733affa39df9c3e8dc7dc56d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- * Copyright (c) 2002-2008, International Business Machines           *
+ * Copyright (c) 2002-2011, International Business Machines           *
  * Corporation and others.  All Rights Reserved.                      *
  **********************************************************************
  */
index 8c62c7a06960c79817bcd181d24210e82a15944b..e1162e06f926ca36e09a45e42db65f919e5a2614 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2002-2007, International Business Machines Corporation and    *
+* Copyright (C) 2002-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 4aea48c28e842fa064b935ce456ad97bdb7ecc0b..9e59216e7c7eec93f57010376022d732d905732b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4e23127e95ca0b5ea2392af2b8159b168629ccef..007fb5eef4f95797aa779f397cf9d11678f47f35 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  * ******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and others.  * 
+ * Copyright (C) 2007-2011, International Business Machines Corporation and others.  * 
  * All Rights Reserved.                                                         *
  * ******************************************************************************
  */
index 505aa5a8e5f4cf5e01de8d29f69153fe76cc35cd..6007ba8f71c137970243419243bfc5f9cd361743 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  * ******************************************************************************
- * Copyright (C) 2007, International Business Machines Corporation and * others.
+ * Copyright (C) 2007-2011, International Business Machines Corporation and * others.
  * All Rights Reserved. *
  * ******************************************************************************
  */
index e58a460e59f77cb1e9fd7632157c3e02d67b8a9d..0b4234a2a215ac4138347178c90c1c9668f7d7eb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2009, International Business Machines           *
+* Copyright (c) 2002-2011, International Business Machines           *
 * Corporation and others.  All Rights Reserved.                      *
 **********************************************************************
 */
index b71e28cdd567abe189dcb51ef310106bf3156ba5..231c643fc913bd13016bd01b09ead38435e75326 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  **********************************************************************
- * Copyright (c) 2002-2008, International Business Machines
+ * Copyright (c) 2002-2011, International Business Machines
  * Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
index 7f032876fd45a5ea9d8ca886ef02aa739a463de8..3df94e1d7f6dcc279ed77d16cea1fc964e604cc0 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2004, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
index dd8c40fe773d5a845c7ec775ffc8ee0395f23654..bab9011a5e87d6b5e9d6675572b8f95143633bc5 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2006-2008, International Business Machines
+* Copyright (c) 2006-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
index 4eab56bf25f03d33021cb55862328213db15216e..67614baaaa7107e29a3dfb0b56ae1c2f00e97543 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 32e990fc344e55caaef67cf372c142961d17d88d..e50232b77f65f29fb34a21df1c6b6748df07e97a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2007, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
index 2c59d1a6d2b4cda3a6d42b9d5007c096fa8d29af..9ff402e867adce63da8a14b4316d1d6b113e8e75 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2004-2010, International Business Machines Corporation and    *
+* Copyright (C) 2004-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 574404894664d68ef56002b3daa0db29558bf11b..dd24ec563603ec36d258b8dcb8f6a33d6391826e 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index d7ef58db2596a0555a7b554ce337b503e8e38dd3..d6bb3b35397886849e2075960f9323e360a18365 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2004-2010, International Business Machines Corporation and         *
+* Copyright (C) 2004-2011, International Business Machines Corporation and         *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index e565b63362d8eea8badc83ad7c5b45a2988c03f8..cab0544ca0e40df05d62033678927b70ba041e89 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2002-2010, International Business Machines Corporation and    *
+* Copyright (C) 2002-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 0ab72be359960c4a67687297fc4f22b8ad00ec5c..47c518a5d4e6c475602088772fb1c621f51a58e9 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2004-2010, International Business Machines Corporation and    *
+* Copyright (C) 2004-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 5aac62b2a21bcc945e317d2982e96c5d86b84470..2cfc1f7c10600513874aed577db57f11e9801163 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2010, International Business Machines Corporation and         *
+ * Copyright (C) 2010-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index c61e224370d4409805f8fd6d78ffe8bf7e7ad7fd..d69a6877d72d6e9da61b10cef1d85c2bf3ccee15 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2005-2010, International Business Machines Corporation and    *
+* Copyright (C) 2005-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 8741aa4036e320fcc33683670a774db6f4094b3b..fc31c6d3aecaecd2d7ffa08a4803008bd24a0150 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b68eafaef03278bd80c76f9b8ef6b69e7f25e961..17be2d7bffce7523a276b1a24fb4ad03858503af 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2ed1868c53ce1a565ebed0cdfc122555acb4587d..58c9e9ac083a93cafd66e735e1be44969f80f23f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2005-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index aa2ff32d16b0a3c70298f46545f520eb82d1baa6..f9529e02133d9025653f997364c50958a047cca2 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2002-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index e2b5c4ce4b2d772a811d8624e8c027503d935569..a6608b7629140d36fe80fa4dcb5c2ac3b0201075 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
 *******************************************************************************
 * Copyright (C) 2004-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
index 0ce78e05a3e5077c7cc4127e58696be961eca2c5..de391b87330f329105478326dcf97ed061bd7002 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2006-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2006-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1957e71a83a9c1d1666c5b8de92e318e876ce547..fd2dd1f734c2bc059290cd9b59d3d9c9731d0798 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2005-2010, International Business Machines Corporation and    *
+* Copyright (C) 2005-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 45a12694ffc74aba66faf468b72ab4d87ba6052f..a7b6b288e5517de39df798ec6f8d2ac02baecf12 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2002-2004, International Business Machines
+* Copyright (c) 2002-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index 540e636ea0e1e06ae1599f7c06d5d37a0d99a304..5c845e5afb000f506898109ca5a00fc6fb9e4bbf 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
  ***********************************************************************
  *
- * Copyright (C) 2006, International Business Machines Corporation and
+ * Copyright (C) 2006-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *
  ***********************************************************************
index 16cf8d36a005e9f5352a73a489020bad71f57271..c92dd364ba47609188c564bb26200cc8b341036d 100644 (file)
@@ -1,7 +1,7 @@
-/*
+/*
  ***********************************************************************
  *
- * Copyright (C) 2005-2010, International Business Machines Corporation and
+ * Copyright (C) 2005-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *
  ***********************************************************************
index d3a30bc8d39b180919ca66ad3348060f5cc46f24..b6451950fa9f35bb1d90287a3380ac104a61edf8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***********************************************************************
- * Copyright (C) 2005-2006, International Business Machines            *
+ * Copyright (C) 2005-2011, International Business Machines            *
  * Corporation and others. All Rights Reserved.                        *
  ***********************************************************************
  *
index 1258f58285e83f61e976e24e882d4f79add776b4..0e18adab75b4bb313b188b6b09309f79bcb3ddd6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***********************************************************************
- * Copyright (C) 2005-2007, International Business Machines Corporation and *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and *
  * others. All Rights Reserved.                                        *
  ***********************************************************************
  *
index e285841d79752a4d47edd94e24beb4ea1b645cb3..118bf44ff754d53f57c9f2864418ab9ccbee31eb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***********************************************************************
- * Copyright (C) 2005-2006, International Business Machines            *
+ * Copyright (C) 2005-2011, International Business Machines            *
  * Corporation and others. All Rights Reserved.                        *
  ***********************************************************************
  *
index d0f7b317f510ae01f2c8562f343190ad1e4b24a5..70e248726aeec27ebcc118b7ec410006039627d3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***********************************************************************
- * Copyright (C) 2005, International Business Machines Corporation and *
+ * Copyright (C) 2005-2011, International Business Machines Corporation and *
  * others. All Rights Reserved.                                        *
  ***********************************************************************
  *
index e9ab5b595f720fa3a746ee8d16dd4e1e7e7ecebb..a52b65de69c461c9c9f54387891dda677c40871b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***********************************************************************
- * Copyright (C) 2005-2010, International Business Machines            *
+ * Copyright (C) 2005-2011, International Business Machines            *
  * Corporation and others. All Rights Reserved.                        *
  ***********************************************************************
  *
index d959bb7f90d2fec84581fe3662fac9c74b7981e9..bc2b57533ef0c25da5950e8a3c56f3ba2097ac65 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  **********************************************************************
  * Copyright (c) 2009-2011, Google, International Business Machines
  * Corporation and others.  All Rights Reserved.
index 0f4fd7f9481d2537f4f4ccb59dbeb88bc23a8f46..57f0be471230b6ecaf00694f6619d0dc4e04460c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9ce8f29ebe185cd5701ac13eebee0871dcd183e2..fc1beb77f3255c3a5f54d362b037dc00d316c135 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9ebaa4310bd3857f3da83b941ae084aa78e682bc..db6610b3aa1ddee40a0c5f9f2a00568d31e82788 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8751e595b509b44e623756be5f2445f25226bbaa..f407bb13af51f829c32944d36daec92b43dfb567 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b031e781df3f3abca7f0ff48ed4445fb54b1ea94..029648e2b83ac1858cb8aeb42b99f6183319a046 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 910b3ba3ccddfee2182198517b31c5c3b72d9459..e8980fe9391555d438cd43bf3eebf4617317944c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 4c380b466f817f7cc3eff93e3540a2aec3bc9c18..ff82ceb72188ea990cb92b6e64346b330f542dde 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004, International Business Machines Corporation and         *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 333aa21cf68df28db572c18af99b50df3411aec8..af442354f9ee357d7df62b4abcee14c41bcb9440 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 04456c5abe034e04d29541169b82a7fd77ee2845..d6edc2397876853db9f243bc5d4c4180a54f8e3f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 8d81126d1075790b3402e4f57945f1e096517289..9fd07fb402564ef8cd29329af9169e730ceb3743 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 9d9342f3e505964ee1eaec0465426c9e784bed8b..d2b507d2c08cc214b225e827f55464f3d8b8b1f1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 3fbaa1eed98d9121335df3a75a5673378e1e8f0a..891cd4461378ed514b45563c5c89b5692ad1a7e3 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 11fa124c3632176cee50d1046826affc529d4479..0211e76be2bd96b2da60af8d58096aad8f5b247d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e1f26bef7ffead3783c238e50e32b9fd674e201a..f7073b1d99085dd913c0a9026c217e76e8d083ab 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2000-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2000-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ada9d4940649007f88b7fe46d216a00a9957f05f..815b36878d1412828ebc5a6f2923c3b4a927338d 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
  *******************************************************************************
  * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
index cdb77dc1255ea1d53aee84214ffb8c2adeae6c4b..a4649a0418fb9b3d76b63159097385ee5c1cef74 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 35dbc3f38e1ff67c076eb87d5b82a554f1961487..13109841177bccb643835e5eafb5d0123f3ab03e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 34d65e25427d9193be5c414cfc4f356cb8cd2e18..762863659d294d7b10160822a5497a12a498e2be 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 665c18830cb6dbcb1bc39e75b402c05b0d4532fd..fdaa985bfdd008c45249a39ccef16b9f7fd406db 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index aade1f96ad23b148ad35887870a40a12d5a149bc..fca48a645d9ebdceba602b64f11d5b3d9d3054cd 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2520ee15b7d38f76f60a535cf7066515dde633cf..005139c72f3feae4cf531df28d13a455a7ae4d54 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index ce9f28e78c0b0287e7b70d89a28d7cd7357b383a..6ccd13a7858dfb3a662ccef9893df9d40d36df94 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 547068a2507dbc5efb3f89cbe05205119fdd2b09..2ec15ad2f02ecee4ca8624ed4acabb99401dad73 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2002-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 7acf87dfe52557d320a4ea17868f1758558bfb82..3ade5db96312dcd301d656683c236286ace032db 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2002-2004, International Business Machines Corporation and    *
+ * Copyright (C) 2002-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index e7e61d5ce03f56562a519fea748a8db8891d5e9b..e83648da865e1a2264f9bdccfd91435acf689a62 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index e9c13f9211fa15e155e71ae3301da4157115def7..2abd37a2af7cb7a233e8b2c854e282bf9bc55f6e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index c6fcf377fe92d6230f8bac501bf41b914a0518e5..f76a680495f21b2d403ad08c831c7d881f71e586 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 7895a31fd9a86d85da78a9053543c529d7d5769b..1cf3be0e54b5e975acf72e9889d0e1b7e8feb068 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index ce06a3417d960c4b9c8daecbea907058c98b56b7..312c5969693185cf2352bec5f766a4978cd3987d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index c15209f564d4c53d46b6bcfde675dd2ebac7c347..5885e4505fbd739a4cf6d1aa208d55edbdb38750 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index aeb6fb29f2bdfb5300776b32de425ecad321b43f..d1b6119bcc7aeecec4ce74895001be3c1b219e0a 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index f687e4fd95eb68fab95c73abfc97bc1cd1c6a775..96a1f3b9125177cdc94232541b58cd24290b824b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2007, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index cfca302f4b785696bdb158199240e28235dd06d5..aae81d7b62a69f65b64e2ea5ac9a4f3707ca7410 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 7de571178168c5356674425d73daa5c1e4090cbb..4f5189646f240fc645157ae5b3b3ab7a822f3b57 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 1ab014380183e3bf3bcf148fc7b8a1811b0f8066..1689146ca1ed129b554fbe071ee11d024b0ea008 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 476e07685ea19be6ec0f8eaf94721d6bf632fa02..1ac7195e5f052ef4bd89ba67a44385d71d060af9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index a16d831d4836eeb19e08ed558c7b056929b5ab62..44417469d8a378524cba850d11f8e3d8caa5352f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 93e111a5c7d65b6191d07a1122b2fe294d642494..2be39ac79b16b3e2b3fce60299e475ad1332932c 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index fd5248b5b3f9b36b983ddf38b28fcb27846b5898..ff2c4d83f6db0b9c4fffcbf57cd7941ebebbbcad 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 72d2f5a513c23bc7a831541b66cdc724731371a5..bae517802c1ac0706deb43dd515b2d79062f86ef 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6a626e56beec9fcd6abd64cb6b775b38969c5a2a..3aaff4779d472c3a7a15a313df8d47175e2dbeb8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index b1cad78a2d5be126947862bfd8c4e6e93564af87..4ca23195c24ee3599e8ec4b0241f1852a782fb23 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 991153ba2902e0355d45909c04a18a540d24e350..dda0d7913e890f41cb3ed3c0a40b306d185b61a8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 1ff8573ce3b1977eef5007c5740a26c46a9373c8..58366a23b6fcb6a45b3aa8b44f34f3d4a20edf3d 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 6d77f709d8f59fdb03fe8f8ba39e50b8f352832f..5e330169d181ecf7ac1ba85a222de4cd0b075736 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2006, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b6d427a0b97017a99594b06a4e37e4e51c7de252..f7b0178b17d91c28725fdd2f65ceba2dfbf2eb2f 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 284166887ba7fb3cd9c4cf9031a6106eb8e2b605..f6f3aff91c5dbe2a33d675143d2a17077a3b8481 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 04175cba93a9eeb8cf5721773af59b04a436b752..746fb29a70a0fad97d304d1f1b55aae8578e7174 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2005, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index b18c07f8539b5391a93816a867b5f244f06ff357..275748c9d216eac0e659f1da2703148754189301 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index f1710f44552c715d9f9976f9e4f4494a5ae0bec3..ac26a37e6c3223c7d47b34e2b490863b134c614e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 935f1c8a3a0b297c3de6edbff40b4e641fe1ce14..6c1a5e5ed7ad80718130cf8c046840a5f90e58f9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 88d04e17365a9b6c36c473877dffabb10c4ef858..d66beb0a2c81cbf3240c5a5990a1853a73b7d7f1 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 3ff9a0b19b2cf8aa627430f82f0cc88c7e1220b2..9e51555cb35ea3ac1c24231557dda9c48c3ad1bb 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 2d05eb1ad9e0da59309ca19b0c85b7145d4bf853..427426556756eab0ed18e23ec51a90204d34f919 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 9ec4471f4541eedf17814ddd7ff4f955c56d08d4..f14438f2490d4aab0c6480236675161989c40ce9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1998-2004, International Business Machines Corporation and    *
+ * Copyright (C) 1998-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 62a5ce99630e532f85af6e264bb338c810343b19..b19f480546106d54ea5b9c64d69c1746515d9cf8 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 ******************************************************************************
-* Copyright (C) 2003-2010, International Business Machines Corporation and   *
+* Copyright (C) 2003-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
index 34470226b4ee7dcbbb48f1884b610403b4a3c199..6b596a128a7637c2e358badf8905eed538bb43e9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and   *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and   *
  * others. All Rights Reserved.                                               *
  ******************************************************************************
  */
index 8c722a79b7b3b38c819840ae528edeb236e70667..b0f10cb889ede71082592ffb925d53ed3db18111 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2009, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 2c05fc990e51fcc7ad7ada99e55057c88b5e44bf..47e928a203884b2ad073c90d9650bd1baaeb82f2 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 16ce321a3475a5db12fddf04622662b6e40207b7..b327d869e3ff9c46a0f62b98f0b8ab018ee75fb6 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 952fee6c31350b893047c591580885d71f4c2daa..fc558c76c736591b0b97754e35a23ff069e83f1b 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 2004-2008, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index 7c7cec84a8d7730c73fec36a2283bd7373eca4fc..36d5ca6ebcdf65e409723fbbf3d3561ca33fba43 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2008, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
index a011aa908f157dd3a20fe10e7380c4716a0d47de..069a0183785cd2208fc6f4311f089d8fe02d8f69 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  ***********************************************************************
- * Copyright (C) 2007, International Business Machines                 *
+ * Copyright (C) 2007-2011, International Business Machines            *
  * Corporation and others. All Rights Reserved.                        *
  ***********************************************************************
  *
index c55e81173edc75d35903134fe4be872caee920ae..1f257059ef0debbe79e933ff04eff5df2a3321b9 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2001-2010, International Business Machines
+*   Copyright (c) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
index f7902f1fc3f8a00f278d3ab0e8b3d91369205a1b..39345619cb313443a5911911ea6ce9f7ab256065 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
  *******************************************************************************
- * Copyright (C) 2001-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index 42774e08521a4c32b8c92aa4069fa215a1ef7bd9..9f4059cb7624cbc0da219ab5ee825514e084c29e 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-* Copyright (c) 2003-2010, International Business Machines
+* Copyright (c) 2003-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
index 6a9a4fa81292435dbcac35f6a4f791f1491a0e12..02ac27decabe5fbf5e0c8a8ce5822e1afad2db95 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
  *******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and    *
+ * Copyright (C) 1996-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
index b6ce95a8e1c2339268b787982eea9fb6be6f29c4..3f14735cd7af1c4d45ef478c514942ede52b4291 100644 (file)
@@ -1,6 +1,6 @@
-/**
+/**
 *******************************************************************************
-* Copyright (C) 2002-2010, International Business Machines Corporation and    *
+* Copyright (C) 2002-2011, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
index 578adfe85973f80055a8fbd3a8b8ee88e2cb31a6..5e072c614395e05d24ead6d466cf915b9c73a169 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 **********************************************************************
-*   Copyright (c) 2001-2010, International Business Machines
+*   Copyright (c) 2001-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description