Skip to content

Commit ec590b8

Browse files
Update copyright
1 parent d421edc commit ec590b8

File tree

523 files changed

+987
-590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

523 files changed

+987
-590
lines changed

bt-bencoding/src/main/java/bt/bencoding/BEType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEIntegerModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEListModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEMapModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEObjectModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEObjectModelBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEObjectModelBuilderFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEObjectModelLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BEStringModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/BaseBEObjectModel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/ClassUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/DefaultModelBuilderFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/JUMModelBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/TypesMapping.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/ValidationResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/YamlBEObjectModelLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/rule/ExclusiveRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/rule/RequiredRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/model/rule/Rule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/BEEncoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/BEIntegerDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/BEListDecoder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,8 +17,8 @@
1717
package bt.bencoding.serializers;
1818

1919
import bt.bencoding.BEType;
20-
import bt.bencoding.types.BEList;
2120
import bt.bencoding.model.BEObject;
21+
import bt.bencoding.types.BEList;
2222

2323
import java.util.ArrayList;
2424
import java.util.List;

bt-bencoding/src/main/java/bt/bencoding/serializers/BEMapDecoder.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,11 +17,9 @@
1717
package bt.bencoding.serializers;
1818

1919
import bt.bencoding.BEType;
20-
import bt.bencoding.types.BEMap;
2120
import bt.bencoding.model.BEObject;
21+
import bt.bencoding.types.BEMap;
2222

23-
import java.nio.charset.Charset;
24-
import java.nio.charset.StandardCharsets;
2523
import java.util.HashMap;
2624
import java.util.Map;
2725

bt-bencoding/src/main/java/bt/bencoding/serializers/BEObjectDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/BEParser.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,10 +17,10 @@
1717
package bt.bencoding.serializers;
1818

1919
import bt.bencoding.BEType;
20+
import bt.bencoding.model.BEObject;
2021
import bt.bencoding.types.BEInteger;
2122
import bt.bencoding.types.BEList;
2223
import bt.bencoding.types.BEMap;
23-
import bt.bencoding.model.BEObject;
2424
import bt.bencoding.types.BEString;
2525
import com.google.common.base.CharMatcher;
2626

bt-bencoding/src/main/java/bt/bencoding/serializers/BEPrefixedTypeDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/BEStringDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/BtParseException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/serializers/Scanner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/types/BEInteger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/types/BEList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/types/BEMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-bencoding/src/main/java/bt/bencoding/types/BEString.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,14 +16,13 @@
1616

1717
package bt.bencoding.types;
1818

19+
import bt.bencoding.BEType;
1920
import bt.bencoding.model.BEObject;
2021
import bt.bencoding.serializers.BEEncoder;
21-
import bt.bencoding.BEType;
2222
import com.google.common.base.Suppliers;
2323

2424
import java.io.IOException;
2525
import java.io.OutputStream;
26-
import java.nio.charset.Charset;
2726
import java.nio.charset.StandardCharsets;
2827
import java.util.Arrays;
2928
import java.util.function.Supplier;

bt-bencoding/src/test/java/bt/bencoding/BEEncoderTest.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,18 +16,17 @@
1616

1717
package bt.bencoding;
1818

19+
import bt.bencoding.model.BEObject;
20+
import bt.bencoding.serializers.BEParser;
1921
import bt.bencoding.types.BEInteger;
2022
import bt.bencoding.types.BEList;
2123
import bt.bencoding.types.BEMap;
22-
import bt.bencoding.model.BEObject;
2324
import bt.bencoding.types.BEString;
24-
import bt.bencoding.serializers.BEParser;
2525
import org.junit.Test;
2626

2727
import java.io.ByteArrayOutputStream;
2828
import java.io.IOException;
2929
import java.math.BigInteger;
30-
import java.nio.charset.Charset;
3130
import java.nio.charset.StandardCharsets;
3231
import java.util.ArrayList;
3332
import java.util.Arrays;

bt-bencoding/src/test/java/bt/bencoding/BEParserTest.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,19 +16,18 @@
1616

1717
package bt.bencoding;
1818

19+
import bt.bencoding.model.BEObject;
20+
import bt.bencoding.serializers.BEParser;
1921
import bt.bencoding.serializers.BtParseException;
2022
import bt.bencoding.types.BEList;
21-
import bt.bencoding.model.BEObject;
2223
import bt.bencoding.types.BEString;
23-
import bt.bencoding.serializers.BEParser;
2424
import org.junit.Assert;
2525
import org.junit.Test;
2626

2727
import java.math.BigInteger;
2828
import java.nio.charset.Charset;
2929
import java.nio.charset.StandardCharsets;
3030
import java.util.Map;
31-
import java.util.stream.Collectors;
3231

3332
import static org.junit.Assert.assertArrayEquals;
3433
import static org.junit.Assert.assertEquals;

bt-bencoding/src/test/java/bt/bencoding/model/YamlBEObjectModelLoaderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-cli/src/main/java/bt/cli/CliClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-cli/src/main/java/bt/cli/CliFileSelector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2018 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-cli/src/main/java/bt/cli/KeyStrokeBinding.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-cli/src/main/java/bt/cli/Options.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-cli/src/main/java/bt/cli/SessionStatePrinter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

bt-core/src/main/java/bt/BaseClientBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016—2017 Andrei Tomashpolskiy and individual contributors.
2+
* Copyright (c) 2016—2021 Andrei Tomashpolskiy and individual contributors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)