From 3ebaf1a7835e6afe7a72536d0791235d42cc8f49 Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 6 Sep 2024 00:06:14 +0800 Subject: [PATCH] update copyright --- bin/check_dependency_updates.sh | 22 ++++++++++------- bin/cobertura.sh | 22 ++++++++++------- bin/commit.sh | 22 ++++++++++------- bin/deploy.sh | 22 ++++++++++------- bin/install.sh | 22 ++++++++++------- bin/javadoc.sh | 22 ++++++++++------- bin/logo.sh | 22 ++++++++++------- bin/package.sh | 22 ++++++++++------- bin/push_dev.sh | 22 ++++++++++------- bin/push_master.sh | 22 ++++++++++------- bin/replaceVersion.sh | 22 ++++++++++------- bin/simple_install.sh | 22 ++++++++++------- bin/sync.sh | 22 ++++++++++------- bin/test.sh | 22 ++++++++++------- bin/update_version.sh | 22 ++++++++++------- docs/apidocs/index.html | 18 +++++++++++++- hutool-all/pom.xml | 22 ++++++++++------- hutool-bom/pom.xml | 22 ++++++++++------- hutool-core/pom.xml | 22 ++++++++++------- .../annotation/AnnotatedElementUtilTest.java | 22 ++++++++++------- .../core/annotation/AnnotationUtilTest.java | 22 ++++++++++------- .../CombinationAnnotatedElementTest.java | 22 ++++++++++------- .../GenericAnnotationMappingTest.java | 22 ++++++++++------- .../HierarchicalAnnotatedElementTest.java | 22 ++++++++++------- .../annotation/MetaAnnotatedElementTest.java | 22 ++++++++++------- .../RepeatableAnnotationCollectorTest.java | 22 ++++++++++------- .../RepeatableMetaAnnotatedElementTest.java | 22 ++++++++++------- .../ResolvedAnnotationMappingTest.java | 22 ++++++++++------- .../hutool/core/array/ArrayUtilTest.java | 22 ++++++++++------- .../hutool/core/array/ArrayWrapperTest.java | 22 ++++++++++------- .../hutool/core/bean/BeanCopyMappingTest.java | 22 ++++++++++------- .../hutool/core/bean/BeanDescFactoryTest.java | 16 +++++++++++++ .../hutool/core/bean/BeanDescTest.java | 22 ++++++++++------- .../hutool/core/bean/BeanUtilTest.java | 22 ++++++++++------- .../core/bean/BeanWithReturnThisTest.java | 22 ++++++++++------- .../hutool/core/bean/DynaBeanTest.java | 22 ++++++++++------- .../hutool/core/bean/Issue1687Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue2009Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue2082Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue2202Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue2649Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue2683Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue3091Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue3096Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue3346Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue3452Test.java | 22 ++++++++++------- .../hutool/core/bean/Issue3497Test.java | 16 +++++++++++++ .../hutool/core/bean/Issue3645Test.java | 22 ++++++++++------- .../hutool/core/bean/IssueI5DDZXTest.java | 22 ++++++++++------- .../hutool/core/bean/IssueI80FP4Test.java | 22 ++++++++++------- .../hutool/core/bean/IssueI8M38TTest.java | 22 ++++++++++------- .../hutool/core/bean/IssueI96JIPTest.java | 16 +++++++++++++ .../hutool/core/bean/ProxyBeanTest.java | 22 ++++++++++------- .../core/bean/copier/BeanCopierTest.java | 22 ++++++++++------- .../core/bean/copier/Issue3702Test.java | 16 +++++++++++++ .../bean/path/BeanPathGetOrSetValueTest.java | 22 ++++++++++------- .../hutool/core/bean/path/BeanPathTest.java | 22 ++++++++++------- .../core/cache/CacheConcurrentTest.java | 22 ++++++++++------- .../dromara/hutool/core/cache/CacheTest.java | 22 ++++++++++------- .../hutool/core/cache/FileCacheTest.java | 22 ++++++++++------- .../hutool/core/cache/Issue3618Test.java | 16 +++++++++++++ .../hutool/core/cache/Issue3686Test.java | 16 +++++++++++++ .../hutool/core/cache/IssueI8MEIXTest.java | 22 ++++++++++------- .../hutool/core/cache/LRUCacheTest.java | 22 ++++++++++------- .../hutool/core/cache/SimpleCacheTest.java | 22 ++++++++++------- .../hutool/core/cache/WeakCacheTest.java | 22 ++++++++++------- .../core/classloader/ClassLoaderUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/codec/Base32Test.java | 22 ++++++++++------- .../dromara/hutool/core/codec/Base58Test.java | 22 ++++++++++------- .../dromara/hutool/core/codec/Base62Test.java | 22 ++++++++++------- .../dromara/hutool/core/codec/Base64Test.java | 22 ++++++++++------- .../dromara/hutool/core/codec/CaesarTest.java | 22 ++++++++++------- .../hutool/core/codec/HashidsTest.java | 22 ++++++++++------- .../dromara/hutool/core/codec/LuhnTest.java | 22 ++++++++++------- .../dromara/hutool/core/codec/MorseTest.java | 22 ++++++++++------- .../hutool/core/codec/PercentCodecTest.java | 22 ++++++++++------- .../hutool/core/codec/PunyCodeTest.java | 22 ++++++++++------- .../dromara/hutool/core/codec/RotTest.java | 22 ++++++++++------- .../dromara/hutool/core/codec/Z85Test.java | 22 ++++++++++------- .../hutool/core/codec/hash/CityHashTest.java | 22 ++++++++++------- .../core/codec/hash/MurmurHashTest.java | 22 ++++++++++------- .../hutool/core/codec/hash/SimhashTest.java | 22 ++++++++++------- .../codec/hash/metro/MetroHash128Test.java | 22 ++++++++++------- .../codec/hash/metro/MetroHash64Test.java | 22 ++++++++++------- .../core/codec/hash/metro/MetroHashTest.java | 22 ++++++++++------- .../core/collection/CollStreamUtilTest.java | 22 ++++++++++------- .../hutool/core/collection/CollUtilTest.java | 22 ++++++++++------- .../hutool/core/collection/Issue3308Test.java | 22 ++++++++++------- .../hutool/core/collection/ListUtilTest.java | 22 ++++++++++------- .../hutool/core/collection/MapProxyTest.java | 22 ++++++++++------- .../MemorySafeLinkedBlockingQueueTest.java | 22 ++++++++++------- .../core/collection/PartitionIterTest.java | 22 ++++++++++------- .../core/collection/RingIndexUtilTest.java | 22 ++++++++++------- .../core/collection/UniqueKeySetTest.java | 22 ++++++++++------- .../core/collection/iter/ArrayIterTest.java | 22 ++++++++++------- .../core/collection/iter/CopiedIterTest.java | 22 ++++++++++------- .../collection/iter/EnumerationIterTest.java | 22 ++++++++++------- .../core/collection/iter/FilterIterTest.java | 22 ++++++++++------- .../core/collection/iter/IterChainTest.java | 22 ++++++++++------- .../core/collection/iter/IterUtilTest.java | 22 ++++++++++------- .../iter/IteratorEnumerationTest.java | 22 ++++++++++------- .../core/collection/iter/LineIterTest.java | 22 ++++++++++------- .../collection/iter/PartitionIterTest.java | 22 ++++++++++------- .../core/collection/iter/TransIterTest.java | 22 ++++++++++------- .../collection/partition/PartitionTest.java | 22 ++++++++++------- .../core/comparator/CompareUtilTest.java | 22 ++++++++++------- .../comparator/IndexedComparatorTest.java | 16 +++++++++++++ .../hutool/core/comparator/Issue3259Test.java | 22 ++++++++++------- .../core/comparator/IssueI81N3HTest.java | 22 ++++++++++------- .../comparator/PropertyComparatorTest.java | 22 ++++++++++------- .../comparator/VersionComparatorTest.java | 22 ++++++++++------- .../WindowsExplorerStringComparatorTest.java | 16 +++++++++++++ .../hutool/core/compress/Issue3018Test.java | 22 ++++++++++------- .../hutool/core/compress/IssueI5DRU0Test.java | 22 ++++++++++------- .../hutool/core/compress/IssueIAGYDGTest.java | 22 ++++++++++------- .../hutool/core/compress/ZipReaderTest.java | 22 ++++++++++------- .../hutool/core/compress/ZipWriterTest.java | 22 ++++++++++------- .../hutool/core/convert/BasicTypeTest.java | 22 ++++++++++------- .../hutool/core/convert/CastUtilTest.java | 22 ++++++++++------- .../core/convert/CompositeConverterTest.java | 22 ++++++++++------- .../hutool/core/convert/ConvertKBeanTest.java | 22 ++++++++++------- .../hutool/core/convert/ConvertOtherTest.java | 22 ++++++++++------- .../hutool/core/convert/ConvertTest.java | 22 ++++++++++------- .../core/convert/ConvertToArrayTest.java | 22 ++++++++++------- .../core/convert/ConvertToBeanTest.java | 22 ++++++++++------- .../core/convert/ConvertToBooleanTest.java | 22 ++++++++++------- .../core/convert/ConvertToCollectionTest.java | 22 ++++++++++------- .../core/convert/ConvertToNumberTest.java | 22 ++++++++++------- .../core/convert/ConvertToSBCAndDBCTest.java | 22 ++++++++++------- .../hutool/core/convert/DateConvertTest.java | 22 ++++++++++------- .../hutool/core/convert/EntryConvertTest.java | 22 ++++++++++------- .../hutool/core/convert/EnumConvertTest.java | 22 ++++++++++------- .../hutool/core/convert/Issue3105Test.java | 22 ++++++++++------- .../hutool/core/convert/IssueI7WJHHTest.java | 22 ++++++++++------- .../hutool/core/convert/IssueIALV38Test.java | 16 +++++++++++++ .../hutool/core/convert/MapConvertTest.java | 22 ++++++++++------- .../core/convert/NumberConverterTest.java | 22 ++++++++++------- .../core/convert/PrimitiveConvertTest.java | 22 ++++++++++------- .../core/convert/StringConvertTest.java | 22 ++++++++++------- .../TemporalAccessorConverterTest.java | 22 ++++++++++------- .../XMLGregorianCalendarConverterTest.java | 22 ++++++++++------- .../hutool/core/data/CoordinateUtilTest.java | 22 ++++++++++------- .../hutool/core/data/CreditCodeUtilTest.java | 22 ++++++++++------- .../hutool/core/data/IdcardUtilTest.java | 22 ++++++++++------- .../hutool/core/data/Issue3081Test.java | 22 ++++++++++------- .../hutool/core/data/IssueI7XMYWTest.java | 22 ++++++++++------- .../hutool/core/data/MaskingUtilTest.java | 22 ++++++++++------- .../hutool/core/data/PasswdStrengthTest.java | 22 ++++++++++------- .../hutool/core/data/PhoneUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/core/data/VinTest.java | 22 ++++++++++------- .../hutool/core/data/id/NanoIdTest.java | 22 ++++++++++------- .../hutool/core/data/id/ObjectIdTest.java | 22 ++++++++++------- .../core/data/id/SeataSnowflakeTest.java | 22 ++++++++++------- .../hutool/core/data/id/SnowflakeTest.java | 22 ++++++++++------- .../dromara/hutool/core/data/id/UUIDTest.java | 22 ++++++++++------- .../core/date/BetweenFormatterTest.java | 22 ++++++++++------- .../hutool/core/date/CalendarUtilTest.java | 22 ++++++++++------- .../hutool/core/date/ChineseDateTest.java | 22 ++++++++++------- .../hutool/core/date/DateBetweenTest.java | 22 ++++++++++------- .../hutool/core/date/DateBuilderTest.java | 16 +++++++++++++ .../hutool/core/date/DateFieldTest.java | 22 ++++++++++------- .../hutool/core/date/DateModifierTest.java | 22 ++++++++++------- .../hutool/core/date/DateTimeTest.java | 22 ++++++++++------- .../hutool/core/date/DateUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/date/GanzhiTest.java | 22 ++++++++++------- .../hutool/core/date/Issue2612Test.java | 22 ++++++++++------- .../hutool/core/date/Issue2981Test.java | 22 ++++++++++------- .../hutool/core/date/Issue3011Test.java | 22 ++++++++++------- .../hutool/core/date/Issue3301Test.java | 22 ++++++++++------- .../hutool/core/date/Issue3348Test.java | 22 ++++++++++------- .../hutool/core/date/Issue3713Test.java | 16 +++++++++++++ .../hutool/core/date/IssueI7QI6RTest.java | 22 ++++++++++------- .../hutool/core/date/IssueI82Y1LTest.java | 22 ++++++++++------- .../hutool/core/date/IssueI8IUTBTest.java | 16 +++++++++++++ .../hutool/core/date/IssueI9C2D4Test.java | 16 +++++++++++++ .../dromara/hutool/core/date/MonthTest.java | 22 ++++++++++------- .../hutool/core/date/StopWatchTest.java | 22 ++++++++++------- .../core/date/TemporalAccessorUtilTest.java | 22 ++++++++++------- .../hutool/core/date/TimeUtilTest.java | 22 ++++++++++------- .../hutool/core/date/TimeZoneTest.java | 22 ++++++++++------- .../dromara/hutool/core/date/WeekTest.java | 22 ++++++++++------- .../dromara/hutool/core/date/ZodiacTest.java | 22 ++++++++++------- .../hutool/core/date/ZoneUtilTest.java | 22 ++++++++++------- .../core/date/chinese/IssueI5YB1ATest.java | 22 ++++++++++------- .../core/date/chinese/IssueI97WU6Test.java | 16 +++++++++++++ .../hutool/core/date/chinese/ShiChenTest.java | 16 +++++++++++++ .../core/date/chinese/SolarTermsTest.java | 22 ++++++++++------- .../core/date/format/FastDateFormatTest.java | 16 +++++++++++++ .../parser/DefaultRegexDateParserTest.java | 16 +++++++++++++ .../format/parser/RegexDateParserTest.java | 16 +++++++++++++ .../core/exception/ExceptionUtilTest.java | 22 ++++++++++------- .../hutool/core/func/FunctionPoolTest.java | 22 ++++++++++------- .../hutool/core/func/LambdaFactoryTest.java | 22 ++++++++++------- .../hutool/core/func/LambdaUtilTest.java | 22 ++++++++++------- .../hutool/core/func/PredicateUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/io/BomReaderTest.java | 22 ++++++++++------- .../hutool/core/io/BufferUtilTest.java | 22 ++++++++++------- .../hutool/core/io/CharsetDetectorTest.java | 22 ++++++++++------- .../hutool/core/io/ClassPathResourceTest.java | 22 ++++++++++------- .../hutool/core/io/FastStringWriterTest.java | 22 ++++++++++------- .../dromara/hutool/core/io/IoUtilTest.java | 22 ++++++++++------- .../hutool/core/io/LineReaderTest.java | 22 ++++++++++------- .../hutool/core/io/ManifestUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/io/NioUtilTest.java | 22 ++++++++++------- .../hutool/core/io/checksum/CRC16Test.java | 22 ++++++++++------- .../hutool/core/io/checksum/CrcTest.java | 22 ++++++++++------- .../hutool/core/io/file/FileNameUtilTest.java | 22 ++++++++++------- .../hutool/core/io/file/FileReaderTest.java | 22 ++++++++++------- .../core/io/file/FileSystemUtilTest.java | 22 ++++++++++------- .../hutool/core/io/file/FileTypeUtilTest.java | 22 ++++++++++------- .../hutool/core/io/file/FileUtilTest.java | 22 ++++++++++------- .../hutool/core/io/file/Issue3557Test.java | 16 +++++++++++++ .../hutool/core/io/file/IssueI666HBTest.java | 22 ++++++++++------- .../hutool/core/io/file/IssueIAB65VTest.java | 16 +++++++++++++ .../hutool/core/io/file/PathCopyTest.java | 22 ++++++++++------- .../hutool/core/io/file/PathDeleterTest.java | 22 ++++++++++------- .../hutool/core/io/file/PathUtilTest.java | 22 ++++++++++------- .../hutool/core/io/file/TailerTest.java | 22 ++++++++++------- .../core/io/resource/ResourceFinderTest.java | 22 ++++++++++------- .../core/io/resource/ResourceUtilTest.java | 22 ++++++++++------- .../hutool/core/io/unit/DataSizeUtilTest.java | 22 ++++++++++------- .../core/io/watch/TestConsoleWatcher.java | 16 +++++++++++++ .../core/io/watch/WatchMonitorTest.java | 22 ++++++++++------- .../io/watch/WatchServiceWrapperTest.java | 16 +++++++++++++ .../dromara/hutool/core/lang/AssertTest.java | 22 ++++++++++------- .../hutool/core/lang/ConsoleTableTest.java | 22 ++++++++++------- .../dromara/hutool/core/lang/ConsoleTest.java | 22 ++++++++++------- .../org/dromara/hutool/core/lang/OptTest.java | 22 ++++++++++------- .../hutool/core/lang/SingletonTest.java | 22 ++++++++++------- .../hutool/core/lang/ValidatorTest.java | 22 ++++++++++------- .../core/lang/ansi/AnsiEncoderTest.java | 22 ++++++++++------- .../core/lang/builder/GenericBuilderTest.java | 22 ++++++++++------- .../hutool/core/lang/caller/CallerTest.java | 22 ++++++++++------- .../core/lang/caller/CallerUtilTest.java | 22 ++++++++++------- .../core/lang/intern/InternUtilTest.java | 22 ++++++++++------- .../core/lang/loader/LazyFunLoaderTest.java | 22 ++++++++++------- .../core/lang/mutable/BaseMutableTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableBoolTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableByteTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableDoubleTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableEntryTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableFloatTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableIntTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableLongTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableObjTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableShortTest.java | 22 ++++++++++------- .../core/lang/mutable/MutableTripleTest.java | 22 ++++++++++------- .../core/lang/page/NavigatePageInfoTest.java | 22 ++++++++++------- .../hutool/core/lang/page/PageInfoTest.java | 22 ++++++++++------- .../hutool/core/lang/range/BoundTest.java | 22 ++++++++++------- .../hutool/core/lang/range/BoundTypeTest.java | 22 ++++++++++------- .../core/lang/range/BoundedRangeTest.java | 22 ++++++++++------- .../hutool/core/lang/range/RangeTest.java | 22 ++++++++++------- .../selector/SmoothWeightSelectorTest.java | 22 ++++++++++------- .../WeightListRandomSelectorTest.java | 16 +++++++++++++ .../selector/WeightRandomSelectorTest.java | 22 ++++++++++------- .../core/lang/test/bean/ExamInfoDict.java | 22 ++++++++++------- .../core/lang/test/bean/UserInfoDict.java | 22 ++++++++++------- .../lang/test/bean/UserInfoRedundCount.java | 22 ++++++++++------- .../hutool/core/lang/tuple/PairTest.java | 22 ++++++++++------- .../hutool/core/lang/tuple/TripleTest.java | 22 ++++++++++------- .../hutool/core/lang/tuple/TupleTest.java | 22 ++++++++++------- .../dromara/hutool/core/map/BiMapTest.java | 22 ++++++++++------- .../hutool/core/map/CamelCaseMapTest.java | 22 ++++++++++------- .../core/map/CaseInsensitiveMapTest.java | 22 ++++++++++------- .../core/map/CollectionValueMapTest.java | 22 ++++++++++------- .../org/dromara/hutool/core/map/DictTest.java | 22 ++++++++++------- .../core/map/DirectedWeightGraphTest.java | 16 +++++++++++++ .../dromara/hutool/core/map/GraphTest.java | 22 ++++++++++------- .../hutool/core/map/Issue2349Test.java | 22 ++++++++++------- .../hutool/core/map/Issue3340Test.java | 22 ++++++++++------- .../hutool/core/map/IssueI88R5MTest.java | 22 ++++++++++------- .../hutool/core/map/ListValueMapTest.java | 22 ++++++++++------- .../hutool/core/map/MapBuilderTest.java | 22 ++++++++++------- .../hutool/core/map/MapJoinerTest.java | 22 ++++++++++------- .../dromara/hutool/core/map/MapUtilTest.java | 22 ++++++++++------- .../hutool/core/map/RowKeyTableTest.java | 22 ++++++++++------- .../hutool/core/map/SerFunctionMapTest.java | 22 ++++++++++------- .../hutool/core/map/SetValueMapTest.java | 22 ++++++++++------- .../dromara/hutool/core/map/TableMapTest.java | 22 ++++++++++------- .../hutool/core/map/TolerantMapTest.java | 22 ++++++++++------- .../core/map/WeakConcurrentMapTest.java | 22 ++++++++++------- .../map/reference/WeakConcurrentMapTest.java | 16 +++++++++++++ .../hutool/core/math/ArrangementTest.java | 22 ++++++++++------- .../hutool/core/math/BitStatusUtilTest.java | 16 +++++++++++++ .../hutool/core/math/CalculatorTest.java | 22 ++++++++++------- .../core/math/ChineseNumberFormatterTest.java | 22 ++++++++++------- .../core/math/ChineseNumberParserTest.java | 16 +++++++++++++ .../hutool/core/math/CombinationTest.java | 22 ++++++++++------- .../core/math/EnglishNumberFormatterTest.java | 16 +++++++++++++ .../hutool/core/math/Issue3423Test.java | 16 +++++++++++++ .../hutool/core/math/IssueI79VS7Test.java | 22 ++++++++++------- .../hutool/core/math/IssueI7NIW0Test.java | 22 ++++++++++------- .../hutool/core/math/IssueI7R2B6Test.java | 22 ++++++++++------- .../hutool/core/math/MathUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/math/MoneyTest.java | 22 ++++++++++------- .../hutool/core/math/NumberParserTest.java | 22 ++++++++++------- .../hutool/core/math/NumberUtilTest.java | 22 ++++++++++------- .../core/math/NumberWordFormatTest.java | 22 ++++++++++------- .../hutool/core/net/FormUrlencodedTest.java | 22 ++++++++++------- .../dromara/hutool/core/net/Ipv4UtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/net/NetUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/net/RFC3986Test.java | 22 ++++++++++------- .../hutool/core/net/URLEncoderTest.java | 22 ++++++++++------- .../dromara/hutool/core/net/URLUtilTest.java | 22 ++++++++++------- .../hutool/core/net/UrlBuilderTest.java | 22 ++++++++++------- .../hutool/core/net/UrlDecoderTest.java | 22 ++++++++++------- .../dromara/hutool/core/net/UrlQueryTest.java | 22 ++++++++++------- .../core/net/ssl/SSLContextUtilTest.java | 16 +++++++++++++ .../hutool/core/net/url/IssueI6ZF6KTest.java | 22 ++++++++++------- .../hutool/core/net/url/IssueI73J6XTest.java | 22 ++++++++++------- .../hutool/core/net/url/UrlQueryUtilTest.java | 22 ++++++++++------- .../core/pool/PartitionObjectPoolTest.java | 22 ++++++++++------- .../reflect/ActualTypeMapperPoolTest.java | 22 ++++++++++------- .../hutool/core/reflect/ClassDescTest.java | 22 ++++++++++------- .../hutool/core/reflect/ClassScannerTest.java | 22 ++++++++++------- .../hutool/core/reflect/ClassUtilTest.java | 22 ++++++++++------- .../core/reflect/ConstructorUtilTest.java | 22 ++++++++++------- .../hutool/core/reflect/FieldUtilTest.java | 22 ++++++++++------- .../hutool/core/reflect/Issue3516Test.java | 16 +++++++++++++ .../hutool/core/reflect/IssueI7CRIWTest.java | 22 ++++++++++------- .../core/reflect/MethodHandleUtilTest.java | 22 ++++++++++------- .../hutool/core/reflect/ReflectTestBeans.java | 22 ++++++++++------- .../core/reflect/kotlin/KClassUtilTest.java | 22 ++++++++++------- .../hutool/core/reflect/kotlin/TestKBean.kt | 22 ++++++++++------- .../core/reflect/lookup/LookupUtilTest.java | 22 ++++++++++------- .../reflect/method/MethodMatcherTest.java | 22 ++++++++++------- .../method/MethodMatcherUtilsTest.java | 22 ++++++++++------- .../core/reflect/method/MethodUtilTest.java | 22 ++++++++++------- .../core/spi/ListServiceLoaderTest.java | 22 ++++++++++------- .../hutool/core/spi/MapServiceLoaderTest.java | 22 ++++++++++------- .../AbstractEnhancedWrappedStreamTest.java | 22 ++++++++++------- .../hutool/core/stream/CollectorUtilTest.java | 22 ++++++++++------- .../hutool/core/stream/EasyStreamTest.java | 22 ++++++++++------- .../hutool/core/stream/EntryStreamTest.java | 22 ++++++++++------- .../hutool/core/stream/StreamUtilTest.java | 22 ++++++++++------- .../hutool/core/text/AntPathMatcherTest.java | 22 ++++++++++------- .../core/text/CharSequenceUtilTest.java | 22 ++++++++++------- .../hutool/core/text/CharUtilTest.java | 22 ++++++++++------- .../hutool/core/text/IssueI73AB9Test.java | 22 ++++++++++------- .../hutool/core/text/IssueI96LWHTest.java | 16 +++++++++++++ .../hutool/core/text/NamingCaseTest.java | 22 ++++++++++------- .../core/text/PlaceholderParserTest.java | 22 ++++++++++------- .../hutool/core/text/SplitUtilTest.java | 22 ++++++++++------- .../hutool/core/text/StrCheckerTest.java | 22 ++++++++++------- .../hutool/core/text/StrFormatterTest.java | 22 ++++++++++------- .../hutool/core/text/StrJoinerTest.java | 22 ++++++++++------- .../hutool/core/text/StrMatcherTest.java | 22 ++++++++++------- .../core/text/StrRegionMatcherTest.java | 22 ++++++++++------- .../hutool/core/text/StrRepeaterTest.java | 22 ++++++++++------- .../hutool/core/text/StrTemplateTest.java | 22 ++++++++++------- .../dromara/hutool/core/text/StrUtilTest.java | 22 ++++++++++------- .../hutool/core/text/TextSimilarityTest.java | 22 ++++++++++------- .../hutool/core/text/UnicodeUtilTest.java | 22 ++++++++++------- .../text/bloom/BitMapBloomFilterTest.java | 22 ++++++++++------- .../dromara/hutool/core/text/dfa/DfaTest.java | 22 ++++++++++------- .../hutool/core/text/dfa/IssueI5Q4HDTest.java | 22 ++++++++++------- .../dromara/hutool/core/text/dfa/NFATest.java | 22 ++++++++++------- .../core/text/dfa/SensitiveUtilTest.java | 22 ++++++++++------- .../core/text/escape/EscapeUtilTest.java | 22 ++++++++++------- .../core/text/finder/CharFinderTest.java | 22 ++++++++++------- .../core/text/finder/MultiStrFinderTest.java | 16 +++++++++++++ .../text/replacer/HighMultiReplacerTest.java | 22 ++++++++++------- .../replacer/HighMultiReplacerV2Test.java | 16 +++++++++++++ .../text/replacer/SearchReplacerTest.java | 22 ++++++++++------- .../hutool/core/text/split/Issue3660Test.java | 22 ++++++++++------- .../core/text/split/IssueI9UK5VTest.java | 16 +++++++++++++ .../hutool/core/text/split/SplitIterTest.java | 22 ++++++++++------- .../hutool/core/text/split/SplitUtilTest.java | 22 ++++++++++------- .../hutool/core/thread/AsyncUtilTest.java | 22 ++++++++++------- .../core/thread/ConcurrencyTesterTest.java | 22 ++++++++++------- .../hutool/core/thread/Issue3167Test.java | 22 ++++++++++------- .../hutool/core/thread/RetryUtilTest.java | 22 ++++++++++------- .../core/thread/SimpleSchedulerTest.java | 22 ++++++++++------- .../hutool/core/thread/SyncFinisherTest.java | 22 ++++++++++------- .../hutool/core/thread/ThreadUtilTest.java | 22 ++++++++++------- .../ratelimiter/SemaphoreRateLimiterTest.java | 16 +++++++++++++ .../hutool/core/tree/BeanTreeTest.java | 22 ++++++++++------- .../core/tree/HierarchyIteratorTest.java | 16 +++++++++++++ .../hutool/core/tree/Issue2279Test.java | 22 ++++++++++------- .../hutool/core/tree/IssueI6NR2ZTest.java | 22 ++++++++++------- .../hutool/core/tree/IssueI795INTest.java | 22 ++++++++++------- .../hutool/core/tree/IssueI9PDVFTest.java | 22 ++++++++++------- .../hutool/core/tree/TreeBuilderTest.java | 22 ++++++++++------- .../hutool/core/tree/TreeSearchTest.java | 22 ++++++++++------- .../dromara/hutool/core/tree/TreeTest.java | 22 ++++++++++------- .../hutool/core/util/BooleanUtilTest.java | 22 ++++++++++------- .../hutool/core/util/ByteUtilTest.java | 22 ++++++++++------- .../hutool/core/util/ClassUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/CloneTest.java | 22 ++++++++++------- .../hutool/core/util/DefaultCloneTest.java | 22 ++++++++++------- .../hutool/core/util/EnumUtilTest.java | 22 ++++++++++------- .../hutool/core/util/HashUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/HexUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/IdUtilTest.java | 22 ++++++++++------- .../hutool/core/util/Issue3136Test.java | 22 ++++++++++------- .../hutool/core/util/IssueI9NSZ4Test.java | 16 +++++++++++++ .../hutool/core/util/JNDIUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/JdkUtilTest.java | 22 ++++++++++------- .../hutool/core/util/ModifierUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/ObjUtilTest.java | 22 ++++++++++------- .../hutool/core/util/RandomUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/ReUtilTest.java | 22 ++++++++++------- .../hutool/core/util/ReferenceUtilTest.java | 22 ++++++++++------- .../hutool/core/util/RuntimeUtilTest.java | 22 ++++++++++------- .../hutool/core/util/TypeUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/util/ZipUtilTest.java | 22 ++++++++++------- .../dromara/hutool/core/xml/XmlUtilTest.java | 22 ++++++++++------- ...ol.core.spi.ListServiceLoaderTest$TestSPI1 | 22 ++++++++++------- .../src/test/resources/issueI5DO8E.xml | 16 +++++++++++++ .../src/test/resources/multi_line.properties | 16 +++++++++++++ .../test/resources/multi_line_crlf.properties | 16 +++++++++++++ .../src/test/resources/test.properties | 18 +++++++++++++- hutool-core/src/test/resources/test.xml | 16 +++++++++++++ hutool-cron/pom.xml | 22 ++++++++++------- .../dromara/hutool/cron/TaskTableTest.java | 22 ++++++++++------- .../cron/demo/AddAndRemoveMainTest.java | 22 ++++++++++------- .../dromara/hutool/cron/demo/CronTest.java | 22 ++++++++++------- .../hutool/cron/demo/DeamonMainTest.java | 22 ++++++++++------- .../dromara/hutool/cron/demo/JobMainTest.java | 22 ++++++++++------- .../org/dromara/hutool/cron/demo/TestJob.java | 22 ++++++++++------- .../dromara/hutool/cron/demo/TestJob2.java | 22 ++++++++++------- .../cron/pattern/CronPatternBuilderTest.java | 22 ++++++++++------- .../pattern/CronPatternNextMatchTest.java | 22 ++++++++++------- .../hutool/cron/pattern/CronPatternTest.java | 22 ++++++++++------- .../cron/pattern/CronPatternUtilTest.java | 22 ++++++++++------- .../hutool/cron/pattern/Issue3685Test.java | 16 +++++++++++++ .../hutool/cron/pattern/IssueI7SMP7Test.java | 22 ++++++++++------- .../hutool/cron/pattern/IssueI82CSHTest.java | 22 ++++++++++------- .../hutool/cron/pattern/IssueI92H5HTest.java | 22 ++++++++++------- .../hutool/cron/pattern/IssueI9FQUATest.java | 22 ++++++++++------- .../cron/timingwheel/Issue3090Test.java | 22 ++++++++++------- .../src/test/resources/config/cron.setting | 16 +++++++++++++ hutool-crypto/pom.xml | 22 ++++++++++------- .../hutool/crypto/IssueI99FKETest.java | 16 +++++++++++++ .../dromara/hutool/crypto/KeyUtilTest.java | 22 ++++++++++------- .../dromara/hutool/crypto/SignUtilTest.java | 22 ++++++++++------- .../hutool/crypto/asymmetric/ECIESTest.java | 22 ++++++++++------- .../crypto/asymmetric/PaillierTest.java | 22 ++++++++++------- .../hutool/crypto/asymmetric/RSATest.java | 22 ++++++++++------- .../hutool/crypto/asymmetric/SM2Test.java | 22 ++++++++++------- .../hutool/crypto/asymmetric/SignTest.java | 22 ++++++++++------- .../hutool/crypto/asymmetric/SmForJsTest.java | 22 ++++++++++------- .../hutool/crypto/bc/BCCipherTest.java | 16 +++++++++++++ .../dromara/hutool/crypto/bc/BCUtilTest.java | 22 ++++++++++------- .../hutool/crypto/bc/ECKeyUtilTest.java | 22 ++++++++++------- .../hutool/crypto/bc/OpensslKeyUtilTest.java | 22 ++++++++++------- .../dromara/hutool/crypto/bc/PemUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/crypto/bc/SmTest.java | 22 ++++++++++------- .../hutool/crypto/digest/BCryptTest.java | 22 ++++++++++------- .../digest/CBCBlockCipherMacEngineTest.java | 22 ++++++++++------- .../hutool/crypto/digest/DigestTest.java | 22 ++++++++++------- .../hutool/crypto/digest/HmacTest.java | 22 ++++++++++------- .../dromara/hutool/crypto/digest/Md5Test.java | 22 ++++++++++------- .../dromara/hutool/crypto/digest/OTPTest.java | 22 ++++++++++------- .../hutool/crypto/openssl/SaltTest.java | 22 ++++++++++------- .../provider/GlobalProviderFactoryTest.java | 22 ++++++++++------- .../hutool/crypto/symmetric/AESTest.java | 22 ++++++++++------- .../hutool/crypto/symmetric/ChaCha20Test.java | 22 ++++++++++------- .../hutool/crypto/symmetric/DesTest.java | 22 ++++++++++------- .../crypto/symmetric/Issue2613Test.java | 22 ++++++++++------- .../hutool/crypto/symmetric/PBKDF2Test.java | 22 ++++++++++------- .../hutool/crypto/symmetric/RC4Test.java | 22 ++++++++++------- .../crypto/symmetric/Sm4StreamTest.java | 22 ++++++++++------- .../crypto/symmetric/SymmetricTest.java | 22 ++++++++++------- .../hutool/crypto/symmetric/TEATest.java | 22 ++++++++++------- .../hutool/crypto/symmetric/ZucTest.java | 22 ++++++++++------- .../hutool/crypto/symmetric/fpe/FPETest.java | 22 ++++++++++------- hutool-db/pom.xml | 22 ++++++++++------- .../java/org/dromara/hutool/db/CRUDTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/ConcurentTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/DbTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/DerbyTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/DmTest.java | 16 +++++++++++++ .../org/dromara/hutool/db/EntityTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/FindBeanTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/H2Test.java | 22 ++++++++++------- .../org/dromara/hutool/db/HsqldbTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/Issue3654Test.java | 22 ++++++++++------- .../dromara/hutool/db/IssueI73770Test.java | 22 ++++++++++------- .../dromara/hutool/db/IssueI7GUKOTest.java | 22 ++++++++++------- .../dromara/hutool/db/IssueI8UTGPTest.java | 16 +++++++++++++ .../dromara/hutool/db/IssueI9B98CTest.java | 16 +++++++++++++ .../dromara/hutool/db/IssueI9BANETest.java | 16 +++++++++++++ .../java/org/dromara/hutool/db/MySQLTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/NamedSqlTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/OceanBaseTest.java | 16 +++++++++++++ .../org/dromara/hutool/db/OracleTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/PageResultTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/PageTest.java | 22 ++++++++++------- .../dromara/hutool/db/PicTransferTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/PostgreTest.java | 22 ++++++++++------- .../dromara/hutool/db/QuoteWrapperTest.java | 16 +++++++++++++ .../org/dromara/hutool/db/SessionTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/SqlServerTest.java | 22 ++++++++++------- .../org/dromara/hutool/db/UpdateTest.java | 22 ++++++++++------- .../hutool/db/driver/DriverUtilTest.java | 22 ++++++++++------- .../hutool/db/ds/DataSourceWrapperTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/ds/DsTest.java | 22 ++++++++++------- .../dromara/hutool/db/meta/MetaUtilTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/db/pojo/User.java | 22 ++++++++++------- .../dromara/hutool/db/pojo/package-info.java | 22 ++++++++++------- .../hutool/db/sql/ConditionBuilderTest.java | 22 ++++++++++------- .../hutool/db/sql/ConditionGroupTest.java | 22 ++++++++++------- .../dromara/hutool/db/sql/ConditionTest.java | 22 ++++++++++------- .../dromara/hutool/db/sql/SqlBuilderTest.java | 22 ++++++++++------- .../hutool/db/sql/SqlFormatterTest.java | 22 ++++++++++------- .../src/test/resources/config/db.setting | 22 ++++++++++------- .../config/example/db-example-c3p0.setting | 22 ++++++++++------- .../config/example/db-example-dbcp.setting | 22 ++++++++++------- .../config/example/db-example-druid.setting | 22 ++++++++++------- .../config/example/db-example-hikari.setting | 22 ++++++++++------- .../config/example/db-example-tomcat.setting | 22 ++++++++++------- .../config/example/mongo-example.setting | 22 ++++++++++------- .../test/resources/config/issueI9B98C.setting | 16 +++++++++++++ hutool-db/src/test/resources/logback.xml | 22 ++++++++++------- .../test/resources/simplelogger.properties | 22 ++++++++++------- hutool-extra/pom.xml | 22 ++++++++++------- .../org/dromara/hutool/extra/aop/AopTest.java | 22 ++++++++++------- .../hutool/extra/aop/IssueI74EX7Test.java | 22 ++++++++++------- .../hutool/extra/aop/ProxyBeanTest.java | 22 ++++++++++------- .../hutool/extra/compress/ArchiverTest.java | 22 ++++++++++------- .../hutool/extra/compress/ExtractorTest.java | 22 ++++++++++------- .../extra/compress/IssueI71K5VTest.java | 22 ++++++++++------- .../hutool/extra/emoji/EmojiUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/extra/ftp/FtpTest.java | 22 ++++++++++------- .../hutool/extra/ftp/SimpleFtpServerTest.java | 22 ++++++++++------- .../hutool/extra/mail/MailAccountTest.java | 22 ++++++++++------- .../dromara/hutool/extra/mail/MailTest.java | 22 ++++++++++------- .../dromara/hutool/extra/mail/Oauth2Test.java | 16 +++++++++++++ .../hutool/extra/management/JavaInfoTest.java | 22 ++++++++++------- .../extra/management/OshiPrintTest.java | 22 ++++++++++------- .../hutool/extra/management/OshiTest.java | 22 ++++++++++------- .../extra/management/SystemUtilTest.java | 22 ++++++++++------- .../hutool/extra/pinyin/Bopomofo4jTest.java | 22 ++++++++++------- .../hutool/extra/pinyin/HoubbPinyinTest.java | 22 ++++++++++------- .../hutool/extra/pinyin/JpinyinTest.java | 22 ++++++++++------- .../hutool/extra/pinyin/Pinyin4jTest.java | 22 ++++++++++------- .../hutool/extra/pinyin/PinyinUtilTest.java | 22 ++++++++++------- .../hutool/extra/pinyin/TinyPinyinTest.java | 22 ++++++++++------- .../extra/qrcode/Discussions3030Test.java | 22 ++++++++++------- .../hutool/extra/qrcode/Issue3146Test.java | 22 ++++++++++------- .../hutool/extra/qrcode/IssuesI76SZBTest.java | 22 ++++++++++------- .../hutool/extra/qrcode/QrCodeUtilTest.java | 22 ++++++++++------- .../hutool/extra/spring/SpringUtilTest.java | 22 ++++++++++------- .../spring/SpringUtilWithAutoConfigTest.java | 22 ++++++++++------- .../extra/spring/cglib/CglibUtilTest.java | 22 ++++++++++------- .../dromara/hutool/extra/ssh/JschTest.java | 22 ++++++++++------- .../dromara/hutool/extra/ssh/SftpTest.java | 22 ++++++++++------- .../hutool/extra/template/JetbrickTest.java | 22 ++++++++++------- .../extra/template/TemplateFactoryTest.java | 22 ++++++++++------- .../hutool/extra/template/ThymeleafTest.java | 22 ++++++++++------- .../hutool/extra/template/VelocityTest.java | 22 ++++++++++------- .../extra/tokenizer/TokenizerUtilTest.java | 22 ++++++++++------- .../validation/BeanValidatorUtilTest.java | 22 ++++++++++------- .../hutool/extra/xml/JAXBUtilTest.java | 22 ++++++++++------- .../src/test/resources/beetl.properties | 22 ++++++++++------- .../src/test/resources/config/mail.setting | 22 ++++++++++------- .../example/beetl-example.properties | 22 ++++++++++------- .../resources/example/mail-example.setting | 22 ++++++++++------- hutool-http/pom.xml | 22 ++++++++++------- .../dromara/hutool/http/ContentTypeTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/DownloadTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/HtmlUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/HttpUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/HttpsTest.java | 22 ++++++++++------- .../dromara/hutool/http/Issue2531Test.java | 22 ++++++++++------- .../dromara/hutool/http/Issue2901Test.java | 22 ++++++++++------- .../dromara/hutool/http/Issue3536Test.java | 16 +++++++++++++ .../org/dromara/hutool/http/Issue444Test.java | 22 ++++++++++------- .../dromara/hutool/http/IssueI5TFPUTest.java | 22 ++++++++++------- .../dromara/hutool/http/IssueI5TPSYTest.java | 22 ++++++++++------- .../dromara/hutool/http/IssueI5WAV4Test.java | 22 ++++++++++------- .../dromara/hutool/http/IssueI5XBCFTest.java | 22 ++++++++++------- .../dromara/hutool/http/IssueI78PB1Test.java | 22 ++++++++++------- .../dromara/hutool/http/IssueI85C9STest.java | 22 ++++++++++------- .../dromara/hutool/http/IssueIA80XITest.java | 16 +++++++++++++ .../dromara/hutool/http/IssueIAFKWPTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/RequestTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/RestTest.java | 22 ++++++++++------- .../org/dromara/hutool/http/UploadTest.java | 22 ++++++++++------- .../http/client/ClientEngineFactoryTest.java | 22 ++++++++++------- .../http/client/HttpClient4EngineTest.java | 22 ++++++++++------- .../http/client/HttpClient5EngineTest.java | 22 ++++++++++------- .../client/HttpUrlConnectionUtilTest.java | 22 ++++++++++------- .../hutool/http/client/HttpbinTest.java | 16 +++++++++++++ .../hutool/http/client/Issue3240Test.java | 22 ++++++++++------- .../hutool/http/client/Issue3658Test.java | 16 +++++++++++++ .../hutool/http/client/IssueI7ZRJUTest.java | 22 ++++++++++------- .../hutool/http/client/IssueI8WU4MTest.java | 16 +++++++++++++ .../hutool/http/client/IssueIANZ38Test.java | 16 +++++++++++++ .../hutool/http/client/IssueIAOPR9Test.java | 16 +++++++++++++ .../http/client/JdkClientEngineTest.java | 22 ++++++++++------- .../hutool/http/client/OkHttpEngineTest.java | 22 ++++++++++------- .../hutool/http/client/XiaohonshuTest.java | 22 ++++++++++------- .../http/client/body/MultipartBodyTest.java | 22 ++++++++++------- .../hutool/http/html/HTMLFilterTest.java | 22 ++++++++++------- .../hutool/http/html/IssueI8YV0KTest.java | 16 +++++++++++++ .../hutool/http/meta/HttpHeaderUtilTest.java | 16 +++++++++++++ .../hutool/http/server/BlankServerTest.java | 22 ++++++++++------- .../hutool/http/server/DocServerTest.java | 22 ++++++++++------- .../http/server/ExceptionServerTest.java | 22 ++++++++++------- .../hutool/http/server/Issue3343Test.java | 22 ++++++++++------- .../hutool/http/server/IssueI6Q30XTest.java | 22 ++++++++++------- .../http/server/RedirectServerTest.java | 22 ++++++++++------- .../hutool/http/server/SimpleServerTest.java | 22 ++++++++++------- .../http/server/servlet/ServletUtilTest.java | 22 ++++++++++------- .../http/useragent/IssueI8X5XQTest.java | 16 +++++++++++++ .../http/useragent/UserAgentUtilTest.java | 22 ++++++++++------- .../http/webservice/SoapClientTest.java | 22 ++++++++++------- .../test/resources/html/formForUpload.html | 22 ++++++++++------- .../src/test/resources/html/index.html | 22 ++++++++++------- .../test/resources/simplelogger.properties | 22 ++++++++++------- hutool-json/pom.xml | 22 ++++++++++------- .../hutool/json/engine/JacksonEngine.java | 2 +- .../json/engine/{ => gson}/GsonEngine.java | 4 +++- .../hutool/json/engine/gson/package-info.java | 24 +++++++++++++++++++ .../json/engine/jackson/package-info.java | 24 +++++++++++++++++++ .../org.dromara.hutool.json.engine.JSONEngine | 2 +- .../hutool/json/CustomSerializeTest.java | 22 ++++++++++------- .../dromara/hutool/json/Issue1075Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue1101Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue1200Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue1399Test.java | 16 +++++++++++++ .../dromara/hutool/json/Issue2090Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2131Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2223Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2377Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2447Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2507Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2555Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2564Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2572Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2746Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2749Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2801Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2924Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue2953Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3051Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3058Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3086Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3139Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3193Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3274Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3289Test.java | 22 ++++++++++------- .../dromara/hutool/json/Issue3504Test.java | 16 +++++++++++++ .../dromara/hutool/json/Issue3506Test.java | 16 +++++++++++++ .../dromara/hutool/json/Issue3588Test.java | 16 +++++++++++++ .../dromara/hutool/json/Issue3619Test.java | 16 +++++++++++++ .../dromara/hutool/json/Issue3649Test.java | 16 +++++++++++++ .../dromara/hutool/json/Issue3681Test.java | 22 ++++++++++------- .../org/dromara/hutool/json/Issue488Test.java | 22 ++++++++++------- .../org/dromara/hutool/json/Issue644Test.java | 22 ++++++++++------- .../org/dromara/hutool/json/Issue677Test.java | 22 ++++++++++------- .../org/dromara/hutool/json/Issue867Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI1AU86Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI1F8M2Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI1H2VNTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI3BS4STest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI3EGJPTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI49VZBTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI4RBZ4Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI4XFMWTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI50EGGTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI59LW4Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI5DHK2Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI5OMSCTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI676ITTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI6H0XFTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI6LBZATest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI6SZYBTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI6YN2ATest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI71BE6Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI76CSUTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI7CW27Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI7FQ29Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI7GPGXTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI7M2GZTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI7VM64Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI81QZ2Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI82AM8Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI84V6ITest.java | 22 ++++++++++------- .../dromara/hutool/json/IssueI8NMP7Test.java | 16 +++++++++++++ .../dromara/hutool/json/IssueI8PC9FTest.java | 16 +++++++++++++ .../dromara/hutool/json/IssueI90ADXTest.java | 16 +++++++++++++ .../dromara/hutool/json/IssueI9DX5HTest.java | 16 +++++++++++++ .../dromara/hutool/json/IssueI9HQQETest.java | 16 +++++++++++++ .../dromara/hutool/json/IssueIALQ0NTest.java | 16 +++++++++++++ .../dromara/hutool/json/IssueIAOPI9Test.java | 16 +++++++++++++ .../dromara/hutool/json/IssueIAP4GMTest.java | 16 +++++++++++++ .../dromara/hutool/json/Issues1881Test.java | 22 ++++++++++------- .../dromara/hutool/json/IssuesI44E4HTest.java | 22 ++++++++++------- .../dromara/hutool/json/IssuesI4V14NTest.java | 22 ++++++++++------- .../dromara/hutool/json/JSONArrayTest.java | 22 ++++++++++------- .../dromara/hutool/json/JSONConvertTest.java | 22 ++++++++++------- .../hutool/json/JSONDeserializerTest.java | 22 ++++++++++------- .../org/dromara/hutool/json/JSONNullTest.java | 22 ++++++++++------- .../dromara/hutool/json/JSONObjectTest.java | 22 ++++++++++------- .../org/dromara/hutool/json/JSONPathTest.java | 22 ++++++++++------- .../hutool/json/JSONStrFormatterTest.java | 22 ++++++++++------- .../dromara/hutool/json/JSONSupportTest.java | 22 ++++++++++------- .../dromara/hutool/json/JSONTokenerTest.java | 22 ++++++++++------- .../org/dromara/hutool/json/JSONUtilTest.java | 22 ++++++++++------- .../dromara/hutool/json/JSONWriterTest.java | 22 ++++++++++------- .../dromara/hutool/json/ParseBeanTest.java | 22 ++++++++++------- .../org/dromara/hutool/json/Pr192Test.java | 22 ++++++++++------- .../org/dromara/hutool/json/Pr3067Test.java | 22 ++++++++++------- .../org/dromara/hutool/json/Pr3507Test.java | 16 +++++++++++++ .../dromara/hutool/json/TransientTest.java | 22 ++++++++++------- .../hutool/json/engine/BeanWithDate.java | 22 ++++++++++------- .../hutool/json/engine/FastJSONTest.java | 16 +++++++++++++ .../dromara/hutool/json/engine/GsonTest.java | 16 +++++++++++++ .../hutool/json/engine/HutoolJSONTest.java | 16 +++++++++++++ .../json/engine/JSONEngineFactoryTest.java | 23 +++++++++++------- .../hutool/json/engine/JSONEngineTest.java | 20 ++++++++++++++++ .../hutool/json/engine/JacksonTest.java | 16 +++++++++++++ .../hutool/json/issueI5WDP0/ERPProduct.kt | 22 ++++++++++------- .../json/issueI5WDP0/JsonToBeanTest.java | 22 ++++++++++------- .../hutool/json/issueIVMD5/BaseResult.java | 22 ++++++++++------- .../json/issueIVMD5/IssueIVMD5Test.java | 22 ++++++++++------- .../hutool/json/issueIVMD5/StudentInfo.java | 22 ++++++++++------- .../hutool/json/jwt/Issue3205Test.java | 22 ++++++++++------- .../hutool/json/jwt/IssueI5QRUOTest.java | 22 ++++++++++------- .../hutool/json/jwt/IssueI6IS5BTest.java | 22 ++++++++++------- .../hutool/json/jwt/IssueI76TRQTest.java | 22 ++++++++++------- .../hutool/json/jwt/IssueI7IZIMTest.java | 22 ++++++++++------- .../hutool/json/jwt/JWTSignerTest.java | 22 ++++++++++------- .../org/dromara/hutool/json/jwt/JWTTest.java | 22 ++++++++++------- .../dromara/hutool/json/jwt/JWTUtilTest.java | 22 ++++++++++------- .../hutool/json/jwt/JWTValidatorTest.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/ADT.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/Data.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/Exam.java | 22 ++++++++++------- .../hutool/json/test/bean/ExamInfoDict.java | 22 ++++++++++------- .../hutool/json/test/bean/JSONBean.java | 22 ++++++++++------- .../hutool/json/test/bean/JsonNode.java | 22 ++++++++++------- .../hutool/json/test/bean/KeyBean.java | 22 ++++++++++------- .../bean/PerfectEvaluationProductResVo.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/Price.java | 22 ++++++++++------- .../hutool/json/test/bean/ProductResBase.java | 22 ++++++++++------- .../hutool/json/test/bean/ResultBean.java | 22 ++++++++++------- .../hutool/json/test/bean/ResultDto.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/Seq.java | 22 ++++++++++------- .../json/test/bean/TokenAuthResponse.java | 22 ++++++++++------- .../hutool/json/test/bean/TokenAuthWarp.java | 22 ++++++++++------- .../hutool/json/test/bean/TokenAuthWarp2.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/UUMap.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/UserA.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/UserB.java | 22 ++++++++++------- .../dromara/hutool/json/test/bean/UserC.java | 22 ++++++++++------- .../hutool/json/test/bean/UserInfoDict.java | 22 ++++++++++------- .../json/test/bean/UserInfoRedundCount.java | 22 ++++++++++------- .../hutool/json/test/bean/UserWithMap.java | 22 ++++++++++------- .../json/test/bean/report/CaseReport.java | 22 ++++++++++------- .../json/test/bean/report/EnvSettingInfo.java | 22 ++++++++++------- .../json/test/bean/report/StepReport.java | 22 ++++++++++------- .../json/test/bean/report/SuiteReport.java | 22 ++++++++++------- .../json/writer/GlobalValueWritersTest.java | 22 ++++++++++------- .../hutool/json/writer/Issue3541Test.java | 16 +++++++++++++ .../hutool/json/xml/Issue2748Test.java | 16 +++++++++++++ .../hutool/json/xml/Issue3560Test.java | 16 +++++++++++++ .../org/dromara/hutool/json/xml/XMLTest.java | 22 ++++++++++------- hutool-log/pom.xml | 22 ++++++++++------- .../org/dromara/hutool/log/CustomLogTest.java | 22 ++++++++++------- .../java/org/dromara/hutool/log/LogTest.java | 22 ++++++++++------- .../org/dromara/hutool/log/LogUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/log/StaticLogTest.java | 22 ++++++++++------- .../src/test/resources/example/log4j2.xml | 22 ++++++++++------- .../src/test/resources/log4j.properties | 22 ++++++++++------- hutool-log/src/test/resources/log4j2.xml | 22 ++++++++++------- hutool-log/src/test/resources/logback.xml | 22 ++++++++++------- .../src/test/resources/logging.properties | 22 ++++++++++------- .../src/test/resources/tinylog.properties | 22 ++++++++++------- hutool-poi/pom.xml | 22 ++++++++++------- .../dromara/hutool/poi/csv/CsvParserTest.java | 22 ++++++++++------- .../dromara/hutool/poi/csv/CsvReaderTest.java | 22 ++++++++++------- .../dromara/hutool/poi/csv/CsvUtilTest.java | 22 ++++++++++------- .../dromara/hutool/poi/csv/CsvWriterTest.java | 22 ++++++++++------- .../dromara/hutool/poi/csv/Issue2783Test.java | 22 ++++++++++------- .../dromara/hutool/poi/csv/Issue3088Test.java | 22 ++++++++++------- .../dromara/hutool/poi/csv/Issue3705Test.java | 16 +++++++++++++ .../hutool/poi/csv/IssueI75K5GTest.java | 22 ++++++++++------- .../hutool/poi/csv/IssueI91VF1Test.java | 16 +++++++++++++ .../hutool/poi/csv/IssueIA8WE0Test.java | 16 +++++++++++++ .../dromara/hutool/poi/csv/Pr1244Test.java | 16 +++++++++++++ .../hutool/poi/excel/CellUtilTest.java | 22 ++++++++++------- .../hutool/poi/excel/ExcelFileUtilTest.java | 22 ++++++++++------- .../hutool/poi/excel/ExcelUtilTest.java | 22 ++++++++++------- .../poi/excel/NumericCellValueTest.java | 22 ++++++++++------- .../dromara/hutool/poi/excel/OrderExcel.java | 22 ++++++++++------- .../dromara/hutool/poi/excel/TestBean.java | 22 ++++++++++------- .../hutool/poi/excel/WorkbookUtilTest.java | 22 ++++++++++------- .../poi/excel/reader/CellEditorTest.java | 22 ++++++++++------- .../poi/excel/reader/ExcelReadTest.java | 22 ++++++++++------- .../poi/excel/reader/ExcelSaxReadTest.java | 22 ++++++++++------- .../poi/excel/reader/Issue1729Test.java | 22 ++++++++++------- .../poi/excel/reader/Issue3118Test.java | 22 ++++++++++------- .../poi/excel/reader/Issue3120Test.java | 22 ++++++++++------- .../poi/excel/reader/Issue3481Test.java | 16 +++++++++++++ .../poi/excel/reader/IssueI53OSTTest.java | 22 ++++++++++------- .../poi/excel/reader/IssueI5Q1TWTest.java | 22 ++++++++++------- .../poi/excel/reader/IssueI5U1JATest.java | 22 ++++++++++------- .../poi/excel/reader/IssueI8PT9ZTest.java | 16 +++++++++++++ .../poi/excel/reader/IssueI8ZIQCTest.java | 16 +++++++++++++ .../poi/excel/writer/BigExcelWriteTest.java | 22 ++++++++++------- .../poi/excel/writer/ExcelWriteBeanTest.java | 16 +++++++++++++ .../poi/excel/writer/ExcelWriteTest.java | 22 ++++++++++------- .../poi/excel/writer/Issue2221Test.java | 22 ++++++++++------- .../poi/excel/writer/Issue2307Test.java | 22 ++++++++++------- .../poi/excel/writer/IssueI66Z6BTest.java | 22 ++++++++++------- .../poi/excel/writer/IssueI6MBS5Test.java | 22 ++++++++++------- .../hutool/poi/excel/writer/RowGroupTest.java | 16 +++++++++++++ .../poi/excel/writer/TemplateContextTest.java | 22 ++++++++++------- .../poi/excel/writer/TemplateWriterTest.java | 16 +++++++++++++ .../poi/excel/writer/WriteCommentTest.java | 22 ++++++++++------- .../hutool/poi/excel/writer/WriteImgTest.java | 22 ++++++++++------- .../poi/excel/writer/WriteLineShapeTest.java | 16 +++++++++++++ .../dromara/hutool/poi/ofd/OfdWriterTest.java | 22 ++++++++++------- .../hutool/poi/word/WordWriterTest.java | 22 ++++++++++------- hutool-setting/pom.xml | 22 ++++++++++------- .../hutool/setting/IssueI7EWGOTest.java | 22 ++++++++++------- .../hutool/setting/IssueI7G34ETest.java | 22 ++++++++++------- .../dromara/hutool/setting/SettingTest.java | 22 ++++++++++------- .../hutool/setting/SettingUtilTest.java | 22 ++++++++++------- .../hutool/setting/props/PropsTest.java | 22 ++++++++++------- .../hutool/setting/props/PropsUtilTest.java | 22 ++++++++++------- .../hutool/setting/toml/Issue3008Test.java | 22 ++++++++++------- .../dromara/hutool/setting/toml/TomlTest.java | 22 ++++++++++------- .../hutool/setting/yaml/YamlUtilTest.java | 22 ++++++++++------- .../test/resources/example/example.setting | 22 ++++++++++------- .../src/test/resources/issue3008.properties | 22 ++++++++++------- .../src/test/resources/test.properties | 22 ++++++++++------- .../src/test/resources/test.setting | 22 ++++++++++------- .../src/test/resources/test_with_bom.setting | 22 ++++++++++------- .../test/resources/to_bean_test.properties | 22 ++++++++++------- hutool-socket/pom.xml | 22 ++++++++++------- .../hutool/socket/aio/AioClientTest.java | 22 ++++++++++------- .../hutool/socket/aio/AioServerTest.java | 22 ++++++++++------- .../hutool/socket/nio/NioClientTest.java | 22 ++++++++++------- .../hutool/socket/nio/NioServerTest.java | 22 ++++++++++------- hutool-swing/pom.xml | 22 ++++++++++------- .../hutool/swing/ClipboardMonitorTest.java | 22 ++++++++++------- .../hutool/swing/ClipboardUtilTest.java | 22 ++++++++++------- .../dromara/hutool/swing/DesktopUtilTest.java | 22 ++++++++++------- .../dromara/hutool/swing/RobotUtilTest.java | 22 ++++++++++------- .../hutool/swing/captcha/CaptchaTest.java | 22 ++++++++++------- .../hutool/swing/captcha/CaptchaUtilTest.java | 22 ++++++++++------- .../hutool/swing/captcha/GeneratorTest.java | 22 ++++++++++------- .../hutool/swing/img/ColorUtilTest.java | 22 ++++++++++------- .../hutool/swing/img/FontUtilTest.java | 22 ++++++++++------- .../org/dromara/hutool/swing/img/ImgTest.java | 22 ++++++++++------- .../dromara/hutool/swing/img/ImgUtilTest.java | 22 ++++++++++------- .../hutool/swing/img/IssueI8L8UATest.java | 22 ++++++++++------- hutool.sh | 22 ++++++++++------- pom.xml | 22 ++++++++++------- 855 files changed, 11410 insertions(+), 6755 deletions(-) rename hutool-json/src/main/java/org/dromara/hutool/json/engine/{ => gson}/GsonEngine.java (95%) create mode 100644 hutool-json/src/main/java/org/dromara/hutool/json/engine/gson/package-info.java create mode 100644 hutool-json/src/main/java/org/dromara/hutool/json/engine/jackson/package-info.java create mode 100644 hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java diff --git a/bin/check_dependency_updates.sh b/bin/check_dependency_updates.sh index a20afe90d..ef15ae518 100755 --- a/bin/check_dependency_updates.sh +++ b/bin/check_dependency_updates.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # #-------------------------------------- diff --git a/bin/cobertura.sh b/bin/cobertura.sh index 54a6492b3..43ffa1ad6 100755 --- a/bin/cobertura.sh +++ b/bin/cobertura.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/commit.sh b/bin/commit.sh index 7392d6916..06730dd1a 100755 --- a/bin/commit.sh +++ b/bin/commit.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/deploy.sh b/bin/deploy.sh index b850b3489..19060b8b7 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/install.sh b/bin/install.sh index 1cdabf20e..32fba3b65 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/javadoc.sh b/bin/javadoc.sh index 7a39f02a5..9f23321d3 100755 --- a/bin/javadoc.sh +++ b/bin/javadoc.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/logo.sh b/bin/logo.sh index 173ed5171..ed38e86bb 100755 --- a/bin/logo.sh +++ b/bin/logo.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # echo -e "\033[32m========================================= \033[0m" diff --git a/bin/package.sh b/bin/package.sh index 9a4cad5fb..813d7c67b 100755 --- a/bin/package.sh +++ b/bin/package.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/push_dev.sh b/bin/push_dev.sh index 736eaa8a7..5e1e2c4aa 100755 --- a/bin/push_dev.sh +++ b/bin/push_dev.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # echo -e "\033[32mCheckout to v6-dev\033[0m" diff --git a/bin/push_master.sh b/bin/push_master.sh index 86bd2297a..0e3e39842 100755 --- a/bin/push_master.sh +++ b/bin/push_master.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/replaceVersion.sh b/bin/replaceVersion.sh index 3c8769011..c4e2ae7f4 100755 --- a/bin/replaceVersion.sh +++ b/bin/replaceVersion.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # #----------------------------------------------------------- diff --git a/bin/simple_install.sh b/bin/simple_install.sh index ad5256410..0050341f9 100755 --- a/bin/simple_install.sh +++ b/bin/simple_install.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # exec mvn clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true diff --git a/bin/sync.sh b/bin/sync.sh index cc26f7a1a..2e820d313 100644 --- a/bin/sync.sh +++ b/bin/sync.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # show Hutool logo diff --git a/bin/test.sh b/bin/test.sh index 9ca99428d..4cc6150a3 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # exec mvn -e test diff --git a/bin/update_version.sh b/bin/update_version.sh index eb0738e2c..785f8f5b1 100755 --- a/bin/update_version.sh +++ b/bin/update_version.sh @@ -1,15 +1,19 @@ #!/bin/bash # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # #------------------------------------------------ diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index c657a92bb..f5bc1c579 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -1,3 +1,19 @@ + + @@ -65,4 +81,4 @@ - \ No newline at end of file + diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 3310db14f..1f2154a5a 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -1,14 +1,18 @@ + + diff --git a/hutool-core/src/test/resources/multi_line.properties b/hutool-core/src/test/resources/multi_line.properties index 432d0997a..3c90d8b45 100755 --- a/hutool-core/src/test/resources/multi_line.properties +++ b/hutool-core/src/test/resources/multi_line.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + test1 test2=a\ bc\ diff --git a/hutool-core/src/test/resources/multi_line_crlf.properties b/hutool-core/src/test/resources/multi_line_crlf.properties index 12b8b1c9a..c4b45ee7f 100755 --- a/hutool-core/src/test/resources/multi_line_crlf.properties +++ b/hutool-core/src/test/resources/multi_line_crlf.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + test1 test2=a\ bc\ diff --git a/hutool-core/src/test/resources/test.properties b/hutool-core/src/test/resources/test.properties index fcc0751a9..58a11d797 100644 --- a/hutool-core/src/test/resources/test.properties +++ b/hutool-core/src/test/resources/test.properties @@ -1,6 +1,22 @@ +# +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + #-------------------------------------------- # 配置文件测试 #-------------------------------------------- a = 1 -b = 2 \ No newline at end of file +b = 2 diff --git a/hutool-core/src/test/resources/test.xml b/hutool-core/src/test/resources/test.xml index 7f722739c..7abacf8de 100644 --- a/hutool-core/src/test/resources/test.xml +++ b/hutool-core/src/test/resources/test.xml @@ -1,4 +1,20 @@ + + diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index b3b6d745e..6f8a95756 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -1,14 +1,18 @@ diff --git a/hutool-db/src/test/resources/simplelogger.properties b/hutool-db/src/test/resources/simplelogger.properties index 2cf9e5863..79def5e00 100644 --- a/hutool-db/src/test/resources/simplelogger.properties +++ b/hutool-db/src/test/resources/simplelogger.properties @@ -1,13 +1,17 @@ # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # org.slf4j.simpleLogger.defaultLogLevel = debug diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index f8df8c879..a610e0064 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -1,14 +1,18 @@ diff --git a/hutool-http/src/test/resources/html/index.html b/hutool-http/src/test/resources/html/index.html index a3c5b6bcc..044235e2e 100644 --- a/hutool-http/src/test/resources/html/index.html +++ b/hutool-http/src/test/resources/html/index.html @@ -1,13 +1,17 @@ diff --git a/hutool-http/src/test/resources/simplelogger.properties b/hutool-http/src/test/resources/simplelogger.properties index ca81142a4..e0db84cbe 100755 --- a/hutool-http/src/test/resources/simplelogger.properties +++ b/hutool-http/src/test/resources/simplelogger.properties @@ -1,13 +1,17 @@ # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # org.slf4j.simpleLogger.defaultLogLevel=debug diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index 440f846db..2d305599c 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -1,14 +1,18 @@ + * 项目:https://github.com/google/gson + * + * @author Looly + * @since 6.0.0 + */ +package org.dromara.hutool.json.engine.gson; diff --git a/hutool-json/src/main/java/org/dromara/hutool/json/engine/jackson/package-info.java b/hutool-json/src/main/java/org/dromara/hutool/json/engine/jackson/package-info.java new file mode 100644 index 000000000..0ba66ce6c --- /dev/null +++ b/hutool-json/src/main/java/org/dromara/hutool/json/engine/jackson/package-info.java @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Jackson引擎实现
+ * https://github.com/FasterXML/jackson + * + * @author Looly + * @since 6.0.0 + */ +package org.dromara.hutool.json.engine.jackson; diff --git a/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine b/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine index c671b0c50..993f6a109 100644 --- a/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine +++ b/hutool-json/src/main/resources/META-INF/services/org.dromara.hutool.json.engine.JSONEngine @@ -15,6 +15,6 @@ # org.dromara.hutool.json.engine.JacksonEngine -org.dromara.hutool.json.engine.GsonEngine +org.dromara.hutool.json.engine.gson.GsonEngine org.dromara.hutool.json.engine.FastJSON2Engine org.dromara.hutool.json.engine.HutoolJSONEngine diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/CustomSerializeTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/CustomSerializeTest.java index 3a5fbcfe0..fcb4934b2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/CustomSerializeTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/CustomSerializeTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1075Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1075Test.java index fa3b5f550..fb03c99fc 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1075Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1075Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1101Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1101Test.java index eeb930f82..6654549d7 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1101Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1101Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1200Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1200Test.java index 9fce22266..2b5c64247 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1200Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1200Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1399Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1399Test.java index cc03eca8f..444c53b03 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue1399Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue1399Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import org.junit.jupiter.api.Assertions; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2090Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2090Test.java index e824629cf..f5f8d6a03 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2090Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2090Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2131Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2131Test.java index b0b9a69f6..7fd5288e6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2131Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2131Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2223Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2223Test.java index fc79ccf97..586d31236 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2223Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2223Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2377Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2377Test.java index b3b8b19f6..689ef5429 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2377Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2377Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2447Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2447Test.java index 73bde3b7d..f93f96495 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2447Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2447Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2507Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2507Test.java index 0df0fc8fa..29e339b5c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2507Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2507Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2555Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2555Test.java index 53668de0e..52c35abf4 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2555Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2555Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2564Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2564Test.java index d764fdf59..4d489f379 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2564Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2564Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2572Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2572Test.java index 3331663ac..72aa982cf 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2572Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2572Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2746Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2746Test.java index b7bc291df..233214bc6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2746Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2746Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2749Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2749Test.java index fd2529950..2243d4acb 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2749Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2749Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2801Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2801Test.java index 83a54c4d3..129a859f1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2801Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2801Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2924Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2924Test.java index 342839892..fe825044c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2924Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2924Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2953Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2953Test.java index ec860f468..fd337eda2 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue2953Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue2953Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3051Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3051Test.java index 2f264b355..86ceeaa25 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3051Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3051Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3058Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3058Test.java index 1d7724268..e46cee2fa 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3058Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3058Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3086Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3086Test.java index 5e547f20c..14a1b8653 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3086Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3086Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3139Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3139Test.java index 997a67a10..66807e197 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3139Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3139Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3193Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3193Test.java index 411a2a653..61e6d73fd 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3193Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3193Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3274Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3274Test.java index 15b7e3ce7..f454927f6 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3274Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3274Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3289Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3289Test.java index 0ba0c1e38..ac0a793e2 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3289Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3289Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3504Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3504Test.java index 17bd0ac1f..e769fd52d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3504Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3504Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3506Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3506Test.java index 5c67a2cb0..81ce9c173 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3506Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3506Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3588Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3588Test.java index 19525821e..3c1a2d142 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3588Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3588Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3619Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3619Test.java index 689fe14d6..37359452f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3619Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3619Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import org.junit.jupiter.api.Assertions; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3649Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3649Test.java index 3df20346a..92cc4bb6e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3649Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3649Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3681Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3681Test.java index 15e7ac25c..9a6adb284 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue3681Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue3681Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024. looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue488Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue488Test.java index 988a4c96c..e4e7cbbf7 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue488Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue488Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue644Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue644Test.java index 79c671cc1..b4cfbf11a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue644Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue644Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue677Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue677Test.java index 1719259d8..312071176 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue677Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue677Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issue867Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issue867Test.java index ebecfa486..5f2824d9a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issue867Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issue867Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1AU86Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1AU86Test.java index dc9876038..d2170da01 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1AU86Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1AU86Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1F8M2Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1F8M2Test.java index ccd5f81d3..d09a0be1d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1F8M2Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1F8M2Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1H2VNTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1H2VNTest.java index 4cb13dd71..e62055f8c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1H2VNTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI1H2VNTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3BS4STest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3BS4STest.java index 5a1fc9f6e..cdb6d8934 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3BS4STest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3BS4STest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3EGJPTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3EGJPTest.java index f38f0db2c..243983152 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3EGJPTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI3EGJPTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI49VZBTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI49VZBTest.java index d3277374a..438f911aa 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI49VZBTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI49VZBTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4RBZ4Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4RBZ4Test.java index 4e5519a51..fa1800b00 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4RBZ4Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4RBZ4Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4XFMWTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4XFMWTest.java index ae4f55f3b..6bfc36b7d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4XFMWTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI4XFMWTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI50EGGTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI50EGGTest.java index bb125a1b9..1cc658e51 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI50EGGTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI50EGGTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI59LW4Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI59LW4Test.java index 5662130ff..f9070f88b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI59LW4Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI59LW4Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5DHK2Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5DHK2Test.java index 21c4a315d..4a86b5dc5 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5DHK2Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5DHK2Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5OMSCTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5OMSCTest.java index 973712ee7..0c0290d7d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5OMSCTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI5OMSCTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI676ITTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI676ITTest.java index 3a9a18540..91df5acfd 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI676ITTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI676ITTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6H0XFTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6H0XFTest.java index 7af74998b..6ec6f5e19 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6H0XFTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6H0XFTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6LBZATest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6LBZATest.java index 75d8b24bb..68ffab167 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6LBZATest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6LBZATest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6SZYBTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6SZYBTest.java index 2be40572f..58a7c1c37 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6SZYBTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6SZYBTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6YN2ATest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6YN2ATest.java index 0bfdc1f58..fc5211a91 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6YN2ATest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI6YN2ATest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI71BE6Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI71BE6Test.java index c09205111..958315788 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI71BE6Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI71BE6Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI76CSUTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI76CSUTest.java index 63171b3bf..082d3eb4b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI76CSUTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI76CSUTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7CW27Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7CW27Test.java index c3b4f36f7..7ca09e3bf 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7CW27Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7CW27Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7FQ29Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7FQ29Test.java index 70c383b95..d4c500c1a 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7FQ29Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7FQ29Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7GPGXTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7GPGXTest.java index 77e68bdb6..8a29d166d 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7GPGXTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7GPGXTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7M2GZTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7M2GZTest.java index d5c4f423e..d0b8d9c08 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7M2GZTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7M2GZTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7VM64Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7VM64Test.java index 340a0507f..f701b877f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7VM64Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI7VM64Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024. looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI81QZ2Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI81QZ2Test.java index 6aa2d1c54..cec00db86 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI81QZ2Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI81QZ2Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI82AM8Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI82AM8Test.java index f7eca9b53..94a219e72 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI82AM8Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI82AM8Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI84V6ITest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI84V6ITest.java index 9f797a224..e98510eab 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI84V6ITest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI84V6ITest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024. looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8NMP7Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8NMP7Test.java index 9fcbfec49..50f20e9f5 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8NMP7Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8NMP7Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8PC9FTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8PC9FTest.java index 9d904950b..21ac119be 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8PC9FTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI8PC9FTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI90ADXTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI90ADXTest.java index a42a43734..f9bbe31ec 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI90ADXTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI90ADXTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Getter; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9DX5HTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9DX5HTest.java index ab89efc48..1b95c30dc 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9DX5HTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9DX5HTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import org.dromara.hutool.core.text.StrUtil; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9HQQETest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9HQQETest.java index 0c5d5d30c..49f62cca1 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9HQQETest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueI9HQQETest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueIALQ0NTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueIALQ0NTest.java index 2dbe671ab..8c3f4c407 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueIALQ0NTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueIALQ0NTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import org.dromara.hutool.core.date.DateUtil; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAOPI9Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAOPI9Test.java index 784e02db1..fe4e35411 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAOPI9Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAOPI9Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAP4GMTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAP4GMTest.java index 1e04444e5..1d4117cd6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAP4GMTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssueIAP4GMTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import org.junit.jupiter.api.Assertions; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Issues1881Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Issues1881Test.java index e988f966a..fc278a849 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Issues1881Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Issues1881Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI44E4HTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI44E4HTest.java index 094dd41c9..c2652f42e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI44E4HTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI44E4HTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI4V14NTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI4V14NTest.java index 4f861a3de..0f2ce3f3c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI4V14NTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/IssuesI4V14NTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java index 6b7088e0a..8fc0ed91b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONArrayTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java index 20e97f7f0..94974c029 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONConvertTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java index f1a3a318d..78429e274 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONDeserializerTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java index 5eaf86e72..6d1a26a7e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONNullTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java index e98186c81..c73d5f44a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONObjectTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java index 498e36ba5..e1601c91c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONPathTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java index 35e2f92af..c027e94b7 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONStrFormatterTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONSupportTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONSupportTest.java index 52c1686c7..09dfc978e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONSupportTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONSupportTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java index 8bf26ee36..a9ec16043 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONTokenerTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java index a0ea1198f..8c9ea3b41 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONUtilTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java index bb69a712b..4cdc552b6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/JSONWriterTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanTest.java index a57b17a8f..003019d1a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/ParseBeanTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Pr192Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Pr192Test.java index 843148d45..345b209ff 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Pr192Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Pr192Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Pr3067Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Pr3067Test.java index ec9b2bfb6..c1ae59fa9 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Pr3067Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Pr3067Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/Pr3507Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/Pr3507Test.java index 58cb8d835..fbf5e7d29 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/Pr3507Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/Pr3507Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json; import org.junit.jupiter.api.Assertions; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java index 5736a1e61..69e0c26fa 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/TransientTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java index c41ae2a56..a1987bc08 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/BeanWithDate.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024. looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.engine; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java index b38c1aabd..a1b462bce 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/FastJSONTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.engine; import org.dromara.hutool.core.date.DateTime; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java index 56e7718e4..9e01912af 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/GsonTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.engine; import org.dromara.hutool.core.date.DateTime; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java index a307ed631..408cdc84f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/HutoolJSONTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.engine; import org.dromara.hutool.core.date.DateTime; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java index 4e10a0423..20f36934b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineFactoryTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024. looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.engine; @@ -16,6 +20,7 @@ import com.alibaba.fastjson2.annotation.JSONField; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; +import org.dromara.hutool.json.engine.gson.GsonEngine; import org.junit.jupiter.api.Test; import java.io.StringReader; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java new file mode 100644 index 000000000..ee4b63ce8 --- /dev/null +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JSONEngineTest.java @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.dromara.hutool.json.engine; + +public class JSONEngineTest { +} diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java index 371cefe59..4ac653191 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/engine/JacksonTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.engine; import org.dromara.hutool.core.date.DateTime; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/ERPProduct.kt b/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/ERPProduct.kt index 7265d1b6d..bb8a3d77d 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/ERPProduct.kt +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/ERPProduct.kt @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.issueI5WDP0 diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/JsonToBeanTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/JsonToBeanTest.java index 419535e00..2e2576684 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/JsonToBeanTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issueI5WDP0/JsonToBeanTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.issueI5WDP0; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/BaseResult.java b/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/BaseResult.java index a47ca9e4f..1f7d4286c 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/BaseResult.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/BaseResult.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.issueIVMD5; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/IssueIVMD5Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/IssueIVMD5Test.java index b3af24ed3..ad3dca8d5 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/IssueIVMD5Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/IssueIVMD5Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.issueIVMD5; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/StudentInfo.java b/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/StudentInfo.java index b4edfc1fc..dce2366cc 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/StudentInfo.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/issueIVMD5/StudentInfo.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.issueIVMD5; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java index f62c9c2da..c375b9283 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/Issue3205Test.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java index 14170ba40..7fb650162 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI5QRUOTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java index b43706fae..085836012 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI6IS5BTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java index 7d5c26018..4d92060aa 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI76TRQTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java index 1073cc74c..82993c903 100755 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/IssueI7IZIMTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java index f9c3da1f7..29dd96ba3 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTSignerTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java index 44444591b..93251f181 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java index bb02e1021..a9d9ea48f 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTUtilTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java index 9b53726e0..4ecabe899 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/jwt/JWTValidatorTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.jwt; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java index 45b082179..c37d581cd 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ADT.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java index d3cb901bf..b75e7a517 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Data.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java index 0f20524c6..6f7c63217 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Exam.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java index d78b5fc0a..3849008a6 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ExamInfoDict.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java index 15a06c99c..723c23a42 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JSONBean.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java index 57341571b..23eed0a60 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/JsonNode.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java index 3aaac7448..9e8db0633 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/KeyBean.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java index 03095ecf9..c820ab212 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/PerfectEvaluationProductResVo.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java index 1b577d6ca..3ea6a3e34 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Price.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java index 6db1e26e4..8db09450e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ProductResBase.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultBean.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultBean.java index b557dcaab..e366f1479 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultBean.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultBean.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java index 50d2291a5..91612de35 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/ResultDto.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java index 3c1bc582c..96ed8c74e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/Seq.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java index 979da8955..7e558169d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthResponse.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java index 939593776..4493ff01d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java index f61a6d7f7..a6d433551 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/TokenAuthWarp2.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java index 994890ba1..94b8cfee4 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UUMap.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java index f1d71231d..a5906f502 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserA.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java index 89304cc94..c9ac996a0 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserB.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java index ae5955af4..74edc4728 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserC.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java index 6afa91eae..12a665adf 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoDict.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java index 9d9cdc83c..5b60f701a 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserInfoRedundCount.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java index 4ca561f5e..c9248af76 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/UserWithMap.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java index 6da19b69f..399db4d1d 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/CaseReport.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean.report; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java index baa10354e..e0ffe711b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/EnvSettingInfo.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean.report; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java index 950af6bf7..3992abccc 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/StepReport.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean.report; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java index 9421f8666..3fd562162 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/test/bean/report/SuiteReport.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.test.bean.report; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/writer/GlobalValueWritersTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/writer/GlobalValueWritersTest.java index ee7d70a52..661352c74 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/writer/GlobalValueWritersTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/writer/GlobalValueWritersTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.writer; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java index 9bbb05bef..2f40d34cb 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/writer/Issue3541Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.writer; import lombok.Data; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java index 8093101cd..94afcd5a7 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue2748Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.xml; import org.dromara.hutool.core.text.StrUtil; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java index 3f41bee84..89f654a0b 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/xml/Issue3560Test.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.dromara.hutool.json.xml; import org.dromara.hutool.json.JSONObject; diff --git a/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java b/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java index 3389717c8..82e17c94e 100644 --- a/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java +++ b/hutool-json/src/test/java/org/dromara/hutool/json/xml/XMLTest.java @@ -1,13 +1,17 @@ /* - * Copyright (c) 2024 looly(loolly@aliyun.com) - * Hutool is licensed under Mulan PSL v2. - * You can use this software according to the terms and conditions of the Mulan PSL v2. - * You may obtain a copy of Mulan PSL v2 at: - * https://license.coscl.org.cn/MulanPSL2 - * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, - * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, - * MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v2 for more details. + * Copyright (c) 2024 Hutool Team and hutool.cn + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.dromara.hutool.json.xml; diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 1f76e6450..461bc168f 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -1,14 +1,18 @@ diff --git a/hutool-log/src/test/resources/log4j.properties b/hutool-log/src/test/resources/log4j.properties index 171736528..26993abc0 100644 --- a/hutool-log/src/test/resources/log4j.properties +++ b/hutool-log/src/test/resources/log4j.properties @@ -1,13 +1,17 @@ # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # log4j.rootLogger=debug,STDOUT diff --git a/hutool-log/src/test/resources/log4j2.xml b/hutool-log/src/test/resources/log4j2.xml index 7f258dbb9..446abdade 100644 --- a/hutool-log/src/test/resources/log4j2.xml +++ b/hutool-log/src/test/resources/log4j2.xml @@ -1,15 +1,19 @@ diff --git a/hutool-log/src/test/resources/logback.xml b/hutool-log/src/test/resources/logback.xml index 50f8e995e..e8baaf682 100644 --- a/hutool-log/src/test/resources/logback.xml +++ b/hutool-log/src/test/resources/logback.xml @@ -1,15 +1,19 @@ diff --git a/hutool-log/src/test/resources/logging.properties b/hutool-log/src/test/resources/logging.properties index 0863b1bab..3a7381abd 100644 --- a/hutool-log/src/test/resources/logging.properties +++ b/hutool-log/src/test/resources/logging.properties @@ -1,13 +1,17 @@ # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # #----------------------------------------------------------------------------------------------------------- diff --git a/hutool-log/src/test/resources/tinylog.properties b/hutool-log/src/test/resources/tinylog.properties index 4104132bf..dbdad749f 100644 --- a/hutool-log/src/test/resources/tinylog.properties +++ b/hutool-log/src/test/resources/tinylog.properties @@ -1,13 +1,17 @@ # -# Copyright (c) 2024 looly(loolly@aliyun.com) -# Hutool is licensed under Mulan PSL v2. -# You can use this software according to the terms and conditions of the Mulan PSL v2. -# You may obtain a copy of Mulan PSL v2 at: -# https://license.coscl.org.cn/MulanPSL2 -# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more details. +# Copyright (c) 2024 Hutool Team and hutool.cn +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # #----------------------------------------------------------------------------------------------------------- diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 8ff68bb17..c2e1c2d08 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -1,14 +1,18 @@